summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Falavigna <dktrkranz@debian.org>2014-04-27 10:41:42 +0200
committerLuca Falavigna <dktrkranz@debian.org>2014-04-27 10:41:42 +0200
commitbc027710c5e1e21491b2895a1b1a80567aa448cb (patch)
tree7f01729eff44a5de3560a4e64c82c801c48af40a
parent38ceb405c6e55ead1754f7e9cbdd0f9ff88531c2 (diff)
Remove .pyc files on clean
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 111b6b9..314bf15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ scons-doc (2.3.1-1) UNRELEASED; urgency=medium
* debian/control:
- Build-depends on python-libxml2 and python-libxslt1.
- Bump Standards-Version to 3.9.5, no changes required.
+ * debian/rules:
+ - Remove .pyc files on clean.
-- Luca Falavigna <dktrkranz@debian.org> Sat, 26 Apr 2014 15:12:04 +0200
diff --git a/debian/rules b/debian/rules
index 0bb3859..540d14b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,7 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-
override_dh_auto_clean:
scons -c
rm -fr build
+ find -name "*.pyc" -delete
override_dh_auto_install:
scons doc