From bc027710c5e1e21491b2895a1b1a80567aa448cb Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sun, 27 Apr 2014 10:41:42 +0200 Subject: Remove .pyc files on clean --- debian/changelog | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) 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 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 -- cgit v1.2.3