[med-svn] r6390 - trunk/packages/biomaj/trunk/debian
olivier sallou
osallou-guest at alioth.debian.org
Tue Mar 29 10:14:10 UTC 2011
Author: osallou-guest
Date: 2011-03-29 10:14:07 +0000 (Tue, 29 Mar 2011)
New Revision: 6390
Modified:
trunk/packages/biomaj/trunk/debian/rules
Log:
modify clean to avoid an error in somes cases
Modified: trunk/packages/biomaj/trunk/debian/rules
===================================================================
--- trunk/packages/biomaj/trunk/debian/rules 2011-03-29 09:39:07 UTC (rev 6389)
+++ trunk/packages/biomaj/trunk/debian/rules 2011-03-29 10:14:07 UTC (rev 6390)
@@ -28,7 +28,9 @@
dh_clean
if test -e usr/share/biomaj/lib/vendor/commons-cli2-build;then ant -f usr/share/biomaj/lib/vendor/commons-cli2.xml clean;fi;
rm -f usr/share/biomaj/lib/commons-cli-2.0-SNAPSHOT.jar
- ant -f usr/share/biomaj/build.xml clean
+ rm -rf usr/share/biomaj/build
+ rm -rf usr/share/biomaj/dist
+ rm -f usr/share/biomaj/lib/biomaj.jar
install: build
More information about the debian-med-commit
mailing list