aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-05 22:22:31 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-05 22:22:31 +0000
commit4b7621f60785c18333e75de7fc3b8700d8b13d8a (patch)
tree6a1469d50ebc8b825fd796b06180b3179d8f299f
parentd24bb07d5dbd118bcafe326b1f0fb694ccdfcdd0 (diff)
force quilt usage for patches
svn path=/trunk/externals/pddp/; revision=14280
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 6f7e8b1..4df82ba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ PACKAGE = pd-$(LIBRARY_NAME)
pkglibdir = /usr/lib/pd/extra
%:
- dh $@ --buildsystem=makefile
+ dh --with quilt $@ --buildsystem=makefile
override_dh_auto_install:
dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir)