Package: python3-solv
Version: 0.6.11-1
Severity: serious
Tags: patch
Justification: Policy 3.5

Due to using python:Depends instead of python3:Depends for python3-solv the
python3 interpreter depends are missing.  In addition to being an RC bug,
these are the primary way we track progress for python3 transitions.  We will
be switching to python3.5 as default soon and if this is still open, I plan to
NMU then.  I'd appreciate it if you could take care of it before.

Please see the attached trivial patch for a resolution.

Scott K
diff -Nru libsolv-0.6.11/debian/changelog libsolv-0.6.11/debian/changelog
--- libsolv-0.6.11/debian/changelog	2015-06-02 06:18:20.000000000 -0400
+++ libsolv-0.6.11/debian/changelog	2015-12-31 02:07:33.000000000 -0500
@@ -1,3 +1,11 @@
+libsolv (0.6.11-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix missing python3 interpreter depends for python3-solv by correcting
+    python:Depends to be python3:Depends (Closes: #nnnnnn)
+
+ -- Scott Kitterman <sc...@kitterman.com>  Thu, 31 Dec 2015 02:06:32 -0500
+
 libsolv (0.6.11-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru libsolv-0.6.11/debian/control libsolv-0.6.11/debian/control
--- libsolv-0.6.11/debian/control	2015-06-02 03:51:42.000000000 -0400
+++ libsolv-0.6.11/debian/control	2015-12-31 02:07:51.000000000 -0500
@@ -182,7 +182,7 @@
 Section: python
 Architecture: any
 Depends:
- ${python:Depends},
+ ${python3:Depends},
  ${shlibs:Depends},
  ${misc:Depends},
  libsolv0 (= ${binary:Version}),

Reply via email to