aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-09 22:44:45 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-09 22:44:45 +0000
commitc7a7f48a3dd65baf8d2b06b5063be07eaf2ef1c9 (patch)
treeb1474f1f43d199f6fa75501e2f6678214a5194b8 /debian/rules
parentc0f71c4e43eb75ed6689515c539d7cf6adc6516f (diff)
uploaded Debian package to pkg-multimedia so removing 'debian' folder: http://git.debian.org/?p=pkg-multimedia/pd-pdogg.git;a=summary
svn path=/trunk/externals/pdogg/; revision=14340
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules17
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 6dd0ed0..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/make -f
-
-LIBRARY_NAME = pdogg
-PACKAGE = pd-$(LIBRARY_NAME)
-pkglibdir = /usr/lib/pd/extra
-
-%:
- dh --with quilt $@ --buildsystem=makefile
-
-override_dh_auto_install:
- dh_auto_install -- prefix=/usr pkglibdir=$(pkglibdir)
-# replace license file with link to the Debian license file
- rm -f -- $(CURDIR)/debian/$(PACKAGE)/$(pkglibdir)/$(LIBRARY_NAME)/LICENSE.txt
-
-override_dh_shlibdeps:
- dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \
- -T$(CURDIR)/debian/$(PACKAGE).substvars