summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2009-02-21 12:54:07 +0000
committerRoger Leigh <rleigh@debian.org>2009-02-21 12:54:07 +0000
commit0f0c32b6e8761bac47b234e74bb978127b7dd6a6 (patch)
treeff75819fcbdda8a12e6b2849fb9614a75e0e1cfa /debian/rules
parent088eda1cd84e64bc9457cbc3f96f46ccd8e87241 (diff)
[debian] rules: Update build rule dependencies
It doesn't matter if debian/control is changed when build is called). This is already taken care of through the autoconfigure-stamp dependency.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 621f1d5..d284038 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ debian/autoconfigure-stamp: debian/control
touch $@
-build: debian/build-stamp debian/control
+build: debian/build-stamp
debian/build-stamp: patch debian/autoconfigure-stamp
dh_testdir