[Pkg-shadow-commits] r2000 - debian/branches/lenny

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Wed May 21 19:50:42 UTC 2008


Author: nekral-guest
Date: 2008-05-21 19:50:41 +0000 (Wed, 21 May 2008)
New Revision: 2000

Added:
   debian/branches/lenny/Makefile
Log:
Copy the Makefile from trunk to the lenny branch.


Copied: debian/branches/lenny/Makefile (from rev 1999, debian/trunk/Makefile)
===================================================================
--- debian/branches/lenny/Makefile	                        (rev 0)
+++ debian/branches/lenny/Makefile	2008-05-21 19:50:41 UTC (rev 2000)
@@ -0,0 +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