Andreas Tille pushed to branch master at Debian Med / rnahybrid
Commits: c9cb634d by Andreas Tille at 2020-12-01T23:56:22+01:00 routine-update: Standards-Version: 4.5.1 - - - - - 1dd5bd26 by Andreas Tille at 2020-12-01T23:56:22+01:00 routine-update: debhelper-compat 13 - - - - - 1b5b06af by Andreas Tille at 2020-12-01T23:56:27+01:00 routine-update: autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g - - - - - a1dd37f6 by Andreas Tille at 2020-12-01T23:56:27+01:00 routine-update: Add salsa-ci file - - - - - 1f19167c by Andreas Tille at 2020-12-01T23:56:27+01:00 routine-update: Rules-Requires-Root: no - - - - - 3634176e by Andreas Tille at 2020-12-01T23:56:31+01:00 Refer to specific version of license GPL-2+. Changes-By: lintian-brush Fixes: lintian: copyright-refers-to-symlink-license See-also: https://lintian.debian.org/tags/copyright-refers-to-symlink-license.html Fixes: lintian: copyright-refers-to-versionless-license-file See-also: https://lintian.debian.org/tags/copyright-refers-to-versionless-license-file.html - - - - - 1b2de14a by Andreas Tille at 2020-12-01T23:56:31+01:00 Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright). Changes-By: lintian-brush - - - - - 7 changed files: - debian/changelog - − debian/compat - debian/control - debian/copyright - + debian/salsa-ci.yml - debian/tests/run-unit-test - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,16 @@ +rnahybrid (2.1.2-6) UNRELEASED; 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) + * Refer to specific version of license GPL-2+. + * Remove obsolete field Name from debian/upstream/metadata (already present in + machine-readable debian/copyright). + + -- Andreas Tille <[email protected]> Tue, 01 Dec 2020 23:56:22 +0100 + rnahybrid (2.1.2-5) unstable; urgency=medium * debhelper 11 ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -11 ===================================== debian/control ===================================== @@ -4,12 +4,13 @@ Uploaders: Charles Plessy <[email protected]>, Andreas Tille <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 11~), +Build-Depends: debhelper-compat (= 13), libg2-dev -Standards-Version: 4.2.1 +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/med-team/rnahybrid Vcs-Git: https://salsa.debian.org/med-team/rnahybrid.git Homepage: http://bibiserv.techfak.uni-bielefeld.de/rnahybrid/submission.html +Rules-Requires-Root: no Package: rnahybrid Architecture: any-amd64 arm64 armhf any-i386 mips mips64el mipsel ppc64el s390x alpha hppa m68k powerpc powerpcspe ppc64 sh4 sparc64 x32 ===================================== debian/copyright ===================================== @@ -50,5 +50,4 @@ License: GPL-2+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL'. - + Public License can be found in `/usr/share/common-licenses/GPL-2'. ===================================== 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 ===================================== @@ -1,11 +1,11 @@ #!/bin/sh -e pkg=rnahybrid -if [ "$ADTTMP" = "" ] ; then - ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` +if [ "$AUTOPKGTEST_TMP" = "" ] ; then + AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` fi -cd $ADTTMP -cp -a /usr/share/doc/rnahybrid/examples $ADTTMP +cd $AUTOPKGTEST_TMP +cp -a /usr/share/doc/rnahybrid/examples $AUTOPKGTEST_TMP find examples -name "*.gz" -exec gunzip \{\} \; RNAhybrid -s 3utr_worm -t examples/cel-hbl-1.fasta -q examples/cel-let-7.fasta ===================================== debian/upstream/metadata ===================================== @@ -1,4 +1,3 @@ -Name: RNAhybrid Reference: author: > Marc Rehmsmeier and Peter Steffen and Matthias Höchsmann and Robert Giegerich View it on GitLab: https://salsa.debian.org/med-team/rnahybrid/-/compare/9acf0d5c117c2d3f5c021327dd997742c1758e24...1b2de14ac3ca3ae81cf9cc45ec6f0dc2c1acd880 -- View it on GitLab: https://salsa.debian.org/med-team/rnahybrid/-/compare/9acf0d5c117c2d3f5c021327dd997742c1758e24...1b2de14ac3ca3ae81cf9cc45ec6f0dc2c1acd880 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
