summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 476af94..628884b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
echolot (2.1.8-4) unstable; urgency=low
* Properly quote arguments to su -c, since its behaviour has changed.
+ * Update to debhelper compatibility level 4, no other changes required.
- -- Peter Palfrader <weasel@debian.org> Mon, 6 Mar 2006 15:43:09 +0100
+ -- Peter Palfrader <weasel@debian.org> Mon, 6 Mar 2006 15:53:22 +0100
echolot (2.1.8-3) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 9b54067..64796b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
#export DH_VERBOSE=1
# This is the debhelper compatibility version to use.
-export DH_COMPAT=3
+export DH_COMPAT=4
version=`grep 'VERSION =' pingd | sed -e "s/.* '//" -e "s/'.*//"`
REMAILERS=`tr '\n' ' ' < debian/remailers`