diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-02-27 18:31:57 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-02-27 18:31:57 +0100 |
| commit | c6fd687e9b48133d025ccc47ff397087f5752203 (patch) | |
| tree | b58e4d60c4fffa92f3ec1f922d2f05ca30ed9497 /debian | |
| parent | a123b39f6e3dc69c9db46dd00550fc04c1ee9399 (diff) | |
| download | python-apt-c6fd687e9b48133d025ccc47ff397087f5752203.tar.gz | |
* debian/python-apt.install:
- Install utils/migrate-0.8.py to /usr/share/python-apt/.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/python-apt.docs | 1 | ||||
| -rw-r--r-- | debian/python-apt.install | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9a05185d..5f060a9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,8 @@ python-apt (0.7.93.2) unstable; urgency=low - aptsources/distinfo.py: Support relative filenames for MirrorsFile. * debian/rules: - Run tests during build time. + * debian/python-apt.install: + - Install utils/migrate-0.8.py to /usr/share/python-apt/. [ Michael Vogt ] * apt/cache.py: diff --git a/debian/python-apt.docs b/debian/python-apt.docs index c4191c81..1bfc7c1c 100644 --- a/debian/python-apt.docs +++ b/debian/python-apt.docs @@ -4,4 +4,3 @@ TODO apt/README.apt data/templates/README.templates build/sphinx/html/ -utils/migrate-0.8.py diff --git a/debian/python-apt.install b/debian/python-apt.install index ca86ed11..29028531 100644 --- a/debian/python-apt.install +++ b/debian/python-apt.install @@ -4,3 +4,5 @@ usr/lib/python*/*/*/ usr/lib/python*/*/*.egg-info usr/share/locale usr/share/python-apt +# Install the migration helper +utils/migrate-0.8.py usr/share/python-apt |
