diff options
author | Max Kellermann <max@duempel.org> | 2008-01-03 18:43:06 +0000 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-01-03 18:43:06 +0000 |
commit | 8eb07a3ce49df3ed0beefe45dc92ac9f3937891b (patch) | |
tree | 954fe71d352fca18b959b837e7631006de7e162f /debian | |
parent | 4c467e0b8ba87add4775ea04759e238e2324dca3 (diff) | |
download | conntrack-tools-8eb07a3ce49df3ed0beefe45dc92ac9f3937891b.tar.gz conntrack-tools-8eb07a3ce49df3ed0beefe45dc92ac9f3937891b.zip |
moved DH_COMPAT to debian/compat
Diffstat (limited to 'debian')
-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) |