tag 377615 + patch thanks It appears that some substvars are missing from the control fields of the binary package python-apt.
-- Sam Morris http://robots.org.uk/ PGP key id 5EA01078 3412 EA18 1277 354B 991B C869 B219 7FDB 5EA0 1078
diff -ruN python-apt-0.6.18.orig/debian/changelog python-apt-0.6.18.1/debian/changelog --- python-apt-0.6.18.orig/debian/changelog 2006-06-17 14:10:22.000000000 +0100 +++ python-apt-0.6.18.1/debian/changelog 2006-07-11 22:34:44.000000000 +0100 @@ -1,3 +1,12 @@ +python-apt (0.6.18.1) unstable; urgency=low + + * Non-maintainer upload. + * Depend on ${shlibs:Depends} to pick up dependancy on apt, others (closes: + #377615) + * Depend on ${misc:Depends} as well + + -- Sam Morris <[EMAIL PROTECTED]> Tue, 11 Jul 2006 22:32:14 +0100 + python-apt (0.6.18) unstable; urgency=low * Non-maintainer upload. diff -ruN python-apt-0.6.18.orig/debian/control python-apt-0.6.18.1/debian/control --- python-apt-0.6.18.orig/debian/control 2006-06-17 14:26:22.000000000 +0100 +++ python-apt-0.6.18.1/debian/control 2006-07-11 22:29:20.000000000 +0100 @@ -9,7 +9,7 @@ Package: python-apt Architecture: any -Depends: ${python:Depends} +Depends: ${python:Depends}, ${shlibs:Depends} Priority: optional Replaces: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18) Conflicts: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18)