[med-svn] [Git][med-team/prodigal][master] 10 commits: Fix watchfile to detect new versions on github
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Oct 13 08:59:16 BST 2021
Andreas Tille pushed to branch master at Debian Med / prodigal
Commits:
c63f6386 by Andreas Tille at 2021-10-13T09:47:02+02:00
Fix watchfile to detect new versions on github
- - - - -
44b0b6a1 by Andreas Tille at 2021-10-13T09:50:43+02:00
routine-update: Standards-Version: 4.6.0
- - - - -
93a05ce5 by Andreas Tille at 2021-10-13T09:50:43+02:00
routine-update: debhelper-compat 13
- - - - -
97e350df by Andreas Tille at 2021-10-13T09:50:45+02:00
routine-update: Secure URI in copyright format
- - - - -
7ee4307b by Andreas Tille at 2021-10-13T09:50:45+02:00
routine-update: Remove trailing whitespace in debian/copyright
- - - - -
c0798772 by Andreas Tille at 2021-10-13T09:50:45+02:00
routine-update: Add salsa-ci file
- - - - -
6439d91c by Andreas Tille at 2021-10-13T09:50:45+02:00
routine-update: Rules-Requires-Root: no
- - - - -
cae26559 by Andreas Tille at 2021-10-13T09:50:51+02:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
- - - - -
3ae6017a by Andreas Tille at 2021-10-13T09:50:56+02:00
routine-update: watch file standard 4
- - - - -
66947235 by Andreas Tille at 2021-10-13T09:58:04+02:00
routine-update: Ready to upload to unstable
- - - - -
7 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/salsa-ci.yml
- debian/upstream/metadata
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+prodigal (1:2.6.3-5) unstable; urgency=medium
+
+ * Fix watchfile to detect new versions on github
+ * Standards-Version: 4.6.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Secure URI in copyright format (routine-update)
+ * Remove trailing whitespace in debian/copyright (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+ * watch file standard 4 (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Wed, 13 Oct 2021 09:50:56 +0200
+
prodigal (1:2.6.3-4) unstable; urgency=medium
* Finalise the fix proposed by Adrian Bunk
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,11 +4,12 @@ Uploaders: Olivier Sallou <osallou at debian.org>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~)
-Standards-Version: 4.1.4
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/prodigal
Vcs-Git: https://salsa.debian.org/med-team/prodigal.git
Homepage: http://prodigal.ornl.gov/
+Rules-Requires-Root: no
Package: prodigal
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: prodigal
Source: https://github.com/hyattpd/prodigal/releases
@@ -15,7 +15,7 @@ Files: debian/tests/test-data/genome.fna
Copyright: 2018 © EMBL-EBI
License: unrestricted
EMBL-EBI itself places no additional restrictions on the use or redistribution
- of the data available via its online services other than those provided by the
+ of the data available via its online services other than those provided by the
original data owners.
Comment: Ensembl Bacteria release 38
See http://bacteria.ensembl.org/Candidatus_carsonella_ruddii_dc/Info/Index
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
=====================================
debian/upstream/metadata
=====================================
@@ -1,3 +1,5 @@
+Bug-Database: https://github.com/hyattpd/prodigal/issues
+Bug-Submit: https://github.com/hyattpd/prodigal/issues/new
Reference:
Author: >
Doug Hyatt and Gwo-Liang Chen and Philip F. Locascio and Miriam L. Land
@@ -22,3 +24,5 @@ Registry:
Entry: SCR_011936
- Name: conda:bioconda
Entry: prodigal
+Repository: https://github.com/hyattpd/prodigal.git
+Repository-Browse: https://github.com/hyattpd/prodigal
=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
-version=3
+version=4
opts=uversionmangle=s/(\d\.)(\d)(\d)$/$1$2.$3/ \
- https://github.com/hyattpd/prodigal/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+ https://github.com/hyattpd/prodigal/releases .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
View it on GitLab: https://salsa.debian.org/med-team/prodigal/-/compare/1db85d02c441f2a272fd5c61944015f731895392...6694723513ac3b868a6cf9c70239242ee4719367
--
View it on GitLab: https://salsa.debian.org/med-team/prodigal/-/compare/1db85d02c441f2a272fd5c61944015f731895392...6694723513ac3b868a6cf9c70239242ee4719367
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/20211013/3e4024b3/attachment-0001.htm>
More information about the debian-med-commit
mailing list