[sagemath] 04/04: Add build and test commands to debian/rules.

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 50980c82e00a2567f0dc78828da5e0a0db0521ee
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Thu Feb 5 01:22:31 2015 +0100

    Add build and test commands to debian/rules.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index d4cb8fb..44c7c37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,10 @@ override_dh_auto_configure:
 	cd sage && python ../pruner.py
 
 override_dh_auto_build:
+	make --directory=sage
+
+override_dh_auto_test:
+	make --directory=sage ptestlong
 
 override_dh_auto_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