[med-svn] r10443 - in trunk/packages/king/trunk/debian: . patches

Andreas Tille tille at alioth.debian.org
Thu Apr 19 20:45:46 UTC 2012


Author: tille
Date: 2012-04-19 20:45:45 +0000 (Thu, 19 Apr 2012)
New Revision: 10443

Modified:
   trunk/packages/king/trunk/debian/control
   trunk/packages/king/trunk/debian/patches/use_debian_packaged_jars.patch
Log:
Got a missing component (molikin.zip) via mail from upstream and went some small step foreward, but build keeps on failing


Modified: trunk/packages/king/trunk/debian/control
===================================================================
--- trunk/packages/king/trunk/debian/control	2012-04-19 20:42:35 UTC (rev 10442)
+++ trunk/packages/king/trunk/debian/control	2012-04-19 20:45:45 UTC (rev 10443)
@@ -4,7 +4,7 @@
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8), default-jdk, javahelper, libitext-java,
+Build-Depends: debhelper (>= 8), default-jdk, javahelper, ant, libitext-java,
  libjogl-java
 Standards-Version: 3.9.3
 Homepage:  http://kinemage.biochem.duke.edu/software/king.php

Modified: trunk/packages/king/trunk/debian/patches/use_debian_packaged_jars.patch
===================================================================
--- trunk/packages/king/trunk/debian/patches/use_debian_packaged_jars.patch	2012-04-19 20:42:35 UTC (rev 10442)
+++ trunk/packages/king/trunk/debian/patches/use_debian_packaged_jars.patch	2012-04-19 20:45:45 UTC (rev 10443)
@@ -38,3 +38,14 @@
          destdir="${dist}/javadocs" access="protected" source="1.5"
          breakiterator="true" noqualifier="all"
          version="true" use="true" author="true"
+--- king-2.20.110601.orig/chiropraxis-1.08-src/build.xml
++++ king-2.20.110601/chiropraxis-1.08-src/build.xml
+@@ -49,7 +49,7 @@
+     <ant antfile="../molikin/build.xml" inheritAll="false" target="compile">
+         <!-- inherited properties go here -->
+     </ant>
+-    <copy file="../lib/iText/iText-2.1.3.jar" tofile="${basedir}/itext.jar" failonerror="false"/>
++    <copy file="/usr/share/java/itext.jar" tofile="${basedir}/itext.jar" failonerror="false"/>
+     <mkdir dir="${build}"/>
+     <javac srcdir="${src}"
+            destdir="${build}"




More information about the debian-med-commit mailing list