diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-04-19 19:35:59 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-04-19 19:35:59 +0200 |
commit | 05472bf810d92d2b4b0c68f0b89715b26a30b3b3 (patch) | |
tree | 60f077a30e1fb91ab03b7408d5dcc21c56ade1c4 /debian | |
parent | 794f09c34fca36e0e5aab57f9ca7edba2cfd193d (diff) |
* debian/apt.lintian-overrides:
- update the missing-python-dep override to the lintian 2.5 way
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt.lintian-overrides | 2 | ||||
-rw-r--r-- | debian/changelog | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/apt.lintian-overrides b/debian/apt.lintian-overrides index 49c5ce53c..828b36905 100644 --- a/debian/apt.lintian-overrides +++ b/debian/apt.lintian-overrides @@ -1,3 +1,3 @@ # apt-mark is rarely used auxiliary script, we don't want to depend on # python-apt only for it. -apt binary: python-script-but-no-python-dep ./usr/bin/apt-mark +apt binary: python-script-but-no-python-dep usr/bin/apt-mark diff --git a/debian/changelog b/debian/changelog index 9521ab8a0..386328722 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,8 +15,10 @@ apt (0.8.14.1) unstable; urgency=low - replace obsolete usleep with nanosleep * debian/apt{,-utils}.symbols: - update both experimental symbol-files to reflect 0.8.14 state + * debian/apt.lintian-overrides: + - update the missing-python-dep override to the lintian 2.5 way - -- David Kalnischkies <kalnischkies@gmail.com> Tue, 19 Apr 2011 19:27:34 +0200 + -- David Kalnischkies <kalnischkies@gmail.com> Tue, 19 Apr 2011 19:32:15 +0200 apt (0.8.14) unstable; urgency=low |