[med-svn] r15041 - trunk/packages/libace-perl/trunk/debian

Andreas Tille tille at alioth.debian.org
Tue Oct 29 12:42:34 UTC 2013


Author: tille
Date: 2013-10-29 12:42:34 +0000 (Tue, 29 Oct 2013)
New Revision: 15041

Modified:
   trunk/packages/libace-perl/trunk/debian/README.Debian
   trunk/packages/libace-perl/trunk/debian/changelog
   trunk/packages/libace-perl/trunk/debian/copyright
   trunk/packages/libace-perl/trunk/debian/rules
Log:
DEP5 issues; fixed Perl PATH in examples


Modified: trunk/packages/libace-perl/trunk/debian/README.Debian
===================================================================
--- trunk/packages/libace-perl/trunk/debian/README.Debian	2013-10-29 12:29:17 UTC (rev 15040)
+++ trunk/packages/libace-perl/trunk/debian/README.Debian	2013-10-29 12:42:34 UTC (rev 15041)
@@ -3,7 +3,7 @@
 
 When rebuilding the package with latest packaging standards and
 comparing with previous content it was noticed that some settings
-definitely are not sanely choosen.  Since this was also not done
+definitely are not sanely chosen.  Since this was also not done
 before this fact is not changed but mentioned here to enable
 tracking down potential problems quickly.  Se questionable settings
 are in the file

Modified: trunk/packages/libace-perl/trunk/debian/changelog
===================================================================
--- trunk/packages/libace-perl/trunk/debian/changelog	2013-10-29 12:29:17 UTC (rev 15040)
+++ trunk/packages/libace-perl/trunk/debian/changelog	2013-10-29 12:42:34 UTC (rev 15041)
@@ -13,6 +13,7 @@
     specified at URL so I decided to remove)
   * debian/ace.1: automatically created manpage was broken - use help2man
     to create some valid ace.1
+  * debian/copyright: DEP5
 
  -- Andreas Tille <tille at debian.org>  Tue, 29 Oct 2013 11:08:14 +0100
 

Modified: trunk/packages/libace-perl/trunk/debian/copyright
===================================================================
--- trunk/packages/libace-perl/trunk/debian/copyright	2013-10-29 12:29:17 UTC (rev 15040)
+++ trunk/packages/libace-perl/trunk/debian/copyright	2013-10-29 12:42:34 UTC (rev 15041)
@@ -1,10 +1,13 @@
-Format: http://dep.debian.net/deps/dep5/
-Name    :  AcePerl
-Contact :  Lincoln Stein <lstein at cshl.org>
-Source  :  http://search.cpan.org/CPAN/authors/id/L/LD/LDS/AcePerl-1.92.tar.gz
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name:  AcePerl
+Upstream-Contact: Lincoln Stein <lstein at cshl.org>
+Source:  http://search.cpan.org/CPAN/authors/id/L/LD/LDS/AcePerl-1.92.tar.gz
 
+Files: *
 Copyright: © 1998 Cold Spring Harbor Laboratory
 License: Perl
+
+License: Perl
 	This library is free software; you can redistribute it and/or modify
 	it under the same terms as Perl itself.  See the Artistic License file
 	in the main Perl distribution for specific terms and conditions of
@@ -35,11 +38,10 @@
  Ace/Sequence/Feature.pm Ace/Sequence/Gene.pm Ace/Sequence/Transcript.pm Ace/Sequence.pm
 Copyright: © 1997-1999 Lincoln D. Stein 
 License: Perl
- (see above)
 
 Files: acelib/*
 Copyright: © 1991-1998 J Thierry-Mieg and R Durbin
-License: Probably a mixture of GPL-2+ and LGPL-2+
+License: LGPL-2+
  This file is part of the ACEDB genome database package, written by
  Richard Durbin (Sanger Centre, UK) rd at sanger.ac.uk, and
  Jean Thierry-Mieg (CRBM du CNRS, France) mieg at kaa.crbm.cnrs-mop.fr

Modified: trunk/packages/libace-perl/trunk/debian/rules
===================================================================
--- trunk/packages/libace-perl/trunk/debian/rules	2013-10-29 12:29:17 UTC (rev 15040)
+++ trunk/packages/libace-perl/trunk/debian/rules	2013-10-29 12:42:34 UTC (rev 15041)
@@ -46,3 +46,6 @@
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
 		$(TMP)/usr/share/perl5
 
+override_dh_installexamples:
+	dh_installexamples
+	sed -i 's?#!/usr/local/bin/perl?#!/usr/bin/perl?' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*.pl




More information about the debian-med-commit mailing list