diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-02 15:21:16 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-11-02 15:21:16 +0000 |
commit | 59d7db2faa2f059ba8d0b51b5558b4bef6dda512 (patch) | |
tree | 32fcc42a4cb9052ed5b9e0f1a4da7a5c70389abd /debian/rules | |
parent | 6ba2fcc5486b9ba9eb2e7284a4fa691f39e6ed95 (diff) |
added g_canvas.h and s_stuff.h as a debian patch since those headers aren't included in any debian packages yet
svn path=/trunk/externals/hcs/; revision=14258
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index a2453a4..e8ba8b2 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) |