Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-06-09 07:36:45 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-06-09 07:36:45 (GMT)
commit73dbe06a957aebf8da11ce3bf13f6bfb5843c71e (patch)
treec4152367b757025c4b66c77ed9c3119f69e5bd92 /debian/rules
parente7f6b7c9d423424a8bcaf19e2a33d8e70b8cc0f2 (diff)
Remove autogenerated files in clean target not in upstream tarball (confuses copyright-check.mk).debian/0.4.0-1
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 2182494..9057a0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,10 @@ pkg = python-hulahop
# Woraround for type punning causing "size of array 'arg' is negative"
CXXFLAGS += -fno-strict-aliasing
+# Remove autogenerated files.
+clean::
+ rm -f python/config.py python/hulahop.c
+
# Minimum usable version of xulrunner
python-xpcom-minver = 1.9~rc2