r7560 - in /trunk/libbio-asn1-entrezgene-perl/debian: control rules

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Thu Sep 13 20:19:09 UTC 2007


Author: hanska-guest
Date: Thu Sep 13 20:19:09 2007
New Revision: 7560

URL: http://svn.debian.org/wsvn/?sc=1&rev=7560
Log:
Two packages merged in one

Modified:
    trunk/libbio-asn1-entrezgene-perl/debian/control
    trunk/libbio-asn1-entrezgene-perl/debian/rules

Modified: trunk/libbio-asn1-entrezgene-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libbio-asn1-entrezgene-perl/debian/control?rev=7560&op=diff
==============================================================================
--- trunk/libbio-asn1-entrezgene-perl/debian/control (original)
+++ trunk/libbio-asn1-entrezgene-perl/debian/control Thu Sep 13 20:19:09 2007
@@ -12,32 +12,19 @@
 Package: libbio-asn1-entrezgene-perl
 Architecture: all
 Depends: ${perl:Depends}
-Suggests: libbio-asn1-sequence-perl
-Description: parser for NCBI Entrez Gene
- Bio::ASN1::EntrezGene is a regular expression-based parser for NCBI Entrez
- Gene genome databases (<http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene>).
- It parses an ASN.1-formatted Entrez Gene record and returns a data structure
- that contains all data items from the gene record.
+Description: parser for NCBI Entrez Gene and NCBI Sequence records
+ Bio::ASN1::EntrezGene and Bio::ASN1::Sequence are regular expression-based
+ parsers for NCBI Entrez Gene genome databases
+ (<http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene>).
+ .
+ They parse ASN.1-formatted Entrez Gene records and NCBI sequences,
+ returning data structures that contain all data items from the gene records
+ or the sequence records.
  .
  The parser will report error & line number if input data does not conform to
- the NCBI Entrez Gene genome annotation file format.
+ the NCBI Entrez Gene genome or NCBI Sequence annotation file format.
  .
-  Homepage: http://search.cpan.org/dist/Bio-ASN1-EntrezGene/
-
-Package: libbio-asn1-sequence-perl
-Architecture: all
-Depends: ${perl:Depends}
-Suggests: libbio-asn1-entrezgene-perl
-Description: parser for ASN.1-formatted NCBI Sequences
- Bio::ASN1::Sequence is a regular expression-based Perl Parser for
- ASN.1-formatted NCBI sequences. It parses an ASN.1-formatted sequence record
- and returns a data structure that contains all data items from the sequence
- record.
- .
- The parser will report error & line number if input data does not conform to
- the NCBI Sequence annotation file format.
- .
- The sequence parser is basically a modified version of the high-performance
+ Bio::ASN1::Sequence is basically a modified version of the high-performance
  Bio::ASN1::EntrezGene parser. However this standalone module exists since it
  is more efficient to keep Sequence-specific code out of EntrezGene.pm.
  .

Modified: trunk/libbio-asn1-entrezgene-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libbio-asn1-entrezgene-perl/debian/rules?rev=7560&op=diff
==============================================================================
--- trunk/libbio-asn1-entrezgene-perl/debian/rules (original)
+++ trunk/libbio-asn1-entrezgene-perl/debian/rules Thu Sep 13 20:19:09 2007
@@ -3,9 +3,6 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
 
 build: build-stamp
 build-stamp:
@@ -31,18 +28,17 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k -i
+	dh_clean -k
 
 	$(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr
-	
-	dh_install -i --sourcedir=$(CURDIR)/debian/tmp/
 
-binary-common:
+binary-arch:
+binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs Changes
 	dh_installdocs
-	dh_installexamples
+	dh_installexamples examples/*
 	dh_compress
 	dh_fixperms
 	dh_perl
@@ -51,9 +47,5 @@
 	dh_md5sums
 	dh_builddeb
 
-binary-arch:
-binary-indep: build install
-	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
-
 binary: binary-indep
 .PHONY: build clean binary-indep binary-arch binary install




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