diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 39 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rwxr-xr-x | debian/rules | 2 |
3 files changed, 36 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 22d14fa7..642dc456 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,21 +1,48 @@ -python-apt (0.7.12.2) UNRELEASED; urgency=low +python-apt (0.7.13.2) UNRELEASED; urgency=low + + * apt/cache.py: + - add actiongroup() method (backport from 0.7.92) + + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 24 Aug 2009 13:41:38 +0200 + +python-apt (0.7.13.1) unstable; urgency=low + + * apt/package.py: + - Fix Version.get_dependencies() to not ignore the arguments. + + -- Julian Andres Klode <jak@debian.org> Fri, 21 Aug 2009 16:59:08 +0200 + +python-apt (0.7.13.0) unstable; urgency=low [ Michael Vogt ] * apt/package.py: - add "recommends" property * apt/cache.py, python/cache.cc: - - add optional pulseIntevall option to "update()" - * po/python-apt.pot: - - refreshed + - add optional pulseInterval option to "update()" + + [ Sebastian Heinlein ] * apt/cache.py: - - add actiongroup() method (backport from 0.7.92) + - Fix the (inst|keep|broken|del)_count attributes (Closes: #542773). [ Julian Andres Klode ] * apt/package.py: - Introduce Version.get_dependencies() which takes one or more types of dependencies and returns a list of Dependency objects. + - Do not mark the package as manually installed on upgrade (Closes: #542699) + - Add Package.is_now_broken and Package.is_inst_broken. + * apt/cache.py: + - Introduce ProblemResolver class (Closes: #542705) + * python/pkgsrcrecords.cc: + - Fix spelling error (begining should be beginning). + * po: + - Update template and the translations de.po, fr.po (Closes: #467120), + ja.po (Closes: #454293). + * debian/control: + - Update Standards-Version to 3.8.3. + * debian/rules: + - Build with DH_PYCENTRAL=include-links instead of nomove. - -- Julian Andres Klode <jak@debian.org> Tue, 18 Aug 2009 13:22:56 +0200 + -- Julian Andres Klode <jak@debian.org> Fri, 21 Aug 2009 16:22:34 +0200 python-apt (0.7.12.1) unstable; urgency=low diff --git a/debian/control b/debian/control index ab2d343d..f5ca1960 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,11 @@ Section: python Priority: optional Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Michael Vogt <mvo@debian.org>, Julian Andres Klode <jak@debian.org> -Standards-Version: 3.8.2 +Standards-Version: 3.8.3 XS-Python-Version: all Build-Depends: apt-utils, debhelper (>= 7.3.5), - libapt-pkg-dev (>= 0.7.21), + libapt-pkg-dev (>= 0.7.22~), python-all-dbg, python-all-dev, python-central (>= 0.5), diff --git a/debian/rules b/debian/rules index 6e2204cf..84224e9a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f -export DH_PYCENTRAL=nomove +export DH_PYCENTRAL=include-links export DEBVER=$(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p') export CFLAGS=-Wno-write-strings |
