rev 6809 - trunk/cdbs

Sune Vuorela pusling-guest at alioth.debian.org
Mon Jul 23 19:44:18 UTC 2007


Author: pusling-guest
Date: 2007-07-23 19:44:18 +0000 (Mon, 23 Jul 2007)
New Revision: 6809

Modified:
   trunk/cdbs/uploaders.mk
Log:
Failing if it differs is a bit too agressive, I think. Printing a warning instead


Modified: trunk/cdbs/uploaders.mk
===================================================================
--- trunk/cdbs/uploaders.mk	2007-07-23 18:52:29 UTC (rev 6808)
+++ trunk/cdbs/uploaders.mk	2007-07-23 19:44:18 UTC (rev 6809)
@@ -13,10 +13,10 @@
 
 check-uploaders: debian/control.tmp
 	@if ! diff -q debian/control debian/control.tmp ; then \
-		echo "Control file differs from manually generated one" ; \
-		echo "Please update it manually and check it afterwards" ; \
-		echo "Uploaders are updated by debian/rules update-uploaders" ;\
-		exit 1; \
+		echo "WARNING:: Control file differs from manually generated one" ; \
+		echo "WARNING:: Please update it manually and check it afterwards" ; \
+		echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
+		echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" \;
 	fi
 	
 




More information about the pkg-kde-commits mailing list