Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Vcs-Browser points to correct branch
· 1a1e54f5
Andreas Tille
authored
Jul 31, 2018
1a1e54f5
Standards-Version: 4.1.5
· 82fcaf91
Andreas Tille
authored
Jul 31, 2018
82fcaf91
Make sure it is build with -fPIC
· 9db97ef5
Andreas Tille
authored
Jul 31, 2018
9db97ef5
Upload to unstable
· 5b57ec57
Andreas Tille
authored
Jul 31, 2018
5b57ec57
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
5b57ec57
samtools-legacy (0.1.19-4) unstable; urgency=medium
* Team upload.
* Vcs-Browser points to correct branch
* Standards-Version: 4.1.5
* Make sure it is build with -fPIC
Closes: #904735
-- Andreas Tille <tille@debian.org> Tue, 31 Jul 2018 09:50:13 +0200
samtools-legacy (0.1.19-3) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
5b57ec57
...
...
@@ -6,9 +6,9 @@ Priority: optional
Build-Depends: debhelper (>= 11~),
libncurses5-dev,
zlib1g-dev
Standards-Version: 4.1.
4
Vcs-Browser: https://salsa.debian.org/med-team/samtools-legacy
Vcs-Git: https://salsa.debian.org/med-team/samtools
-legacy
.git
Standards-Version: 4.1.
5
Vcs-Browser: https://salsa.debian.org/med-team/samtools
/tree/debian/samtools
-legacy
Vcs-Git: https://salsa.debian.org/med-team/samtools.git
Homepage: http://www.htslib.org/
Package: libbam-dev
...
...
debian/rules
View file @
5b57ec57
...
...
@@ -6,7 +6,7 @@ CFLAGS += -fPIC $(LDFLAGS) $(CPPFLAGS)
dh $@
override_dh_auto_build:
dh_auto_build -- all all-recur razip lib
dh_auto_build -- all all-recur razip lib
CFLAGS="$(CFLAGS)"
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
...
...