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

Thorsten Alteholz alteholz at alioth.debian.org
Thu May 16 15:06:15 UTC 2013


Author: alteholz
Date: 2013-05-16 15:06:14 +0000 (Thu, 16 May 2013)
New Revision: 13604

Added:
   trunk/packages/epigrass/trunk/debian/epigrass-doc.doc-base
Modified:
   trunk/packages/epigrass/trunk/debian/changelog
   trunk/packages/epigrass/trunk/debian/compat
   trunk/packages/epigrass/trunk/debian/control
   trunk/packages/epigrass/trunk/debian/copyright
   trunk/packages/epigrass/trunk/debian/patches/sqlite3.diff
   trunk/packages/epigrass/trunk/debian/rules
Log:
new version of epigrass

Modified: trunk/packages/epigrass/trunk/debian/changelog
===================================================================
--- trunk/packages/epigrass/trunk/debian/changelog	2013-05-16 13:42:57 UTC (rev 13603)
+++ trunk/packages/epigrass/trunk/debian/changelog	2013-05-16 15:06:14 UTC (rev 13604)
@@ -1,3 +1,16 @@
+epigrass (2.2.2-1) unstable; urgency=low
+
+  * new upstream version
+  * debian/control: Standards-Version: 3.9.4 (no changes needed)
+  * debian/control: swith to dh 9
+  * debian/rules: make get-orig-source compatible with svn-buildpackage
+  * debian/control: remove duplicate Depends: on python-visual
+  * debian/control: remove dependency on quilt
+  * debian/control: add new dependency on python-visual
+  * debian/copyright: add correct Format: line
+
+ -- Thorsten Alteholz <debian at alteholz.de>  Sun, 12 May 2013 18:00:00 +0200
+
 epigrass (2.0.4-3) unstable; urgency=low
 
   * debian/control: Homepage has changed to

Modified: trunk/packages/epigrass/trunk/debian/compat
===================================================================
--- trunk/packages/epigrass/trunk/debian/compat	2013-05-16 13:42:57 UTC (rev 13603)
+++ trunk/packages/epigrass/trunk/debian/compat	2013-05-16 15:06:14 UTC (rev 13604)
@@ -1 +1 @@
-8
+9

Modified: trunk/packages/epigrass/trunk/debian/control
===================================================================
--- trunk/packages/epigrass/trunk/debian/control	2013-05-16 13:42:57 UTC (rev 13603)
+++ trunk/packages/epigrass/trunk/debian/control	2013-05-16 15:06:14 UTC (rev 13604)
@@ -5,10 +5,11 @@
 Uploaders: Torsten Werner <twerner at debian.org>,
            Varun Hiremath <varun at debian.org>,
            Charles Plessy <plessy at debian.org>,
-           Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 8), python (>= 2.6),
- python-setuptools, python-support, quilt, python-virtualenv
-Standards-Version: 3.9.2
+           Andreas Tille <tille at debian.org>,
+           Thorsten Alteholz <debian at alteholz.de>
+Build-Depends: debhelper (>= 9), python (>= 2.6),
+ python-setuptools, python-support, python-virtualenv
+Standards-Version: 3.9.4
 Homepage: http://pypi.python.org/pypi/epigrass/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/epigrass/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/epigrass/trunk/
@@ -17,8 +18,9 @@
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  python-sqlobject (>= 0.12.4-2), python-visual, python-qt4-gl, python-qwt5-qt4 (>= 5.2.0),
- python-numpy, python-gdal, python-visual, python-formencode, python-mysqldb,
- python-pysqlite2, python-matplotlib, python-networkx, python-pkg-resources
+ python-numpy, python-gdal, python-formencode, python-mysqldb,
+ python-pysqlite2, python-matplotlib, python-networkx, python-pkg-resources,
+ python-sqlalchemy
 Suggests: grass, epigrass-doc
 Description: scientific tool for simulations and scenario analysis in network epidemiology
  Epigrass is a software for visualizing, analyzing and simulating of

