[med-svn] r19735 - trunk/packages/python-hl7/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Wed Jul 29 08:29:47 UTC 2015
Author: tille
Date: 2015-07-29 08:29:46 +0000 (Wed, 29 Jul 2015)
New Revision: 19735
Modified:
trunk/packages/python-hl7/trunk/debian/changelog
trunk/packages/python-hl7/trunk/debian/control
Log:
Add missing ',' in Provides
Modified: trunk/packages/python-hl7/trunk/debian/changelog
===================================================================
--- trunk/packages/python-hl7/trunk/debian/changelog 2015-07-29 08:29:16 UTC (rev 19734)
+++ trunk/packages/python-hl7/trunk/debian/changelog 2015-07-29 08:29:46 UTC (rev 19735)
@@ -1,3 +1,10 @@
+python-hl7 (0.3.3-3) unstable; urgency=medium
+
+ * Add missing ',' in Provides
+ Closes: #791831
+
+ -- Andreas Tille <tille at debian.org> Wed, 29 Jul 2015 10:26:53 +0200
+
python-hl7 (0.3.3-2) unstable; urgency=medium
* Enable upgrading form stable (+testing) by adding Breaks+Provides
Modified: trunk/packages/python-hl7/trunk/debian/control
===================================================================
--- trunk/packages/python-hl7/trunk/debian/control 2015-07-29 08:29:16 UTC (rev 19734)
+++ trunk/packages/python-hl7/trunk/debian/control 2015-07-29 08:29:46 UTC (rev 19735)
@@ -45,7 +45,7 @@
Recommends: python3-six,
python3-mock
Breaks: python-hl7 (<= 0.3.2-1)
-Provides: ${python:Provides}
+Provides: ${python:Provides},
python-hl7
Description: Python3 library for parsing HL7 messages
HL7 is a communication protocol and message format for health care data.
More information about the debian-med-commit
mailing list