[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#876114: stretch-pu: package libsolv/0.6.24-1+deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Attached is a light fix to debian/control of the libsolv src:package.

Adrian Bunk spotted a ${python:Depends} for the python3-solv bin:package.

-- System Information:
Debian Release: 9.1
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru libsolv-0.6.24/debian/changelog libsolv-0.6.24/debian/changelog
--- libsolv-0.6.24/debian/changelog	2017-01-10 20:05:06.000000000 +0100
+++ libsolv-0.6.24/debian/changelog	2017-09-18 17:33:32.000000000 +0200
@@ -1,3 +1,11 @@
+libsolv (0.6.24-1+deb9u1) stretch; urgency=medium
+
+  * debian/control:
+    + Fix typo in D (python3-solv): Change ${python:Depends} to
+      ${python3:Depends}. Spotted by Adrian Bunk. (Closes: #867407).
+
+ -- Mike Gabriel <sunweaver@debian.org>  Mon, 18 Sep 2017 17:33:32 +0200
+
 libsolv (0.6.24-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru libsolv-0.6.24/debian/control libsolv-0.6.24/debian/control
--- libsolv-0.6.24/debian/control	2016-06-02 18:33:40.000000000 +0200
+++ libsolv-0.6.24/debian/control	2017-09-18 17:32:05.000000000 +0200
@@ -183,7 +183,7 @@
 Section: python
 Architecture: any
 Depends:
- ${python:Depends},
+ ${python3:Depends},
  ${shlibs:Depends},
  ${misc:Depends},
  libsolv0 (= ${binary:Version}),

Reply to: