r9966 - packages/trunk/rott/debian

Evgeni Golov evgeni at alioth.debian.org
Sat Jul 4 22:23:46 UTC 2009


Author: evgeni
Date: 2009-07-04 22:23:46 +0000 (Sat, 04 Jul 2009)
New Revision: 9966

Modified:
   packages/trunk/rott/debian/changelog
   packages/trunk/rott/debian/rott.postinst
Log:
3drealms plays ping-pong with us, moved the zip to old location again.
Lets try both locations before failing.
LP: #395048



Modified: packages/trunk/rott/debian/changelog
===================================================================
--- packages/trunk/rott/debian/changelog	2009-07-04 09:52:12 UTC (rev 9965)
+++ packages/trunk/rott/debian/changelog	2009-07-04 22:23:46 UTC (rev 9966)
@@ -1,3 +1,12 @@
+rott (1.1.1-2) unstable; urgency=low
+
+  * debian/rott.postinst:
+    3drealms plays ping-pong with us, moved the zip to old location again.
+    Lets try both locations before failing.
+    LP: #395048
+
+ -- Evgeni Golov <evgeni at debian.org>  Sun, 05 Jul 2009 00:10:00 +0200
+
 rott (1.1.1-1) unstable; urgency=low
 
   [ Fabian Greffrath ]

Modified: packages/trunk/rott/debian/rott.postinst
===================================================================
--- packages/trunk/rott/debian/rott.postinst	2009-07-04 09:52:12 UTC (rev 9965)
+++ packages/trunk/rott/debian/rott.postinst	2009-07-04 22:23:46 UTC (rev 9966)
@@ -6,7 +6,8 @@
 
 SHAREDIR="/usr/share/games/rott"
 SHAREZIP="1rott13.zip"
-SHAREURL="ftp://ftp.3drealms.com/pub/share"
+SHAREURL1="ftp://ftp.3drealms.com/share"
+SHAREURL2="ftp://ftp.3drealms.com/pub/share"
 SHAREMD5="0fafd6b629eab80278fc726e31f9cf41"
 DOCDIR="/usr/share/doc/rott"
 
@@ -42,7 +43,8 @@
 
 				# Download the shareware zip file in case it's not already there
 				if [ ! -e ${SHAREDIR}/${SHAREZIP} ]; then
-					wget --progress=dot --directory-prefix ${SHAREDIR} -c ${SHAREURL}/${SHAREZIP} || \
+					wget --progress=dot --directory-prefix ${SHAREDIR} -c ${SHAREURL1}/${SHAREZIP} || \
+					wget --progress=dot --directory-prefix ${SHAREDIR} -c ${SHAREURL2}/${SHAREZIP} || \
 					echo "rott: Download of shareware data files failed!" >&2
 				fi
 




More information about the Pkg-games-commits mailing list