diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-05 22:22:31 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@iem.at> | 2015-10-14 13:53:22 +0200 |
commit | a35632ff2cf546a4c89a14e518b8ea9586f95fb8 (patch) | |
tree | fb30e26375ccb29a3c944a5fc7769b180642c807 /debian | |
parent | ed00587a1fbf858fbcdc3e06bfadd332f134052d (diff) |
force quilt usage for patches
svn path=/trunk/externals/maxlib/; revision=14280
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ab7d28f..148dd04 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) |