diff options
| author | Julian Andres Klode <jak@debian.org> | 2011-05-27 16:04:24 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2011-05-27 16:04:24 +0200 |
| commit | 1a1d96e49901a834d6208d3561877d8f16d5b758 (patch) | |
| tree | 2c75dccb9addbecf42aa83ce6558cc6b20293603 | |
| parent | 8b00d8568eac3433d644d7ca4655750f3480cb17 (diff) | |
| download | python-apt-1a1d96e49901a834d6208d3561877d8f16d5b758.tar.gz | |
Fix Lintian overrides
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/python-apt-common.lintian-overrides | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 9876b407..85cd3166 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ python-apt (0.8.0~exp5) UNRELEASED; urgency=low * Increase Breaks for update-notifier to 0.99.3debian9 * utils/get_debian_mirrors.py: Adjust for new Alioth SCM urls * debian/control: Standards-Version 3.9.2 + * Fix Lintian overrides [ Tshepang Lekhonkhobe ] * Fix get_changelog in Python 3 (Closes: #626532) diff --git a/debian/python-apt-common.lintian-overrides b/debian/python-apt-common.lintian-overrides index 3ae30560..f0eddf6b 100644 --- a/debian/python-apt-common.lintian-overrides +++ b/debian/python-apt-common.lintian-overrides @@ -1,2 +1,2 @@ # package depends on python | python3 -python-script-but-no-python-dep ./usr/share/python-apt/migrate-0.8.py +python-script-but-no-python-dep usr/share/python-apt/migrate-0.8.py |
