diff -Nru picopore-1.2.0/debian/changelog picopore-1.2.0/debian/changelog --- picopore-1.2.0/debian/changelog 2020-06-06 22:24:00.000000000 +0000 +++ picopore-1.2.0/debian/changelog 2020-09-30 12:22:39.000000000 +0000 @@ -1,3 +1,25 @@ +picopore (1.2.0-2) unstable; urgency=medium + + [ Steffen Möller ] + * Set group maintenance + + [ Andreas Tille ] + * Synopsis, install README, copyright times + * Add manpages + * Section: python + * Add upstream metadata + * yamllint + + [ Nilesh Patra ] + * Add myself to uploaders + * Remove un-needed uupdate + * Add autopkgtests + * debhelper-compat 13 (routine-update) + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + + -- Nilesh Patra Wed, 30 Sep 2020 17:52:39 +0530 + picopore (1.2.0-1) unstable; urgency=medium * Initial release (Closes: #962373) diff -Nru picopore-1.2.0/debian/control picopore-1.2.0/debian/control --- picopore-1.2.0/debian/control 2020-06-06 22:24:00.000000000 +0000 +++ picopore-1.2.0/debian/control 2020-09-30 12:22:39.000000000 +0000 @@ -2,8 +2,8 @@ Section: science Priority: optional Maintainer: Debian Med Packaging Team -Uploaders: Steffen Moeller -Build-Depends: debhelper-compat (= 12), dh-python, +Uploaders: Steffen Moeller , Nilesh Patra +Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all, python3-h5py, python3-watchdog, diff -Nru picopore-1.2.0/debian/tests/control picopore-1.2.0/debian/tests/control --- picopore-1.2.0/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ picopore-1.2.0/debian/tests/control 2020-09-30 12:03:17.000000000 +0000 @@ -0,0 +1,4 @@ +Tests: run-unit-test +Depends: @, python3-all +Restrictions: allow-stderr + diff -Nru picopore-1.2.0/debian/tests/run-unit-test picopore-1.2.0/debian/tests/run-unit-test --- picopore-1.2.0/debian/tests/run-unit-test 1970-01-01 00:00:00.000000000 +0000 +++ picopore-1.2.0/debian/tests/run-unit-test 2020-09-30 12:10:22.000000000 +0000 @@ -0,0 +1,18 @@ +#!/bin/bash +set -e + +CUR_DIR=`pwd` +export LC_ALL=C.UTF-8 +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 "${AUTOPKGTEST_TMP}" +cp -a ${CUR_DIR}/test/* . +cp -a ${CUR_DIR}/sample_data . +sed -i 's/python/python3/' test.py + +python3 test.py 2>/dev/null +echo "PASS" + diff -Nru picopore-1.2.0/debian/upstream/metadata picopore-1.2.0/debian/upstream/metadata --- picopore-1.2.0/debian/upstream/metadata 2020-06-06 22:24:00.000000000 +0000 +++ picopore-1.2.0/debian/upstream/metadata 2020-09-30 12:22:38.000000000 +0000 @@ -1,3 +1,5 @@ +Bug-Database: https://github.com/scottgigante/picopore/issues +Bug-Submit: https://github.com/scottgigante/picopore/issues/new Reference: Author: Scott Gigante Title: > @@ -15,3 +17,5 @@ Registry: - Name: conda:bioconda Entry: picopore +Repository: https://github.com/scottgigante/picopore.git +Repository-Browse: https://github.com/scottgigante/picopore diff -Nru picopore-1.2.0/debian/watch picopore-1.2.0/debian/watch --- picopore-1.2.0/debian/watch 2020-06-06 22:24:00.000000000 +0000 +++ picopore-1.2.0/debian/watch 2020-09-30 11:31:03.000000000 +0000 @@ -1,4 +1,4 @@ version=4 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%picopore-$1.tar.gz%" \ https://github.com/scottgigante/picopore/tags \ - (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate + (?:.*?/)?v?(\d[\d.]*)\.tar\.gz