From 5b3b95d1fc4513a612bb726e575838cf863689c1 Mon Sep 17 00:00:00 2001 From: Denis Briand Date: Mon, 6 Jul 2015 17:54:08 +0200 Subject: [PATCH] Switch to dpkg-source 3.0 (quilt) format and fix another lintian warning --- debian/changelog | 2 +- debian/postinst | 2 +- debian/source/format | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 debian/source/format 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) -- 2.39.2