diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2015-12-20 07:12:25 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2015-12-20 07:12:25 +0000 |
commit | c262552c7407b8d1b42008694fe950bfba51c5fc (patch) | |
tree | c51f91786ff245fe869fae41afbf29744958a801 | |
parent | 34fb6ae70737208905f08b1a8de8cec06d12d754 (diff) | |
download | sitesummary-c262552c7407b8d1b42008694fe950bfba51c5fc.tar.gz sitesummary-c262552c7407b8d1b42008694fe950bfba51c5fc.tar.bz2 sitesummary-c262552c7407b8d1b42008694fe950bfba51c5fc.tar.xz |
Add missing debhelper token to sitesummary.prerm.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/sitesummary.prerm | 2 |
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 |