Author: tille Date: 2015-07-04 07:07:25 +0000 (Sat, 04 Jul 2015) New Revision: 19493
Added: trunk/packages/python-hl7/trunk/debian/NEWS.Debian trunk/packages/python-hl7/trunk/debian/python-hl7.docs trunk/packages/python-hl7/trunk/debian/python3-hl7.manpages Removed: trunk/packages/python-hl7/trunk/debian/python-hl7.manpages Modified: trunk/packages/python-hl7/trunk/debian/changelog trunk/packages/python-hl7/trunk/debian/rules Log: script mllp_send will be shipped in python3-hl7 package and NEWS.Debian will inform users about this Added: trunk/packages/python-hl7/trunk/debian/NEWS.Debian =================================================================== --- trunk/packages/python-hl7/trunk/debian/NEWS.Debian (rev 0) +++ trunk/packages/python-hl7/trunk/debian/NEWS.Debian 2015-07-04 07:07:25 UTC (rev 19493) @@ -0,0 +1,11 @@ +python-hl7 (0.3.3-1) unstable; urgency=medium + + Script mllp_send is moved to python3-hl7 package. + + Since both packages python-hl7 and python3-hl7 create the very same + script /usr/bin/mllp_send this would create a file conflict if both + packages should be installed in parallel the script is droped from the + python-hl7 package since Python 3 will be the preferred interpreter and + if a user only need the script this package should be used. + + -- Andreas Tille <[email protected]> Sat, 04 Jul 2015 08:31:30 +0200 Modified: trunk/packages/python-hl7/trunk/debian/changelog =================================================================== --- trunk/packages/python-hl7/trunk/debian/changelog 2015-07-04 06:38:41 UTC (rev 19492) +++ trunk/packages/python-hl7/trunk/debian/changelog 2015-07-04 07:07:25 UTC (rev 19493) @@ -1,4 +1,4 @@ -python-hl7 (0.3.3-1) UNRELEASED; urgency=medium +python-hl7 (0.3.3-1) unstable; urgency=medium * New upstream version * Fix watch file @@ -7,8 +7,10 @@ Closes: #782942 * Verified that package builds twice in a row Closes: #671220, #671251 + * script mllp_send will be shipped in python3-hl7 package and NEWS.Debian + will inform users about this - -- Andreas Tille <[email protected]> Sat, 04 Jul 2015 08:31:30 +0200 + -- Andreas Tille <[email protected]> Sat, 04 Jul 2015 09:01:40 +0200 python-hl7 (0.3.2-1) unstable; urgency=medium Added: trunk/packages/python-hl7/trunk/debian/python-hl7.docs =================================================================== --- trunk/packages/python-hl7/trunk/debian/python-hl7.docs (rev 0) +++ trunk/packages/python-hl7/trunk/debian/python-hl7.docs 2015-07-04 07:07:25 UTC (rev 19493) @@ -0,0 +1 @@ +debian/NEWS.Debian Deleted: trunk/packages/python-hl7/trunk/debian/python-hl7.manpages =================================================================== --- trunk/packages/python-hl7/trunk/debian/python-hl7.manpages 2015-07-04 06:38:41 UTC (rev 19492) +++ trunk/packages/python-hl7/trunk/debian/python-hl7.manpages 2015-07-04 07:07:25 UTC (rev 19493) @@ -1 +0,0 @@ -debian/mllp_send.1 \ No newline at end of file Copied: trunk/packages/python-hl7/trunk/debian/python3-hl7.manpages (from rev 19487, trunk/packages/python-hl7/trunk/debian/python-hl7.manpages) =================================================================== --- trunk/packages/python-hl7/trunk/debian/python3-hl7.manpages (rev 0) +++ trunk/packages/python-hl7/trunk/debian/python3-hl7.manpages 2015-07-04 07:07:25 UTC (rev 19493) @@ -0,0 +1 @@ +debian/mllp_send.1 \ No newline at end of file Modified: trunk/packages/python-hl7/trunk/debian/rules =================================================================== --- trunk/packages/python-hl7/trunk/debian/rules 2015-07-04 06:38:41 UTC (rev 19492) +++ trunk/packages/python-hl7/trunk/debian/rules 2015-07-04 07:07:25 UTC (rev 19493) @@ -5,3 +5,7 @@ %: dh $@ --with python2,python3 --buildsystem=pybuild + +override_dh_install: + dh_install + rm -rf debian/python-$(PYBUILD_NAME)/usr/bin _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
