Andreas Tille pushed to branch master at Debian Med / profisis
Commits: 19a7da2a by Andreas Tille at 2020-11-25T14:51:45+01:00 routine-update: Standards-Version: 4.5.1 - - - - - 8d6d6e9d by Andreas Tille at 2020-11-25T14:51:45+01:00 routine-update: debhelper-compat 13 - - - - - e5ba7195 by Andreas Tille at 2020-11-25T14:51:53+01:00 routine-update: Secure URI in copyright format - - - - - ea6036cd by Andreas Tille at 2020-11-25T14:51:54+01:00 routine-update: Remove trailing whitespace in debian/copyright - - - - - 25939138 by Andreas Tille at 2020-11-25T14:51:54+01:00 routine-update: Add salsa-ci file - - - - - e768d517 by Andreas Tille at 2020-11-25T14:51:54+01:00 routine-update: Rules-Requires-Root: no - - - - - c6af90d3 by Andreas Tille at 2020-11-25T14:52:40+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 - - - - - 41e68d10 by Andreas Tille at 2020-11-25T14:52:40+01:00 routine-update: watch file standard 4 - - - - - 1a87f43d by Andreas Tille at 2020-11-25T14:54:31+01:00 routine-update: Ready to upload to unstable - - - - - 7 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - + debian/salsa-ci.yml - debian/tests/installation-test - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,16 @@ -profisis (1.0.11-6) UNRELEASED; urgency=medium +profisis (1.0.11-6) unstable; urgency=medium * pp-popularity-contest only suggested - - -- Andreas Tille <[email protected]> Thu, 18 Oct 2018 12:52:39 +0200 + * Standards-Version: 4.5.1 (routine-update) + * debhelper-compat 13 (routine-update) + * Secure URI in copyright format (routine-update) + * Remove trailing whitespace in debian/copyright (routine-update) + * Add salsa-ci file (routine-update) + * Rules-Requires-Root: no (routine-update) + * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP. + * watch file standard 4 (routine-update) + + -- Andreas Tille <[email protected]> Wed, 25 Nov 2020 14:52:41 +0100 profisis (1.0.11-5) unstable; urgency=medium ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -5,11 +5,12 @@ Uploaders: Cedric Staniewski <[email protected]>, Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 11~) -Standards-Version: 4.2.1 +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/med-team/profisis Vcs-Git: https://salsa.debian.org/med-team/profisis.git Homepage: https://rostlab.org/owiki/index.php/PROFisis +Rules-Requires-Root: no Package: profisis Architecture: all ===================================== debian/copyright ===================================== @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Yanay Ofran <[email protected]> Upstream-Name: profisis Source: ftp://rostlab.org/free/ @@ -36,7 +36,7 @@ License: GPL-2.0+ . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - + License: GPL-3.0+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by ===================================== 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=profisis -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 \{\} \; ===================================== debian/watch ===================================== @@ -1,2 +1,2 @@ -version=3 +version=4 ftp://rostlab.org/free/profisis-([0-9.]+)\.tar\.gz debian uupdate View it on GitLab: https://salsa.debian.org/med-team/profisis/-/compare/d6d79750a797b976446e12f28bbc403a4d093f22...1a87f43d743f90d1fc02e45c23e4dc206e511407 -- View it on GitLab: https://salsa.debian.org/med-team/profisis/-/compare/d6d79750a797b976446e12f28bbc403a4d093f22...1a87f43d743f90d1fc02e45c23e4dc206e511407 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
