[pluma] 01/02: debian/rules: Remove Python byte-code before installing files into the pluma bin:package.
Mike Gabriel
sunweaver at debian.org
Tue Jul 25 15:09:12 UTC 2017
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository pluma.
commit 6b001c6dd82004e6ec4e46525e243b0247c00479
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Jul 25 16:28:52 2017 +0200
debian/rules: Remove Python byte-code before installing files into the pluma bin:package.
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index b27a24a..75dc8cf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,8 @@ override_dh_missing:
override_dh_install:
rm -rfv debian/tmp/usr/lib/*/pluma/plugins/*.la
+ rm -rf debian/tmp/usr/lib/*/pluma/plugins/*/*.pyc
+ rm -rf debian/tmp/usr/lib/*/pluma/plugins/*/*.pyo
dh_install
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