Author: tille Date: 2012-05-24 12:12:01 +0000 (Thu, 24 May 2012) New Revision: 10986
Added: trunk/packages/tacg/trunk/debian/upstream Modified: trunk/packages/tacg/trunk/debian/control trunk/packages/tacg/trunk/debian/copyright Log: Make packaging information more friendly for machine-readable gatherer Modified: trunk/packages/tacg/trunk/debian/control =================================================================== --- trunk/packages/tacg/trunk/debian/control 2012-05-24 11:20:42 UTC (rev 10985) +++ trunk/packages/tacg/trunk/debian/control 2012-05-24 12:12:01 UTC (rev 10986) @@ -30,6 +30,3 @@ it is now distributed with a web interface form and a Perl CGI handler. Additionally, it can easily be integrated into editors that support shell commands such as nedit. - . - The use of tacg may be cited as: Mangalam, HJ. (2002) tacg, a grep for DNA. - BMC Bioinformatics. 3:8 http://www.biomedcentral.com/1471-2105/3/8 Modified: trunk/packages/tacg/trunk/debian/copyright =================================================================== --- trunk/packages/tacg/trunk/debian/copyright 2012-05-24 11:20:42 UTC (rev 10985) +++ trunk/packages/tacg/trunk/debian/copyright 2012-05-24 12:12:01 UTC (rev 10986) @@ -1,15 +1,12 @@ -X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat -X-Debianized-By: Charles Plessy <[email protected]> -X-Debianized-Date: Fri, 18 Jan 2008 17:47:56 +0900. -X-Source-Downloaded-From: http://sourceforge.net/projects/tacg -X-Upstream-Author: Harry Mangalam, tacg Informatics +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Contact: Harry Mangalam, tacg Informatics +Source: http://sourceforge.net/projects/tacg Files: debian/* Copyright: © 2008, Charles Plessy <[email protected]> -License: Same as tacg itself. +License: LGPL-2.1+ -File: install-sh -X-Comment: This comes from X11R5 (mit/util/scripts/install.sh). +Files: install-sh Copyright: © 1991 by the Massachusetts Institute of Technology License: MIT Permission to use, copy, modify, distribute, and sell this software and its @@ -21,30 +18,16 @@ written prior permission. M.I.T. makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. +Comment: This comes from X11R5 (mit/util/scripts/install.sh). Files: getopt* Copyright: © 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001 Free Software Foundation, Inc. -X-Comment: This file is part of the GNU C Library. License: LGPL-2.1+ - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - . - The GNU C Library 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 - Lesser General Public License for more details. - . - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -X-Comment: On Debian systems, the complete text of the GNU Lesser General Public License -can be found in `/usr/share/common-licenses/LGPL-2.1'. +Comment: This file is part of the GNU C Library. Files: seqio.c Copyright: © 1996 James Knight at Univ. of California, Davis -License: +License: other Permission to use, copy, modify, distribute and sell this software and its documentation is hereby granted, subject to the following restrictions and understandings: @@ -69,9 +52,9 @@ author be liable for any lost revenue or profits or other special, indirect and consequential damages. -File: strsep.c +Files: strsep.c Copyright: © 1998 by Gray Watson -License: +License: other Permission to use, copy, modify, and distribute this software for any purpose and without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all @@ -87,6 +70,7 @@ Files: * Copyright: © 1994-2005 by Harry Mangalam, tacg Informatics +License: GPL+additions Permission to use, copy, modify, and distribute this software and its documentation is hereby granted, subject to the following restrictions and understandings: @@ -131,5 +115,23 @@ copyrights, trade secrets or any patents by this software or any part thereof. In no event will the author be liable for any lost revenue or profits or other special, indirect and consequential damages. -X-Comment: On Debian systems, the complete text of the GNU General Public License +Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. + +License: LGPL-2.1+ + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + The GNU C Library 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 + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Comment: On Debian systems, the complete text of the GNU Lesser General Public License + can be found in `/usr/share/common-licenses/LGPL-2.1'. + Added: trunk/packages/tacg/trunk/debian/upstream =================================================================== --- trunk/packages/tacg/trunk/debian/upstream (rev 0) +++ trunk/packages/tacg/trunk/debian/upstream 2012-05-24 12:12:01 UTC (rev 10986) @@ -0,0 +1,11 @@ +Reference: + Author: Harry J Mangalam + Title: "tacg - a grep for DNA" + Journal: BMC Bioinformatics + Year: 2002 + Volume: 3 + Pages: 8 + DOI: 10.1186/1471-2105-3-8 + PMID: 11882250 + URL: http://www.biomedcentral.com/1471-2105/3/8 + eprint: http://www.biomedcentral.com/content/pdf/1471-2105-3-8.pdf _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
