[pkg-fso-commits] [SCM] openmoko-files-nonfree, various not DFSG-free files for the Openmoko devices branch, master, updated. debian/20080911-6-4-gac55e2c

Luca Capello luca at pca.it
Wed May 13 10:40:57 UTC 2009


The following commit has been merged in the master branch:
commit d2ff89ddca88cf3305f4534585245765c4cee4b0
Author: Luca Capello <luca at pca.it>
Date:   Wed May 13 12:31:48 2009 +0200

    debian/*: add #DEBHELPER# token to postinst/preinst/prerm

diff --git a/debian/changelog b/debian/changelog
index c245eec..b1f9ee5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 openmoko-files-nonfree (20080911-7) UNRELEASED; urgency=low
 
   * debian/fso-sounds-openmoko-nonfree.postinst:
+    + add "#DEBHELPER#" token, thanks to lintian.
     - lower the update-alternatives priority to 0, these sounds
       are DFSG nonfree and provided for debugging purposes.
+  * debian/fso-sounds-openmoko-nonfree.preinst:
+    + add "#DEBHELPER#" token, thanks to lintian.
+  * debian/fso-sounds-openmoko-nonfree.prerm:
+    + add "#DEBHELPER#" token, thanks to lintian.
 
  --
 
diff --git a/debian/fso-sounds-openmoko-nonfree.postinst b/debian/fso-sounds-openmoko-nonfree.postinst
index 0cadcdf..8940916 100644
--- a/debian/fso-sounds-openmoko-nonfree.postinst
+++ b/debian/fso-sounds-openmoko-nonfree.postinst
@@ -11,3 +11,9 @@ if [ "$1" = "configure" ]; then
 	/usr/share/fso-sounds-rules/openmoko-nonfree.yaml \
 	0
 fi
+
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
diff --git a/debian/fso-sounds-openmoko-nonfree.preinst b/debian/fso-sounds-openmoko-nonfree.preinst
index c5841b8..fa5fc91 100644
--- a/debian/fso-sounds-openmoko-nonfree.preinst
+++ b/debian/fso-sounds-openmoko-nonfree.preinst
@@ -31,3 +31,9 @@ case "$1" in
         ;;
 esac
 ### end of http://wiki.debian.org/DpkgConffileHandling ###
+
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
diff --git a/debian/fso-sounds-openmoko-nonfree.prerm b/debian/fso-sounds-openmoko-nonfree.prerm
index 22f70a2..ea5ae18 100644
--- a/debian/fso-sounds-openmoko-nonfree.prerm
+++ b/debian/fso-sounds-openmoko-nonfree.prerm
@@ -9,3 +9,9 @@ if [ "$1" = "remove" ]; then
 	fso-frameworkd-default-sounds.yaml \
 	/usr/share/fso-sounds-rules/openmoko-nonfree.yaml
 fi
+
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#

-- 
openmoko-files-nonfree, various not DFSG-free files for the Openmoko devices



More information about the pkg-fso-commits mailing list