[sagemath] 01/01: Add a "build-dep" convenience target

Ximin Luo infinity0 at debian.org
Mon Aug 8 10:29:05 UTC 2016


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

infinity0 pushed a commit to branch master
in repository sagemath.

commit 715bf933fcc41908898fa59d3bbd4d7e3571553e
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Aug 8 12:28:50 2016 +0200

    Add a "build-dep" convenience target
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index a703d37..8a9191b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,3 +39,8 @@ reset:
 	cd sage; git clean -fdx
 	rm -rf $HOME/.sage/
 	QUILT_PATCHES=debian/patches quilt push -a
+
+build-dep:
+	mk-build-deps
+	sudo dpkg --force-all -i sagemath-build-deps_$(shell dpkg-parsechangelog -S Version)_all.deb || true
+	sudo apt-get install sagemath-build-deps

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