r5204 - packages/trunk/ogre/debian

Andres Mejia ceros-guest at alioth.debian.org
Fri Jan 4 01:54:11 UTC 2008


Author: ceros-guest
Date: 2008-01-04 01:54:11 +0000 (Fri, 04 Jan 2008)
New Revision: 5204

Modified:
   packages/trunk/ogre/debian/rules
Log:
include a get-orig-source

Modified: packages/trunk/ogre/debian/rules
===================================================================
--- packages/trunk/ogre/debian/rules	2008-01-04 00:29:19 UTC (rev 5203)
+++ packages/trunk/ogre/debian/rules	2008-01-04 01:54:11 UTC (rev 5204)
@@ -17,6 +17,11 @@
 	CFLAGS += -O2
 endif
 
+# Inform users to use ogre-tarball.sh and error out
+get-orig-source:
+	@echo Please use the script ogre-tarball.sh located under debian/extras.
+	exit 1
+
 patch: patch-stamp
 patch-stamp:
 	dh_testdir




More information about the Pkg-games-commits mailing list