[med-svn] r5985 - trunk/packages/biomaj/trunk/debian
olivier sallou
osallou-guest at alioth.debian.org
Tue Feb 15 10:43:41 UTC 2011
Author: osallou-guest
Date: 2011-02-15 10:43:23 +0000 (Tue, 15 Feb 2011)
New Revision: 5985
Modified:
trunk/packages/biomaj/trunk/debian/rules
Log:
include commons-cli2 dependency in biomaj source
Modified: trunk/packages/biomaj/trunk/debian/rules
===================================================================
--- trunk/packages/biomaj/trunk/debian/rules 2011-02-15 10:14:46 UTC (rev 5984)
+++ trunk/packages/biomaj/trunk/debian/rules 2011-02-15 10:43:23 UTC (rev 5985)
@@ -20,7 +20,7 @@
build: build-stamp
ant -f usr/share/biomaj/lib/vendor/commons-cli2.xml
- cp usr/share/biomaj/lib/vendor/commons-cli2-build/dist/commons-cli2-2.0-SNAPSHOT.jar usr/share/biomaj/lib/
+ cp usr/share/biomaj/lib/vendor/commons-cli2-build/dist/commons-cli-2.0-SNAPSHOT.jar usr/share/biomaj/lib/
ant -f usr/share/biomaj/lib/vendor/commons-cli2.xml clean
build-stamp:
dh_testdir
@@ -32,7 +32,7 @@
rm -f build-stamp
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;
- if test -e usr/share/biomaj/lib/commons-cli2-2.0-SNAPSHOT.jar;then rm usr/share/biomaj/lib/commons-cli2-2.0-SNAPSHOT.jar;fi;
+ if test -e usr/share/biomaj/lib/commons-cli-2.0-SNAPSHOT.jar;then rm usr/share/biomaj/lib/commons-cli2-2.0-SNAPSHOT.jar;fi;
install: build
More information about the debian-med-commit
mailing list