Author: plessy Date: 2009-05-02 14:31:45 +0000 (Sat, 02 May 2009) New Revision: 3344
Added: trunk/packages/epigrass/trunk/debian/README.source 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 Log: First steps towards a major update. Upstream was asked where are the lastest sources: https://bugs.launchpad.net/ubuntu/+source/epigrass/+bug/271789 Added: trunk/packages/epigrass/trunk/debian/README.source =================================================================== --- trunk/packages/epigrass/trunk/debian/README.source (rev 0) +++ trunk/packages/epigrass/trunk/debian/README.source 2009-05-02 14:31:45 UTC (rev 3344) @@ -0,0 +1,2 @@ +This packages uses a patch system. Please read +/usr/share/doc/quilt/README.source for more informations. Modified: trunk/packages/epigrass/trunk/debian/changelog =================================================================== --- trunk/packages/epigrass/trunk/debian/changelog 2009-05-01 20:48:13 UTC (rev 3343) +++ trunk/packages/epigrass/trunk/debian/changelog 2009-05-02 14:31:45 UTC (rev 3344) @@ -1,3 +1,16 @@ +epigrass (2.0b1-1) UNRELEASED; urgency=low + + * New upstream release. + * debian/control: + - Switch to debhelper 7 (also in debian/compat). + - Dropped versionned dependancy on CDBS (satisfied even in oldstable) + - Incremented Standards-Version to 3.8.1 to reflect concordance with + latest Policy (added README.source). + - Added myself to the Uploaders. + - Suggests: grass. + + -- Charles Plessy <[email protected]> Sat, 02 May 2009 21:52:32 +0900 + epigrass (1.5.1-3) unstable; urgency=low * Change Build-Depends: python-central (>= 0.6.0) (Closes: #472034) Modified: trunk/packages/epigrass/trunk/debian/compat =================================================================== --- trunk/packages/epigrass/trunk/debian/compat 2009-05-01 20:48:13 UTC (rev 3343) +++ trunk/packages/epigrass/trunk/debian/compat 2009-05-02 14:31:45 UTC (rev 3344) @@ -1 +1 @@ -5 +7 Modified: trunk/packages/epigrass/trunk/debian/control =================================================================== --- trunk/packages/epigrass/trunk/debian/control 2009-05-01 20:48:13 UTC (rev 3343) +++ trunk/packages/epigrass/trunk/debian/control 2009-05-02 14:31:45 UTC (rev 3344) @@ -2,10 +2,12 @@ Section: science Priority: optional Maintainer: Debian-Med Packaging Team <[email protected]> -Uploaders: Torsten Werner <[email protected]>, Varun Hiremath <[email protected]> -Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.43), python, +Uploaders: Torsten Werner <[email protected]>, + Varun Hiremath <[email protected]>, + Charles Plessy <[email protected]> +Build-Depends: debhelper (>= 7), cdbs, python, python-setuptools, python-central (>= 0.6.0), quilt -Standards-Version: 3.7.3 +Standards-Version: 3.8.1 XS-Python-Version: current Homepage: http://epigrass.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/epigrass/trunk/ @@ -18,6 +20,7 @@ python-gdal, python-visual, python-formencode, python-mysqldb, python-pysqlite2 XB-Python-Version: ${python:Versions} +Suggests: grass 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. Modified: trunk/packages/epigrass/trunk/debian/copyright =================================================================== --- trunk/packages/epigrass/trunk/debian/copyright 2009-05-01 20:48:13 UTC (rev 3343) +++ trunk/packages/epigrass/trunk/debian/copyright 2009-05-02 14:31:45 UTC (rev 3344) @@ -1,7 +1,7 @@ This package was debianized by Varun Hiremath <[email protected]> on Mon, 4 Dec 2006 23:54:51 +0530. -It was downloaded from <http://sourceforge.net/projects/epigrass/> +It was downloaded from <http://dl.sourceforge.net/sourceforge/epigrass/epigrass-2.0b1.tar.gz> Upstream Author: Flávio Codeço Coelho <[email protected]> _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
