[Python-modules-commits] r17833 - in packages/python-hl7/trunk (12 files)

johnpaulett-guest at users.alioth.debian.org johnpaulett-guest at users.alioth.debian.org
Wed Jul 13 13:52:58 UTC 2011


    Date: Wednesday, July 13, 2011 @ 13:52:57
  Author: johnpaulett-guest
Revision: 17833

[svn-inject] Applying Debian modifications (0.2.0-1) to trunk

Added:
  packages/python-hl7/trunk/debian/
  packages/python-hl7/trunk/debian/changelog
  packages/python-hl7/trunk/debian/compat
  packages/python-hl7/trunk/debian/control
  packages/python-hl7/trunk/debian/copyright
  packages/python-hl7/trunk/debian/patches/
  packages/python-hl7/trunk/debian/patches/debian-changes-0.2.0-1
  packages/python-hl7/trunk/debian/patches/series
  packages/python-hl7/trunk/debian/rules
  packages/python-hl7/trunk/debian/source/
  packages/python-hl7/trunk/debian/source/format
  packages/python-hl7/trunk/debian/watch


Property changes on: packages/python-hl7/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-hl7/trunk/debian/changelog
===================================================================
--- packages/python-hl7/trunk/debian/changelog	                        (rev 0)
+++ packages/python-hl7/trunk/debian/changelog	2011-07-13 13:52:57 UTC (rev 17833)
@@ -0,0 +1,5 @@
+python-hl7 (0.2.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #633749)
+
+ -- John Paulett <john at paulett.org>  Wed, 13 Jul 2011 07:32:39 -0500

Added: packages/python-hl7/trunk/debian/compat
===================================================================
--- packages/python-hl7/trunk/debian/compat	                        (rev 0)
+++ packages/python-hl7/trunk/debian/compat	2011-07-13 13:52:57 UTC (rev 17833)
@@ -0,0 +1 @@
+7

Added: packages/python-hl7/trunk/debian/control
===================================================================
--- packages/python-hl7/trunk/debian/control	                        (rev 0)
+++ packages/python-hl7/trunk/debian/control	2011-07-13 13:52:57 UTC (rev 17833)
@@ -0,0 +1,23 @@
+Source: python-hl7
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: John Paulett <john at paulett.org>
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python-setuptools (>= 0.6b3-1~)
+Standards-Version: 3.9.2
+Homepage: https://github.com/johnpaulett/python-hl7/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-hl7/trunk
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-hl7/trunk/
+
+Package: python-hl7
+Architecture: all
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: Python library for parsing HL7 messages.
+ HL7 is a communication protocol and message format for health care data. 
+ It is the de-facto standard for transmitting data between clinical 
+ information systems and between clinical devices. The version 2.x series, 
+ which is often is a pipe delimited format is currently the most widely 
+ accepted version of HL7 (version 3.0 is an XML-based format).
+ python-hl7 currently only parses HL7 version 2.x messages into an easy 
+ to access, list-based, data structure. 

Added: packages/python-hl7/trunk/debian/copyright
===================================================================
--- packages/python-hl7/trunk/debian/copyright	                        (rev 0)
+++ packages/python-hl7/trunk/debian/copyright	2011-07-13 13:52:57 UTC (rev 17833)
@@ -0,0 +1,37 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: python-hl7
+Source: http://github.com/johnpaulett/python-hl7
+
+Files: *
+Copyright: 2009-2011 John Paulett <john at paulett.org>
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+  2. Redistributions in binary form must reproduce the above copyright
+     notice, this list of conditions and the following disclaimer in
+     the documentation and/or other materials provided with the
+     distribution.
+  3. The name of the author may not be used to endorse or promote
+     products derived from this software without specific prior
+     written permission.
+
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2011 John Paulett <john at paulett.org>
+License: BSD
+ Licensed under the same terms as python-hl7

Added: packages/python-hl7/trunk/debian/patches/debian-changes-0.2.0-1
===================================================================
--- packages/python-hl7/trunk/debian/patches/debian-changes-0.2.0-1	                        (rev 0)
+++ packages/python-hl7/trunk/debian/patches/debian-changes-0.2.0-1	2011-07-13 13:52:57 UTC (rev 17833)
@@ -0,0 +1,36 @@
+Description: Upstream changes introduced in version 0.2.0-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ python-hl7 (0.2.0-1) UNRELEASED; urgency=low
+ .
+   * Initial release (Closes: #633749)
+ .
+ The person named in the Author field signed this changelog entry.
+Author: John Paulett <john at paulett.org>
+Bug-Debian: http://bugs.debian.org/633749
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- python-hl7-0.2.0.orig/hl7.egg-info/SOURCES.txt
++++ python-hl7-0.2.0/hl7.egg-info/SOURCES.txt
+@@ -1,6 +1,7 @@
+ LICENSE
+ MANIFEST.in
+ README.rst
++setup.cfg
+ setup.py
+ docs/.gitignore
+ docs/Makefile

Added: packages/python-hl7/trunk/debian/patches/series
===================================================================
--- packages/python-hl7/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-hl7/trunk/debian/patches/series	2011-07-13 13:52:57 UTC (rev 17833)
@@ -0,0 +1 @@
+debian-changes-0.2.0-1

Added: packages/python-hl7/trunk/debian/rules
===================================================================
--- packages/python-hl7/trunk/debian/rules	                        (rev 0)
+++ packages/python-hl7/trunk/debian/rules	2011-07-13 13:52:57 UTC (rev 17833)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh --with python2 $@


Property changes on: packages/python-hl7/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-hl7/trunk/debian/source/format
===================================================================
--- packages/python-hl7/trunk/debian/source/format	                        (rev 0)
+++ packages/python-hl7/trunk/debian/source/format	2011-07-13 13:52:57 UTC (rev 17833)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-hl7/trunk/debian/watch
===================================================================
--- packages/python-hl7/trunk/debian/watch	                        (rev 0)
+++ packages/python-hl7/trunk/debian/watch	2011-07-13 13:52:57 UTC (rev 17833)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/h/hl7/ hl7-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list