diff options
author | Max Kellermann <max@duempel.org> | 2008-03-27 20:50:19 +0000 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-03-27 20:50:19 +0000 |
commit | cd499a4b82da1469b6cc6a7af0c5fac20a1d7dfe (patch) | |
tree | 760035cdb6d0125cbcad45d0c06427a53c42ec35 /debian/rules | |
parent | a9468e011e1408e6f41c2626c4bafd7fdd0b4112 (diff) | |
download | conntrack-tools-cd499a4b82da1469b6cc6a7af0c5fac20a1d7dfe.tar.gz conntrack-tools-cd499a4b82da1469b6cc6a7af0c5fac20a1d7dfe.zip |
depend on build-stamp to prevent double configure
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ee6b40a..6791c89 100755 --- a/debian/rules +++ b/debian/rules @@ -22,7 +22,7 @@ DPATCH_STAMPFN = debian/stamp-patch include /usr/share/dpatch/dpatch.make build: build-stamp -build-stamp: patch +build-stamp: patch-stamp dh_testdir # ./configure |