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

X Strike Force X.Org X11 SVN commit: r703 - branches/modular/proto/BigReqs/debian



Author: dnusinow
Date: 2005-10-20 20:10:55 -0500 (Thu, 20 Oct 2005)
New Revision: 703

Modified:
   branches/modular/proto/BigReqs/debian/rules
Log:
Include the xsfbs.mk so that we can at least use make-orig-tar-gz if we want.

Modified: branches/modular/proto/BigReqs/debian/rules
===================================================================
--- branches/modular/proto/BigReqs/debian/rules	2005-10-21 01:06:38 UTC (rev 702)
+++ branches/modular/proto/BigReqs/debian/rules	2005-10-21 01:10:55 UTC (rev 703)
@@ -2,12 +2,15 @@
 # debian/rules for the Debian x11proto-bigreqs-dev package.
 # Copyright © 2004 Scott James Remnant <scott@netsplit.com>
 # Copyright © 2005 Daniel Stone <daniel@fooishbar.org>
+# Copyright © 2005 David Nusinow <dnusinow@debian.org>
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
 PACKAGE = x11proto-bigreqs-dev
 
+include debian/xsfbs/xsfbs.mk
+
 CFLAGS = -Wall -g
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0



Reply to: