[SCM] idjc packaging branch, master, updated. debian/0.7.14-2

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Jul 11 07:11:08 UTC 2009


The following commit has been merged in the master branch:
commit 7bceb2c45c7f4b3da0b7204d62acaa987e27abe4
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Jul 11 08:47:23 2009 +0200

    remove mistakenly install pyc files

diff --git a/debian/rules b/debian/rules
index 950e782..ceaa2f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,8 @@ install/idjc::
 	rm -rf $(DEB_DESTDIR)/usr/share/doc/idjc-*
 	# Fix permission problem
 	-chmod u+x $(DEB_DESTDIR)/usr/lib/python*/*-packages/idjc/IDJCmultitagger.py
+	# remove pyc files
+	find $(DEB_DESTDIR) -name \*.pyc -exec rm -v {} +
 
 binary-install/idjc::
 #	dh_pycentral -pidjc

-- 
idjc packaging



More information about the pkg-multimedia-commits mailing list