[med-svn] [Git][med-team/libbio-db-biofetch-perl][master] 3 commits: Cleanup changelog
Andreas Tille
gitlab at salsa.debian.org
Sun Sep 15 06:46:53 BST 2019
Andreas Tille pushed to branch master at Debian Med / libbio-db-biofetch-perl
Commits:
f2be6d35 by Andreas Tille at 2019-09-15T05:21:34Z
Cleanup changelog
- - - - -
e46b82be by Andreas Tille at 2019-09-15T05:23:04Z
Remove obsolete fields Name, Contact from debian/upstream/metadata.
- - - - -
eb54578e by Andreas Tille at 2019-09-15T05:42:41Z
Fix interpreter path
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,5 @@
-libbio-db-biofetch-perl (1.7.3-1) UNRELEASED; urgency=low
+libbio-db-biofetch-perl (1.7.3-1) unstable; urgency=low
* Initial release. (Closes: #940248)
- * debhelper-compat 12
- * Standards-Version: 4.4.0
- * Set upstream metadata fields: Homepage.
-- Michael R. Crusoe <michael.crusoe at gmail.com> Sat, 14 Sep 2019 16:30:02 +0200
=====================================
debian/rules
=====================================
@@ -2,3 +2,9 @@
%:
dh $@
+
+override_dh_installexamples:
+ dh_installexamples;
+ for perlscript in `grep -lR '#!/usr/local/bin/perl' debian/*/usr/share/doc/*/examples` ; do \
+ sed -i '1s+#!/usr/local/bin/perl+#!/usr/bin/perl+' $${perlscript} ; \
+ done
=====================================
debian/upstream/metadata
=====================================
@@ -1,8 +1,6 @@
Archive: CPAN
Bug-Database: https://github.com/bioperl/bio-db-biofetch/issues
Bug-Submit: bioperl-l at bioperl.org
-Contact: Lincoln Stein <lstein at cshl.org>
-Name: Bio-DB-BioFetch
Repository: git://github.com/bioperl/bio-db-biofetch.git
Repository-Browse: https://github.com/bioperl/bio-db-biofetch
Homepage: https://metacpan.org/release/Bio-DB-BioFetch
View it on GitLab: https://salsa.debian.org/med-team/libbio-db-biofetch-perl/compare/40601bf26b89467d9a313c99425a44adfccd226d...eb54578e57b8b3bd58e8bb7abfe52f0c4c86021f
--
View it on GitLab: https://salsa.debian.org/med-team/libbio-db-biofetch-perl/compare/40601bf26b89467d9a313c99425a44adfccd226d...eb54578e57b8b3bd58e8bb7abfe52f0c4c86021f
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/20190915/6a0d16aa/attachment.html>
More information about the debian-med-commit
mailing list