[med-svn] [igraph] 19/31: Prepare next upload
Andreas Tille
tille at debian.org
Tue Aug 19 10:16:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository igraph.
commit fb05fc8a5b72f3136977bc1f301aebe165043295
Author: Mathieu Malaterre <malat at debian.org>
Date: Tue Mar 12 13:35:27 2013 +0000
Prepare next upload
---
debian/changelog | 7 +++++++
debian/control | 4 ++--
debian/rules | 19 ++++++++++++++-----
3 files changed, 23 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0977974..58de409 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index 5e01c09..4917f27 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
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/
diff --git a/debian/rules b/debian/rules
index 0cbbf12..0ec4367 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/igraph.git
More information about the debian-med-commit
mailing list