[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. debian/0.8.4.9-20090130-3-7-g41fca18

Luca Capello luca at pca.it
Fri May 15 21:36:01 UTC 2009


The following commit has been merged in the debian branch:
commit 41fca18ff202b8273c1d3651eb1d94b0a5aa2f75
Author: Luca Capello <luca at pca.it>
Date:   Fri May 15 23:35:54 2009 +0200

    debian/*: add #DEBHELPER# token to post*/pre*

diff --git a/debian/changelog b/debian/changelog
index cc78c78..af0d607 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,12 @@ fso-frameworkd (0.8.4.9-20090130-4) UNRELEASED; urgency=low
     + correct typos in Description:.
     + fix capitalization for freesmartphone.org.
     + use freesmartphone.org instead of the FSO acronym.
+  * debian/fso-frameworkd.preinst:
+    + add "#DEBHELPER#" token, thanks to lintian.
+  * debian/fso-sounds-none.postinst:
+    + add "#DEBHELPER#" token, thanks to lintian.
+  * debian/fso-sounds-none.prerm:
+    + add "#DEBHELPER#" token, thanks to lintian.
   * debian/fso-sounds-none.README.Debian:
     + suggest fso-frameworkd documentation to use the ringtones.
   * debian/patches/06_persist-in-var-lib.patch:
diff --git a/debian/fso-frameworkd.preinst b/debian/fso-frameworkd.preinst
index 7bc9862..a20df59 100644
--- a/debian/fso-frameworkd.preinst
+++ b/debian/fso-frameworkd.preinst
@@ -37,3 +37,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-none.postinst b/debian/fso-sounds-none.postinst
index 0d609be..443cad3 100644
--- a/debian/fso-sounds-none.postinst
+++ b/debian/fso-sounds-none.postinst
@@ -11,3 +11,9 @@ if [ "$1" = "configure" ]; then
 	/usr/share/fso-sounds-rules/none.yaml \
 	20
 fi
+
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
diff --git a/debian/fso-sounds-none.prerm b/debian/fso-sounds-none.prerm
index 58f87a5..73fdb82 100644
--- a/debian/fso-sounds-none.prerm
+++ b/debian/fso-sounds-none.prerm
@@ -9,3 +9,9 @@ if [ "$1" = "remove" ]; then
 	fso-frameworkd-default-sounds.yaml \
 	/usr/share/fso-sounds-rules/none.yaml
 fi
+
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list