[sagemath] 44/44: Create README.Debian with build instructions.

Tobias Hansen thansen at moszumanska.debian.org
Tue Feb 3 21:21:00 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 e8ac720e7932a59c243b043a12f32d3a8bc94556
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Tue Feb 3 21:54:21 2015 +0100

    Create README.Debian with build instructions.
---
 debian/README.Debian | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..03d1189
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,18 @@
+Building Sage against Debian libraries:
+
+Since this repository contains Sage as a submodule it should be cloned with:
+
+$ git clone --recursive git://anonscm.debian.org/debian-science/packages/sagemath.git
+$ cd sagemath
+
+The build dependencies are installed with:
+
+$ sudo mk-build-deps --install debian/control
+
+Create the orig source tarball:
+
+$ debian/rules get-orig-source
+
+Build sage:
+
+$ debuild

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