[pluma] 06/07: debian/rules: Remove .pyc and .pyo files before installing plugin files into the pluma bin:package.
Mike Gabriel
sunweaver at debian.org
Sat Jun 6 22:58:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository pluma.
commit f928e2f6bc465321af86e6b91bd5e46f3f242e67
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Jun 7 00:33:05 2015 +0200
debian/rules: Remove .pyc and .pyo files before installing plugin files into the pluma bin:package.
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index d02970c..97d69df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,8 @@ override_dh_install:
rm -f debian/tmp/usr/share/MateConf/gsettings/*.convert
rm -rfv debian/tmp/usr/lib/*/pluma/plugin-loaders/*.la
rm -rfv debian/tmp/usr/lib/*/pluma/plugins/*.la
+ find -name "*.pyc" -exec rm {} \;
+ find -name "*.pyo" -exec rm {} \;
dh_install --fail-missing
override_dh_auto_configure:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/pluma.git
More information about the pkg-mate-commits
mailing list