Author: tille
Date: 2012-04-19 21:04:30 +0000 (Thu, 19 Apr 2012)
New Revision: 10444

Modified:
   trunk/packages/king/trunk/debian/rules
Log:
Some more linking magic brings building foreward a bit - I wished upstream 
would provide a better build-system instead forcing me into a trial and error 
investigation


Modified: trunk/packages/king/trunk/debian/rules
===================================================================
--- trunk/packages/king/trunk/debian/rules      2012-04-19 20:45:45 UTC (rev 
10443)
+++ trunk/packages/king/trunk/debian/rules      2012-04-19 21:04:30 UTC (rev 
10444)
@@ -11,11 +11,13 @@
        ln -s driftwood-*-src driftwood
        cd driftwood; ant
        ln -s king-*-src king
-       ant -buildfile `find chiropraxis-*-src -mindepth 1 -maxdepth 1 -name 
build.xml`
+       ln -s chiropraxis-*-src chiropraxis
+       ant -buildfile chiropraxis/build.xml
        ant -buildfile `find extratools-*-src -mindepth 1 -maxdepth 1 -name 
build.xml`
        ant -buildfile `find king-*-src -mindepth 1 -maxdepth 1 -name build.xml`
 
 override_dh_auto_clean:
+       if [ -L driftwood ] ; then cd king-*-src; ant clean ; fi
        cd driftwood-*-src; ant clean
        find . -mindepth 1 -maxdepth 1 -type l -delete
        rm -rf king_jar


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to