[med-svn] [Git][med-team/reapr][master] 6 commits: routine-update: debhelper-compat 12
Michael R. Crusoe
gitlab at salsa.debian.org
Thu Dec 26 15:39:40 GMT 2019
Michael R. Crusoe pushed to branch master at Debian Med / reapr
Commits:
f33217f4 by Michael R. Crusoe at 2019-12-26T15:14:29Z
routine-update: debhelper-compat 12
- - - - -
3e0f142e by Michael R. Crusoe at 2019-12-26T15:14:36Z
routine-update: Secure URI in copyright format
- - - - -
a48464d2 by Michael R. Crusoe at 2019-12-26T15:14:40Z
Use secure URI in Homepage field.
Fixes lintian: homepage-field-uses-insecure-uri
See https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html for more details.
- - - - -
c8f4b0e4 by Michael R. Crusoe at 2019-12-26T15:14:40Z
Move source package lintian overrides to debian/source.
Fixes lintian: package-uses-deprecated-source-override-location
See https://lintian.debian.org/tags/package-uses-deprecated-source-override-location.html for more details.
- - - - -
fbef155f by Michael R. Crusoe at 2019-12-26T15:14:41Z
Update renamed lintian tag names in lintian overrides.
Fixes lintian: renamed-tag
See https://lintian.debian.org/tags/renamed-tag.html for more details.
- - - - -
2ee630a7 by Michael R. Crusoe at 2019-12-26T15:28:59Z
debian/rules: fix incorrect-path-for-interpreter
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/source.lintian-overrides → debian/source/lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+reapr (1.0.18+dfsg-5) unstable; urgency=medium
+
+ * Team upload.
+ * debhelper-compat 12
+ * Secure URI in copyright format
+ * Use secure URI in Homepage field.
+ * Move source package lintian overrides to debian/source.
+ * Update renamed lintian tag names in lintian overrides.
+ * debian/rules: fix incorrect-path-for-interpreter
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Thu, 26 Dec 2019 16:22:02 +0100
+
reapr (1.0.18+dfsg-4) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Sascha Steinbiss <satta at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 12),
libbamtools-dev,
libtabixpp-dev,
libhts-dev (>= 1.3),
@@ -16,10 +16,10 @@ Build-Depends: debhelper (>= 11~),
snpomatic,
tabix,
libfile-copy-link-perl
-Standards-Version: 4.1.5
+Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/reapr
Vcs-Git: https://salsa.debian.org/med-team/reapr.git
-Homepage: http://www.sanger.ac.uk/science/tools/reapr
+Homepage: https://www.sanger.ac.uk/science/tools/reapr
Package: reapr
Architecture: any
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: REAPR
Upstream-Contact: Martin Hunt <mh12 at sanger.ac.uk>
Source: http://www.sanger.ac.uk/science/tools/reapr
=====================================
debian/rules
=====================================
@@ -17,6 +17,11 @@ override_dh_auto_install:
find src -executable -exec install {} debian/reapr/usr/lib/reapr \;
dh_auto_install --
+override_dh_install:
+ for pl in `grep -Rl '#!/usr/bin/env' debian/*/usr/*` ; do \
+ sed -i '1s?^#!/usr/bin/env[[:space:]]\+perl?#!/usr/bin/perl?' $${pl} ; \
+ done
+
override_dh_installman:
mkdir -p $(mandir)
asciidoctor -a docdate='' -b manpage $(debfolder)/man_src/*.adoc
=====================================
debian/source.lintian-overrides → debian/source/lintian-overrides
=====================================
@@ -1,2 +1,2 @@
# Upstream does not provide signed tarballs
-reapr source: debian-watch-may-check-gpg-signature
+reapr source: debian-watch-does-not-check-gpg-signature
View it on GitLab: https://salsa.debian.org/med-team/reapr/compare/c9817eb0e6952619e2bb8199436185f01b033957...2ee630a76ae3b5990202d8edc61740a931944971
--
View it on GitLab: https://salsa.debian.org/med-team/reapr/compare/c9817eb0e6952619e2bb8199436185f01b033957...2ee630a76ae3b5990202d8edc61740a931944971
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191226/6bb9d3aa/attachment-0001.html>
More information about the debian-med-commit
mailing list