[med-svn] r22065 - in trunk/packages/epigrass/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Wed Jun 1 17:11:29 UTC 2016
Author: tille
Date: 2016-06-01 17:11:28 +0000 (Wed, 01 Jun 2016)
New Revision: 22065
Removed:
trunk/packages/epigrass/trunk/debian/patches/fix_identation.patch
Modified:
trunk/packages/epigrass/trunk/debian/changelog
trunk/packages/epigrass/trunk/debian/control
trunk/packages/epigrass/trunk/debian/patches/series
Log:
New upstream version
Modified: trunk/packages/epigrass/trunk/debian/changelog
===================================================================
--- trunk/packages/epigrass/trunk/debian/changelog 2016-06-01 15:30:19 UTC (rev 22064)
+++ trunk/packages/epigrass/trunk/debian/changelog 2016-06-01 17:11:28 UTC (rev 22065)
@@ -1,3 +1,10 @@
+epigrass (2.4.3-1) unstable; urgency=medium
+
+ * New upstream version
+ * cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org> Wed, 01 Jun 2016 19:00:29 +0200
+
epigrass (2.4.0-4) unstable; urgency=medium
* Rebuild due to transition of sqlalchemy
Modified: trunk/packages/epigrass/trunk/debian/control
===================================================================
--- trunk/packages/epigrass/trunk/debian/control 2016-06-01 15:30:19 UTC (rev 22064)
+++ trunk/packages/epigrass/trunk/debian/control 2016-06-01 17:11:28 UTC (rev 22065)
@@ -11,8 +11,8 @@
python-virtualenv,
python-sqlsoup,
python-redis
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/epigrass/trunk/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/epigrass/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/epigrass/trunk/
Homepage: http://pypi.python.org/pypi/epigrass/
Deleted: trunk/packages/epigrass/trunk/debian/patches/fix_identation.patch
===================================================================
--- trunk/packages/epigrass/trunk/debian/patches/fix_identation.patch 2016-06-01 15:30:19 UTC (rev 22064)
+++ trunk/packages/epigrass/trunk/debian/patches/fix_identation.patch 2016-06-01 17:11:28 UTC (rev 22065)
@@ -1,16 +0,0 @@
-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 2016-06-01 15:30:19 UTC (rev 22064)
+++ trunk/packages/epigrass/trunk/debian/patches/series 2016-06-01 17:11:28 UTC (rev 22065)
@@ -1,2 +1 @@
sqlite3.patch
-fix_identation.patch
More information about the debian-med-commit
mailing list