r1985 - in packages/libboulder-perl/trunk: debian eg

Russ Allbery rra at costa.debian.org
Tue Jan 17 05:13:40 UTC 2006


Author: rra
Date: 2006-01-17 05:13:39 +0000 (Tue, 17 Jan 2006)
New Revision: 1985

Modified:
   packages/libboulder-perl/trunk/debian/changelog
   packages/libboulder-perl/trunk/debian/rules
   packages/libboulder-perl/trunk/eg/genbank.pl
   packages/libboulder-perl/trunk/eg/genbank2.pl
   packages/libboulder-perl/trunk/eg/genbank3.pl
   packages/libboulder-perl/trunk/eg/quickblast.pl
   packages/libboulder-perl/trunk/eg/test.pl
Log:
* Install the upstream documentation and examples.

Modified: packages/libboulder-perl/trunk/debian/changelog
===================================================================
--- packages/libboulder-perl/trunk/debian/changelog	2006-01-17 05:06:38 UTC (rev 1984)
+++ packages/libboulder-perl/trunk/debian/changelog	2006-01-17 05:13:39 UTC (rev 1985)
@@ -2,6 +2,7 @@
 
   * Add some whitespace to the prototypes in the Boulder::XML
     documentation so that nroff can determine where to split lines.
+  * Install the upstream documentation and examples.
   * Clean up and simplify debian/rules.
   * Run tests as part of the package build.
   * Remove the empty /usr/lib/perl5 directory.
@@ -9,7 +10,7 @@
   * Update to standards version 3.6.2 (no changes required).
   * Add a watch file.
 
- -- Russ Allbery <rra at debian.org>  Mon, 16 Jan 2006 21:05:35 -0800
+ -- Russ Allbery <rra at debian.org>  Mon, 16 Jan 2006 21:13:00 -0800
 
 libboulder-perl (1.30-1) unstable; urgency=low
 

Modified: packages/libboulder-perl/trunk/debian/rules
===================================================================
--- packages/libboulder-perl/trunk/debian/rules	2006-01-17 05:06:38 UTC (rev 1984)
+++ packages/libboulder-perl/trunk/debian/rules	2006-01-17 05:13:39 UTC (rev 1985)
@@ -39,7 +39,8 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installdocs
+	dh_installdocs README docs/*
+	dh_installexamples eg/*
 	dh_installman
 	dh_installchangelogs ChangeLog
 	dh_link

Modified: packages/libboulder-perl/trunk/eg/genbank.pl
===================================================================
--- packages/libboulder-perl/trunk/eg/genbank.pl	2006-01-17 05:06:38 UTC (rev 1984)
+++ packages/libboulder-perl/trunk/eg/genbank.pl	2006-01-17 05:13:39 UTC (rev 1985)
@@ -1,7 +1,7 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 # This requires LWP to be installed.
-use lib '.','..';
+#use lib '.','..';
 
 use Boulder::Genbank;
 $gb = new Boulder::Genbank(-accessor=>'Entrez',-param=>[qw/M57939 M28274 L36028/]);

Modified: packages/libboulder-perl/trunk/eg/genbank2.pl
===================================================================
--- packages/libboulder-perl/trunk/eg/genbank2.pl	2006-01-17 05:06:38 UTC (rev 1984)
+++ packages/libboulder-perl/trunk/eg/genbank2.pl	2006-01-17 05:13:39 UTC (rev 1985)
@@ -1,7 +1,7 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 # This requires LWP to be installed.
-use lib '.','..';
+#use lib '.','..';
 
 use Boulder::Genbank;
 $gb = new Boulder::Genbank(-accessor=>'Entrez',-param=>[qw/M57939/]);

Modified: packages/libboulder-perl/trunk/eg/genbank3.pl
===================================================================
--- packages/libboulder-perl/trunk/eg/genbank3.pl	2006-01-17 05:06:38 UTC (rev 1984)
+++ packages/libboulder-perl/trunk/eg/genbank3.pl	2006-01-17 05:13:39 UTC (rev 1985)
@@ -1,7 +1,7 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 # This requires LWP to be installed.
-use lib '.','..';
+#use lib '.','..';
 
 use Boulder::Genbank;
 use Boulder::Stream;

Modified: packages/libboulder-perl/trunk/eg/quickblast.pl
===================================================================
--- packages/libboulder-perl/trunk/eg/quickblast.pl	2006-01-17 05:06:38 UTC (rev 1984)
+++ packages/libboulder-perl/trunk/eg/quickblast.pl	2006-01-17 05:13:39 UTC (rev 1985)
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
 # do a quick BLAST search a la fasta
 use Getopt::Long;

Modified: packages/libboulder-perl/trunk/eg/test.pl
===================================================================
--- packages/libboulder-perl/trunk/eg/test.pl	2006-01-17 05:06:38 UTC (rev 1984)
+++ packages/libboulder-perl/trunk/eg/test.pl	2006-01-17 05:13:39 UTC (rev 1985)
@@ -1,6 +1,6 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 
-use lib '.','..';
+#use lib '.','..';
 
 use Stone;
 




More information about the Pkg-perl-cvs-commits mailing list