]> the.earth.li Git - onak.git/commitdiff
Add #DEBHELPER# tokens to postinst/postrm (Debian packaging)
authorJonathan McDowell <noodles@earth.li>
Sun, 4 Mar 2007 23:20:29 +0000 (23:20 +0000)
committerJonathan McDowell <noodles@earth.li>
Sun, 4 Mar 2007 23:20:29 +0000 (23:20 +0000)
Lintian cleanup; add #DEBHELPER# token to the end of postinst/postrm.

debian/changelog
debian/postinst
debian/postrm

index faea813ec65faeeb88395a823fed387bb84407c4..19fc04c6ee1db2ecaf57d660c7dfdb566c0b70a6 100644 (file)
@@ -1,6 +1,8 @@
 onak (0.3.3+arch-1) unstable; urgency=low
 
   * Tag as arch version.
+  * Lintian cleanups
+    * Add #DEBHELPER# tokens to postinst/postrm.
 
  -- Jonathan McDowell <noodles@earth.li>  Sun, 04 Mar 2007 23:16:51 +0000
 
index a1de8b8d6b61568fcd8240a519f62c11ae3563b2..9770352910e07790ce62598c7ea86f4ae6d85324 100644 (file)
@@ -45,3 +45,5 @@ if [ "$1" = "configure" ]; then
     fi
 
 fi
+
+#DEBHELPER#
index da170ac335c6e2ab22f1790104ec69c114593ad1..89569be1fa4d4528d40586c9295ebd9df3702391 100644 (file)
@@ -11,3 +11,5 @@ if [ "$1" = "purge" ]; then
 
     rm -f /var/log/onak.log{,.1,.*.gz}
 fi
+
+#DEBHELPER#