[med-svn] [Git][med-team/probalign][master] 8 commits: routine-update: Standards-Version: 4.5.1
Andreas Tille
gitlab at salsa.debian.org
Fri Nov 27 18:07:12 GMT 2020
Andreas Tille pushed to branch master at Debian Med / probalign
Commits:
27c8e7e0 by Andreas Tille at 2020-11-27T18:52:11+01:00
routine-update: Standards-Version: 4.5.1
- - - - -
7a487758 by Andreas Tille at 2020-11-27T18:52:11+01:00
routine-update: debhelper-compat 13
- - - - -
285f39f4 by Andreas Tille at 2020-11-27T18:52:13+01:00
routine-update: Remove trailing whitespace in debian/changelog
- - - - -
287373eb by Andreas Tille at 2020-11-27T18:52:13+01:00
routine-update: autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g
- - - - -
ddee43fd by Andreas Tille at 2020-11-27T18:52:13+01:00
routine-update: Add salsa-ci file
- - - - -
7d5cab71 by Andreas Tille at 2020-11-27T18:52:13+01:00
routine-update: Rules-Requires-Root: no
- - - - -
dcdd78fd by Andreas Tille at 2020-11-27T18:52:43+01:00
Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
Changes-By: lintian-brush
- - - - -
62c5e08a by Andreas Tille at 2020-11-27T18:55:01+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 @@
+probalign (1.4-9) unstable; urgency=medium
+
+ * Standards-Version: 4.5.1 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Remove trailing whitespace in debian/changelog (routine-update)
+ * autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
+ present in machine-readable debian/copyright).
+
+ -- Andreas Tille <tille at debian.org> Fri, 27 Nov 2020 18:52:43 +0100
+
probalign (1.4-8) unstable; urgency=medium
* debhelper 11
@@ -24,7 +37,7 @@ probalign (1.4-6) unstable; urgency=medium
[ Nadiya Sitdykova ]
* Add autopkgtest test-suite
-
+
-- Nadiya Sitdykova <rovenskasa at gmail.com> Thu, 06 Jul 2017 14:54:18 -0400
probalign (1.4-5) unstable; urgency=medium
@@ -60,7 +73,7 @@ probalign (1.4-3) unstable; urgency=low
* debian/patches/hardening.patch: Propagate hardening options
[ Charles Plessy ]
- * Add missing word in long description (Closes: #703253).
+ * Add missing word in long description (Closes: #703253).
-- Andreas Tille <tille at debian.org> Thu, 14 Nov 2013 16:41:20 +0100
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -3,12 +3,13 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 13),
help2man
-Standards-Version: 4.2.1
+Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/probalign
Vcs-Git: https://salsa.debian.org/med-team/probalign.git
Homepage: http://probalign.njit.edu/standalone.html
+Rules-Requires-Root: no
Package: probalign
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
=====================================
@@ -2,12 +2,12 @@
pkg=probalign
-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_data* .
gunzip -r *
=====================================
debian/upstream/metadata
=====================================
@@ -1,5 +1,3 @@
-Contact: Usman Roshan <usman at cs.njit.edu>
-Name: Probalign
Reference:
AUTHOR: Usman Roshan and Dennis R. Livesay
TITLE: >
View it on GitLab: https://salsa.debian.org/med-team/probalign/-/compare/60414724de92f75144d371352c168f357481ed11...62c5e08af33e809dc15d54ef520da29780bf80aa
--
View it on GitLab: https://salsa.debian.org/med-team/probalign/-/compare/60414724de92f75144d371352c168f357481ed11...62c5e08af33e809dc15d54ef520da29780bf80aa
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/20201127/a23c678f/attachment-0001.html>
More information about the debian-med-commit
mailing list