[med-svn] r13518 - trunk/packages/metastudent/trunk/debian
Laszlo Kajan
lkajan at alioth.debian.org
Wed May 8 15:18:30 UTC 2013
Author: lkajan
Date: 2013-05-08 15:18:30 +0000 (Wed, 08 May 2013)
New Revision: 13518
Modified:
trunk/packages/metastudent/trunk/debian/compat
trunk/packages/metastudent/trunk/debian/rules
Log:
fixed dh_auto_clean to remove generated man page
Property changes on: trunk/packages/metastudent/trunk/debian/compat
___________________________________________________________________
Deleted: svn:executable
- *
Modified: trunk/packages/metastudent/trunk/debian/rules
===================================================================
--- trunk/packages/metastudent/trunk/debian/rules 2013-05-08 15:14:46 UTC (rev 13517)
+++ trunk/packages/metastudent/trunk/debian/rules 2013-05-08 15:18:30 UTC (rev 13518)
@@ -7,6 +7,10 @@
%:
dh $@ --with javahelper
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -f metastudent.1
+
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 {} \;
More information about the debian-med-commit
mailing list