From 5361a6180571f5921b6c006129b5f0c274b6154b Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 8 Oct 2013 19:46:39 +0200 Subject: debian/apt.postinst: use --compare-versions lt instead of lt-nl, to ensure the apt-auto-removal file is correctly create, thanks to Ben Hutchings --- debian/apt.postinst | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/apt.postinst b/debian/apt.postinst index 70de237d0..fd3e273bb 100644 --- a/debian/apt.postinst +++ b/debian/apt.postinst @@ -33,7 +33,7 @@ case "$1" in fi # create kernel autoremoval blacklist on update - if dpkg --compare-versions "$2" lt-nl 0.9.9.3; then + if dpkg --compare-versions "$2" lt 0.9.9.3; then /etc/kernel/postinst.d/apt-auto-removal fi ;; diff --git a/debian/changelog b/debian/changelog index 86d2197c1..638d8ef3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ apt (0.9.11.5) UNRELEASED; urgency=low * Fix typo in apt-private/private-show.cc. Thanks to Benjamin Keresa. Closes: #724073 - [ Mark Hymers ] + [ Mark Hymers ] * fix libapt-inst for >2G debs (closes: #725483) -- Christian Perrier Mon, 23 Sep 2013 07:05:34 +0200 -- cgit v1.2.3