Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package python-defaults RC bug fix. The new predepends was discussed on d-devel as required by policy. unblock python-defaults/2.7.8-3
diff -Nru python-defaults-2.7.8/debian/changelog python-defaults-2.7.8/debian/changelog --- python-defaults-2.7.8/debian/changelog 2014-10-24 11:03:31.000000000 -0400 +++ python-defaults-2.7.8/debian/changelog 2015-02-02 16:13:04.000000000 -0500 @@ -1,3 +1,10 @@ +python-defaults (2.7.8-3) unstable; urgency=medium + + [ Michael Gilbert ] + * Make python-minimal a pre-dependency for python (closes: #769106). + + -- Scott Kitterman <[email protected]> Mon, 02 Feb 2015 16:12:38 -0500 + python-defaults (2.7.8-2) unstable; urgency=medium [ Matthias Klose ] diff -Nru python-defaults-2.7.8/debian/control python-defaults-2.7.8/debian/control --- python-defaults-2.7.8/debian/control 2014-10-24 11:56:47.000000000 -0400 +++ python-defaults-2.7.8/debian/control 2015-02-02 16:20:42.000000000 -0500 @@ -16,7 +16,8 @@ Architecture: any Multi-Arch: allowed Priority: standard -Depends: ${misc:Depends}, python2.7 (>= 2.7.8-5~), python-minimal (= ${binary:Version}), libpython-stdlib (= ${binary:Version}) +Pre-Depends: python-minimal (= ${binary:Version}) +Depends: ${misc:Depends}, python2.7 (>= 2.7.8-5~), libpython-stdlib (= ${binary:Version}) Suggests: python-doc (= ${binary:Version}), python-tk (>= 2.7.8-5~) Conflicts: python-central (<< 0.5.5) Breaks: update-manager-core (<< 0.200.5-2) diff -Nru python-defaults-2.7.8/debian/control.in python-defaults-2.7.8/debian/control.in --- python-defaults-2.7.8/debian/control.in 2014-10-24 11:55:21.000000000 -0400 +++ python-defaults-2.7.8/debian/control.in 2015-02-02 16:12:34.000000000 -0500 @@ -16,7 +16,8 @@ Architecture: any Multi-Arch: allowed Priority: standard -Depends: ${misc:Depends}, @PVER@ (>= @PREVVER@), python-minimal (= ${binary:Version}), libpython-stdlib (= ${binary:Version}) +Pre-Depends: python-minimal (= ${binary:Version}) +Depends: ${misc:Depends}, @PVER@ (>= @PREVVER@), libpython-stdlib (= ${binary:Version}) Suggests: python-doc (= ${binary:Version}), python-tk (>= @PREVVER@) Conflicts: python-central (<< 0.5.5) Breaks: update-manager-core (<< 0.200.5-2)

