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