[med-svn] r14364 - trunk/packages/trimmomatic/trunk/debian

Andreas Tille tille at alioth.debian.org
Wed Aug 7 10:18:31 UTC 2013


Author: tille
Date: 2013-08-07 10:18:31 +0000 (Wed, 07 Aug 2013)
New Revision: 14364

Modified:
   trunk/packages/trimmomatic/trunk/debian/changelog
   trunk/packages/trimmomatic/trunk/debian/control
Log:
Build-Depends: default-jdk | ...


Modified: trunk/packages/trimmomatic/trunk/debian/changelog
===================================================================
--- trunk/packages/trimmomatic/trunk/debian/changelog	2013-08-07 10:16:11 UTC (rev 14363)
+++ trunk/packages/trimmomatic/trunk/debian/changelog	2013-08-07 10:18:31 UTC (rev 14364)
@@ -10,6 +10,8 @@
      - cme fix dpkg-control
      - debhelper 9
      - use anonscm in Vcs fields
+     - Build-Depends: default-jdk | ...
+       Closes: #718850
 
  -- Andreas Tille <tille at debian.org>  Tue, 04 Sep 2012 12:37:31 +0200
 

Modified: trunk/packages/trimmomatic/trunk/debian/control
===================================================================
--- trunk/packages/trimmomatic/trunk/debian/control	2013-08-07 10:16:11 UTC (rev 14363)
+++ trunk/packages/trimmomatic/trunk/debian/control	2013-08-07 10:18:31 UTC (rev 14364)
@@ -5,7 +5,7 @@
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               openjdk-6-jdk | java6-sdk | java7-jdk,
+               default-jdk | openjdk-6-jdk | openjdk-7-jdk,
                javahelper,
                ant,
                libjbzip2-java
@@ -18,7 +18,8 @@
 Architecture: all
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libjbzip2-java
+         libjbzip2-java,
+         default-jre
 Description: flexible read trimming tool for Illumina NGS data
  Trimmomatic performs a variety of useful trimming tasks for illumina
  paired-end and single ended data.The selection of trimming steps and




More information about the debian-med-commit mailing list