summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@gmail.com>2009-06-05 14:07:59 +1000
committerFelipe Sateler <fsateler@gmail.com>2009-06-05 14:07:59 +1000
commit73b351b50ee8eebc029cea1c6d5fdd71cfe39aa6 (patch)
tree645c1e6ac65138a569871e5ee5717870fcba0cdf /debian/rules
parentb0a0793523f0a61f1f1a5b10bbd38b3c53f6c6ab (diff)
Switch from dpatch to quilt
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 3751595..ddeab80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,13 +5,13 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-include /usr/share/dpatch/dpatch.make
+include /usr/share/quilt/quilt.make
# This is the debhelper compatability version to use.
export DH_COMPAT=3
configure: configure-stamp
-configure-stamp: patch-stamp
+configure-stamp: $(QUILT_STAMPFN)
dh_testdir
# Add here commands to configure the package.