[med-svn] [Git][med-team/porechop][master] 7 commits: routine-update: Standards-Version: 4.5.1
Andreas Tille
gitlab at salsa.debian.org
Thu Nov 26 16:06:35 GMT 2020
Andreas Tille pushed to branch master at Debian Med / porechop
Commits:
28080bd0 by Andreas Tille at 2020-11-26T13:22:05+01:00
routine-update: Standards-Version: 4.5.1
- - - - -
fa4aa9fa by Andreas Tille at 2020-11-26T13:22:05+01:00
routine-update: debhelper-compat 13
- - - - -
bdc65db0 by Andreas Tille at 2020-11-26T13:23:04+01:00
routine-update: autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g
- - - - -
0c913b7a by Andreas Tille at 2020-11-26T13:23:04+01:00
routine-update: Add salsa-ci file
- - - - -
751ba33b by Andreas Tille at 2020-11-26T13:23:20+01: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
- - - - -
c8c02dd8 by Andreas Tille at 2020-11-26T13:27:12+01:00
Mark autopkgtest superficial
- - - - -
e2622a25 by Andreas Tille at 2020-11-26T13:29:02+01:00
Upload to unstable
- - - - -
7 changed files:
- debian/changelog
- − debian/compat
- debian/control
- + debian/salsa-ci.yml
- debian/tests/control
- debian/tests/run-unit-test
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+porechop (0.2.4+dfsg-2) unstable; urgency=medium
+
+ * Standards-Version: 4.5.1 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+ * Mark autopkgtest superficial
+
+ -- Andreas Tille <tille at debian.org> Thu, 26 Nov 2020 13:27:22 +0100
+
porechop (0.2.4+dfsg-1) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,12 +4,12 @@ Uploaders: Cédric Lood <cedric.lood at kuleuven.be>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 13),
dh-python,
libseqan2-dev,
python3-dev,
python3-setuptools
-Standards-Version: 4.2.1
+Standards-Version: 4.5.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/med-team/porechop
Vcs-Git: https://salsa.debian.org/med-team/porechop.git
=====================================
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/tests/control
=====================================
@@ -1,3 +1,3 @@
Tests: run-unit-test
Depends: @
-Restrictions: allow-stderr
+Restrictions: allow-stderr, superficial
=====================================
debian/tests/run-unit-test
=====================================
@@ -2,9 +2,9 @@
pkg=porechop
-if [ "$ADTTMP" = "" ] ; then
- ADTTMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
- trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
+if [ "$AUTOPKGTEST_TMP" = "" ] ; then
+ AUTOPKGTEST_TMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
+ trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
fi
porechop -h
=====================================
debian/upstream/metadata
=====================================
@@ -1,3 +1,5 @@
+Bug-Database: https://github.com/rrwick/Porechop/issues
+Bug-Submit: https://github.com/rrwick/Porechop/issues/new
Registry:
- Name: OMICtools
Entry: OMICS_17306
@@ -7,3 +9,5 @@ Registry:
Entry: NA
- Name: conda:bioconda
Entry: porechop
+Repository: https://github.com/rrwick/Porechop.git
+Repository-Browse: https://github.com/rrwick/Porechop
View it on GitLab: https://salsa.debian.org/med-team/porechop/-/compare/041ceab935d41801caab73e48f80b74eb983835d...e2622a25ee59addd6fe37cc45a2d1639b50a86ff
--
View it on GitLab: https://salsa.debian.org/med-team/porechop/-/compare/041ceab935d41801caab73e48f80b74eb983835d...e2622a25ee59addd6fe37cc45a2d1639b50a86ff
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/20201126/b0414059/attachment-0001.html>
More information about the debian-med-commit
mailing list