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

Andreas Tille gitlab at salsa.debian.org
Wed Dec 2 19:25:14 GMT 2020



Andreas Tille pushed to branch master at Debian Med / concavity


Commits:
7baafc7f by Andreas Tille at 2020-12-02T20:23:03+01:00
routine-update: Standards-Version: 4.5.1

- - - - -
885b0bef by Andreas Tille at 2020-12-02T20:23:03+01:00
routine-update: debhelper-compat 13

- - - - -
1c7dbf91 by Andreas Tille at 2020-12-02T20:23:09+01:00
routine-update: Add salsa-ci file

- - - - -
dfc51969 by Andreas Tille at 2020-12-02T20:23:09+01:00
routine-update: Rules-Requires-Root: no

- - - - -
a701b2ce by Andreas Tille at 2020-12-02T20:23:12+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

- - - - -
7528e7c4 by Andreas Tille at 2020-12-02T20:23:12+01:00
Update renamed lintian tag names in lintian overrides.

Changes-By: lintian-brush
Fixes: lintian: renamed-tag
See-also: https://lintian.debian.org/tags/renamed-tag.html

- - - - -
86b7087d by Andreas Tille at 2020-12-02T20:23:15+01:00
Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright).

Changes-By: lintian-brush

- - - - -
1b020e60 by Andreas Tille at 2020-12-02T20:23:15+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

- - - - -
e191f48c by Andreas Tille at 2020-12-02T20:24:57+01:00
routine-update: Ready to upload to unstable

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- + debian/salsa-ci.yml
- debian/source/lintian-overrides
- debian/tests/installation-test
- debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+concavity (0.1+dfsg.1-5) 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.
+  * Update renamed lintian tag names in lintian overrides.
+  * Remove obsolete field Name from debian/upstream/metadata (already present in
+    machine-readable debian/copyright).
+  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
+
+ -- Andreas Tille <tille at debian.org>  Wed, 02 Dec 2020 20:23:17 +0100
+
 concavity (0.1+dfsg.1-4) unstable; urgency=medium
 
   [ Jelmer Vernooij ]


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


=====================================
debian/control
=====================================
@@ -4,11 +4,12 @@ Uploaders: Laszlo Kajan <lkajan 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/concavity
 Vcs-Git: https://salsa.debian.org/med-team/concavity.git
-Homepage: http://compbio.cs.princeton.edu/concavity/
+Homepage: https://compbio.cs.princeton.edu/concavity/
+Rules-Requires-Root: no
 
 Package: concavity
 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/source/lintian-overrides
=====================================
@@ -1,2 +1,2 @@
 # Its a fake watch file anyway
-concavity source: debian-watch-file-should-mangle-version line 3
+concavity source: debian-watch-not-mangling-version line 3


=====================================
debian/tests/installation-test
=====================================
@@ -7,14 +7,14 @@ set -e
 
 pkg=concavity
 
-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
 # Does not work
-# cp -R "${0%/*}/../../examples" $ADTTMP[<0;60;11M
+# cp -R "${0%/*}/../../examples" $AUTOPKGTEST_TMP[<0;60;11M
 # use examples out of package which also helps users to reproduce the test as example
 cp -a /usr/share/doc/${pkg}/examples/* .
 find . -type f -name "*.gz" -exec gunzip \{\} \;


=====================================
debian/upstream/metadata
=====================================
@@ -1,4 +1,3 @@
-Name: ConCavity
 Contact: http://compbio.cs.princeton.edu/concavity/
 Reference:
  - Author: >



View it on GitLab: https://salsa.debian.org/med-team/concavity/-/compare/e0f021488b206ccc8944888399bb6c83e3a7f5f4...e191f48c51309544c8f22316f34cd5b8d8587d55

-- 
View it on GitLab: https://salsa.debian.org/med-team/concavity/-/compare/e0f021488b206ccc8944888399bb6c83e3a7f5f4...e191f48c51309544c8f22316f34cd5b8d8587d55
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/20201202/c7b57e36/attachment-0001.html>


More information about the debian-med-commit mailing list