[Pkg-shadow-commits] r1966 - debian/trunk

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Fri Apr 4 19:43:34 UTC 2008


Author: nekral-guest
Date: 2008-04-04 19:43:33 +0000 (Fri, 04 Apr 2008)
New Revision: 1966

Modified:
   debian/trunk/Makefile
Log:
Add a cheesy check.


Modified: debian/trunk/Makefile
===================================================================
--- debian/trunk/Makefile	2008-04-04 18:50:22 UTC (rev 1965)
+++ debian/trunk/Makefile	2008-04-04 19:43:33 UTC (rev 1966)
@@ -1,4 +1,16 @@
 PKG=shadow
 SITE=ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/
 
+deb:: check_cheese
+
 include /usr/share/quilt/quilt.debbuild.mk
+
+check_cheese:
+	@dpkg-parsechangelog | grep -q "\* The \".*\" release\." || { \
+		echo ""; \
+		echo " **                                  **"; \
+		echo " **  Warning: not a cheesy release!  **"; \
+		echo " **                                  **"; \
+		echo ""; \
+		exit 1; \
+	}




More information about the Pkg-shadow-commits mailing list