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

Andreas Tille gitlab at salsa.debian.org
Fri Nov 27 18:07:47 GMT 2020



Andreas Tille pushed to branch master at Debian Med / rate4site


Commits:
b6b29669 by Andreas Tille at 2020-11-27T18:52:17+01:00
routine-update: Standards-Version: 4.5.1

- - - - -
d2230629 by Andreas Tille at 2020-11-27T18:52:17+01:00
routine-update: debhelper-compat 13

- - - - -
eca8cb70 by Andreas Tille at 2020-11-27T18:52:20+01:00
routine-update: Add salsa-ci file

- - - - -
be7f1718 by Andreas Tille at 2020-11-27T18:52:20+01:00
routine-update: Rules-Requires-Root: no

- - - - -
489898b3 by Andreas Tille at 2020-11-27T18:52:27+01:00
Use secure URI in Homepage field.

Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html

- - - - -
ccc17d96 by Andreas Tille at 2020-11-27T18:52:34+01: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

- - - - -
e99a822d by Andreas Tille at 2020-11-27T18:55:48+01:00
routine-update: Ready to upload to unstable

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- + debian/salsa-ci.yml
- debian/tests/installation-test


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+rate4site (3.0.0-7) unstable; urgency=medium
+
+  * Standards-Version: 4.5.1 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Use secure URI in Homepage field.
+  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
+
+ -- Andreas Tille <tille at debian.org>  Fri, 27 Nov 2020 18:52:34 +0100
+
 rate4site (3.0.0-6) unstable; urgency=medium
 
   * Drop unneeded get-orig-source target


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


=====================================
debian/control
=====================================
@@ -5,11 +5,12 @@ Uploaders: Guy Yachdav <gyachdav at rostlab.org>,
            Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 11~)
-Standards-Version: 4.2.1
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/med-team/rate4site
 Vcs-Git: https://salsa.debian.org/med-team/rate4site.git
-Homepage: http://www.tau.ac.il/~itaymay/cp/rate4site.html
+Homepage: https://www.tau.ac.il/~itaymay/cp/rate4site.html
+Rules-Requires-Root: no
 
 Package: rate4site
 Architecture: any


=====================================
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/installation-test
=====================================
@@ -6,12 +6,12 @@ set -e
 
 pkg=rate4site
 
-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
 
 cat <<EOF > msa.fasta
 >string1



View it on GitLab: https://salsa.debian.org/med-team/rate4site/-/compare/67e9ab7cc932d0b0a8710298777fcb81833174f0...e99a822d7734cbf8886df23a99ad6d5be914c19e

-- 
View it on GitLab: https://salsa.debian.org/med-team/rate4site/-/compare/67e9ab7cc932d0b0a8710298777fcb81833174f0...e99a822d7734cbf8886df23a99ad6d5be914c19e
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/20201127/96998231/attachment-0001.html>


More information about the debian-med-commit mailing list