diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 38 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | debian/rules | 2 |
3 files changed, 40 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 08035874..276c24ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-apt (0.7.93) experimental; urgency=low + + * Merge 0.7.13.0 from unstable. + + -- Julian Andres Klode <jak@debian.org> Fri, 21 Aug 2009 16:50:54 +0200 + python-apt (0.7.92) experimental; urgency=low * New features: @@ -78,6 +84,38 @@ python-apt (0.7.90) experimental; urgency=low -- Julian Andres Klode <jak@debian.org> Wed, 15 Apr 2009 13:47:42 +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 pulseInterval option to "update()" + + [ Sebastian Heinlein ] + * apt/cache.py: + - 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> Fri, 21 Aug 2009 16:22:34 +0200 + python-apt (0.7.12.1) unstable; urgency=low * apt/debfile.py: diff --git a/debian/control b/debian/control index cc5d1e56..c5508e9b 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ 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: 2.5, 2.6, 3.1 Build-Depends: apt-utils, debhelper (>= 7.3.5), diff --git a/debian/rules b/debian/rules index d5ebe29d..6c9f6fb6 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 -DCOMPAT_0_7 |
