Package: apt-proxy Version: 1.9.33 Severity: important Tags: patch When preparing the apt-proxy package for Ubuntu, I noticed that there is a comma missing in the Depends: line of binary package apt-proxy in debian/control file, between "python-twisted-web | python-twisted (<< 2.1.0)" and "python-apt (>= 0.5.8)". The fix is obvious but I'm attaching a patch anyway.
I don't really know what the consequence of this bug is. It seems that python-apt (>= 0.5.8) is dropped from the dependency completely, but I didn't check for sure. Ming 2006.02.17
--- apt-proxy-1.9.33/debian/control 2006-01-26 06:09:10.000000000 -0600 +++ apt-proxy-1.9.33ubuntu1/debian/control 2006-02-16 23:43:18.000000000 -0600 @@ -8,7 +8,7 @@ Package: apt-proxy Architecture: all -Depends: debconf (>= 0.5.00) | debconf-2.0, ${python:Depends}, python-twisted (>= 1.3.0-7) | python2.3 (<< 2.3.5-1), python-twisted (>= 1.0.0), python-twisted-web | python-twisted (<< 2.1.0) python-apt (>= 0.5.8), python-bsddb3, bzip2, logrotate, adduser +Depends: debconf (>= 0.5.00) | debconf-2.0, ${python:Depends}, python-twisted (>= 1.3.0-7) | python2.3 (<< 2.3.5-1), python-twisted (>= 1.0.0), python-twisted-web | python-twisted (<< 2.1.0), python-apt (>= 0.5.8), python-bsddb3, bzip2, logrotate, adduser Conflicts: apt-proxy-v2 (<= 1.9.5) Replaces: apt-proxy-v2 (<= 1.9.5) Suggests: rsync