Author: lkajan
Date: 2014-01-04 20:31:07 +0000 (Sat, 04 Jan 2014)
New Revision: 15722

Modified:
   trunk/packages/metastudent/trunk/debian/control
   trunk/packages/metastudent/trunk/debian/rules
Log:
fixed build on sid

Modified: trunk/packages/metastudent/trunk/debian/control
===================================================================
--- trunk/packages/metastudent/trunk/debian/control     2014-01-04 02:03:24 UTC 
(rev 15721)
+++ trunk/packages/metastudent/trunk/debian/control     2014-01-04 20:31:07 UTC 
(rev 15722)
@@ -9,7 +9,7 @@
                      python,
                      javahelper,
                      default-jdk
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
 Vcs-Browser: 
http://anonscm.debian.org/wsvn/debian-med/trunk/packages/metastudent/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/metastudent/trunk/
 Homepage: https://rostlab.org/owiki/index.php/Metastudent
@@ -19,7 +19,6 @@
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         ${python:Depends},
          python,
          blast2,
          default-jre,

Modified: trunk/packages/metastudent/trunk/debian/rules
===================================================================
--- trunk/packages/metastudent/trunk/debian/rules       2014-01-04 02:03:24 UTC 
(rev 15721)
+++ trunk/packages/metastudent/trunk/debian/rules       2014-01-04 20:31:07 UTC 
(rev 15722)
@@ -13,8 +13,7 @@
 
 override_dh_auto_install:
        dh_auto_install
-       find . -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
+       find debian/metastudent -regex 
".*/knn_weighted\|.*/CafaWrapper1\.pl\|.*/CafaWrapper2\.pl\|.*/CafaWrapper3\.pl\|.*/CafaWrapper3_new\.pl\|.*/exercise3\.pl\|.*/treehandler\.pl\|.*/validate\.pl"
 -exec chmod +x {} \;
 
 get-orig-source:
        mkdir -p ../tarballs


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

Reply via email to