diff options
author | Max Kellermann <max@duempel.org> | 2008-06-02 14:28:53 +0000 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-06-02 14:28:53 +0000 |
commit | 6880933eb36616f2df46c73632252d2676125a88 (patch) | |
tree | e3475daec9fc935aee853fbb0c3cc7b95e8315a8 /debian/rules | |
parent | bb20af7ac0e2c3510beacab42aba0b2a42ac16cc (diff) | |
download | conntrack-tools-6880933eb36616f2df46c73632252d2676125a88.tar.gz conntrack-tools-6880933eb36616f2df46c73632252d2676125a88.zip |
dropped all patches because they have been merged by upstream
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index 3693317..5a173a8 100755 --- a/debian/rules +++ b/debian/rules @@ -18,11 +18,8 @@ endif # fix "read_config_lex.c:4451: error: 'input' defined but not used" CFLAGS += -DYY_NO_INPUT -DPATCH_STAMPFN = debian/stamp-patch -include /usr/share/dpatch/dpatch.make - build: debian/stamp-build -debian/stamp-build: $(DPATCH_STAMPFN) +debian/stamp-build: dh_testdir # ./configure @@ -35,7 +32,7 @@ debian/stamp-build: $(DPATCH_STAMPFN) touch $@ -clean: unpatch +clean: dh_testdir dh_testroot rm -f debian/stamp-* |