[med-svn] r1604 - trunk/packages/bioperl/trunk/debian

naoliv at alioth.debian.org naoliv at alioth.debian.org
Mon Mar 17 03:07:00 UTC 2008


Author: naoliv
Date: 2008-03-17 03:06:59 +0000 (Mon, 17 Mar 2008)
New Revision: 1604

Modified:
   trunk/packages/bioperl/trunk/debian/copyright
   trunk/packages/bioperl/trunk/debian/rules
Log:
Work in progress.

Needs to finish the copyright file (and take a look at Bio/SeqIO/bsml.pm, t/lib/Error.pm, t/lib/Test/Builder/Tester/Color.pm, as they have a different license, according to licensecheck);

Needs to verify if it's necessary to have /usr/lib/perl5/auto/Bio/ (it's an empty directory)

Forward manpage warnings to upstream (as they seem to be all autogenerated, and some contain errors)

[I will be back in 9 hours more or less, so if someone wants to play with some of these "needs" :-) ]



Modified: trunk/packages/bioperl/trunk/debian/copyright
===================================================================
--- trunk/packages/bioperl/trunk/debian/copyright	2008-03-16 21:31:17 UTC (rev 1603)
+++ trunk/packages/bioperl/trunk/debian/copyright	2008-03-17 03:06:59 UTC (rev 1604)
@@ -1,15 +1,23 @@
 This package was debianized by Stephane Bortzmeyer bortzmeyer at debian.org on
 Wed, 19 May 1999 11:35:30 +0200.
 
-It was downloaded from <http://bio.perl.org/>, the reference site.
+It was downloaded from http://www.bioperl.org/ 
 
 Upstream Authors: Many. Contact address is 
 <vsns-bcd-perl-guts at lists.uni-bielefeld.de> or 
 <bioperl-bugs at bio.perl.org> for the bugs.
 
-Copyright: Artistic
+Copyright:
 
-You are free to distribute this software under the terms of
-the Artistic Licence.
-On Debian systems, the complete text of the Artistic
-Licence can be found in /usr/share/common-licenses/Artistic file.
+
+License:
+
+    This program is free software; you can redistribute it and/or modify it
+    under the terms of the "Artistic License" which comes with Debian.
+
+    THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
+    WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
+    OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+On Debian systems, the complete text of the Artistic License
+can be found in `/usr/share/common-licenses/Artistic'.

Modified: trunk/packages/bioperl/trunk/debian/rules
===================================================================
--- trunk/packages/bioperl/trunk/debian/rules	2008-03-16 21:31:17 UTC (rev 1603)
+++ trunk/packages/bioperl/trunk/debian/rules	2008-03-17 03:06:59 UTC (rev 1604)
@@ -53,8 +53,6 @@
 #	./Build test
 
 binary-indep: build install
-
-binary-arch: test build install
 	dh_testdir
 	dh_testroot
 #	chmod a-x -R debian/bioperl/usr/share/doc/bioperl/examples
@@ -72,5 +70,7 @@
 	dh_md5sums
 	dh_builddeb
 
+binary-arch:
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary




More information about the debian-med-commit mailing list