Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
debhelper 11
· 2b5e368f
Andreas Tille
authored
Oct 19, 2018
2b5e368f
Point Vcs fields to salsa.debian.org
· f08a8824
Andreas Tille
authored
Oct 19, 2018
f08a8824
Standards-Version: 4.2.1
· db8bb6ba
Andreas Tille
authored
Oct 19, 2018
db8bb6ba
Secure URI in copyright format
· 0bc4e31c
Andreas Tille
authored
Oct 19, 2018
0bc4e31c
Fix wrong-path-for-interpreter
· 5f87b9d3
Andreas Tille
authored
Oct 19, 2018
5f87b9d3
Upload to unstable
· 954f787d
Andreas Tille
authored
Oct 19, 2018
954f787d
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
954f787d
bwa (0.7.17-2) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Secure URI in copyright format
* Fix wrong-path-for-interpreter
-- Andreas Tille <tille@debian.org> Fri, 19 Oct 2018 15:05:09 +0200
bwa (0.7.17-1) unstable; urgency=medium
* debian/upstream/metadata: RRID -> SciCrunch
...
...
debian/compat
View file @
954f787d
1
0
1
1
debian/control
View file @
954f787d
...
...
@@ -7,11 +7,11 @@ Uploaders: Charles Plessy <plessy@debian.org>,
Michael R. Crusoe <crusoe@ucdavis.edu>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
zlib1g-dev
Standards-Version: 4.
1
.1
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med/bwa.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/bwa.git
Standards-Version: 4.
2
.1
Vcs-Browser: https://
salsa
.debian.org/
med-team/bwa
Vcs-Git: https://
salsa
.debian.org/
med-team
/bwa.git
Homepage: http://bio-bwa.sourceforge.net/
Package: bwa
...
...
debian/copyright
View file @
954f787d
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Heng Li <lh3@sanger.ac.uk>,
https://lists.sourceforge.net/lists/listinfo/bio-bwa-help
Upstream-Name: Burrows-Wheeler Aligner
...
...
debian/rules
View file @
954f787d
...
...
@@ -18,3 +18,9 @@ override_dh_auto_build:
override_dh_installchangelogs:
dh_installchangelogs NEWS.md
override_dh_install:
dh_install
for pl in `grep -Rl '#!/usr/bin/env[[:space:]]\+perl' debian/*/usr/*` ; do \
sed -i '1s?^#!/usr/bin/env[[:space:]]\+perl?#!/usr/bin/perl?' $${pl} ; \
done