diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-06-05 19:36:59 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-06-05 19:36:59 +0200 |
| commit | 4ced65ec744e29019e7890eb6f505387940e74d5 (patch) | |
| tree | 79610b03290380b83371b1766f76faeed39d6f3f | |
| parent | cef966b55a04ad09f38857aa1a3bff3e49b8f6a4 (diff) | |
| download | python-apt-4ced65ec744e29019e7890eb6f505387940e74d5.tar.gz | |
debian/control: Only recommend libjs-jquery (Closes: #527543).
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index f2e03811..6150632c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,12 +7,13 @@ python-apt (0.7.91) UNRELEASED; urgency=low * utils/migrate-0.8.py: Helper to check Python code for deprecated functions, attributes,etc. Has to be run from the python-apt source tree, but can be used for all Python code using python-apt. + * debian/control: Only recommend libjs-jquery (Closes: #527543). [ Stefano Zacchiroli ] * debian/python-apt.doc-base: register the documentation with the doc-base system (Closes: #525134) - -- Julian Andres Klode <jak@debian.org> Fri, 17 Apr 2009 17:48:27 +0200 + -- Julian Andres Klode <jak@debian.org> Fri, 05 Jun 2009 19:36:45 +0200 python-apt (0.7.90) experimental; urgency=low diff --git a/debian/control b/debian/control index 08ee329f..25c58f15 100644 --- a/debian/control +++ b/debian/control @@ -23,9 +23,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 |
