[med-svn] [Git][med-team/exonerate][master] 10 commits: routine-update: Standards-Version: 4.5.1
Andreas Tille
gitlab at salsa.debian.org
Thu Dec 3 21:17:51 GMT 2020
Andreas Tille pushed to branch master at Debian Med / exonerate
Commits:
aaf03b88 by Andreas Tille at 2020-12-03T21:56:15+01:00
routine-update: Standards-Version: 4.5.1
- - - - -
70e01644 by Andreas Tille at 2020-12-03T21:56:16+01:00
routine-update: debhelper-compat 13
- - - - -
d6d5ee98 by Andreas Tille at 2020-12-03T21:56:20+01:00
routine-update: autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g
- - - - -
c379a0e8 by Andreas Tille at 2020-12-03T21:56:20+01:00
routine-update: Add salsa-ci file
- - - - -
2b5bd80c by Andreas Tille at 2020-12-03T21:56:20+01:00
routine-update: Rules-Requires-Root: no
- - - - -
71979ebe by Andreas Tille at 2020-12-03T21:56:22+01:00
Update watch file format version to 4.
Changes-By: lintian-brush
Fixes: lintian: older-debian-watch-file-standard
See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html
- - - - -
db2e6f72 by Andreas Tille at 2020-12-03T21:56:23+01:00
Set field Upstream-Name in debian/copyright.
Changes-By: lintian-brush
- - - - -
8a01c560 by Andreas Tille at 2020-12-03T21:56:26+01:00
Refer to specific version of license GPL-3+.
Changes-By: lintian-brush
Fixes: lintian: copyright-refers-to-symlink-license
See-also: https://lintian.debian.org/tags/copyright-refers-to-symlink-license.html
Fixes: lintian: copyright-refers-to-versionless-license-file
See-also: https://lintian.debian.org/tags/copyright-refers-to-versionless-license-file.html
- - - - -
0e5e0af0 by Andreas Tille at 2020-12-03T21:56:26+01:00
Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
Changes-By: lintian-brush
- - - - -
40df9552 by Andreas Tille at 2020-12-03T22:12:32+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/run-unit-test
- debian/upstream/metadata
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+exonerate (2.4.0-5) 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)
+ * Update watch file format version to 4.
+ * Set field Upstream-Name in debian/copyright.
+ * Refer to specific version of license GPL-3+.
+ * Remove obsolete field Name from debian/upstream/metadata (already present in
+ machine-readable debian/copyright).
+
+ -- Andreas Tille <tille at debian.org> Thu, 03 Dec 2020 21:56:27 +0100
+
exonerate (2.4.0-4) unstable; urgency=medium
[ Jelmer Vernooij ]
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -5,13 +5,14 @@ Uploaders: Steffen Moeller <moeller at debian.org>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 13),
libglib2.0-dev,
libreadline-dev
-Standards-Version: 4.3.0
+Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/exonerate
Vcs-Git: https://salsa.debian.org/med-team/exonerate.git
Homepage: https://www.ebi.ac.uk/about/vertebrate-genomics/software/exonerate
+Rules-Requires-Root: no
Package: exonerate
Architecture: any
=====================================
debian/copyright
=====================================
@@ -9,6 +9,7 @@ Upstream-Contact: Guy St.C. Slater <guy.slater at gmail.com>
Don Gilbert <gilbertd-AT-indiana.edu>
Michael Schuster <michaels-AT-ebi.ac.uk>
Source: https://www.ebi.ac.uk/about/vertebrate-genomics/software/exonerate
+Upstream-Name: Exonerate
Files: *
Copyright: © 2000-2016 Guy St.C. Slater <guy.slater at gmail.com>
@@ -35,5 +36,4 @@ License: GPL-3+
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'
-
+ Public License can be found in `/usr/share/common-licenses/GPL-3'
=====================================
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
=====================================
@@ -3,13 +3,13 @@ set -e
pkg="exonerate"
-if [ "$ADTTMP" = "" ] ; then
- ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+if [ "$AUTOPKGTEST_TMP" = "" ] ; then
+ AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
fi
-cp -a /usr/share/doc/${pkg}/examples/* $ADTTMP
+cp -a /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP
-cd $ADTTMP
+cd $AUTOPKGTEST_TMP
for testname in `find "$(pwd)" -name "*.sh"` ; do
echo ; \
=====================================
debian/upstream/metadata
=====================================
@@ -1,5 +1,4 @@
Contact: Guy St.C. Slater <guy AT ebi.ac.uk>
-Name: Exonerate
Reference:
Author: Slater, Guy C. and Birney, Ewan
Title: >
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
https://www.ebi.ac.uk/about/vertebrate-genomics/software/exonerate .*/exonerate-([0-9.]*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/med-team/exonerate/-/compare/dbeccfeb4123a9bef2610c5f5467c21223b462ee...40df9552be91929430d93ef7af8d45302bb39bce
--
View it on GitLab: https://salsa.debian.org/med-team/exonerate/-/compare/dbeccfeb4123a9bef2610c5f5467c21223b462ee...40df9552be91929430d93ef7af8d45302bb39bce
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/20201203/3c672015/attachment-0001.html>
More information about the debian-med-commit
mailing list