diff options
| author | Ben Finney <ben+debian@benfinney.id.au> | 2008-06-21 01:11:59 +1000 |
|---|---|---|
| committer | Ben Finney <ben+debian@benfinney.id.au> | 2008-06-21 01:11:59 +1000 |
| commit | 535fdf276e94c99ec812aa66cb2a95a29a0c6d48 (patch) | |
| tree | d582c702f4086d7275da3e42645999f93f294b77 /debian | |
| parent | f264f62b7602f960bc35f3f68b1ed14c61bbfdd5 (diff) | |
| parent | df08cc2180c01039428effeead8a004552d5dd36 (diff) | |
| download | python-apt-535fdf276e94c99ec812aa66cb2a95a29a0c6d48.tar.gz | |
Merge from python-apt.debian-sid/.
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 c81885f6..7f329fdd 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 a1d9b807..2e933b18 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 |
