[med-svn] r3843 - trunk/packages/treeviewx/trunk/debian
Charles Plessy
plessy at alioth.debian.org
Tue Sep 1 10:17:59 UTC 2009
Author: plessy
Date: 2009-09-01 10:17:59 +0000 (Tue, 01 Sep 2009)
New Revision: 3843
Modified:
trunk/packages/treeviewx/trunk/debian/changelog
trunk/packages/treeviewx/trunk/debian/control
trunk/packages/treeviewx/trunk/debian/copyright
Log:
Ready to correct #542579, but need to be tested against #392219 before.
Modified: trunk/packages/treeviewx/trunk/debian/changelog
===================================================================
--- trunk/packages/treeviewx/trunk/debian/changelog 2009-09-01 10:07:07 UTC (rev 3842)
+++ trunk/packages/treeviewx/trunk/debian/changelog 2009-09-01 10:17:59 UTC (rev 3843)
@@ -1,7 +1,14 @@
treeviewx (0.5.1-6) UNRELEASED; urgency=low
+ Waiting for the gnome package to drop their dependancy on libgnomeprint in
+ order to test treeviewx in the absence of this package. (See #392219)
+
[ Charles Plessy ]
* Updated my email address.
+ * debian/control:
+ - Removed libgnomeprintui2.2-0 from dependancies (Closes: #542579).
+ * Refreshed debian/copyright according to latest developments
+ of the machine-readable format.
[ David Paleino ]
* Removed myself from Uploaders
Modified: trunk/packages/treeviewx/trunk/debian/control
===================================================================
--- trunk/packages/treeviewx/trunk/debian/control 2009-09-01 10:07:07 UTC (rev 3842)
+++ trunk/packages/treeviewx/trunk/debian/control 2009-09-01 10:17:59 UTC (rev 3843)
@@ -3,6 +3,7 @@
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7), cdbs, autotools-dev, quilt, libwxgtk2.6-dev
Uploaders: Charles Plessy <plessy at debian.org>,
Andreas Tille <tille at debian.org>
Build-Depends: debhelper (>= 7.1), cdbs, autotools-dev, quilt, libwxgtk2.6-dev
@@ -13,7 +14,7 @@
Package: treeviewx
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgnomeprintui2.2-0
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Displays and prints phylogenetic trees
TreeView X is an open source and multi-platform program to display
phylogenetic trees. It can read and display NEXUS and Newick format tree files
Modified: trunk/packages/treeviewx/trunk/debian/copyright
===================================================================
--- trunk/packages/treeviewx/trunk/debian/copyright 2009-09-01 10:07:07 UTC (rev 3842)
+++ trunk/packages/treeviewx/trunk/debian/copyright 2009-09-01 10:17:59 UTC (rev 3843)
@@ -1,62 +1,61 @@
-X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
-X-Debianized-By: Charles Plessy <charles-debian-nospam at plessy.org>
-X-Debinized-Date: Sat, 11 Feb 2006.
-X-Source-Downloaded-From: http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/download.html
-X-Upstream-Author: Roderic D. M. Page <r.page at bio.gla.ac.uk>
+Machine-readable license summary, see ‘http://dep.debian.net/deps/dep5’.
-Files: debian/tv.1.xml, debian/tv.1
-Copyright: © 2006-2008 Charles Plessy <charles-debian-nospam at plessy.org>
-License: Same as TreeView X
+Name : TreeView X
+Author : Roderic D. M. Page <r.page at bio.gla.ac.uk>
+Source : http://darwin.zoology.gla.ac.uk/~rpage/treeviewx/download/0.5/tv-0.5.1.tar.gz
-Files: debian/*
-Copyright: © 2006-2008 Charles Plessy <charles-debian-nospam at plessy.org>
- © 2007 David Paleino <d.paleino at gmail.com>
-License: PD
- Please treat the packaging work as if it were in the public domain.
-
-Files: ncl-2.0/*
-Copyright: © 1999 Paul O. Lewis
License: GPL-2+
-X-Comment: TreeView X is statically linked to the Nexus Class Library.
-
-Files: TreeLib/*
-Copyright: © 2001 Roderic D. M. Page <r.page at bio.gla.ac.uk>
-License: GPL-2+
-X-Comment: The files under the TreeLib directory are part of TreeView X,
- as they have never been released as an independent library.
-
-Files: *
-Copyright: © 2001 Roderic D. M. Page <r.page at bio.gla.ac.uk>
-License: GPL-2+
+
TreeView X 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.
- .
+
TreeView X 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
-X-Comment: TreeView X has been released by its author under the GNU GPL (see COPYING), but
- most of its files use a header which places them under the GNU Library GPL
- (LGPL). The author of TreeView X confirmed to the maintainer of this package
- that his intention is to have TreeView X released under the GPL. Therefore, as
- permitted the clause 3 of the LGPL, the licence of these files is changed to
- the GPL through the patch in the following file:
- debian/patches/60_LGPLtoGPL.dpatch
- .
- Some files which are part of TreeView X - namely ntree.h, ntree.cpp and
- lcaquery.cpp - have no copyright notice. The author of TreeView X confirmed to
- the maintainer of this package that he is the copyright holder for them.
- Therefore, they are distributed under the terms of the COPYING file, which is
- the GNU GPL.
-X-Comment: On Debian systems, the complete text of the GNU Library General
- Public License can be found in `/usr/share/common-licenses/LGPL-2'.
- .
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
+TreeView X has been released by its author under the GNU GPL (see COPYING), but
+most of its files use a header which places them under the GNU Library GPL
+(LGPL). The author of TreeView X confirmed to the maintainer of this package
+that his intention is to have TreeView X released under the GPL. Therefore, as
+permitted the clause 3 of the LGPL, the licence of these files is changed to
+the GPL through the patch in the following file:
+debian/patches/60_LGPLtoGPL.dpatch
+
+Some files which are part of TreeView X - namely ntree.h, ntree.cpp and
+lcaquery.cpp - have no copyright notice. The author of TreeView X confirmed to
+the maintainer of this package that he is the copyright holder for them.
+Therefore, they are distributed under the terms of the COPYING file, which is
+the GNU GPL.
+
+On Debian systems, the complete text of the GNU Library General Public
+License can be found in ‘/usr/share/common-licenses/LGPL-2’ and the
+complete text of the GNU General Public License version 2 can be found
+in ‘/usr/share/common-licenses/GPL-2’.
+
+Files: ncl-2.0/*
+Copyright: © 1999 Paul O. Lewis
+License: GPL-2+
+Comment: TreeView X is statically linked to the Nexus Class Library.
+
+Files: TreeLib/*
+Copyright: © 2001 Roderic D. M. Page <r.page at bio.gla.ac.uk>
+License: GPL-2+
+Comment: The files under the TreeLib directory are part of TreeView X,
+ as they have never been released as an independent library.
+
+Files: debian/tv.1.xml debian/tv.1
+Copyright: © 2006-2008 Charles Plessy <charles-debian-nospam at plessy.org>
+License: Same as TreeView X
+
+Files: debian/*
+Copyright: © 2006-2009 Charles Plessy <charles-debian-nospam at plessy.org>
+ © 2007 David Paleino <d.paleino at gmail.com>
+License: PD
+ Please treat the packaging work as if it were in the public domain.
More information about the debian-med-commit
mailing list