diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 5eb36e0..217dd0d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ conntrack (1:0.9.5-1) UNRELEASED; urgency=low * added package "conntrackd" * updated watchfile for new upstream name "conntrack-tools" (Closes: #449899) + * moved DH_COMPAT to debian/compat -- Max Kellermann <max@duempel.org> Tue, 6 Nov 2007 08:15:26 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/rules b/debian/rules index 4508748..0ccb353 100755 --- a/debian/rules +++ b/debian/rules @@ -4,8 +4,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -export DH_COMPAT = 5 - DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) |