Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
debhelper 11
· 5c88a463
Andreas Tille
authored
Jul 17, 2018
5c88a463
Point Vcs fields to salsa.debian.org
· 1bbdcf25
Andreas Tille
authored
Jul 17, 2018
1bbdcf25
Standards-Version: 4.1.5
· 038fad20
Andreas Tille
authored
Jul 17, 2018
038fad20
Upload to unstable
· 501dc2d0
Andreas Tille
authored
Jul 17, 2018
501dc2d0
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
501dc2d0
libgkarrays (2.1.0+dfsg-2) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.5
-- Andreas Tille <tille@debian.org> Tue, 17 Jul 2018 21:09:29 +0200
libgkarrays (2.1.0+dfsg-1) unstable; urgency=low
* Initial release (Closes: #837587)
...
...
debian/compat
View file @
501dc2d0
9
11
debian/control
View file @
501dc2d0
...
...
@@ -3,13 +3,12 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
Build-Depends: debhelper (>= 11~),
d-shlibs,
zlib1g-dev
Standards-Version:
3.9.8
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/libgkarrays
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/libgkarrays.git
Standards-Version:
4.1.5
Vcs-Browser: https://
salsa
.debian.org/
med-team
/libgkarrays
Vcs-Git: https://
salsa
.debian.org/
med-team
/libgkarrays.git
Homepage: http://crac.gforge.inria.fr/gkarrays/
Package: libgkarrays1
...
...
debian/rules
View file @
501dc2d0
...
...
@@ -7,7 +7,7 @@
export
DEB_BUILD_MAINT_OPTIONS
=
hardening
=
+bindnow
%
:
dh
$@
--with
autoreconf
dh
$@
override_dh_install
:
dh_install
...
...