Author: lkajan
Date: 2014-01-06 12:12:21 +0000 (Mon, 06 Jan 2014)
New Revision: 15726

Modified:
   trunk/packages/metastudent/trunk/debian/rules
Log:
fixed .jar installation issue, after input from Tobi

Modified: trunk/packages/metastudent/trunk/debian/rules
===================================================================
--- trunk/packages/metastudent/trunk/debian/rules       2014-01-04 23:48:58 UTC 
(rev 15725)
+++ trunk/packages/metastudent/trunk/debian/rules       2014-01-06 12:12:21 UTC 
(rev 15726)
@@ -14,7 +14,13 @@
 override_dh_auto_install:
        dh_auto_install
        find debian/metastudent -regex 
".*/knn_weighted\|.*/CafaWrapper1\.pl\|.*/CafaWrapper2\.pl\|.*/CafaWrapper3\.pl\|.*/CafaWrapper3_new\.pl\|.*/exercise3\.pl\|.*/treehandler\.pl\|.*/validate\.pl"
 -exec chmod +x {} \;
+       mv *.jar $(CURDIR)/debian/metastudent/usr/share/metastudent/
 
+# lkajan 20140106:
+# The jars in d/metastudent.jlibs are for use by this package only, and should 
not end up in /usr/share/java.
+override_jh_installlibs:
+       exit 0;
+
 get-orig-source:
        mkdir -p ../tarballs
        uscan --verbose --force-download --destdir=../tarballs


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

Reply via email to