Andreas Tille pushed to branch master at Debian Med / progressivemauve
Commits: 227a2f82 by Andreas Tille at 2020-11-30T17:32:47+01:00 routine-update: Standards-Version: 4.5.1 - - - - - 6644819f by Andreas Tille at 2020-11-30T17:32:47+01:00 routine-update: debhelper-compat 13 - - - - - 1549c682 by Andreas Tille at 2020-11-30T17:32:55+01:00 routine-update: Remove trailing whitespace in debian/changelog - - - - - ad67a740 by Andreas Tille at 2020-11-30T17:32:55+01:00 routine-update: autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g - - - - - 0969b993 by Andreas Tille at 2020-11-30T17:32:55+01:00 routine-update: Add salsa-ci file - - - - - c2dda436 by Andreas Tille at 2020-11-30T17:32:56+01:00 routine-update: Rules-Requires-Root: no - - - - - e9e129d2 by Andreas Tille at 2020-11-30T17:32:56+01:00 Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html - - - - - a17c90e4 by Andreas Tille at 2020-11-30T17:32:58+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 - - - - - f1c66240 by Andreas Tille at 2020-11-30T17:37:19+01:00 routine-update: Ready to upload to unstable - - - - - 6 changed files: - debian/changelog - − debian/compat - debian/control - debian/rules - + debian/salsa-ci.yml - debian/tests/run-unit-test Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +progressivemauve (1.2.0+4713+dfsg-5) 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) + * Trim trailing whitespace. + * Use secure URI in Homepage field. + + -- Andreas Tille <[email protected]> Mon, 30 Nov 2020 17:33:02 +0100 + progressivemauve (1.2.0+4713+dfsg-4) unstable; urgency=medium [ Giovanni Mascellani ] @@ -40,7 +53,7 @@ progressivemauve (1.2.0+4713+dfsg-1) unstable; urgency=medium progressivemauve (1.2.0+4713-3) unstable; urgency=medium * Team upload. - + [ Nadiya Sitdykova ] * add autopkgtest test-suite ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper-compat (= 13), pkgconf, libboost-dev, libboost-system-dev, @@ -13,10 +13,11 @@ Build-Depends: debhelper (>= 11~), libgenome-dev, libmuscle-dev, libmems-dev -Standards-Version: 4.2.1 +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/med-team/progressivemauve Vcs-Git: https://salsa.debian.org/med-team/progressivemauve.git -Homepage: http://darlinglab.org/mauve/user-guide/mauvealigner.html +Homepage: https://darlinglab.org/mauve/user-guide/mauvealigner.html +Rules-Requires-Root: no Package: progressivemauve Architecture: any ===================================== debian/rules ===================================== @@ -7,4 +7,3 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all get-orig-source: . debian/get-orig-source - ===================================== 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=progressivemauve -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 * View it on GitLab: https://salsa.debian.org/med-team/progressivemauve/-/compare/d4c6885909fd37da5ec5cc2181e67a18b31e1737...f1c66240e1f4682151cd73a11f3bbb16f42a6306 -- View it on GitLab: https://salsa.debian.org/med-team/progressivemauve/-/compare/d4c6885909fd37da5ec5cc2181e67a18b31e1737...f1c66240e1f4682151cd73a11f3bbb16f42a6306 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
