Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
Do not report beta versions in watch file
· 84bcd279
Andreas Tille
authored
Jan 07, 2019
84bcd279
Fix Perl interpreter path
· 971a7c7a
Andreas Tille
authored
Jan 07, 2019
971a7c7a
Point Vcs fields to salsa.debian.org
· f96176cc
Andreas Tille
authored
Jan 07, 2019
f96176cc
Standards-Version: 4.3.0
· 9bf4a769
Andreas Tille
authored
Jan 07, 2019
9bf4a769
Fix perl interpreter path for all scripts
· f3d86d36
Andreas Tille
authored
Jan 07, 2019
f3d86d36
Remove non-helpful docs
· c1737e4a
Andreas Tille
authored
Jan 07, 2019
c1737e4a
Upload to unstable
· 3d1220df
Andreas Tille
authored
Jan 07, 2019
3d1220df
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3d1220df
centrifuge (1.0.3-2)
UNRELEASED
; urgency=medium
centrifuge (1.0.3-2)
unstable
; urgency=medium
[ Steffen Moeller ]
* d/u/metadata:
...
...
@@ -8,7 +8,14 @@ centrifuge (1.0.3-2) UNRELEASED; urgency=medium
[ Jelmer Vernooij ]
* Use secure copyright file specification URI.
-- Steffen Moeller <moeller@debian.org> Thu, 29 Mar 2018 20:42:16 +0200
[ Andreas Tille ]
* Do not report beta versions in watch file
* Fix Perl interpreter path
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.3.0
* Remove non-helpful docs
-- Andreas Tille <tille@debian.org> Mon, 07 Jan 2019 09:25:30 +0100
centrifuge (1.0.3-1) unstable; urgency=medium
...
...
debian/control
View file @
3d1220df
...
...
@@ -6,9 +6,9 @@ Priority: optional
Build-Depends: debhelper (>= 11~),
hisat2,
jellyfish
Standards-Version: 4.
1.3
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/centrifuge
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/centrifuge.git
Standards-Version: 4.
3.0
Vcs-Browser: https://
salsa
.debian.org/
med-team
/centrifuge
Vcs-Git: https://
salsa
.debian.org/
med-team
/centrifuge.git
Homepage: https://ccb.jhu.edu/software/centrifuge/
Package: centrifuge
...
...
debian/rules
View file @
3d1220df
...
...
@@ -22,3 +22,10 @@ override_dh_auto_install:
debian/$(DEB_SOURCE)/usr/share/doc/$(DEB_SOURCE)/html
# remove useless stuff in documentation dir
rm -rf debian/$(DEB_SOURCE)/usr/lib/centrifuge/share/doc/
override_dh_install:
dh_install
for pl in `grep -Rl '#![[:space:]]*/usr/bin/env[[:space:]]\+perl' debian/*/usr/*` ; do \
sed -i '1s?^#![[:space:]]*/usr/bin/env[[:space:]]\+perl?#!/usr/bin/perl?' $${pl} ; \
done
rm -rf debian/*/usr/lib/centrifuge/share/centrifuge/doc
debian/watch
View file @
3d1220df
version=4
opts="uversionmangle=s/-beta/~beta/" \
https://github.com//infphilo/centrifuge/releases .*/archive/v(\d[\d.beta-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
https://github.com//infphilo/centrifuge/releases .*/archive/v?(\d[.\d]+)@ARCHIVE_EXT@