[med-svn] [Git][med-team/seqtk][master] 8 commits: routine-update: Standards-Version: 4.5.1

Andreas Tille gitlab at salsa.debian.org
Tue Nov 24 09:13:11 GMT 2020



Andreas Tille pushed to branch master at Debian Med / seqtk


Commits:
a2456c36 by Andreas Tille at 2020-11-24T10:10:07+01:00
routine-update: Standards-Version: 4.5.1

- - - - -
cfb2162a by Andreas Tille at 2020-11-24T10:10:07+01:00
routine-update: debhelper-compat 13

- - - - -
cf0abc58 by Andreas Tille at 2020-11-24T10:10:09+01:00
routine-update: Secure URI in copyright format

- - - - -
a0b2f178 by Andreas Tille at 2020-11-24T10:10:10+01:00
routine-update: autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g

- - - - -
fa61a9dc by Andreas Tille at 2020-11-24T10:10:10+01:00
routine-update: Add salsa-ci file

- - - - -
3ce76168 by Andreas Tille at 2020-11-24T10:10:10+01:00
routine-update: Rules-Requires-Root: no

- - - - -
fca0a398 by Andreas Tille at 2020-11-24T10:10:11+01:00
Update watch file format version to 4.

Changes-By: lintian-brush
Fixes: lintian: older-debian-watch-file-standard
See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html

- - - - -
cf6959b2 by Andreas Tille at 2020-11-24T10:12:49+01:00
routine-update: Ready to upload to unstable

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/salsa-ci.yml
- debian/tests/run-unit-test
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+seqtk (1.3-2) unstable; urgency=medium
+
+  * Standards-Version: 4.5.1 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Update watch file format version to 4.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 24 Nov 2020 10:10:32 +0100
+
 seqtk (1.3-1) unstable; urgency=medium
 
   * New upstream version


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -4,12 +4,13 @@ Uploaders: Andreas Tille <tille at debian.org>,
            Brad Chapman <chapmanb at 50mail.com>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 13),
                zlib1g-dev
-Standards-Version: 4.2.1
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/med-team/seqtk
 Vcs-Git: https://salsa.debian.org/med-team/seqtk.git
 Homepage: https://github.com/lh3/seqtk
+Rules-Requires-Root: no
 
 Package: seqtk
 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: seqtk
 Source: https://github.com/lh3/seqtk
 


=====================================
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/run-unit-test
=====================================
@@ -2,12 +2,12 @@
 
 pkg=seqtk
 
-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
 
-cd $ADTTMP
+cd $AUTOPKGTEST_TMP
 
 cp -a /usr/share/doc/${pkg}/test_data/* .
 gunzip -r *


=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
 https://github.com/lh3/seqtk/releases .*/v(\d[\d.]+)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz))



View it on GitLab: https://salsa.debian.org/med-team/seqtk/-/compare/8d5a0c9a82496147323291af9ced9d5694358c79...cf6959b2188bd135da7f1d681f232e380924fd9f

-- 
View it on GitLab: https://salsa.debian.org/med-team/seqtk/-/compare/8d5a0c9a82496147323291af9ced9d5694358c79...cf6959b2188bd135da7f1d681f232e380924fd9f
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/20201124/16def64d/attachment-0001.html>


More information about the debian-med-commit mailing list