diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-02-27 10:26:30 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-02-27 10:26:30 +0100 |
| commit | a1611b6a1d0754eb54a751797d5be0137740f081 (patch) | |
| tree | 5e8488c45806b2502c1eeaed86507fbfbfc5a9ee | |
| parent | 8e60722c4150cf0164a80406ec1ff06d0c7bc11e (diff) | |
| download | python-apt-a1611b6a1d0754eb54a751797d5be0137740f081.tar.gz | |
* debian/python-apt.install:
- required now because we build python-dbg too
* debian/changelog:
- merged matts changes
* debian/control:
- change maintainer
| -rw-r--r-- | debian/changelog | 14 | ||||
| -rw-r--r-- | debian/control | 5 | ||||
| -rw-r--r-- | debian/python-apt.install | 2 |
3 files changed, 19 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 387424d8..bd402382 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +python-apt (0.6.20ubuntu9) feisty; urgency=low + + * Re-add debian/python-apt.install (LP: #88134) + - This seems to have gone missing between 0.6.20ubuntu6 and 0.6.20ubuntu8 + - This probably happened because it wasn't added to bzr + + -- Matt Zimmerman <mdz@ubuntu.com> Mon, 26 Feb 2007 14:04:15 -0800 + +python-apt (0.6.20ubuntu8) feisty; urgency=low + + * fix FTBFS + + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 26 Feb 2007 18:41:37 +0100 + python-apt (0.6.20ubuntu7) feisty; urgency=low * aptsources/distro.py: diff --git a/debian/control b/debian/control index 0c50e35f..c705c697 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,12 @@ Source: python-apt Section: python Priority: optional -Maintainer: APT Development Team <deity@lists.debian.org> +Maintainer: Michael Vogt <mvo@ubuntu.com> +XSBC-Original-Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org> Standards-Version: 3.7.2 XS-Python-Version: all -Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.46.4ubuntu8), apt-utils, python-all-dev, python-distutils-extra, cdbs, python-central (>= 0.5) +Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.46.4ubuntu8), apt-utils, python-all-dev, python-distutils-extra, cdbs, python-central (>= 0.5), python-all-dbg Package: python-apt Architecture: any diff --git a/debian/python-apt.install b/debian/python-apt.install new file mode 100644 index 00000000..3e08ba50 --- /dev/null +++ b/debian/python-apt.install @@ -0,0 +1,2 @@ +debian/tmp/usr/lib/python* +debian/tmp/usr/share/python-apt |
