[Pkg-voip-commits] r2129 - sofia-sip/trunk/debian

Kilian Krause kilian at costa.debian.org
Sat Jul 29 09:18:29 UTC 2006


Author: kilian
Date: 2006-07-29 09:18:28 +0000 (Sat, 29 Jul 2006)
New Revision: 2129

Modified:
   sofia-sip/trunk/debian/rules
Log:
make sure the get-orig-source will download until the "good" tarball is available.


Modified: sofia-sip/trunk/debian/rules
===================================================================
--- sofia-sip/trunk/debian/rules	2006-07-29 09:10:28 UTC (rev 2128)
+++ sofia-sip/trunk/debian/rules	2006-07-29 09:18:28 UTC (rev 2129)
@@ -52,6 +52,8 @@
 	- at if [ "$(MD5CURRENT)" != "$(MD5TRUSTED)" ] ; then \
 		echo "Expecting upstream filename md5sum $(MD5TRUSTED), but $(MD5CURRENT) found" ; \
 		echo "Upstream filename md5sum is NOT trusted! Possible upstream filename forge!" ; \
+		echo "Purging downloaded file. Try new download." ; \
+		rm -f../tarballs/$(DEFILE); \
 		false ; \
 	else \
 		echo "Upstream filename md5sum is trusted!" ; \




More information about the Pkg-voip-commits mailing list