diff options
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 |
