Author: jscinoz-guest Date: 2008-06-30 09:00:08 +0000 (Mon, 30 Jun 2008) New Revision: 7593
Modified: packages/trunk/quake3/debian/ packages/trunk/quake3/debian/control packages/trunk/quake3/debian/rules Log: Clean up of all the stuff from when it included engine Property changes on: packages/trunk/quake3/debian ___________________________________________________________________ Name: svn-bp:origUrl - http://pkg-games.alioth.debian.org/tarballs/quake3_1.35+svn1400.orig.tar.gz Name: mergeWithUpstream - 1 Modified: packages/trunk/quake3/debian/control =================================================================== --- packages/trunk/quake3/debian/control 2008-06-30 08:59:52 UTC (rev 7592) +++ packages/trunk/quake3/debian/control 2008-06-30 09:00:08 UTC (rev 7593) @@ -2,7 +2,7 @@ Section: contrib/games Priority: optional Maintainer: Jack Coulter <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.51~), libopenal-dev, libsdl1.2-dev +Build-Depends: debhelper (>= 5.0.51~) Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/quake3 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/quake3/?op=log Homepage: http://www.ioquake3.org/ @@ -10,14 +10,14 @@ Package: quake3 Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ioquake3, quake3-data +Depends: ioquake3, quake3-data Description: baseq3 game client specific menu entry and launcher scripts This package contains man pages documenting, and a launcher script to play Quake III Arena with the ioQuake3 engine. Package: quake3-server Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends}, ioquake3-server, quake3-data +Depends: ioquake3-server, quake3-data Description: baseq3 dedicated server specific launcher scripts This package contains man pages documenting, and a launcher script to run a Quake III Arena dedicated server with the ioQuake3 engine. Modified: packages/trunk/quake3/debian/rules =================================================================== --- packages/trunk/quake3/debian/rules 2008-06-30 08:59:52 UTC (rev 7592) +++ packages/trunk/quake3/debian/rules 2008-06-30 09:00:08 UTC (rev 7593) @@ -9,63 +9,34 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 - -CFLAGS = -Wall -g - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif - -build: build-arch -build-arch: build-arch-stamp -build-arch-stamp: - dh_testdir +build: # Nothing to do clean: dh_testdir dh_testroot + dh_clean + rm -rf tmp.* - -install: install-indep install-arch - - +install: install-indep install-indep: dh_testdir dh_testroot dh_clean -k -i dh_installdirs -i - dh_install -i dh_icons -i - -install-arch: build - dh_testdir - dh_testroot - dh_clean -k -s - dh_installdirs -s - dh_icons -s - - dh_install + dh_desktop -pquake3 debian/quake3.desktop dh_installman -pquake3 debian/quake3.6 dh_installman -pquake3-server debian/quake3-server.6 dh_install -pquake3-server debian/scripts/quake3-server usr/games - dh_install -s + dh_install -i + # Build architecture-independent files here. binary-indep: install-indep - $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common - -# Build architecture-dependent files here. -binary-arch: build-arch install-arch - $(MAKE) -f debian/rules DH_OPTIONS=-s binary-common - -# Build architecture-dependent files here. -binary-common: dh_testdir dh_testroot dh_installdocs @@ -75,11 +46,14 @@ dh_compress dh_fixperms dh_installdeb - dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb + +# Build architecture dependant packages using the common target. +binary-arch: + # Nothing to do -binary: binary-arch binary-indep -.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch +binary: binary-indep +.PHONY: build clean binary-indep binary-arch binary install install-indep _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

