aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-05 22:15:17 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-05 22:15:17 +0000
commitbeda22fd2375ee292e30f3ba25565dc0630132c0 (patch)
treefd992001d0655cd5076eea76fb8aa647bfdac222 /debian/rules
parentef41aff5559f6cdfb8d6c8885e20ae4ea5c34c6e (diff)
move examples folder to /usr/share/pd-moonlib to stop lintian warnings
svn path=/trunk/externals/moonlib/; revision=14279
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 04d746f..5fe5297 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)