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

Andreas Tille gitlab at salsa.debian.org
Tue Nov 24 09:18:20 GMT 2020



Andreas Tille pushed to branch master at Debian Med / disulfinder


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

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

- - - - -
3767a139 by Andreas Tille at 2020-11-24T10:12:07+01:00
routine-update: Remove trailing whitespace in debian/copyright

- - - - -
17dcaef5 by Andreas Tille at 2020-11-24T10:12:07+01:00
routine-update: Add salsa-ci file

- - - - -
5188af50 by Andreas Tille at 2020-11-24T10:12:07+01:00
routine-update: Rules-Requires-Root: no

- - - - -
1b322e4d by Andreas Tille at 2020-11-24T10:12:22+01:00
Set field Upstream-Name in debian/copyright.

Changes-By: lintian-brush

- - - - -
4b6087bd by Andreas Tille at 2020-11-24T10:12:49+01:00
Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright).

Changes-By: lintian-brush

- - - - -
a3a5054f by Andreas Tille at 2020-11-24T10:12:50+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

- - - - -
7bda5372 by Andreas Tille at 2020-11-24T10:12:50+01:00
routine-update: watch file standard 4

- - - - -
5d8ccad6 by Andreas Tille at 2020-11-24T10:18:01+01:00
routine-update: Ready to upload to unstable

- - - - -


8 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/salsa-ci.yml
- debian/tests/installation-test
- debian/upstream/metadata
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,22 @@
-disulfinder (1.2.11-9) UNRELEASED; urgency=medium
+disulfinder (1.2.11-9) unstable; urgency=medium
 
+  [ Jelmer Vernooij ]
   * Trim trailing whitespace.
   * Use secure copyright file specification URI.
 
- -- Jelmer Vernooij <jelmer at debian.org>  Sat, 20 Oct 2018 18:48:40 +0000
+  [ Andreas Tille ]
+  * Standards-Version: 4.5.1 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Remove trailing whitespace in debian/copyright (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Set field Upstream-Name in debian/copyright.
+  * Remove obsolete field Name from debian/upstream/metadata (already present in
+    machine-readable debian/copyright).
+  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
+  * watch file standard 4 (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Tue, 24 Nov 2020 10:12:51 +0100
 
 disulfinder (1.2.11-8) unstable; urgency=medium
 


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


=====================================
debian/control
=====================================
@@ -5,14 +5,15 @@ Uploaders: Guy Yachdav <gyachdav at rostlab.org>,
            Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 13),
                libboost-dev,
                libboost-graph-dev,
                libf2c2-dev
-Standards-Version: 4.2.1
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/med-team/disulfinder
 Vcs-Git: https://salsa.debian.org/med-team/disulfinder.git
 Homepage: http://disulfind.dsi.unifi.it/
+Rules-Requires-Root: no
 
 Package: disulfinder
 Architecture: any


=====================================
debian/copyright
=====================================
@@ -1,6 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Contact: Laszlo Kajan <lkajan at rostlab.org>
 Source: ftp://rostlab.org/disulfinder/
+Upstream-Name: disulfinder
 
 Files: *
 Copyright: © 2011 Alessio Ceroni,
@@ -24,8 +25,8 @@ License: GPL-2+
  License). This precludes any use of the code in proprietary or
  commercial software unless your source code is made freely available.
  .
- If you wish to use Disulfinder code under a different Open Source 
- license that's not compatible with the GPL (like the Artistic License, 
+ If you wish to use Disulfinder code under a different Open Source
+ license that's not compatible with the GPL (like the Artistic License,
  BSD license, or the Netscape Public License), please contact me
  (passerini at disi.unitn.it) for permission.
  .
@@ -35,7 +36,7 @@ License: GPL-2+
  General Public License for more details.
  .
  You should have received a copy of the GNU General Public License
- along with this Disulfinder release, in the file LICENSE; if not, 
+ along with this Disulfinder release, in the file LICENSE; if not,
  write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
  Floor, Boston, MA  02110-1301 USA
  .


=====================================
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=disulfinder
 
-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}/examples/* .
 find . -type f -name "*.gz" -exec gunzip \{\} \;


=====================================
debian/upstream/metadata
=====================================
@@ -1,4 +1,3 @@
-Name: disulfinder
 Reference:
  - Author: >
     Alessio Ceroni and Andrea Passerini and Alessandro Vullo and Paolo


=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
 opts=pasv ftp://rostlab.org/disulfinder/disulfinder-([0-9.]+)\.tar\.gz



View it on GitLab: https://salsa.debian.org/med-team/disulfinder/-/compare/a3f94314cd5b155b8fe961684d52a2065a020a9c...5d8ccad64415a82404682b13bfb967b7401d1536

-- 
View it on GitLab: https://salsa.debian.org/med-team/disulfinder/-/compare/a3f94314cd5b155b8fe961684d52a2065a020a9c...5d8ccad64415a82404682b13bfb967b7401d1536
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/e546c271/attachment-0001.html>


More information about the debian-med-commit mailing list