[mate-dock-applet] 10/18: debian/rules: Remove __pycache__ folder after build.
Mike Gabriel
sunweaver at debian.org
Mon Feb 15 04:44:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository mate-dock-applet.
commit ce7283e859d67f24c77ed69222cca8c74a22a852
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Feb 14 15:51:09 2016 +0100
debian/rules: Remove __pycache__ folder after build.
---
debian/rules | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian/rules b/debian/rules
index a7cdd25..d5155f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,5 +10,11 @@ DH_VERBOSE = 1
DEB_CONFIGURE_EXTRA_FLAGS += --prefix=/usr
DEB_DH_INSTALL_ARGS += --fail-missing
+common-install-indep:: remove-cruft
+common-install-arch:: remove-cruft
+
+remove-cruft::
+ rm -Rf debian/mate-dock-applet/usr/lib/mate-applets/mate-dock-applet/__pycache__/
+
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=..
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-dock-applet.git
More information about the pkg-mate-commits
mailing list