r2200 - packages/trunk/scorched3d/debian

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Wed Dec 20 22:44:38 CET 2006


Author: fuddl-guest
Date: 2006-12-20 22:44:38 +0100 (Wed, 20 Dec 2006)
New Revision: 2200

Modified:
   packages/trunk/scorched3d/debian/control
   packages/trunk/scorched3d/debian/rules
Log:
removed dpatch related stuff

Modified: packages/trunk/scorched3d/debian/control
===================================================================
--- packages/trunk/scorched3d/debian/control	2006-12-20 21:41:05 UTC (rev 2199)
+++ packages/trunk/scorched3d/debian/control	2006-12-20 21:44:38 UTC (rev 2200)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Reinhard Tartler <siretart at tauware.de>
-Build-Depends: binutils (>= 2.14.90.0.7), debhelper (>= 5.0.0), autotools-dev, libsdl1.2-dev, libsdl-net1.2-dev, libopenal-dev, libalut-dev, libfreetype6-dev, libwxgtk2.6-dev, libgl1-mesa-dev, libglu1-mesa-dev, sharutils, libogg-dev, libvorbis-dev, dpatch, autoconf, automake1.9
+Build-Depends: binutils (>= 2.14.90.0.7), debhelper (>= 5.0.0), autotools-dev, libsdl1.2-dev, libsdl-net1.2-dev, libopenal-dev, libalut-dev, libfreetype6-dev, libwxgtk2.6-dev, libgl1-mesa-dev, libglu1-mesa-dev, sharutils, libogg-dev, libvorbis-dev, autoconf, automake1.9
 Build-Conflicts: nvidia-glx
 Standards-Version: 3.7.2
 

Modified: packages/trunk/scorched3d/debian/rules
===================================================================
--- packages/trunk/scorched3d/debian/rules	2006-12-20 21:41:05 UTC (rev 2199)
+++ packages/trunk/scorched3d/debian/rules	2006-12-20 21:44:38 UTC (rev 2200)
@@ -9,8 +9,6 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-include /usr/share/dpatch/dpatch.make
-
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -34,14 +32,14 @@
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info
 
-build: patch-stamp build-stamp 
-build-stamp:  config.status
+build: build-stamp 
+build-stamp: config.status
 	dh_testdir
 	LDFLAGS="-lalut" \
 		$(MAKE)
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp 
@@ -108,4 +106,4 @@
 	dh_builddeb -a
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch
+.PHONY: build clean binary-indep binary-arch binary install




More information about the Pkg-games-commits mailing list