[SCM] givaro: library for arithmetic and algebraic computations branch, master, updated. debian/3.2.13-1.1-16-gf326f0e

Lifeng Sun lifongsun at gmail.com
Tue Aug 9 07:12:47 UTC 2011


The following commit has been merged in the master branch:
commit a1c279fc01d77e67e46f9f88505dc43f2b0f12af
Author: Lifeng Sun <lifongsun at gmail.com>
Date:   Tue Aug 9 12:37:15 2011 +0800

    Repackage using debhelper instead of cdbs.

diff --git a/debian/rules b/debian/rules
index 7ed8ed9..3f98558 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,23 @@
 #!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+#
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+#
+# Modified to make a template file for a multi-binary package with separated
+# build-arch and build-indep targets  by Bill Allombert 2001
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
 
-DEB_CONFIGURE_EXTRA_FLAGS += --with-gmp --enable-shared
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
+override_dh_auto_configure:
+	dh_auto_configure -- --with-gmp --enable-shared
+
+%:
+	dh $@

-- 
givaro: library for arithmetic and algebraic computations



More information about the debian-science-commits mailing list