[SCM] Civilization turn-based strategy game branch, master, updated. debian/2.1.9-1-27-ga92663c

Clint Adams schizo at debian.org
Sat Nov 28 04:33:37 UTC 2009


The following commit has been merged in the master branch:
commit a92663cdbc59ace6c7d0b8d0870b2e674b5706fb
Author: Clint Adams <schizo at debian.org>
Date:   Fri Nov 27 23:33:25 2009 -0500

    Remove quilt code from debian/rules.

diff --git a/debian/rules b/debian/rules
index 4b1e129..3c71663 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 PACKAGE=freeciv
 
 INSTALL = install
@@ -30,7 +28,7 @@ COMMON_CONFIG := --cache-file=$(CURDIR)/config.cache \
 		 --host $(DEB_BUILD_GNU_TYPE) --build $(DEB_HOST_GNU_TYPE) \
 		 --enable-debug=no
 
-build: patch build-xaw3d build-gtk build-sdl build-server
+build: build-xaw3d build-gtk build-sdl build-server
 
 build-server:
 	dh_testdir
@@ -91,7 +89,7 @@ build-sdl:
 	
 	touch build-sdl-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	

-- 
Civilization turn-based strategy game



More information about the Pkg-games-commits mailing list