Author: tille Date: 2015-07-09 04:52:25 +0000 (Thu, 09 Jul 2015) New Revision: 19575
Modified: trunk/packages/python-hl7/trunk/debian/changelog trunk/packages/python-hl7/trunk/debian/control Log: Enable upgrading form stable (+testing) by adding Breaks+Provides to python3-hl7 Modified: trunk/packages/python-hl7/trunk/debian/changelog =================================================================== --- trunk/packages/python-hl7/trunk/debian/changelog 2015-07-08 17:39:32 UTC (rev 19574) +++ trunk/packages/python-hl7/trunk/debian/changelog 2015-07-09 04:52:25 UTC (rev 19575) @@ -1,3 +1,11 @@ +python-hl7 (0.3.3-2) unstable; urgency=medium + + * Enable upgrading form stable (+testing) by adding Breaks+Provides + to python3-hl7 + Closes: #791831 + + -- Andreas Tille <[email protected]> Thu, 09 Jul 2015 06:37:04 +0200 + python-hl7 (0.3.3-1) unstable; urgency=medium * New upstream version Modified: trunk/packages/python-hl7/trunk/debian/control =================================================================== --- trunk/packages/python-hl7/trunk/debian/control 2015-07-08 17:39:32 UTC (rev 19574) +++ trunk/packages/python-hl7/trunk/debian/control 2015-07-09 04:52:25 UTC (rev 19575) @@ -44,7 +44,9 @@ python3-pkg-resources Recommends: python3-six, python3-mock +Breaks: python-hl7 (<= 0.3.2-1) Provides: ${python:Provides} + python-hl7 Description: Python3 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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
