[med-svn] r12628 - trunk/packages/libhmsbeagle/trunk/debian

Andreas Tille tille at alioth.debian.org
Sat Dec 15 20:14:32 UTC 2012


Author: tille
Date: 2012-12-15 20:14:32 +0000 (Sat, 15 Dec 2012)
New Revision: 12628

Added:
   trunk/packages/libhmsbeagle/trunk/debian/libhmsbeagle-dev.linktrees
Modified:
   trunk/packages/libhmsbeagle/trunk/debian/changelog
   trunk/packages/libhmsbeagle/trunk/debian/control
Log:
Fix some lintian issues


Modified: trunk/packages/libhmsbeagle/trunk/debian/changelog
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/changelog	2012-12-15 18:47:05 UTC (rev 12627)
+++ trunk/packages/libhmsbeagle/trunk/debian/changelog	2012-12-15 20:14:32 UTC (rev 12628)
@@ -8,6 +8,11 @@
   * debhelper 9 (control+compat)
   * debian/libhmsbeagle-dev.lintian-overrides: deleted; no need for overrides
     any more
+  * debian/control:
+     - Build-Depends: s/openjdk-6-jdk/default-jdk (>= 1:1.6)/
+       (Thanks for the patch to James Page <james.page at ubuntu.com>)
+       Closes: #684054
+     - Pre-Depend: multiarch-support
 
  -- Andreas Tille <tille at debian.org>  Fri, 14 Dec 2012 19:23:52 +0100
 

Modified: trunk/packages/libhmsbeagle/trunk/debian/control
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/control	2012-12-15 18:47:05 UTC (rev 12627)
+++ trunk/packages/libhmsbeagle/trunk/debian/control	2012-12-15 20:14:32 UTC (rev 12628)
@@ -1,11 +1,12 @@
 Source: libhmsbeagle
-Priority: extra
+Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
 Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
  Andreas Tille <tille at debian.org>
 Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf,
- doxygen, javahelper (>=0.25), openjdk-6-jdk, ant
+ doxygen, javahelper (>=0.25), default-jdk (>= 1:1.6), ant,
+ dh-linktree, libjs-jquery
 Standards-Version: 3.9.3
 Section: libs
 Homepage: http://code.google.com/p/beagle-lib
@@ -16,7 +17,7 @@
 Section: libdevel
 Architecture: linux-any
 Depends: libhmsbeagle1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics
+Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics (development files)
  BEAGLE is a high-performance library that can perform the core calculations at
  the heart of most Bayesian and Maximum Likelihood phylogenetics packages. It
  can make use of highly-parallel processors such as those in graphics cards
@@ -34,7 +35,6 @@
  This package contains development files needed to build against Beagle library.
 
 Package: libhmsbeagle1
-Section: libs
 Architecture: linux-any
 Pre-Depend: multiarch-support
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -58,7 +58,7 @@
 Section: java
 Depends: ${java:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Recommends: ${java:Recommends}
-Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics
+Description: High-performance lib for Bayesian and Maximum Likelihood phylogenetics (java interface)
  BEAGLE is a high-performance library that can perform the core calculations at
  the heart of most Bayesian and Maximum Likelihood phylogenetics packages. It
  can make use of highly-parallel processors such as those in graphics cards

Added: trunk/packages/libhmsbeagle/trunk/debian/libhmsbeagle-dev.linktrees
===================================================================
--- trunk/packages/libhmsbeagle/trunk/debian/libhmsbeagle-dev.linktrees	                        (rev 0)
+++ trunk/packages/libhmsbeagle/trunk/debian/libhmsbeagle-dev.linktrees	2012-12-15 20:14:32 UTC (rev 12628)
@@ -0,0 +1 @@
+replace usr/share/javascript/jquery/jquery.js usr/share/doc/libhmsbeagle-dev/html/jquery.js




More information about the debian-med-commit mailing list