diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-08-02 18:23:28 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-08-02 18:23:28 +0200 |
| commit | 08674e660118758f32d220a26b4a525459317293 (patch) | |
| tree | 1f432fb38a147d2d47af63faa46ee398b2b2c717 /debian | |
| parent | 992629cbd46b9cf830b8ab95e30f56bbcab4d724 (diff) | |
| download | python-apt-08674e660118758f32d220a26b4a525459317293.tar.gz | |
Only recommend lsb-release instead of depending on it. Default to
Debian unstable if lsb_release is not available.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 928493ad..5f1f2967 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,8 +32,10 @@ python-apt (0.7.92) UNRELEASED; urgency=low - Merge Configuration,ConfigurationPtr,ConfigurationSub into one type. - Simplify the whole build process by using a single setup.py. - The documentation has been restructured and enhanced with tutorials. + - Only recommend lsb-release instead of depending on it. Default to + Debian unstable if lsb_release is not available. - -- Julian Andres Klode <jak@debian.org> Wed, 15 Jul 2009 14:56:24 +0200 + -- Julian Andres Klode <jak@debian.org> Sun, 02 Aug 2009 16:35:42 +0200 python-apt (0.7.91) experimental; urgency=low diff --git a/debian/control b/debian/control index 69bca37a..6b96a6be 100644 --- a/debian/control +++ b/debian/control @@ -24,8 +24,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 -Recommends: iso-codes, libjs-jquery +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +Recommends: lsb-release, iso-codes, libjs-jquery Breaks: debdelta (<< 0.28~) Provides: ${python:Provides} Suggests: python-apt-dbg, python-gtk2, python-vte |
