[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r1711 - glibc-package/branches/glibc-2.4/debian



Author: barbier
Date: 2006-08-10 06:30:47 +0000 (Thu, 10 Aug 2006)
New Revision: 1711

Modified:
   glibc-package/branches/glibc-2.4/debian/rules
Log:
Add a check so that this branch does not accidentally get
uploaded into unstable


Modified: glibc-package/branches/glibc-2.4/debian/rules
===================================================================
--- glibc-package/branches/glibc-2.4/debian/rules	2006-08-08 21:30:12 UTC (rev 1710)
+++ glibc-package/branches/glibc-2.4/debian/rules	2006-08-10 06:30:47 UTC (rev 1711)
@@ -163,6 +163,8 @@
 include debian/rules.d/*.mk
 
 clean:: debhelper-clean
+	#  Do not accidentally upload into unstable
+	dpkg-parsechangelog  | grep "^Distribution:" | grep -q -v unstable
 	rm -rf $(patsubst %,debian/tmp-%,$(GLIBC_PASSES))
 	rm -rf $(build-tree)
 	rm -rf $(stamp)



Reply to: