Andreas Tille pushed to branch master at Debian Med / centrifuge
Commits: 84bcd279 by Andreas Tille at 2019-01-07T08:01:42Z Do not report beta versions in watch file - - - - - 971a7c7a by Andreas Tille at 2019-01-07T08:06:48Z Fix Perl interpreter path - - - - - f96176cc by Andreas Tille at 2019-01-07T08:07:04Z Point Vcs fields to salsa.debian.org - - - - - 9bf4a769 by Andreas Tille at 2019-01-07T08:07:04Z Standards-Version: 4.3.0 - - - - - f3d86d36 by Andreas Tille at 2019-01-07T08:21:29Z Fix perl interpreter path for all scripts - - - - - c1737e4a by Andreas Tille at 2019-01-07T08:23:49Z Remove non-helpful docs - - - - - 3d1220df by Andreas Tille at 2019-01-07T08:27:25Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,4 +1,4 @@ -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 <[email protected]> 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 <[email protected]> Mon, 07 Jan 2019 09:25:30 +0100 centrifuge (1.0.3-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -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 ===================================== @@ -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 ===================================== @@ -1,5 +1,3 @@ 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@ View it on GitLab: https://salsa.debian.org/med-team/centrifuge/compare/b1c7c1b808026ee847b169fb7aeff431f0414643...3d1220dfe7fe555221b2d4d13c43eedd0ca488c2 -- View it on GitLab: https://salsa.debian.org/med-team/centrifuge/compare/b1c7c1b808026ee847b169fb7aeff431f0414643...3d1220dfe7fe555221b2d4d13c43eedd0ca488c2 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
