aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Terceiro <antonio.terceiro@linaro.org>2014-02-20 12:14:08 -0300
committerAntonio Terceiro <antonio.terceiro@linaro.org>2014-02-20 12:21:33 -0300
commitf764bc680be3f82ff1dcc1985377b1fdf16357a6 (patch)
treee1bdc3ef8e5ef33599306e44b7cc44dc0f9622f1
parentc1f635071fd3c78d44a1693a406d08d16b6290aa (diff)
debian/rules: remove versiontools-*.egg on clean target
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules4
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 14e8390..140551e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
lava-tool (0.10-1) UNRELEASED; urgency=medium
* New upstream release
+ * debian/rules: remove versiontools-*.egg on clean target
-- Antonio Terceiro <terceiro@debian.org> Thu, 20 Feb 2014 11:47:11 -0300
diff --git a/debian/rules b/debian/rules
index 4123d25..c0ae91e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
%:
dh $@ --with python2
+dh_override_auto_clean:
+ dh_clean
+ $(RM) -rf versiontools-*.egg
+
#.PHONY: override_dh_auto_test
#override_dh_auto_test:
# # Run the bundled tests when building the package