Author: varun Date: 2009-05-08 02:56:03 +0000 (Fri, 08 May 2009) New Revision: 3372
Modified: trunk/packages/epigrass/trunk/debian/changelog trunk/packages/epigrass/trunk/debian/control Log: debian/control: Add versioned depends on python-qwt5-qt4 (>= 5.1.0.dfsg-2), which fixes a bug related to Qwt import. Modified: trunk/packages/epigrass/trunk/debian/changelog =================================================================== --- trunk/packages/epigrass/trunk/debian/changelog 2009-05-07 21:55:44 UTC (rev 3371) +++ trunk/packages/epigrass/trunk/debian/changelog 2009-05-08 02:56:03 UTC (rev 3372) @@ -1,4 +1,4 @@ -epigrass (2.0b3~dfsg-1) UNRELEASED; urgency=low +epigrass (2.0b3~dfsg-1) unstable; urgency=low [ Charles Plessy ] * New upstream release (LP: #271789). @@ -25,8 +25,12 @@ * debian/watch: dversionmangle * debian/orig-tar.sh: Append '~dfsg' to upstream version - -- Andreas Tille <[email protected]> Sun, 03 May 2009 18:15:04 +0200 + [ Varun Hiremath ] + * debian/control: Add versioned depends on python-qwt5-qt4 (>= + 5.1.0.dfsg-2), which fixes a bug related to Qwt import. + -- Varun Hiremath <[email protected]> Thu, 07 May 2009 22:51:36 -0400 + epigrass (1.5.1-4) unstable; urgency=low * debian/control: @@ -66,4 +70,3 @@ * Initial release (Closes: #401577) -- Varun Hiremath <[email protected]> Mon, 4 Dec 2006 23:54:51 +0530 - Modified: trunk/packages/epigrass/trunk/debian/control =================================================================== --- trunk/packages/epigrass/trunk/debian/control 2009-05-07 21:55:44 UTC (rev 3371) +++ trunk/packages/epigrass/trunk/debian/control 2009-05-08 02:56:03 UTC (rev 3372) @@ -17,9 +17,10 @@ Package: epigrass Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, - python-sqlobject, python-visual, python-qt4-gl, python-qwt5-qt4, python-numpy, - python-gdal, python-visual, python-formencode, python-mysqldb, - python-pysqlite2, python-matplotlib + python-sqlobject, python-visual, python-qt4-gl, python-qwt5-qt4 (>= + 5.1.0.dfsg-2), python-numpy, python-gdal, python-visual, + python-formencode, python-mysqldb, python-pysqlite2, + python-matplotlib XB-Python-Version: ${python:Versions} Suggests: grass Description: scientific tool for simulations and scenario analysis in network epidemiology _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
