[sagemath] 03/03: Use dh_auto_clean to clean up after autoreconf.

Tobias Hansen thansen at moszumanska.debian.org
Sat Nov 19 11:00:49 UTC 2016


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

thansen pushed a commit to branch master
in repository sagemath.

commit 0e521cc7bd0601ca117e4934907b50a2314b8b17
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date:   Sat Nov 19 10:59:51 2016 +0000

    Use dh_auto_clean to clean up after autoreconf.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 767c64e..690c7e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,7 +67,7 @@ override_dh_auto_clean:
 ifneq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
 	$(MAKE) --directory=sage -k clean sagelib-clean misc-clean || true
 else
-	$(MAKE) --directory=sage distclean
+	dh_auto_clean -- --directory=sage
 endif
 
 override_dh_install:

-- 
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