diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-02 18:37:30 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-07-02 18:37:30 +0200 |
| commit | e3791336f419ea14f3841814f37f4c8f00479588 (patch) | |
| tree | d7a43b7447d8fe6e8dc31de977197ec873a13666 /debian | |
| parent | be23d152022cb79b74f9d7c6a07567b4e53c57d2 (diff) | |
| download | python-apt-e3791336f419ea14f3841814f37f4c8f00479588.tar.gz | |
* debian/control:
- updated for python-distutils-extra (>= 1.9.0)
* debian/python-apt.install:
- fix i18n files
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/python-apt.install | 1 |
3 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index de2039c1..5052d867 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,8 +13,12 @@ python-apt (0.7.3) unstable; urgency=low - generalized some code, bringing it into the Distribution class, and wrote some missing methods for the DebianDistribution one (thanks to Gustavo Noronha Silva) + * debian/control: + - updated for python-distutils-extra (>= 1.9.0) + * debian/python-apt.install: + - fix i18n files - -- + -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 02 Jul 2007 18:33:36 +0200 python-apt (0.7.2) unstable; urgency=low diff --git a/debian/control b/debian/control index d8c080d7..1f583e2f 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: APT Development Team <deity@lists.debian.org> 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.0), apt-utils, python-all-dev, python-distutils-extra, cdbs, python-central (>= 0.5), python-all-dbg +Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.7.0), 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 Package: python-apt diff --git a/debian/python-apt.install b/debian/python-apt.install index 3e08ba50..4910e8ed 100644 --- a/debian/python-apt.install +++ b/debian/python-apt.install @@ -1,2 +1,3 @@ debian/tmp/usr/lib/python* +debian/tmp/usr/share/locale debian/tmp/usr/share/python-apt |
