Author: tille Date: 2014-03-17 12:30:16 +0000 (Mon, 17 Mar 2014) New Revision: 16450
Modified: trunk/packages/epigrass/trunk/debian/changelog trunk/packages/epigrass/trunk/debian/control Log: We can only close #741909 *after* #741910 is closed since python-sqlsoup enforces SQLAlchemy < 0.9 Modified: trunk/packages/epigrass/trunk/debian/changelog =================================================================== --- trunk/packages/epigrass/trunk/debian/changelog 2014-03-16 20:44:14 UTC (rev 16449) +++ trunk/packages/epigrass/trunk/debian/changelog 2014-03-17 12:30:16 UTC (rev 16450) @@ -1,3 +1,13 @@ +epigrass (2.3.1-2) UNRELEASED; urgency=medium + + * debian/upstream -> debian/upstream/metadata + * Rebuild with SQLAlchemy 0.9 + Closes: #741909 + * cme fix dpkg-control + * Removed inactive Uploaders + + -- Andreas Tille <[email protected]> Mon, 17 Mar 2014 13:26:12 +0100 + epigrass (2.3.1-1) unstable; urgency=low [ Thorsten Alteholz ] Modified: trunk/packages/epigrass/trunk/debian/control =================================================================== --- trunk/packages/epigrass/trunk/debian/control 2014-03-16 20:44:14 UTC (rev 16449) +++ trunk/packages/epigrass/trunk/debian/control 2014-03-17 12:30:16 UTC (rev 16450) @@ -1,46 +1,45 @@ Source: epigrass -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Torsten Werner <[email protected]>, - Varun Hiremath <[email protected]>, - Charles Plessy <[email protected]>, - Andreas Tille <[email protected]>, +Uploaders: Andreas Tille <[email protected]>, Thorsten Alteholz <[email protected]> -Build-Depends: debhelper (>= 9), - python (>= 2.6), - python-setuptools, - python-support, - python-virtualenv, - python-sqlsoup, - python-redis -Standards-Version: 3.9.4 -Homepage: http://pypi.python.org/pypi/epigrass/ -Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/epigrass/trunk/ +Section: science +Priority: optional +Build-Depends: debhelper (>= 9), + python, + python-setuptools, + python-support, + python-virtualenv, + python-sqlsoup, + python-redis +Standards-Version: 3.9.5 Vcs-Browser: http://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/ Package: epigrass 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-formencode, - python-mysqldb, - python-pysqlite2, - python-matplotlib, - python-networkx, - python-pkg-resources, - python-sqlalchemy, - python-sqlsoup, - python-redis, - redis-server -Suggests: grass, - epigrass-doc, - kate +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + python-sqlobject, + python-visual, + python-qt4-gl, + python-qwt5-qt4, + python-numpy, + python-gdal, + python-formencode, + python-mysqldb, + python-pysqlite2, + python-matplotlib, + python-networkx, + python-pkg-resources, + python-sqlalchemy, + python-sqlsoup, + python-redis, + redis-server +Suggests: grass, + epigrass-doc, + kate Description: scientific tool for simulations and scenario analysis in network epidemiology Epigrass is a software for visualizing, analyzing and simulating of epidemic processes on geo-referenced networks. _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
