diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 25 | ||||
| -rw-r--r-- | debian/control | 3 |
2 files changed, 19 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index d76cc746..1da809b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,22 +1,31 @@ -python-apt (0.8.8ubuntu1) UNRELEASED; urgency=low - - NOTE: THIS is intended for R, use lp:~ubuntu-core-dev/python-apt/quantal - for quantal (and remove this note on the first R upload ;) +python-apt (0.8.8ubuntu1) UNRELEASEDraring; urgency=low + [ Michael Vogt ] * merged from the debian-sid branch: - do not build-depend on python-unittest2, only needed for python2.6 + * merged from the debian-experimental branch + * python/tag.cc: + - make TagSecString_FromStringAndSize, TagSecString_FromString + static, thanks to jcristau + * python/cache.cc: + - add "Codename" to PackageFile object * add dep8 style autopkgtest support - * add "codename" to the PackageFile object - - -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 12 Oct 2012 11:02:03 +0200 + * build fixes for python3.3 + * data/templates/Ubuntu.info.in: + - add raring + + [ Jason Conti ] + * lp:~jconti/python-apt/closeable-cache: + - add apt.Cache.close() method + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 23 Oct 2012 12:49:21 +0200 python-apt (0.8.8) unstable; urgency=low [ Program translation updates ] * po/pl.po: Polish (Michał Kułach) (closes: #684308) * po/da.po: Danish (Joe Hansen) (closes: #689827) - + [ Michael Vogt ] * merged lp:~sampo555/python-apt/fix_1042916 reuse existing but disabled sources.list entries instead of duplicating them. diff --git a/debian/control b/debian/control index c186dc23..6d990a08 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,8 @@ Build-Depends: apt (>= 0.9.6), python3-all-dbg (>= 3.1.2-6~), python-distutils-extra (>= 2.0), python-sphinx (>= 0.5), - python-debian + python-debian, + python-unittest2 Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/python-apt/ubuntu XS-Debian-Vcs-Bzr: http://bzr.debian.org/apt/python-apt/debian-sid XS-Debian-Vcs-Browser: http://bzr.debian.org/loggerhead/apt/python-apt/debian-sid/changes |
