]> git.deb.at Git - pkg/abook.git/commitdiff
Switch to dpkg-source 3.0 (quilt) format and fix another lintian warning
authorDenis Briand <debian@denis-briand.fr>
Mon, 6 Jul 2015 15:54:08 +0000 (17:54 +0200)
committerDenis Briand <debian@denis-briand.fr>
Mon, 6 Jul 2015 15:54:08 +0000 (17:54 +0200)
debian/changelog
debian/postinst
debian/source/format [new file with mode: 0644]

index f7563048859998c9de24edf90da777d5a94dacc1..d168f3e51b7125d2a6a1ad4b21ef3a911ea5d970 100644 (file)
@@ -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 <debian@denis-briand.fr>  Mon, 06 Jul 2015 15:13:16 +0200
 
index deab0dded2c0a2c50db3017672d075abc1b0b676..8002f3b078b03cc1ab7ca70093f3422062e506be 100644 (file)
@@ -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 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)