This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-fhirclient.
commit 5f423e9784c4b0e912fd3508d81ceac5f281a1db Author: Andreas Tille <[email protected]> Date: Wed Oct 18 18:26:35 2017 +0200 Initial debian packaging --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ debian/copyright | 27 +++++++++++++++++++++++++++ debian/rules | 9 +++++++++ debian/source/format | 1 + debian/watch | 3 +++ 7 files changed, 95 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..2bd87da --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +python-fhirclient (3.0.0-1) UNRELEASED; urgency=medium + + * Initial release (Closes: #<bug>) + + -- Andreas Tille <[email protected]> Wed, 18 Oct 2017 18:18:43 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..5f855f7 --- /dev/null +++ b/debian/control @@ -0,0 +1,49 @@ +Source: python-fhirclient +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Andreas Tille <[email protected]> +Section: python +Priority: optional +Build-Depends: debhelper (>= 10), + 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 +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}, + ${misc:Depends} +Description: Python 3 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 3. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..5f08bce --- /dev/null +++ b/debian/copyright @@ -0,0 +1,27 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: smart-on-fhir/client-py +Source: https://github.com/smart-on-fhir/client-py/releases + +Files: * +Copyright: 2015-2017 Boston Children's Hospital +License: Apache-2.0 + +Files: debian/* +Copyright: 2017 Andreas Tille <[email protected]> +License: Apache-2.0 + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this software except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems you can find the full text of the Apache license + version 2.0 at /usr/share/common-licenses/Apache-2.0. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..3d24825 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME=fhirclient + +%: + dh $@ --with python2,python3 --buildsystem=pybuild + +override_dh_auto_test: + echo "Do nothing since web access is required." diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..9de05b1 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 + +https://github.com/smart-on-fhir/client-py//releases .*/archive/v@ANY_VERSION@@ARCHIVE_EXT@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-fhirclient.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
