diff options
author | Peter Palfrader <peter@palfrader.org> | 2007-12-10 09:34:38 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2007-12-10 09:34:38 +0000 |
commit | 74b3bff39f6a478a113dac911d7e9f20afa4da3c (patch) | |
tree | 02d09935cd3bbb89b5048b0868eeb0e961f881b8 /debian | |
parent | 0e4366072139b1492706eeea34a561dad996c7da (diff) |
Move DH_COMPAT from the rules file into debian/compat.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index b6f18bf..4543fe1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ echolot (2.1.8-6) unstable; urgency=low possible that some admin action caused dot files to appear in that directory.) * Also rm -rf /var/log/echolot in postrm purge (closes: #455105). + * Move DH_COMPAT from the rules file into debian/compat. - -- Peter Palfrader <weasel@debian.org> Mon, 10 Dec 2007 10:32:55 +0100 + -- Peter Palfrader <weasel@debian.org> Mon, 10 Dec 2007 10:34:11 +0100 echolot (2.1.8-5) unstable; urgency=low diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/rules b/debian/rules index 64796b1..15b7abb 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatibility version to use. -export DH_COMPAT=4 - version=`grep 'VERSION =' pingd | sed -e "s/.* '//" -e "s/'.*//"` REMAILERS=`tr '\n' ' ' < debian/remailers` |