[med-svn] r12375 - trunk/packages/genometools/trunk/debian

Sascha Steinbiss sascha-guest at alioth.debian.org
Wed Oct 10 23:32:05 UTC 2012


Author: sascha-guest
Date: 2012-10-10 23:32:05 +0000 (Wed, 10 Oct 2012)
New Revision: 12375

Added:
   trunk/packages/genometools/trunk/debian/genometools-doc.doc-base
Modified:
   trunk/packages/genometools/trunk/debian/control
   trunk/packages/genometools/trunk/debian/genometools-doc.docs
   trunk/packages/genometools/trunk/debian/rules
Log:
properly build documentation and doc-base registration


Modified: trunk/packages/genometools/trunk/debian/control
===================================================================
--- trunk/packages/genometools/trunk/debian/control	2012-10-10 22:20:53 UTC (rev 12374)
+++ trunk/packages/genometools/trunk/debian/control	2012-10-10 23:32:05 UTC (rev 12375)
@@ -5,7 +5,9 @@
 Build-Depends: debhelper (>= 9),
  liblua5.1-0-dev, liblua5.1-md5-dev, liblua5.1-filesystem-dev,
  liblua5.1-lpeg-dev, libcairo2-dev, zlib1g-dev, libbz2-dev, libexpat1-dev,
- libncurses5-dev, libsqlite3-dev, libbam-dev, libpango1.0-dev
+ libncurses5-dev, libsqlite3-dev, libbam-dev, libpango1.0-dev,
+ texlive-latex-base, texlive-latex-extra, texlive-fonts-extra, latex-xcolor,
+ texlive-fonts-recommended
 Standards-Version: 3.9.4
 DM-Upload-Allowed: yes
 Homepage: http://genometools.org
@@ -40,8 +42,7 @@
 Description: versatile genome analysis library
  This package contains the GenomeTools shared library and header
  files. It offers efficient sequence analysis components, available
- via an object-oriented interface, and a collection of useful tools for
- bioinformatics, combined into a single binary.
+ via an object-oriented interface.
  .
  Besides basic bioinformatics data structures, the library contains components
  for sequence and annotation handling, sequence compression, index structure

Added: trunk/packages/genometools/trunk/debian/genometools-doc.doc-base
===================================================================
--- trunk/packages/genometools/trunk/debian/genometools-doc.doc-base	                        (rev 0)
+++ trunk/packages/genometools/trunk/debian/genometools-doc.doc-base	2012-10-10 23:32:05 UTC (rev 12375)
@@ -0,0 +1,14 @@
+Document: genometools-doc
+Title: GenomeTools manuals
+Author: GenomeTools Team
+Abstract: User manuals for GenomeTools
+ The GenomeTools contains a collection of useful tools for biological
+ sequence analysis and -presentation combined into a single binary.
+ .
+ The toolkit contains binaries for sequence and annotation handling, sequence
+ compression, index structure generation and access, annotation visualization,
+ and much more.
+Section: Science/Biology
+
+Format: PDF
+Files: /usr/share/doc/genometools-doc/*.pdf.gz

Modified: trunk/packages/genometools/trunk/debian/genometools-doc.docs
===================================================================
--- trunk/packages/genometools/trunk/debian/genometools-doc.docs	2012-10-10 22:20:53 UTC (rev 12374)
+++ trunk/packages/genometools/trunk/debian/genometools-doc.docs	2012-10-10 23:32:05 UTC (rev 12375)
@@ -1 +1,2 @@
-doc/*
+doc/manuals/*.pdf
+doc/devguide/devguide.pdf

Modified: trunk/packages/genometools/trunk/debian/rules
===================================================================
--- trunk/packages/genometools/trunk/debian/rules	2012-10-10 22:20:53 UTC (rev 12374)
+++ trunk/packages/genometools/trunk/debian/rules	2012-10-10 23:32:05 UTC (rev 12375)
@@ -19,7 +19,7 @@
 	$(MAKE) cleanup
 
 override_dh_auto_build:
-	dh_auto_build --parallel -- useshared=yes 64bit=$(64BIT) opt=no errorcheck=no
+	dh_auto_build --parallel -- useshared=yes 64bit=$(64BIT) opt=no errorcheck=no docs manuals
 
 override_dh_auto_test:
 	#dh_auto_test -- useshared=yes 64bit=$(64BIT) testthreads=5
@@ -29,6 +29,3 @@
 
 override_dh_strip:
 	dh_strip --dbg-package=genometools-dbg
-
-override_dh_installdocs:
-	dh_installdocs --exclude=license.template --exclude=lgpl.txt




More information about the debian-med-commit mailing list