[sagemath] 03/04: Fix debian/rules clean after configure.

Tobias Hansen thansen at moszumanska.debian.org
Thu Feb 5 00:31:32 UTC 2015


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

thansen pushed a commit to branch master
in repository sagemath.

commit 572c27aff0d57ea53a547777dbdf26e570741cb4
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Thu Feb 5 00:44:47 2015 +0100

    Fix debian/rules clean after configure.
---
 debian/rules | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 16eff5e..d4cb8fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,12 @@
 VERSION := $(shell dpkg-parsechangelog | grep -x "Version:.*" | sed 's at Version: \(.\+\)-.\+@\1@')
 
 %:
-	dh $@ --builddirectory=sage
+	dh $@
+
+override_dh_auto_clean:
+	rm -f config.log config.status pruner.py
+	rm -f debian/pruner/configure
+	dh_auto_clean
 
 override_dh_auto_configure:
 	cd debian/pruner && autoconf

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



More information about the debian-science-commits mailing list