[med-svn] r13175 - trunk/packages/igraph/trunk/debian

Mathieu Malaterre malat at alioth.debian.org
Tue Mar 12 13:35:27 UTC 2013


Author: malat
Date: 2013-03-12 13:35:27 +0000 (Tue, 12 Mar 2013)
New Revision: 13175

Modified:
   trunk/packages/igraph/trunk/debian/changelog
   trunk/packages/igraph/trunk/debian/control
   trunk/packages/igraph/trunk/debian/rules
Log:
Prepare next upload

Modified: trunk/packages/igraph/trunk/debian/changelog
===================================================================
--- trunk/packages/igraph/trunk/debian/changelog	2013-03-12 10:01:32 UTC (rev 13174)
+++ trunk/packages/igraph/trunk/debian/changelog	2013-03-12 13:35:27 UTC (rev 13175)
@@ -1,3 +1,10 @@
+igraph (0.6.5-1) experimental; urgency=low
+
+  * New upstream
+  * Bump Std-Vers to 3.9.4. No changes needed
+
+ -- Mathieu Malaterre <malat at debian.org>  Tue, 12 Mar 2013 14:34:23 +0100
+
 igraph (0.5.4-2) unstable; urgency=low
 
   * Use my @d.o alias

Modified: trunk/packages/igraph/trunk/debian/control
===================================================================
--- trunk/packages/igraph/trunk/debian/control	2013-03-12 10:01:32 UTC (rev 13174)
+++ trunk/packages/igraph/trunk/debian/control	2013-03-12 13:35:27 UTC (rev 13175)
@@ -4,8 +4,8 @@
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Mathieu Malaterre <malat at debian.org>,
 Build-Depends: debhelper (>= 9), libtool, libxml2-dev, libgmp-dev, libarpack2-dev,
- libblas-dev, liblapack-dev, automake, autotools-dev
-Standards-Version: 3.9.3
+ libblas-dev, liblapack-dev, automake, autotools-dev, libglpk-dev, libf2c2-dev
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/igraph/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/igraph/trunk/
 Homepage: http://igraph.sourceforge.net/

Modified: trunk/packages/igraph/trunk/debian/rules
===================================================================
--- trunk/packages/igraph/trunk/debian/rules	2013-03-12 10:01:32 UTC (rev 13174)
+++ trunk/packages/igraph/trunk/debian/rules	2013-03-12 13:35:27 UTC (rev 13175)
@@ -1,14 +1,23 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
-DPKG_EXPORT_BUILDFLAGS = 1
--include /usr/share/dpkg/buildflags.mk
-
 %:
 	dh $@ --parallel --with autotools_dev
 
+#	--enable-debug
+
+# disable TLS to fix warning with TLS and arpack
+CONF_FLAGS=\
+	--enable-gmp \
+	--disable-tls \
+	--with-external-arpack \
+	--with-external-blas \
+	--with-external-lapack \
+	--with-external-f2c \
+	--with-external-glpk
+
 override_dh_auto_configure:
-	dh_auto_configure -- --with-external-blas --with-external-lapack --with-external-arpack
+	dh_auto_configure -- $(CONF_FLAGS)
 
 get-orig-source:
-	uscan --verbose --force-download
+	uscan --verbose --force-download --rename




More information about the debian-med-commit mailing list