[med-svn] [Git][med-team/transdecoder][master] 7 commits: routine-update: Fix watchfile to detect new versions on github

Andreas Tille (@tille) gitlab at salsa.debian.org
Sun Aug 29 17:24:38 BST 2021



Andreas Tille pushed to branch master at Debian Med / transdecoder


Commits:
45087500 by Andreas Tille at 2021-08-29T18:01:35+02:00
routine-update: Fix watchfile to detect new versions on github

- - - - -
e286c10e by Andreas Tille at 2021-08-29T18:01:46+02:00
routine-update: Standards-Version: 4.6.0

- - - - -
194b7eaf by Andreas Tille at 2021-08-29T18:01:46+02:00
routine-update: debhelper-compat 13

- - - - -
0be657a7 by Andreas Tille at 2021-08-29T18:01:49+02:00
routine-update: Add salsa-ci file

- - - - -
9e3f5e0f by Andreas Tille at 2021-08-29T18:01:50+02:00
routine-update: Rules-Requires-Root: no

- - - - -
8ec0a151 by Andreas Tille at 2021-08-29T18:01:52+02:00
Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.

Changes-By: lintian-brush
Fixes: lintian: uses-deprecated-adttmp
See-also: https://lintian.debian.org/tags/uses-deprecated-adttmp.html

- - - - -
240200a0 by Andreas Tille at 2021-08-29T18:23:50+02:00
routine-update: Ready to upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- + debian/salsa-ci.yml
- debian/tests/run-tests
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+transdecoder (5.0.1-4) unstable; urgency=medium
+
+  * Fix watchfile to detect new versions on github (routine-update)
+  * Standards-Version: 4.6.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
+
+ -- Andreas Tille <tille at debian.org>  Sun, 29 Aug 2021 18:01:57 +0200
+
 transdecoder (5.0.1-3) unstable; urgency=medium
 
   * Use 2to3 to port from Python2 to Python3


=====================================
debian/control
=====================================
@@ -4,12 +4,13 @@ Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>,
            Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                liburi-perl
-Standards-Version: 4.4.1
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/transdecoder
 Vcs-Git: https://salsa.debian.org/med-team/transdecoder.git
 Homepage: https://transdecoder.github.io/
+Rules-Requires-Root: no
 
 Package: transdecoder
 Architecture: all


=====================================
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-tests
=====================================
@@ -1,10 +1,10 @@
 #!/bin/sh -e
 
 pkg=transdecoder
-if [ "$ADTTMP" = "" ] ; then
-  ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+if [ "$AUTOPKGTEST_TMP" = "" ] ; then
+  AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
 fi
-cd $ADTTMP
+cd $AUTOPKGTEST_TMP
 
 cp -r /usr/lib/transdecoder .
 cd transdecoder/sample_data


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
 version=4
 
-https://github.com/TransDecoder/Transdecoder/releases .*/archive/v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+https://github.com/TransDecoder/Transdecoder/tags (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@
 



View it on GitLab: https://salsa.debian.org/med-team/transdecoder/-/compare/d1ab1efbc3d407ec6797455b64962678a00f68e5...240200a0616971a73f29f856aeff8499ac200eca

-- 
View it on GitLab: https://salsa.debian.org/med-team/transdecoder/-/compare/d1ab1efbc3d407ec6797455b64962678a00f68e5...240200a0616971a73f29f856aeff8499ac200eca
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/20210829/43f7a1b2/attachment-0001.htm>


More information about the debian-med-commit mailing list