[med-svn] [Git][med-team/picopore][master] 7 commits: Remove un-needed uupdate
Nilesh Patra
gitlab at salsa.debian.org
Wed Sep 30 13:31:48 BST 2020
Nilesh Patra pushed to branch master at Debian Med / picopore
Commits:
fe0a32fb by Nilesh Patra at 2020-09-30T17:01:32+05:30
Remove un-needed uupdate
- - - - -
19779879 by Nilesh Patra at 2020-09-30T17:41:14+05:30
Add autopkgtests
- - - - -
0c76cd2b by Nilesh Patra at 2020-09-30T17:52:04+05:30
Update changelog
- - - - -
2186f9e7 by Nilesh Patra at 2020-09-30T17:52:20+05:30
routine-update: debhelper-compat 13
- - - - -
86c50b1e by Nilesh Patra at 2020-09-30T17:52:39+05:30
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
- - - - -
a649e9c9 by Nilesh Patra at 2020-09-30T17:52:39+05:30
routine-update: Ready to upload to unstable
- - - - -
ad3644bb by Nilesh Patra at 2020-09-30T17:56:49+05:30
Add myself to uploaders
- - - - -
6 changed files:
- debian/changelog
- debian/control
- + debian/tests/control
- + debian/tests/run-unit-test
- debian/upstream/metadata
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -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 <npatra974 at gmail.com> Wed, 30 Sep 2020 17:52:39 +0530
+
picopore (1.2.0-1) unstable; urgency=medium
* Initial release (Closes: #962373)
=====================================
debian/control
=====================================
@@ -2,8 +2,8 @@ Source: picopore
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>
-Build-Depends: debhelper-compat (= 12), dh-python,
+Uploaders: Steffen Moeller <moeller at debian.org>, Nilesh Patra <npatra974 at gmail.com>
+Build-Depends: debhelper-compat (= 13), dh-python,
python3-setuptools, python3-all,
python3-h5py,
python3-watchdog,
=====================================
debian/tests/control
=====================================
@@ -0,0 +1,4 @@
+Tests: run-unit-test
+Depends: @, python3-all
+Restrictions: allow-stderr
+
=====================================
debian/tests/run-unit-test
=====================================
@@ -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"
+
=====================================
debian/upstream/metadata
=====================================
@@ -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 @@ Reference:
Registry:
- Name: conda:bioconda
Entry: picopore
+Repository: https://github.com/scottgigante/picopore.git
+Repository-Browse: https://github.com/scottgigante/picopore
=====================================
debian/watch
=====================================
@@ -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
View it on GitLab: https://salsa.debian.org/med-team/picopore/-/compare/b21dc815e7f871e48495acc20f691cf4c8d0658e...ad3644bbb56c9dd18708068c21beadd75c078f5d
--
View it on GitLab: https://salsa.debian.org/med-team/picopore/-/compare/b21dc815e7f871e48495acc20f691cf4c8d0658e...ad3644bbb56c9dd18708068c21beadd75c078f5d
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/20200930/9fa37dd7/attachment-0001.html>
More information about the debian-med-commit
mailing list