aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/sitesummary.prerm2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d3383b3..2c0f7e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ sitesummary (0.1.18) UNRELEASED; urgency=low
[ Petter Reinholdtsen ]
* Collect output from hdparm -I for every disk device (Closes: #785285).
+ * Add missing debhelper token to sitesummary.prerm.
-- Dominik George <nik@naturalnet.de> Wed, 13 May 2015 16:36:20 +0200
diff --git a/debian/sitesummary.prerm b/debian/sitesummary.prerm
index 62eb441..1d1a181 100644
--- a/debian/sitesummary.prerm
+++ b/debian/sitesummary.prerm
@@ -19,4 +19,6 @@ case "$1" in
;;
esac
+#DEBHELPER#
+
exit 0