[med-svn] r22503 - trunk/packages/rostlab/librostlab/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Wed Jul 13 09:20:55 UTC 2016


Author: tille
Date: 2016-07-13 09:20:53 +0000 (Wed, 13 Jul 2016)
New Revision: 22503

Added:
   trunk/packages/rostlab/librostlab/trunk/debian/librostlab-doc.linktrees
Removed:
   trunk/packages/rostlab/librostlab/trunk/debian/librostlab-doc.lintian-overrides
Modified:
   trunk/packages/rostlab/librostlab/trunk/debian/changelog
   trunk/packages/rostlab/librostlab/trunk/debian/control
   trunk/packages/rostlab/librostlab/trunk/debian/rules
Log:
Link to jquery.js provided by sphinx-common


Modified: trunk/packages/rostlab/librostlab/trunk/debian/changelog
===================================================================
--- trunk/packages/rostlab/librostlab/trunk/debian/changelog	2016-07-13 08:57:24 UTC (rev 22502)
+++ trunk/packages/rostlab/librostlab/trunk/debian/changelog	2016-07-13 09:20:53 UTC (rev 22503)
@@ -12,6 +12,7 @@
   [ Andreas Tille ]
   * cleanup d/rules
   * Do not install useless autogenerated doxygen files
+  * Link to jquery.js provided by sphinx-common
 
  -- Tatiana Malygina <merlettaia at gmail.com>  Sun, 26 Jun 2016 09:06:16 +0300
 

Modified: trunk/packages/rostlab/librostlab/trunk/debian/control
===================================================================
--- trunk/packages/rostlab/librostlab/trunk/debian/control	2016-07-13 08:57:24 UTC (rev 22502)
+++ trunk/packages/rostlab/librostlab/trunk/debian/control	2016-07-13 09:20:53 UTC (rev 22503)
@@ -10,7 +10,9 @@
                graphviz,
                latex-xcolor,
                texlive-fonts-recommended,
-               texlive-latex-extra
+               texlive-latex-extra,
+               dh-linktree,
+               sphinx-common
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/rostlab/librostlab/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/rostlab/librostlab/trunk/
@@ -67,7 +69,8 @@
 Architecture: all
 Section: doc
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         ${js:Depends}
 Description: C++ library for computational biology (documentation)
  This library was developed by the Rost Lab.  The lab's research is
  driven by a conviction that protein and DNA sequences encode a

Added: trunk/packages/rostlab/librostlab/trunk/debian/librostlab-doc.linktrees
===================================================================
--- trunk/packages/rostlab/librostlab/trunk/debian/librostlab-doc.linktrees	                        (rev 0)
+++ trunk/packages/rostlab/librostlab/trunk/debian/librostlab-doc.linktrees	2016-07-13 09:20:53 UTC (rev 22503)
@@ -0,0 +1 @@
+replace	usr/share/sphinx/themes/basic/static/jquery.js	usr/share/doc/librostlab-doc/html/jquery.js

Deleted: trunk/packages/rostlab/librostlab/trunk/debian/librostlab-doc.lintian-overrides
===================================================================
--- trunk/packages/rostlab/librostlab/trunk/debian/librostlab-doc.lintian-overrides	2016-07-13 08:57:24 UTC (rev 22502)
+++ trunk/packages/rostlab/librostlab/trunk/debian/librostlab-doc.lintian-overrides	2016-07-13 09:20:53 UTC (rev 22503)
@@ -1,21 +0,0 @@
-# Laszlo Kajan <lkajan at rostlab.org>:
-# This jquery.js is copied into the html documentation by the doxygen
-# version currently in unstable (1.7.6.1). Earlier versions of Doxygen
-# (e.g. i n stable) do not copy a jquery.js there.  The jquery.js copied
-# by doxygen is much earlier (1.3.2) than the current version in unstable
-# (1.7.2-1). The jquery.js from doxygen actually is a minified bundle of
-# several things:
-#  * jQuery JavaScript Library v1.3.2 http://jquery.com/
-#  * Sizzle CSS Selector Engine - v0.9.3 http://sizzlejs.com/
-#  * jQuery hashchange event - v1.3 - 7/21/2010
-#    http://benalman.com/projects/jquery-hashchange-plugin/
-#  * jQuery UI 1.7.2 http://docs.jquery.com/UI
-#  * jQuery UI Resizable 1.7.2 http://docs.jquery.com/UI/Resizables
-#  * jQuery.ScrollTo - Easy element scrolling using jQuery.
-#
-# Out of these Sizzle is not packaged for Debian, neither is the hashchange
-# event or jQuery.ScrollTo, as far as I can tell.
-# 
-# Therefore, it is necessary to keep this jquery.js instead of linking to the
-# file with the same name from libjs-jquery.
-librostlab-doc: embedded-javascript-library usr/share/doc/librostlab-doc/html/jquery.js

Modified: trunk/packages/rostlab/librostlab/trunk/debian/rules
===================================================================
--- trunk/packages/rostlab/librostlab/trunk/debian/rules	2016-07-13 08:57:24 UTC (rev 22502)
+++ trunk/packages/rostlab/librostlab/trunk/debian/rules	2016-07-13 09:20:53 UTC (rev 22503)
@@ -5,7 +5,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@ --with autoreconf --with linktree --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure --parallel -- --enable-doxygen-dot --enable-doxygen-pdf




More information about the debian-med-commit mailing list