Author: tille Date: 2011-10-28 13:42:03 +0000 (Fri, 28 Oct 2011) New Revision: 8343
Modified: trunk/packages/epigrass/trunk/debian/changelog trunk/packages/epigrass/trunk/debian/control trunk/packages/epigrass/trunk/debian/copyright Log: Found graphics usable as icon inside upstream tarball; changed homepage; DEP5 changes - needs to work out the icon issue before upload. Modified: trunk/packages/epigrass/trunk/debian/changelog =================================================================== --- trunk/packages/epigrass/trunk/debian/changelog 2011-10-28 13:41:04 UTC (rev 8342) +++ trunk/packages/epigrass/trunk/debian/changelog 2011-10-28 13:42:03 UTC (rev 8343) @@ -1,3 +1,17 @@ +epigrass (2.0.4-3) UNRELEASED; urgency=low + + * debian/control: Homepage has changed to + http://pypi.python.org/pypi/epigrass/ + * debian/copyright: + - some adaptations to DEP5 + - New download location + + +++ Remark regarding #640005: There is some usable icon + Epigrass/egicon.png + which could be used. + + -- Andreas Tille <[email protected]> Fri, 28 Oct 2011 15:28:35 +0200 + epigrass (2.0.4-2) unstable; urgency=low * debian/control: Depends: python-pkg-resources Modified: trunk/packages/epigrass/trunk/debian/control =================================================================== --- trunk/packages/epigrass/trunk/debian/control 2011-10-28 13:41:04 UTC (rev 8342) +++ trunk/packages/epigrass/trunk/debian/control 2011-10-28 13:42:03 UTC (rev 8343) @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 8), python (>= 2.6), python-setuptools, python-support, quilt, python-virtualenv Standards-Version: 3.9.2 -Homepage: http://epigrass.sourceforge.net/ +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/ Modified: trunk/packages/epigrass/trunk/debian/copyright =================================================================== --- trunk/packages/epigrass/trunk/debian/copyright 2011-10-28 13:41:04 UTC (rev 8342) +++ trunk/packages/epigrass/trunk/debian/copyright 2011-10-28 13:42:03 UTC (rev 8343) @@ -1,12 +1,10 @@ -Format: Machine-readable license summary, see http://dep.debian.net/deps/dep5/ +Format: http://dep.debian.net/deps/dep5/ +Upstream-Name: EpiGrass +Upstream-Contact: Flávio Codeço Coelho <[email protected]>, + Cláudia Torres Codeço <[email protected]> +Source: http://pypi.python.org/pypi/epigrass/ -Name: Epigrass -Contact: - Flávio Codeço Coelho <[email protected]> - Cláudia Torres Codeço <[email protected]> -Source: http://pypi.python.org/packages/source/e/epigrass/epigrass-2.0b3.tar.gz - -Copyright: (c) 2006, Flávio Codeço Coelho <[email protected]> +Copyright: © 2006-2010, Flávio Codeço Coelho <[email protected]> License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -18,19 +16,19 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . -Comment: On Debian systems, you can find the GPL license version 2 in: /usr/share/common-licenses/GPL-2 Files: Epigrass/pylabQtcanvas.py -Copyright: 2005, Florent Rougon -License: +Copyright: © 2005, Florent Rougon +License: PD This file is an example program for matplotlib. It may be used and modified with no restriction; raw copies as well as modified versions may be distributed without limitation. Files: debian/* -Copyright: 2006–2008, Varun Hiremath <[email protected]> - 2007, Torsten Werner <[email protected]> - 2008–2009, Charles Plessy <[email protected]> +Copyright: © 2006–2008, Varun Hiremath <[email protected]> + © 2007, Torsten Werner <[email protected]> + © 2008–2009, Charles Plessy <[email protected]> + © 2009-2011, Andreas Tille <[email protected]> License: GPL-2+ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
