[SCM] zynjacku packaging branch, master, updated. upstream/5-14-g7f78038

fsateler-guest at users.alioth.debian.org fsateler-guest at users.alioth.debian.org
Thu Oct 1 18:31:33 UTC 2009


The following commit has been merged in the master branch:
commit 7f78038ab011d847fcf1b39dc55268fdb724d5df
Author: Felipe Sateler <fsateler at gmail.com>
Date:   Thu Oct 1 14:31:01 2009 -0400

    Rename scripts to remove .py extension

diff --git a/debian/rules b/debian/rules
index c19b8ef..efd67ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,8 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+
+install/zynjacku::
+	for file in $(DEB_DESTDIR)/usr/bin/*.py ; do \
+		mv $${file} $${file%.py} || exit 1 ;\
+	done

-- 
zynjacku packaging



More information about the pkg-multimedia-commits mailing list