diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 7fb62a1d..f63ddee2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-apt (0.7.11.2) unstable; urgency=low * python/cache.cc: - Support Breaks, Enhances dependency types (Closes: #416247) + * debian/control: Only recommend libjs-jquery (Closes: #527543) -- Julian Andres Klode <jak@debian.org> Thu, 30 Jul 2009 14:08:30 +0200 diff --git a/debian/control b/debian/control index 4c7b542f..17084419 100644 --- a/debian/control +++ b/debian/control @@ -22,9 +22,8 @@ Vcs-Browser: http://bzr.debian.org/loggerhead/apt/python-apt/debian-sid/changes Package: python-apt Architecture: any -Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release, - libjs-jquery -Recommends: iso-codes +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release +Recommends: iso-codes, libjs-jquery Breaks: debdelta (<< 0.28~) Provides: ${python:Provides} Suggests: python-apt-dbg, python-gtk2, python-vte |