Modified: trunk/packages/epigrass/trunk/debian/copyright
===================================================================
--- trunk/packages/epigrass/trunk/debian/copyright	2013-05-16 13:42:57 UTC (rev 13603)
+++ trunk/packages/epigrass/trunk/debian/copyright	2013-05-16 15:06:14 UTC (rev 13604)
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: EpiGrass
 Upstream-Contact: Flávio Codeço Coelho <fccoelho at fiocruz.br>,
                   Cláudia Torres Codeço <codeco at fiocruz.br>
@@ -31,4 +31,5 @@
            © 2007,      Torsten Werner <twerner at debian.org>
            © 2008–2009, Charles Plessy <plessy at debian.org>
            © 2009-2011, Andreas Tille <tille at debian.org>
+           © 2013, Thorsten Alteholz <debian at alteholz.de>
 License: GPL-2+

Added: trunk/packages/epigrass/trunk/debian/epigrass-doc.doc-base
===================================================================
--- trunk/packages/epigrass/trunk/debian/epigrass-doc.doc-base	                        (rev 0)
+++ trunk/packages/epigrass/trunk/debian/epigrass-doc.doc-base	2013-05-16 15:06:14 UTC (rev 13604)
@@ -0,0 +1,12 @@
+Document: epigrass
+Title: Epigrass Documentation
+Author: Flavio Codeco Coelho
+Abstract: Epigrass is a framework for the construction and simulation 
+ of complex network epidemiology models. At least this is its main 
+ vocation. However, Epigrass can be used to simulate any dynamical 
+ system on a set of nodes (connected into a network or not!).
+Section: Text
+
+Format: PDF
+Files: /usr/share/doc/epigrass-doc/Epigrass.pdf.gz
+

Modified: trunk/packages/epigrass/trunk/debian/patches/sqlite3.diff
===================================================================
--- trunk/packages/epigrass/trunk/debian/patches/sqlite3.diff	2013-05-16 13:42:57 UTC (rev 13603)
+++ trunk/packages/epigrass/trunk/debian/patches/sqlite3.diff	2013-05-16 15:06:14 UTC (rev 13604)
@@ -2,17 +2,18 @@
 Puropose: ?
 Forwarded: no
 License: same as Epigrass itself.
-Index: epigrass-2.0b3/Epigrass/manager.py
+Index: epigrass-2.2.2/Epigrass/manager.py
 ===================================================================
---- epigrass-2.0b3.orig/Epigrass/manager.py
-+++ epigrass-2.0b3/Epigrass/manager.py
-@@ -22,7 +22,8 @@
- import encodings.utf_8
- import encodings.latin_1
- import dataObject as DO
+--- epigrass-2.2.2.orig/Epigrass/manager.py	2012-12-11 13:01:11.000000000 +0100
++++ epigrass-2.2.2/Epigrass/manager.py	2013-05-14 23:19:19.000000000 +0200
+@@ -20,7 +20,9 @@
+ import epigdal
+ import json
+ import __version__
 -import sqlite3, MySQLdb
 +import MySQLdb
 +from pysqlite2 import dbapi2 as sqlite3
++
  #import pycallgraph
  
- # Import Psyco if available
+ 

Modified: trunk/packages/epigrass/trunk/debian/rules
===================================================================
--- trunk/packages/epigrass/trunk/debian/rules	2013-05-16 13:42:57 UTC (rev 13603)
+++ trunk/packages/epigrass/trunk/debian/rules	2013-05-16 15:06:14 UTC (rev 13604)
@@ -1,11 +1,13 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with quilt --with python2
+	dh $@ --with python2
 
 # override_dh_clean:
 	# *.pyc files should be cleaned in principle, but are part of upstream tarball
 	# rm -f Epigrass/*.pyc
 
 get-orig-source:
-	uscan --upstream-version 0
+	mkdir -p ../tarballs
+	uscan --verbose --force-download --destdir=../tarballs
+




More information about the debian-med-commit mailing list