[med-svn] [Git][med-team/e-mem][master] 8 commits: routine-update: Standards-Version: 4.5.1
Andreas Tille
gitlab at salsa.debian.org
Thu Dec 3 22:02:07 GMT 2020
Andreas Tille pushed to branch master at Debian Med / e-mem
Commits:
095017e1 by Andreas Tille at 2020-12-03T22:50:33+01:00
routine-update: Standards-Version: 4.5.1
- - - - -
457a7e59 by Andreas Tille at 2020-12-03T22:50:33+01:00
routine-update: debhelper-compat 13
- - - - -
ad8f6009 by Andreas Tille at 2020-12-03T22:50:37+01:00
routine-update: autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g
- - - - -
2954a71d by Andreas Tille at 2020-12-03T22:50:37+01:00
routine-update: Add salsa-ci file
- - - - -
b58632b3 by Andreas Tille at 2020-12-03T22:50:37+01:00
routine-update: Rules-Requires-Root: no
- - - - -
80102238 by Andreas Tille at 2020-12-03T22:50:41+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
- - - - -
2794fe63 by Andreas Tille at 2020-12-03T22:50:46+01:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
Changes-By: lintian-brush
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
- - - - -
a8ca916d by Andreas Tille at 2020-12-03T22:52:11+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 @@
+e-mem (1.0.1-3) 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)
+ * Use secure URI in Homepage field.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+
+ -- Andreas Tille <tille at debian.org> Thu, 03 Dec 2020 22:50:47 +0100
+
e-mem (1.0.1-2) unstable; urgency=medium
* Point Vcs fields to salsa.debian.org
=====================================
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),
libboost-dev
-Standards-Version: 4.3.0
+Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/e-mem
Vcs-Git: https://salsa.debian.org/med-team/e-mem.git
-Homepage: http://www.csd.uwo.ca/~ilie/E-MEM/
+Homepage: https://www.csd.uwo.ca/~ilie/E-MEM/
+Rules-Requires-Root: no
Package: e-mem
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
=====================================
@@ -3,13 +3,13 @@ set -e
pkg="e-mem"
-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
-cp -a /usr/share/doc/${pkg}/*example $ADTTMP
+cp -a /usr/share/doc/${pkg}/*example $AUTOPKGTEST_TMP
-cd $ADTTMP
+cd $AUTOPKGTEST_TMP
sh ./run_example
=====================================
debian/upstream/metadata
=====================================
@@ -1,3 +1,5 @@
+Bug-Database: https://github.com/lucian-ilie/E-MEM/issues
+Bug-Submit: https://github.com/lucian-ilie/E-MEM/issues/new
Reference:
Author: Nilesh Khiste and Lucian Ilie
Title: >
@@ -21,3 +23,5 @@ Registry:
Entry: NA
- Name: SciCrunch
Entry: NA
+Repository: https://github.com/lucian-ilie/E-MEM.git
+Repository-Browse: https://github.com/lucian-ilie/E-MEM
View it on GitLab: https://salsa.debian.org/med-team/e-mem/-/compare/f51c6c7c765c6a10def337bf6b1632d22593d73b...a8ca916d16f27109b5976101f15d2db1d03ca4fd
--
View it on GitLab: https://salsa.debian.org/med-team/e-mem/-/compare/f51c6c7c765c6a10def337bf6b1632d22593d73b...a8ca916d16f27109b5976101f15d2db1d03ca4fd
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/507ddb39/attachment-0001.html>
More information about the debian-med-commit
mailing list