[med-svn] [Git][med-team/python-fhirclient][master] 9 commits: debhelper 12
Andreas Tille
gitlab at salsa.debian.org
Thu Apr 4 18:08:52 BST 2019
Andreas Tille pushed to branch master at Debian Med / python-fhirclient
Commits:
8e185cb7 by Andreas Tille at 2019-04-04T14:06:58Z
debhelper 12
- - - - -
a75574fa by Andreas Tille at 2019-04-04T14:07:22Z
Point Vcs fields to salsa.debian.org
- - - - -
3a3f57ec by Andreas Tille at 2019-04-04T14:07:22Z
Standards-Version: 4.3.0
- - - - -
068b0f59 by Andreas Tille at 2019-04-04T14:07:22Z
Testsuite: autopkgtest-pkg-python
- - - - -
82415817 by Andreas Tille at 2019-04-04T14:22:00Z
Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- - - - -
33f763fa by Andreas Tille at 2019-04-04T14:23:17Z
Upload to unstable
- - - - -
80815ec2 by Andreas Tille at 2019-04-04T14:24:16Z
Cleanup changelog from autogenerated changes
- - - - -
bf239ad6 by Andreas Tille at 2019-04-04T14:24:54Z
Debian 11 will not feature Python2 - so do not build that package
- - - - -
a70db99c by Andreas Tille at 2019-04-04T17:08:35Z
Upload to new
- - - - -
4 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,5 @@
-python-fhirclient (3.0.0-1) UNRELEASED; urgency=medium
+python-fhirclient (3.0.0-1) unstable; urgency=medium
- * Initial release (Closes: #<bug>)
+ * Initial release (Closes: #926403)
- -- Andreas Tille <tille at debian.org> Wed, 18 Oct 2017 18:18:43 +0200
+ -- Andreas Tille <tille at debian.org> Thu, 04 Apr 2019 19:08:26 +0200
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+12
=====================================
debian/control
=====================================
@@ -2,36 +2,18 @@ Source: python-fhirclient
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Andreas Tille <tille at debian.org>
Section: python
+Testsuite: autopkgtest-pkg-python
Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 12~),
dh-python,
- python-all,
- python-setuptools,
- python-isodate,
python3-all,
python3-setuptools,
python3-isodate
-Standards-Version: 4.1.1
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-fhirclient.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/python-fhirclient.git
+Standards-Version: 4.3.0
+Vcs-Browser: https://salsa.debian.org/med-team/python-fhirclient
+Vcs-Git: https://salsa.debian.org/med-team/python-fhirclient.git
Homepage: https://github.com/smart-on-fhir/client-py
-Package: python-fhirclient
-Architecture: any
-Depends: ${python:Depends},
- ${misc:Depends}
-Description: Python SMART on FHIR client
- This is fhirclient, a flexible Python client for FHIR servers supporting
- the SMART on FHIR protocol.
- .
- Client versioning is not identical to FHIR versioning. The master branch
- is usually on the latest version of the client as shown below, possibly
- on bugfix releases thereof. The develop branch should be on recent
- freezes, and the feature/latest-ci branch is periodically updated to the
- latest FHIR continuous integration builds.
- .
- This is the client for Python 2.
-
Package: python3-fhirclient
Architecture: any
Depends: ${python3:Depends},
=====================================
debian/rules
=====================================
@@ -3,7 +3,9 @@
export PYBUILD_NAME=fhirclient
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
echo "Do nothing since web access is required."
+endif
View it on GitLab: https://salsa.debian.org/med-team/python-fhirclient/compare/5f423e9784c4b0e912fd3508d81ceac5f281a1db...a70db99ca6e40fbda7360dac27249cb25a7a8ac7
--
View it on GitLab: https://salsa.debian.org/med-team/python-fhirclient/compare/5f423e9784c4b0e912fd3508d81ceac5f281a1db...a70db99ca6e40fbda7360dac27249cb25a7a8ac7
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/20190404/57c66b1a/attachment-0001.html>
More information about the debian-med-commit
mailing list