Skip to content
Commits on Source (7)
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
......
......@@ -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
......
......@@ -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
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@