Skip to content
Commits on Source (3)
igraph (0.7.1-3) UNRELEASED; urgency=medium
[ Mathieu Malaterre ]
* Remove self from Uploaders.
[ Andreas Tille ]
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.0
-- Mathieu Malaterre <malat@debian.org> Mon, 30 Jan 2017 11:53:08 +0100
igraph (0.7.1-2.1) unstable; urgency=medium
......
......@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille@debian.org>,
Tamás Nepusz <ntamas@gmail.com>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper (>= 11~),
libtool,
libxml2-dev,
libgmp-dev,
......@@ -12,12 +12,11 @@ Build-Depends: debhelper (>= 9),
libblas-dev,
liblapack-dev,
automake,
dh-autoreconf,
libglpk-dev,
libf2c2-dev
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/igraph.git
Vcs-Git: git://anonscm.debian.org/debian-med/igraph.git
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/med-team/igraph
Vcs-Git: https://salsa.debian.org/med-team/igraph.git
Homepage: http://igraph.org/c/
Package: libigraph0v5
......
......@@ -2,7 +2,7 @@
#export DH_VERBOSE=1
%:
dh $@ --parallel --with autoreconf
dh $@
# --enable-debug
......