aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-11 20:42:49 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-08-11 20:42:49 +0000
commitab075c8c109d64b71bf7f252c9132e904ccf3148 (patch)
tree4d320cb988db59837747ef01b12f1fa8d34ce30c /debian/rules
parent64eb9df8a6edd5f9abbbbf7774b7817a7d7d6ab9 (diff)
removed debian folder since the Debian stuff is now here: http://git.debian.org/?p=pkg-multimedia/pd-motex.git;a=summary
svn path=/trunk/externals/motex/; revision=13791
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules16
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 5465001..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/make -f
-
-LIBRARY_NAME = motex
-PACKAGE = pd-$(LIBRARY_NAME)
-pkglibdir = /usr/lib/pd/extra
-
-%:
- dh $@
-
-override_dh_auto_install:
- make DESTDIR=$(CURDIR)/debian/$(PACKAGE) pkglibdir=$(pkglibdir) install
-
-override_dh_shlibdeps:
- dpkg-shlibdeps $(CURDIR)/debian/$(PACKAGE)$(pkglibdir)/$(LIBRARY_NAME)/*.pd_linux \
- -T$(CURDIR)/debian/$(PACKAGE).substvars
-