[med-svn] r18852 - trunk/packages/seqan/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Tue Feb 24 07:58:30 UTC 2015


Author: tille
Date: 2015-02-24 07:58:30 +0000 (Tue, 24 Feb 2015)
New Revision: 18852

Added:
   trunk/packages/seqan/trunk/debian/seqan-doc.linktrees
Modified:
   trunk/packages/seqan/trunk/debian/changelog
   trunk/packages/seqan/trunk/debian/control
Log:
New package seqan-doc; Attention: the link targets of dh-linktrees are random wild guesses and need to be fixed most probably.  They were just injected as placeholders for the removed JS files and are pointing to the assumed location guessed from the location in the source tarball


Modified: trunk/packages/seqan/trunk/debian/changelog
===================================================================
--- trunk/packages/seqan/trunk/debian/changelog	2015-02-24 07:55:36 UTC (rev 18851)
+++ trunk/packages/seqan/trunk/debian/changelog	2015-02-24 07:58:30 UTC (rev 18852)
@@ -14,6 +14,7 @@
     are packaged for Debian
   * seqan-dev.install: Fix location of include files, docs are somewhere
     else and should be moved to a separate package
+  * New package seqan-doc
 
  -- Andreas Tille <tille at debian.org>  Sun, 22 Feb 2015 10:07:40 +0100
 

Modified: trunk/packages/seqan/trunk/debian/control
===================================================================
--- trunk/packages/seqan/trunk/debian/control	2015-02-24 07:55:36 UTC (rev 18851)
+++ trunk/packages/seqan/trunk/debian/control	2015-02-24 07:58:30 UTC (rev 18852)
@@ -16,7 +16,8 @@
                python-jinja2,
                python-sphinx,
                python-nose,
-               default-jdk
+               default-jdk,
+               dh-linktree
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/seqan/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/seqan/trunk/
@@ -50,4 +51,22 @@
  simplifies the development of new software tools with a minimal loss
  of performance.
  .
- This package contains the developer files, documentation and examples.
+ This package contains the developer files.
+
+Package: seqan-doc
+Architecture: all
+Depends: ${misc:Depends},
+         libjs-bootstrap,
+         libjs-prettify,
+         libjs-jquery
+Description: C++ library for the analysis of biological sequences (documentation(
+ SeqAn is a C++ template library of efficient algorithms and data
+ structures for the analysis of sequences with the focus on
+ biological data. This library applies a unique generic design that
+ guarantees high performance, generality, extensibility, and
+ integration with other libraries. SeqAn is easy to use and
+ simplifies the development of new software tools with a minimal loss
+ of performance. This package contains the applications dfi, pair_align,
+ micro_razers, seqan_tcoffee, seqcons, razers and tree_recon.
+ .
+ This package contains the documentation and examples.

Added: trunk/packages/seqan/trunk/debian/seqan-doc.linktrees
===================================================================
--- trunk/packages/seqan/trunk/debian/seqan-doc.linktrees	                        (rev 0)
+++ trunk/packages/seqan/trunk/debian/seqan-doc.linktrees	2015-02-24 07:58:30 UTC (rev 18852)
@@ -0,0 +1,3 @@
+replace usr/share/javascript/bootstrap/js/bootstrap.js		usr/share/doc/seqan/dox/tpl/lib/bootstrap-multiselect/js/bootstrap-3.0.0.min.js
+replace usr/share/javascript/prettify/prettify.js		usr/share/doc/seqan/dox/tpl/lib/bootstrap-multiselect/js/prettify.js
+replace usr/share/javascript/jquery/jquery.js			usr/share/doc/seqan/dox/tpl/lib/bootstrap-multiselect/js/jquery-2.0.3.min.js




More information about the debian-med-commit mailing list