Author: moeller
Date: 2009-07-22 12:08:32 +0000 (Wed, 22 Jul 2009)
New Revision: 3688
Modified:
trunk/packages/ball/trunk/debian/rules
Log:
wget is no longer required.
Modified: trunk/packages/ball/trunk/debian/rules
===================================================================
--- trunk/packages/ball/trunk/debian/rules 2009-07-22 11:42:15 UTC (rev
3687)
+++ trunk/packages/ball/trunk/debian/rules 2009-07-22 12:08:32 UTC (rev
3688)
@@ -62,12 +62,10 @@
dh_builddeb
get-orig-source:
- if [ -x /usr/bin/wget ]; then \
- wget http://ball-www.bioinf.uni-sb.de/Debian/ball-1.3.tar.gz ; \
- elif [ -x /usr/bin/uscan ]; then \
- uscan --force-download ; \
+ if [ -x /usr/bin/uscan ]; then \
+ uscan --verbose --force-download ; \
else \
- echo "Neither uscan nor wget is installed to perform the download." ;
\
+ echo "uscan is not installed to perform the download." ; \
fi
binary: binary-indep binary-arch
_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit