[med-svn] [Git][med-team/hdmf][master] 10 commits: routine-update: Standards-Version: 4.5.0

Andreas Tille gitlab at salsa.debian.org
Sat Apr 18 07:01:45 BST 2020



Andreas Tille pushed to branch master at Debian Med / hdmf


Commits:
414d3b62 by Andreas Tille at 2020-04-18T07:57:30+02:00
routine-update: Standards-Version: 4.5.0

- - - - -
74108bf6 by Andreas Tille at 2020-04-18T07:57:30+02:00
routine-update: debhelper-compat 12

- - - - -
f86dfe19 by Andreas Tille at 2020-04-18T07:57:34+02:00
routine-update: Testsuite: autopkgtest-pkg-python

- - - - -
fa55f23f by Andreas Tille at 2020-04-18T07:57:34+02:00
routine-update: Add salsa-ci file

- - - - -
5adb33e5 by Andreas Tille at 2020-04-18T07:57:34+02:00
routine-update: Rules-Requires-Root: no

- - - - -
6493f03a by Andreas Tille at 2020-04-18T07:57:35+02:00
Trim trailing whitespace.

Fixes: lintian: file-contains-trailing-whitespace
See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html

- - - - -
a7e30fdf by Andreas Tille at 2020-04-18T07:57:36+02:00
Use secure URI in debian/watch.

Fixes: lintian: debian-watch-uses-insecure-uri
See-also: https://lintian.debian.org/tags/debian-watch-uses-insecure-uri.html

- - - - -
a3c4b0f2 by Andreas Tille at 2020-04-18T07:57:40+02:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.

Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html

- - - - -
636123ff by Andreas Tille at 2020-04-18T07:58:13+02:00
Revert from compat level 12 to 10 to match Neurodebian needs

- - - - -
7ea98b4d by Andreas Tille at 2020-04-18T08:01:30+02:00
Build issue connected to hdf5 / Python 3.8?
        Same is true for new upstream version 1.6

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- + debian/salsa-ci.yml
- + debian/upstream/metadata
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,20 @@
+hdmf (1.5.4-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Standards-Version: 4.5.0 (routine-update)
+  * debhelper-compat 10 (routine-update)
+  * Testsuite: autopkgtest-pkg-python (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Trim trailing whitespace.
+  * Use secure URI in debian/watch.
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+  TODO: Build issue connected to hdf5 / Python 3.8?
+        Same is true for new upstream version 1.6
+
+ -- Andreas Tille <tille at debian.org>  Sat, 18 Apr 2020 07:57:30 +0200
+
 hdmf (1.5.4-1) unstable; urgency=medium
 
   * Fresh upstream release - should be compatible with pynwb 1.2.1


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-9


=====================================
debian/control
=====================================
@@ -2,11 +2,12 @@ Source: hdmf
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Yaroslav Halchenko <debian at onerussian.com>
 Section: python
+Testsuite: autopkgtest-pkg-python
 Priority: optional
 Build-Depends: dh-python,
                python3-setuptools,
                python3-all,
-               debhelper (>= 9),
+               debhelper-compat (= 10),
                python3-certifi,
                python3-chardet,
                python3-h5py (>= 2.9~),
@@ -20,10 +21,11 @@ Build-Depends: dh-python,
                python3-urllib3,
                python3-pandas,
                python3-unittest2
-Standards-Version: 4.4.1
+Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/hdmf
 Vcs-Git: https://salsa.debian.org/med-team/hdmf.git
 Homepage: https://github.com/hdmf-dev/hdmf
+Rules-Requires-Root: no
 
 Package: python3-hdmf
 Architecture: all


=====================================
debian/rules
=====================================
@@ -5,4 +5,3 @@
 export PYBUILD_NAME=hdmf
 %:
 	dh $@ --with python3 --buildsystem=pybuild
-


=====================================
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/upstream/metadata
=====================================
@@ -0,0 +1,4 @@
+Bug-Database: https://github.com/hdmf-dev/hdmf/issues
+Bug-Submit: https://github.com/hdmf-dev/hdmf/issues/new
+Repository: https://github.com/hdmf-dev/hdmf.git
+Repository-Browse: https://github.com/hdmf-dev/hdmf


=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
 # please also check http://pypi.debian.net/hdmf/watch
 version=3
 opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
-http://pypi.debian.net/hdmf/hdmf-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file
+https://pypi.debian.net/hdmf/hdmf-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
\ No newline at end of file



View it on GitLab: https://salsa.debian.org/med-team/hdmf/-/compare/06e0cd66890bdcd4960b2f5ab2429a2cae9eb9dc...7ea98b4d8b7b3a6c2f22f57c75365c2da09a1e8d

-- 
View it on GitLab: https://salsa.debian.org/med-team/hdmf/-/compare/06e0cd66890bdcd4960b2f5ab2429a2cae9eb9dc...7ea98b4d8b7b3a6c2f22f57c75365c2da09a1e8d
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/20200418/da1d80e3/attachment-0001.html>


More information about the debian-med-commit mailing list