[med-svn] r3651 - trunk/packages/ball/trunk/debian
Steffen Möller
smoe-guest at alioth.debian.org
Fri Jul 17 11:09:20 UTC 2009
Author: smoe-guest
Date: 2009-07-17 11:09:19 +0000 (Fri, 17 Jul 2009)
New Revision: 3651
Modified:
trunk/packages/ball/trunk/debian/changelog
trunk/packages/ball/trunk/debian/rules
Log:
Fixed get-orig-source
Modified: trunk/packages/ball/trunk/debian/changelog
===================================================================
--- trunk/packages/ball/trunk/debian/changelog 2009-07-17 05:55:42 UTC (rev 3650)
+++ trunk/packages/ball/trunk/debian/changelog 2009-07-17 11:09:19 UTC (rev 3651)
@@ -1,4 +1,4 @@
-ball (1.3+beta2-1) unstable; urgency=low
+ball (1.3+beta2.debian-1) unstable; urgency=low
* Preparing for new upstream version 1.3 (Closes: #407665)
* Improvements for Debian packaging
Modified: trunk/packages/ball/trunk/debian/rules
===================================================================
--- trunk/packages/ball/trunk/debian/rules 2009-07-17 05:55:42 UTC (rev 3650)
+++ trunk/packages/ball/trunk/debian/rules 2009-07-17 11:09:19 UTC (rev 3651)
@@ -64,7 +64,7 @@
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 ]; \
+ elif [ -x /usr/bin/uscan ]; then \
uscan --force-download ; \
else \
echo "Neither uscan nor wget is installed to perform the download." ; \
More information about the debian-med-commit
mailing list