From 08674e660118758f32d220a26b4a525459317293 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 2 Aug 2009 18:23:28 +0200 Subject: Only recommend lsb-release instead of depending on it. Default to Debian unstable if lsb_release is not available. --- debian/changelog | 4 +++- debian/control | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'debian') 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 Wed, 15 Jul 2009 14:56:24 +0200 + -- Julian Andres Klode 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 -- cgit v1.2.3