diff options
| author | egon <egon@debian-vm> | 2008-06-18 14:47:09 +0200 |
|---|---|---|
| committer | egon <egon@debian-vm> | 2008-06-18 14:47:09 +0200 |
| commit | df08cc2180c01039428effeead8a004552d5dd36 (patch) | |
| tree | 8f7371bbdbb2e29a11c14c9b06bd574dc7a5a176 /debian | |
| parent | 44faadf294230dc6384b309b06089520d562f199 (diff) | |
| parent | 58322f187bef63ef6c6768cb055401401623b64a (diff) | |
| download | python-apt-df08cc2180c01039428effeead8a004552d5dd36.tar.gz | |
merged from mvo branch
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/README.source | 3 | ||||
| -rw-r--r-- | debian/changelog | 18 | ||||
| -rw-r--r-- | debian/control | 2 |
3 files changed, 22 insertions, 1 deletions
diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 00000000..ecd31364 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,3 @@ +This package is maintained in bzr and it should be build +with: +$ bzr-buildpackage --native diff --git a/debian/changelog b/debian/changelog index 0c7a782c..6fa68d7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +python-apt (0.7.6) unstable; urgency=low + + * apt/cache.py: + - add "memonly" option to apt.Cache() to force python-apt to + not touch the pkgcache.bin file (this works around a possible + race condition in the pkgcache.bin handling) + * data/templates/Ubuntu.info.in: + - added ubuntu 'intrepid' + * debian/README.source: + - added (basic) documentation how to build python-apt + * aptsources/distinfo.py: + - support arch specific BaseURI, MatchURI and MirrosFile fields + in the distinfo template + * debian/control: + - move bzr branch to bzr.debian.org and update Vcs-Bzr + + -- Michael Vogt <mvo@debian.org> Wed, 18 Jun 2008 14:46:43 +0200 + python-apt (0.7.5) unstable; urgency=low * use the new ListUpdate() code diff --git a/debian/control b/debian/control index 51bb064b..1303dc6c 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org> Standards-Version: 3.7.2.2 XS-Python-Version: all Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.7.10), apt-utils, python-all-dev, python-distutils-extra (>= 1.9.0), cdbs, python-central (>= 0.5), python-all-dbg -XS-Vcs-Bzr: http://people.debian.org/~mvo/bzr/python-apt/debian-sid +Vcs-Bzr: http://bzr.debian.org/apt/python-apt/debian-sid Package: python-apt Architecture: any |
