[med-svn] [Git][med-team/ffindex][master] 8 commits: routine-update: Standards-Version: 4.5.1
Andreas Tille
gitlab at salsa.debian.org
Sat Dec 5 10:56:32 GMT 2020
Andreas Tille pushed to branch master at Debian Med / ffindex
Commits:
53f12e28 by Andreas Tille at 2020-12-05T11:52:44+01:00
routine-update: Standards-Version: 4.5.1
- - - - -
1dd55959 by Andreas Tille at 2020-12-05T11:52:44+01:00
routine-update: debhelper-compat 13
- - - - -
180ac798 by Andreas Tille at 2020-12-05T11:52:51+01:00
routine-update: autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g
- - - - -
f88cf4b5 by Andreas Tille at 2020-12-05T11:52:51+01:00
routine-update: Add salsa-ci file
- - - - -
60e68d9f by Andreas Tille at 2020-12-05T11:52:52+01:00
routine-update: Rules-Requires-Root: no
- - - - -
a413fd9a by Andreas Tille at 2020-12-05T11:52:54+01:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
0a7d1d7c by Andreas Tille at 2020-12-05T11:52:58+01:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
- - - - -
c670d8c4 by Andreas Tille at 2020-12-05T11:55:47+01:00
routine-update: Ready to upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- + debian/salsa-ci.yml
- debian/tests/run-unit-test
- + debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+ffindex (0.9.9.9-4) 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 upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+
+ -- Andreas Tille <tille at debian.org> Sat, 05 Dec 2020 11:52:59 +0100
+
ffindex (0.9.9.9-3) unstable; urgency=medium
* Team upload
@@ -194,4 +207,3 @@ ffindex (0.9.3-1) unstable; urgency=low
* Initial release (Closes: #661111)
-- Laszlo Kajan <lkajan at rostlab.org> Fri, 24 Feb 2012 10:38:57 +0100
-
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-12
=====================================
debian/control
=====================================
@@ -4,17 +4,18 @@ Uploaders: Laszlo Kajan <lkajan at debian.org>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 12~),
+Build-Depends: debhelper-compat (= 13),
help2man,
libopenmpi-dev,
openmpi-bin,
cmake (>= 3.11),
chrpath,
pkg-config
-Standards-Version: 4.3.0
+Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/ffindex
Vcs-Git: https://salsa.debian.org/med-team/ffindex.git
Homepage: https://github.com/ahcm/ffindex
+Rules-Requires-Root: no
Package: ffindex
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/run-unit-test
=====================================
@@ -5,7 +5,7 @@ pkg="ffindex"
if [ "$AUTOPKGTEST_TMP" = "" ] ; then
AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
- trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
+ trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
fi
cp -a /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP
=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,5 @@
+---
+Bug-Database: https://github.com/ahcm/ffindex/issues
+Bug-Submit: https://github.com/ahcm/ffindex/issues/new
+Repository: https://github.com/ahcm/ffindex.git
+Repository-Browse: https://github.com/ahcm/ffindex
View it on GitLab: https://salsa.debian.org/med-team/ffindex/-/compare/ba6045333d9c4f9e09c461e80835574748c31a87...c670d8c46105347e742d0591d659b55d7946162d
--
View it on GitLab: https://salsa.debian.org/med-team/ffindex/-/compare/ba6045333d9c4f9e09c461e80835574748c31a87...c670d8c46105347e742d0591d659b55d7946162d
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/20201205/2275e3a8/attachment-0001.html>
More information about the debian-med-commit
mailing list