[med-svn] [Git][med-team/trimmomatic][master] 8 commits: routine-update: Standards-Version: 4.5.1
Andreas Tille
gitlab at salsa.debian.org
Thu Dec 17 14:02:36 GMT 2020
Andreas Tille pushed to branch master at Debian Med / trimmomatic
Commits:
5e45c9d6 by Andreas Tille at 2020-12-17T14:57:01+01:00
routine-update: Standards-Version: 4.5.1
- - - - -
f3d3337b by Andreas Tille at 2020-12-17T14:57:02+01:00
routine-update: debhelper-compat 13
- - - - -
252d90af by Andreas Tille at 2020-12-17T14:57:11+01:00
routine-update: autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g
- - - - -
8cd6ed9f by Andreas Tille at 2020-12-17T14:57:11+01:00
routine-update: Add salsa-ci file
- - - - -
cd8384c5 by Andreas Tille at 2020-12-17T14:57:11+01:00
routine-update: Rules-Requires-Root: no
- - - - -
69231db6 by Andreas Tille at 2020-12-17T14:57:12+01:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
e82d5a41 by Andreas Tille at 2020-12-17T14:57:34+01:00
routine-update: watch file standard 4
- - - - -
82544285 by Andreas Tille at 2020-12-17T15:01:04+01:00
routine-update: Ready to upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- + debian/salsa-ci.yml
- debian/tests/run-unit-test
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+trimmomatic (0.39+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)
+ * Rules-Requires-Root: no (routine-update)
+ * Trim trailing whitespace.
+ * watch file standard 4 (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Thu, 17 Dec 2020 14:57:35 +0100
+
trimmomatic (0.39+dfsg-1) unstable; urgency=medium
* New upstream version
@@ -130,4 +142,3 @@ trimmomatic (0.22-1) unstable; urgency=low
* Initial release (Closes: #682213).
-- Andreas Tille <tille at debian.org> Wed, 25 Jul 2012 16:34:43 +0200
-
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-12
=====================================
debian/control
=====================================
@@ -4,15 +4,16 @@ Uploaders: Andreas Tille <tille at debian.org>,
Steffen Moeller <moeller at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 12~),
+Build-Depends: debhelper-compat (= 13),
default-jdk | openjdk-7-jdk,
javahelper,
ant,
libjbzip2-java
-Standards-Version: 4.3.0
+Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/trimmomatic
Vcs-Git: https://salsa.debian.org/med-team/trimmomatic.git
Homepage: http://www.usadellab.org/cms/index.php?page=trimmomatic
+Rules-Requires-Root: no
Package: trimmomatic
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-unit-test
=====================================
@@ -2,12 +2,12 @@
pkg=trimmomatic
-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,4 +1,4 @@
-version=3
+version=4
opts="repacksuffix=+dfsg,dversionmangle=s/[~\+]dfsg//g,repack,compression=xz" \
http://www.usadellab.org/cms/index.php?page=trimmomatic \
uploads/supplementary/Trimmomatic/Trimmomatic-Src-([.\d]*).zip
View it on GitLab: https://salsa.debian.org/med-team/trimmomatic/-/compare/ebc8e28eea2fb132c9807d1735ad3d134c5bb388...8254428586ca3d386fa254f8561a17d805728d28
--
View it on GitLab: https://salsa.debian.org/med-team/trimmomatic/-/compare/ebc8e28eea2fb132c9807d1735ad3d134c5bb388...8254428586ca3d386fa254f8561a17d805728d28
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/20201217/2ccaa2a1/attachment-0001.html>
More information about the debian-med-commit
mailing list