Author: tille Date: 2014-09-23 20:40:20 +0000 (Tue, 23 Sep 2014) New Revision: 18108
Modified: trunk/packages/gnumed-client/trunk/debian/changelog trunk/packages/gnumed-client/trunk/debian/control trunk/packages/gnumed-client/trunk/debian/patches/10_fix_bashism.patch trunk/packages/gnumed-client/trunk/debian/patches/10_pythonpath_in_shellscript.patch Log: New upstream version, cme fix dpkg-control Modified: trunk/packages/gnumed-client/trunk/debian/changelog =================================================================== --- trunk/packages/gnumed-client/trunk/debian/changelog 2014-09-23 20:18:34 UTC (rev 18107) +++ trunk/packages/gnumed-client/trunk/debian/changelog 2014-09-23 20:40:20 UTC (rev 18108) @@ -1,3 +1,10 @@ +gnumed-client (1.4.11+dfsg-1) unstable; urgency=medium + + * New upstream version + * cme fix dpkg-control + + -- Andreas Tille <[email protected]> Tue, 23 Sep 2014 22:21:06 +0200 + gnumed-client (1.4.10+dfsg-1) unstable; urgency=medium * New upstream version Modified: trunk/packages/gnumed-client/trunk/debian/control =================================================================== --- trunk/packages/gnumed-client/trunk/debian/control 2014-09-23 20:18:34 UTC (rev 18107) +++ trunk/packages/gnumed-client/trunk/debian/control 2014-09-23 20:40:20 UTC (rev 18108) @@ -11,7 +11,7 @@ libjs-jquery, libjs-jquery-livequery, yui-compressor -Standards-Version: 3.9.5 +Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/gnumed-client/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/gnumed-client/trunk/ Homepage: http://www.gnumed.de Modified: trunk/packages/gnumed-client/trunk/debian/patches/10_fix_bashism.patch =================================================================== --- trunk/packages/gnumed-client/trunk/debian/patches/10_fix_bashism.patch 2014-09-23 20:18:34 UTC (rev 18107) +++ trunk/packages/gnumed-client/trunk/debian/patches/10_fix_bashism.patch 2014-09-23 20:40:20 UTC (rev 18108) @@ -2,8 +2,8 @@ Bug-Debian: http://bugs.debian.org/690715 Description: Fix Bashism by simply declaring bash as interpreter ---- a/external-tools/gm-install_arriba -+++ b/external-tools/gm-install_arriba +--- gnumed-client.1.4.11.orig/external-tools/gm-install_arriba ++++ gnumed-client.1.4.11/external-tools/gm-install_arriba @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash Modified: trunk/packages/gnumed-client/trunk/debian/patches/10_pythonpath_in_shellscript.patch =================================================================== --- trunk/packages/gnumed-client/trunk/debian/patches/10_pythonpath_in_shellscript.patch 2014-09-23 20:18:34 UTC (rev 18107) +++ trunk/packages/gnumed-client/trunk/debian/patches/10_pythonpath_in_shellscript.patch 2014-09-23 20:40:20 UTC (rev 18108) @@ -2,9 +2,9 @@ LastChanged: Mon, 01 Jul 2013 14:09:23 +0200 Description: Adapt PYTHONPATH ---- a/client/gnumed -+++ b/client/gnumed -@@ -38,13 +38,13 @@ fi +--- gnumed-client.1.4.11.orig/client/gnumed ++++ gnumed-client.1.4.11/client/gnumed +@@ -38,13 +38,13 @@ # packages which install the GNUmed python modules into a path not # already accessible for imports via sys.path (say, /usr/share/gnumed/) # may need to adjust PYTHONPATH appropriately here _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
