[med-svn] r17130 - in trunk/packages/epigrass/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Wed Jun 11 12:16:01 UTC 2014


Author: tille
Date: 2014-06-11 12:16:01 +0000 (Wed, 11 Jun 2014)
New Revision: 17130

Added:
   trunk/packages/epigrass/trunk/debian/patches/fix_identation.patch
Modified:
   trunk/packages/epigrass/trunk/debian/changelog
   trunk/packages/epigrass/trunk/debian/patches/series
Log:
Fix identation issue in manager.py


Modified: trunk/packages/epigrass/trunk/debian/changelog
===================================================================
--- trunk/packages/epigrass/trunk/debian/changelog	2014-06-11 12:02:16 UTC (rev 17129)
+++ trunk/packages/epigrass/trunk/debian/changelog	2014-06-11 12:16:01 UTC (rev 17130)
@@ -1,3 +1,10 @@
+epigrass (2.4.0-2) unstable; urgency=medium
+
+  * Fix identation issue in manager.py
+    Closes: #749533
+
+ -- Andreas Tille <tille at debian.org>  Wed, 11 Jun 2014 14:14:22 +0200
+
 epigrass (2.4.0-1) unstable; urgency=medium
 
   * New upstream version

Added: trunk/packages/epigrass/trunk/debian/patches/fix_identation.patch
===================================================================
--- trunk/packages/epigrass/trunk/debian/patches/fix_identation.patch	                        (rev 0)
+++ trunk/packages/epigrass/trunk/debian/patches/fix_identation.patch	2014-06-11 12:16:01 UTC (rev 17130)
@@ -0,0 +1,16 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 11 Jun 2014 14:14:22 +0200
+Bug-Debian: http://bugs.debian.org/749533
+Description: Fix identation issue in manager.py
+
+--- a/Epigrass/manager.py
++++ b/Epigrass/manager.py
+@@ -1120,7 +1120,7 @@ def upload_model(args):
+     S = simulate(fname=args.epg[0], backend=args.backend)
+ 
+ 
+-app_url = "http://app.epigrass.net/simulations/view/new/"  # creating the app id
++    app_url = "http://app.epigrass.net/simulations/view/new/"  # creating the app id
+     r = requests.get(app_url, auth=(username, passwd))
+     fields = {'epg': (S.modelName, open(S.fname, 'rb'), 'text/plain')}
+     if os.path.exists(os.path.join(S.outdir, 'data.json')):

Modified: trunk/packages/epigrass/trunk/debian/patches/series
===================================================================
--- trunk/packages/epigrass/trunk/debian/patches/series	2014-06-11 12:02:16 UTC (rev 17129)
+++ trunk/packages/epigrass/trunk/debian/patches/series	2014-06-11 12:16:01 UTC (rev 17130)
@@ -1 +1,2 @@
 sqlite3.patch
+fix_identation.patch




More information about the debian-med-commit mailing list