Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
debhelper 11
· 5d69c24e
Andreas Tille
authored
Aug 14, 2018
5d69c24e
Point Vcs fields to salsa.debian.org
· 32128660
Andreas Tille
authored
Aug 14, 2018
32128660
Standards-Version: 4.2.0
· bf62f328
Andreas Tille
authored
Aug 14, 2018
bf62f328
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bf62f328
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
...
...
debian/compat
View file @
bf62f328
9
11
debian/control
View file @
bf62f328
...
...
@@ -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: http
s
://
salsa
.debian.org/
med-team
/igraph
Vcs-Git:
https://salsa
.debian.org/
med-team
/igraph.git
Homepage: http://igraph.org/c/
Package: libigraph0v5
...
...
debian/rules
View file @
bf62f328
...
...
@@ -2,7 +2,7 @@
#export DH_VERBOSE=1
%:
dh $@
--parallel --with autoreconf
dh $@
# --enable-debug
...
...