[med-svn] r15161 - in trunk/packages/gnumed-client/trunk/debian: . patches

Andreas Tille tille at alioth.debian.org
Fri Nov 8 23:10:37 UTC 2013


Author: tille
Date: 2013-11-08 23:10:37 +0000 (Fri, 08 Nov 2013)
New Revision: 15161

Modified:
   trunk/packages/gnumed-client/trunk/debian/changelog
   trunk/packages/gnumed-client/trunk/debian/patches/10_pythonpath_in_shellscript.patch
   trunk/packages/gnumed-client/trunk/debian/rules
Log:
Some polishing for new upstream version


Modified: trunk/packages/gnumed-client/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/changelog	2013-11-08 23:08:53 UTC (rev 15160)
+++ trunk/packages/gnumed-client/trunk/debian/changelog	2013-11-08 23:10:37 UTC (rev 15161)
@@ -1,14 +1,12 @@
-gnumed-client (1.4.0+dfsg-1) UNRELEASED; urgency=low
+gnumed-client (1.4.0+dfsg-1) unstable; urgency=low
 
   * New upstream version
   * debian/control:
      - Depends: python-pip
      - Suggests: qrisk2
-  **** TODO:
-     - adapt config file
-     - Hint to users to specify organisation before starting first time
+  * debian/rules: delete extra license file for icons
 
- -- Andreas Tille <tille at debian.org>  Tue, 29 Oct 2013 22:47:56 +0100
+ -- Andreas Tille <tille at debian.org>  Fri, 08 Nov 2013 16:07:11 +0100
 
 gnumed-client (1.3.9+dfsg-1) unstable; urgency=low
 

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	2013-11-08 23:08:53 UTC (rev 15160)
+++ trunk/packages/gnumed-client/trunk/debian/patches/10_pythonpath_in_shellscript.patch	2013-11-08 23:10:37 UTC (rev 15161)
@@ -1,3 +1,7 @@
+Author: Andreas Tille <tille at debian.org>
+LastChanged: Mon, 01 Jul 2013 14:09:23 +0200
+Description: Adapt PYTHONPATH
+
 --- a/client/gnumed
 +++ b/client/gnumed
 @@ -38,13 +38,13 @@ fi

Modified: trunk/packages/gnumed-client/trunk/debian/rules
===================================================================
--- trunk/packages/gnumed-client/trunk/debian/rules	2013-11-08 23:08:53 UTC (rev 15160)
+++ trunk/packages/gnumed-client/trunk/debian/rules	2013-11-08 23:10:37 UTC (rev 15161)
@@ -37,6 +37,9 @@
 
 	# Remove appendix .py from gm_ctl_client
 	cp -a client/connectors/gm_ctl_client.py debian/$(client)/usr/bin/gm_ctl_client
+	
+	# Remove extra license file
+	find debian/$(client) -name COPYING -delete
 
 override_dh_builddeb:
 	dh_builddeb -- -Z xz




More information about the debian-med-commit mailing list