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

Andreas Tille gitlab at salsa.debian.org
Thu Dec 17 16:59:35 GMT 2020



Andreas Tille pushed to branch master at Debian Med / fasttree


Commits:
2fd8b6d8 by Andreas Tille at 2020-12-17T17:43:59+01:00
routine-update: Standards-Version: 4.5.1

- - - - -
3cf529e8 by Andreas Tille at 2020-12-17T17:43:59+01:00
routine-update: debhelper-compat 13

- - - - -
d12e4c89 by Andreas Tille at 2020-12-17T17:44:02+01:00
routine-update: autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g

- - - - -
3323c298 by Andreas Tille at 2020-12-17T17:44:02+01:00
routine-update: Add salsa-ci file

- - - - -
12184bd0 by Andreas Tille at 2020-12-17T17:44:02+01:00
routine-update: Rules-Requires-Root: no

- - - - -
cf1def49 by Andreas Tille at 2020-12-17T17:44:03+01:00
Trim trailing whitespace.

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

- - - - -
6f15568b by Andreas Tille at 2020-12-17T17:44:07+01:00
Set field Upstream-Contact in debian/copyright.

Changes-By: lintian-brush

- - - - -
3351bc85 by Andreas Tille at 2020-12-17T17:44:13+01:00
Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright).

Changes-By: lintian-brush

- - - - -
54f2e0a1 by Andreas Tille at 2020-12-17T17:44:13+01:00
routine-update: watch file standard 4

- - - - -
46f4ea1f by Andreas Tille at 2020-12-17T17:47:02+01:00
routine-update: Ready to upload to unstable

- - - - -


8 changed files:

- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- + debian/salsa-ci.yml
- debian/tests/run-unit-test
- debian/upstream/metadata
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+fasttree (2.1.11-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.
+  * Set field Upstream-Contact in debian/copyright.
+  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
+    present in machine-readable debian/copyright).
+  * watch file standard 4 (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 17 Dec 2020 17:44:13 +0100
+
 fasttree (2.1.11-1) unstable; urgency=medium
 
   [ Jelmer Vernooij ]


=====================================
debian/control
=====================================
@@ -6,11 +6,12 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
            Roland Fehrenbacher <rf at q-leap.de>
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 12)
-Standards-Version: 4.4.0
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/med-team/fasttree
 Vcs-Git: https://salsa.debian.org/med-team/fasttree.git
 Homepage: http://www.microbesonline.org/fasttree/
+Rules-Requires-Root: no
 
 Package: fasttree
 Architecture: any


=====================================
debian/copyright
=====================================
@@ -1,6 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: FastTree
 Source: http://www.microbesonline.org/fasttree/#Install
+Upstream-Contact: fasttree at microbesonline.org
 
 Files: *
 Copyright: (C) 2008-2016 The Regents of the University of California


=====================================
debian/rules
=====================================
@@ -16,4 +16,3 @@ override_dh_auto_clean:
 
 get-orig-source:
 	./debian/get-orig-source
-


=====================================
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=fasttree
 
-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* .
 gunzip -r *


=====================================
debian/upstream/metadata
=====================================
@@ -1,5 +1,3 @@
-Contact: fasttree at microbesonline.org
-Name: FastTree
 Reference:
  author: Price, Morgan N. AND Dehal, Paramvir S. AND Arkin, Adam P.
  journal: PLoS ONE


=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
 http://www.microbesonline.org/fasttree/FastTree-(.*)\.c



View it on GitLab: https://salsa.debian.org/med-team/fasttree/-/compare/19282d445491b8ceba4d112c89851d9d1a54fcba...46f4ea1f1e26ea00243eeb6181f460c032db599c

-- 
View it on GitLab: https://salsa.debian.org/med-team/fasttree/-/compare/19282d445491b8ceba4d112c89851d9d1a54fcba...46f4ea1f1e26ea00243eeb6181f460c032db599c
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/647d93ce/attachment-0001.html>


More information about the debian-med-commit mailing list