Author: tille
Date: 2012-04-20 07:42:21 +0000 (Fri, 20 Apr 2012)
New Revision: 10450

Modified:
   trunk/packages/king/trunk/debian/rules
Log:
Simplified rules based on the enriched source tarball layout including links


Modified: trunk/packages/king/trunk/debian/rules
===================================================================
--- trunk/packages/king/trunk/debian/rules      2012-04-20 07:20:09 UTC (rev 
10449)
+++ trunk/packages/king/trunk/debian/rules      2012-04-20 07:42:21 UTC (rev 
10450)
@@ -8,16 +8,8 @@
        dh $@ --with javahelper
 
 override_dh_auto_build:
-       ln -s driftwood-*-src driftwood
-       cd driftwood; ant
-       ln -s king-*-src king
-       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`
+       ant -buildfile king/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
+       ant -buildfile king/build.xml clean
        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