From: Denis Briand Date: Mon, 6 Jul 2015 15:54:08 +0000 (+0200) Subject: Switch to dpkg-source 3.0 (quilt) format and fix another lintian warning X-Git-Tag: debian/0.6.0_pre2-5~8 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=5b3b95d1fc4513a612bb726e575838cf863689c1;p=pkg%2Fabook.git Switch to dpkg-source 3.0 (quilt) format and fix another lintian warning --- diff --git a/debian/changelog b/debian/changelog index f756304..d168f3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,7 @@ abook (0.6.0pre2-4) unstable; urgency=high * Bump standards version to 3.9.6 * Use dpkg-buildflags. * Use non-native package format. - + * Switch to dpkg-source 3.0 (quilt) format -- Denis Briand Mon, 06 Jul 2015 15:13:16 +0200 diff --git a/debian/postinst b/debian/postinst index deab0dd..8002f3b 100644 --- a/debian/postinst +++ b/debian/postinst @@ -54,6 +54,6 @@ fi # menu entry -if [ "$action" = 'configure' ] && [ -x /usr/bin/update-menus ]; then +if [ "$action" = 'configure' ] && [ -x `which update-menus` ]; then update-menus fi diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)