Author: tille Date: 2011-02-18 12:19:15 +0000 (Fri, 18 Feb 2011) New Revision: 6021
Modified: trunk/packages/patristic/trunk/debian/control trunk/packages/patristic/trunk/debian/copyright trunk/packages/patristic/trunk/debian/rules Log: Fixed copyright, some minor polishing Modified: trunk/packages/patristic/trunk/debian/control =================================================================== --- trunk/packages/patristic/trunk/debian/control 2011-02-18 12:18:34 UTC (rev 6020) +++ trunk/packages/patristic/trunk/debian/control 2011-02-18 12:19:15 UTC (rev 6021) @@ -4,7 +4,8 @@ Maintainer: Debian Med Packaging Team <[email protected]> DM-Upload-Allowed: yes Uploaders: Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 7.1), cdbs, default-jdk, maven-debian-helper, openjdk-6-jdk +Build-Depends: debhelper (>= 7.1), cdbs, default-jdk, maven-debian-helper, openjdk-6-jdk, + libfreehep-graphics2d-java Standards-Version: 3.9.1 Homepage: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1352388/ Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/patristic/trunk Modified: trunk/packages/patristic/trunk/debian/copyright =================================================================== --- trunk/packages/patristic/trunk/debian/copyright 2011-02-18 12:18:34 UTC (rev 6020) +++ trunk/packages/patristic/trunk/debian/copyright 2011-02-18 12:19:15 UTC (rev 6021) @@ -1,33 +1,28 @@ Format: http://dep.debian.net/deps/dep5/ -Upstream-Name: FigTree -Upstream-Contact: Andrew Rambaut <[email protected]> -Source: http://code.google.com/p/figtree/ +Upstream-Name: Patristic +Upstream-Contact: Mathieu Fourment, Mark J Gibbs +Source: ftp://ftp.bioinformatics.org/pub/patristic/ Files: * -Copyright: © 2005-2011 Andrew Rambaut <[email protected]> -License: GPL - 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 the Free Software Foundation; either - version 2 of the License, or (at your option) any later - version. - . - This program is distributed in the hope that it will be - useful, but WITHOUT ANY WARRANTY; without even the implied - warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR - PURPOSE. See the GNU General Public License for more - details. - . - You should have received a copy of the GNU General Public - License along with this package; if not, write to the Free - Software Foundation, Inc., 51 Franklin St, Fifth Floor, - Boston, MA 02110-1301 USA - . - On Debian systems, the full text of the GNU General Public - License version 2 can be found in the file - `/usr/share/common-licenses/GPL'. +Copyright: © 2006 Mathieu Fourment, Mark J Gibbs +License: GPL 3 + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. +Comment: On Debian systems, the full text of the GNU General Public + License version 3 can be found in the file + `/usr/share/common-licenses/GPL-3'. + + Files: debian/* Copyright: © 2011 Andreas Tille <[email protected]> License: PD Modified: trunk/packages/patristic/trunk/debian/rules =================================================================== --- trunk/packages/patristic/trunk/debian/rules 2011-02-18 12:18:34 UTC (rev 6020) +++ trunk/packages/patristic/trunk/debian/rules 2011-02-18 12:19:15 UTC (rev 6021) @@ -8,6 +8,5 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/maven.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk JAVA_HOME := /usr/lib/jvm/default-java _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
