[SCM] pd-pdstring/master: install the pdstring-meta.pd file to the lib directory

rdz-guest at users.alioth.debian.org rdz-guest at users.alioth.debian.org
Mon Sep 26 13:20:02 UTC 2011


The following commit has been merged in the master branch:
commit 02538421b592a3411f75d72cf8e5a04fe53f7ae2
Author: Roman Haefeli <reduzent at gmail.com>
Date:   Mon Sep 26 15:18:10 2011 +0200

    install the pdstring-meta.pd file to the lib directory

diff --git a/debian/rules b/debian/rules
index 0ed3cd3..4a4b759 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,10 @@ override_dh_auto_configure:
 	dh_auto_configure -- --with-pd-dir=/usr/lib/pd \
 	   --with-pd-extdir=/usr/lib/pd/extra/pdstring
 
+override_dh_auto_install:
+	dh_auto_install
+	install -m 644 src/pdstring-meta.pd debian/pd-pdstring/usr/lib/pd/extra/pdstring/
+
 override_dh_shlibdeps:
 	dpkg-shlibdeps debian/pd-pdstring/usr/lib/pd/extra/pdstring/pdstring.pd_linux \
            -Tdebian/pd-pdstring.substvars

-- 
pd-pdstring packaging



More information about the pkg-multimedia-commits mailing list