[med-svn] [Git][med-team/proftmb][master] 11 commits: routine-update: Standards-Version: 4.5.1
Andreas Tille
gitlab at salsa.debian.org
Thu Nov 26 07:12:42 GMT 2020
Andreas Tille pushed to branch master at Debian Med / proftmb
Commits:
22d4dccb by Andreas Tille at 2020-11-26T08:04:49+01:00
routine-update: Standards-Version: 4.5.1
- - - - -
b61e0412 by Andreas Tille at 2020-11-26T08:04:49+01:00
routine-update: debhelper-compat 13
- - - - -
bb9fd6b4 by Andreas Tille at 2020-11-26T08:04:55+01:00
routine-update: Remove trailing whitespace in debian/changelog
- - - - -
bdf27ffe by Andreas Tille at 2020-11-26T08:04:55+01:00
routine-update: Add salsa-ci file
- - - - -
7a82e1cd by Andreas Tille at 2020-11-26T08:04:56+01:00
routine-update: Rules-Requires-Root: no
- - - - -
8555f67b by Andreas Tille at 2020-11-26T08:04:57+01:00
Use secure URI in Homepage field.
Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html
- - - - -
6f5fa2e5 by Andreas Tille at 2020-11-26T08:04:57+01:00
Set field Upstream-Contact in debian/copyright.
Changes-By: lintian-brush
- - - - -
5e319324 by Andreas Tille at 2020-11-26T08:04:59+01:00
Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
Changes-By: lintian-brush
- - - - -
27eaf404 by Andreas Tille at 2020-11-26T08:05:00+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
- - - - -
173ea9d4 by Andreas Tille at 2020-11-26T08:05:00+01:00
routine-update: watch file standard 4
- - - - -
0d9d9dc8 by Andreas Tille at 2020-11-26T08:07:58+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,3 +1,19 @@
+proftmb (1.1.12-9) unstable; urgency=medium
+
+ * Standards-Version: 4.5.1 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Remove trailing whitespace in debian/changelog (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Use secure URI in Homepage field.
+ * Set field Upstream-Contact in debian/copyright.
+ * Remove obsolete fields Contact, 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> Thu, 26 Nov 2020 08:05:00 +0100
+
proftmb (1.1.12-8) unstable; urgency=medium
* pp-popularity-contest only suggested
@@ -39,7 +55,7 @@ proftmb (1.1.12-4) unstable; urgency=medium
* Team upload.
* Add testsuite + README.test + docs file
* cme fix dpkg-control
- * fix in testsuite control file (removed accidentally added allow-stderr
+ * fix in testsuite control file (removed accidentally added allow-stderr
restriction)
[ Andreas Tille ]
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,14 +4,15 @@ Uploaders: Laszlo Kajan <lkajan at rostlab.org>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 13),
help2man,
libgsl-dev,
opt
-Standards-Version: 4.2.1
+Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/proftmb
Vcs-Git: https://salsa.debian.org/med-team/proftmb.git
-Homepage: http://rostlab.org/
+Homepage: https://rostlab.org/
+Rules-Requires-Root: no
Package: proftmb
Architecture: any
=====================================
debian/copyright
=====================================
@@ -1,6 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: proftmb
Source: ftp://rostlab.org/proftmb/proftmb-([0-9.]+)\.tar\.gz
+Upstream-Contact: Henry Bigelow <hrbigelow at gmail.com>
Files: *
Copyright: 2004 Henry Bigelow <hrbigelow at gmail.com>, Columbia University in the City of New York, 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=proftmb
-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 \{\} \;
for lnk in `find . -type l -name "*.gz"` ; do
=====================================
debian/upstream/metadata
=====================================
@@ -1,5 +1,3 @@
-Name: proftmb
-Contact: Henry Bigelow <hrbigelow at gmail.com>
Reference:
- Author: Bigelow, H. and Rost, B.
Title: >
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
opts=pasv ftp://rostlab.org/proftmb/proftmb-([0-9.]+)\.tar\.gz debian uupdate
View it on GitLab: https://salsa.debian.org/med-team/proftmb/-/compare/8c8435acbc6e53d8f078f8f19623a3ff30b78126...0d9d9dc8e4970a5c19ea470771a9ac57491ba8ed
--
View it on GitLab: https://salsa.debian.org/med-team/proftmb/-/compare/8c8435acbc6e53d8f078f8f19623a3ff30b78126...0d9d9dc8e4970a5c19ea470771a9ac57491ba8ed
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/20201126/7bb12338/attachment-0001.html>
More information about the debian-med-commit
mailing list