[med-svn] r18418 - trunk/packages/python-hl7/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Sat Oct 25 17:44:30 UTC 2014


Author: tille
Date: 2014-10-25 17:44:29 +0000 (Sat, 25 Oct 2014)
New Revision: 18418

Modified:
   trunk/packages/python-hl7/trunk/debian/changelog
   trunk/packages/python-hl7/trunk/debian/control
   trunk/packages/python-hl7/trunk/debian/rules
Log:
use buildsystem=pybuild, add missing Build-Depends to successfully run tests



Modified: trunk/packages/python-hl7/trunk/debian/changelog
===================================================================
--- trunk/packages/python-hl7/trunk/debian/changelog	2014-10-25 17:14:02 UTC (rev 18417)
+++ trunk/packages/python-hl7/trunk/debian/changelog	2014-10-25 17:44:29 UTC (rev 18418)
@@ -1,4 +1,4 @@
-python-hl7 (0.3.2-1) UNRELEASED; urgency=medium
+python-hl7 (0.3.2-1) unstable; urgency=medium
 
   * New upstream version
   * Added myself to Uploaders
@@ -7,7 +7,10 @@
   * cme fix dpkg-control
   * cme fix dpkg-copyright
   * Debhelper 9
-  * debian/rules: fix position of --with option
+  * debian/rules:
+     - fix position of --with option
+     - use buildsystem=pybuild
+  * Add missing Build-Depends to successfully run tests
 
  -- Andreas Tille <tille at debian.org>  Fri, 24 Oct 2014 22:26:54 +0200
 

Modified: trunk/packages/python-hl7/trunk/debian/control
===================================================================
--- trunk/packages/python-hl7/trunk/debian/control	2014-10-25 17:14:02 UTC (rev 18417)
+++ trunk/packages/python-hl7/trunk/debian/control	2014-10-25 17:44:29 UTC (rev 18418)
@@ -5,8 +5,12 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
+               dh-python,
                python,
-               python-setuptools
+               python-setuptools,
+               python-six,
+               python-mock,
+               python-unittest2
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-hl7/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-hl7/trunk/
@@ -18,6 +22,8 @@
          ${shlibs:Depends},
          ${misc:Depends},
          python-pkg-resources
+Recommends: python-six,
+            python-mock
 Provides: ${python:Provides}
 Description: Python library for parsing HL7 messages
  HL7 is a communication protocol and message format for health care data. 

Modified: trunk/packages/python-hl7/trunk/debian/rules
===================================================================
--- trunk/packages/python-hl7/trunk/debian/rules	2014-10-25 17:14:02 UTC (rev 18417)
+++ trunk/packages/python-hl7/trunk/debian/rules	2014-10-25 17:44:29 UTC (rev 18418)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export PYBUILD_NAME=hl7
+
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --buildsystem=pybuild




More information about the debian-med-commit mailing list