[Pkg-mongodb-maintainers] [pkg-mongodb] 130/394: Remove .pyc files on debian/rules clean
Apollon Oikonomopoulos
apoikos at moszumanska.debian.org
Wed Sep 21 13:58:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
apoikos pushed a commit to branch master
in repository pkg-mongodb.
commit 93849e1690a51f264b7b86ea4d99c8281bdfeb4a
Author: Jérémy Lal <kapouer at melix.org>
Date: Thu Feb 24 09:19:36 2011 +0800
Remove .pyc files on debian/rules clean
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 974a844..15b9012 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,3 +17,5 @@ endif
DEB_SCONS_INSTALL_OPTIONS += --prefix=$(CURDIR)/debian/tmp/usr --full
DEB_SCONS_CHECK_TARGET = --smokedbprefix=$(CURDIR)/debian/tmp-test smoke
+clean::
+ find . -name "*.pyc" -delete
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git
More information about the Pkg-mongodb-maintainers
mailing list