[freecad] 02/07: Remove some stuff left behind by build process in clean target to prevent errors from dpkg-source when building multiple times in a row. obj-* src/Mod/Start/Gui/share src/Mod/Drawing/App/share

Anton Gladky gladk at alioth.debian.org
Thu Aug 8 08:00:11 UTC 2013


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository freecad.

commit 7fa3e697d3aa6f36f111305873838225a8c222d8
Author: Peter Michael Green <plugwash at p10link.net>
Date:   Wed Aug 7 14:59:57 2013 +0200

    Remove some stuff left behind by build process in clean target to
    prevent errors from dpkg-source when building multiple times in a row.
    obj-*
    src/Mod/Start/Gui/share
    src/Mod/Drawing/App/share
---
 debian/rules |    1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 86ccde1..7ae6170 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,4 +32,5 @@ override_dh_installchangelogs:
 
 override_dh_auto_clean:
 	find -name '*.pyc' | xargs rm -f
+	rm -rf obj-* src/Mod/Start/Gui/share src/Mod/Drawing/App/share
 	dh_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/freecad.git



More information about the debian-science-commits mailing list