From: Jonathan McDowell <noodles@earth.li>
Date: Sun, 4 Mar 2007 23:20:29 +0000 (+0000)
Subject: Add #DEBHELPER# tokens to postinst/postrm (Debian packaging)
X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/18a91ca9678191722db24090ca6500bbbbca4945?ds=sidebyside;hp=408ea0b9ceafdc9f861701cfb14b57d09aa47777

Add #DEBHELPER# tokens to postinst/postrm (Debian packaging)
Lintian cleanup; add #DEBHELPER# token to the end of postinst/postrm.
---

diff --git a/debian/changelog b/debian/changelog
index faea813..19fc04c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
 
diff --git a/debian/postinst b/debian/postinst
index a1de8b8..9770352 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -45,3 +45,5 @@ if [ "$1" = "configure" ]; then
     fi
 
 fi
+
+#DEBHELPER#
diff --git a/debian/postrm b/debian/postrm
index da170ac..89569be 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -11,3 +11,5 @@ if [ "$1" = "purge" ]; then
 
     rm -f /var/log/onak.log{,.1,.*.gz}
 fi
+
+#DEBHELPER#