[SCM] [contrib] Quake III: Arena launcher branch, master, updated. 3db2cd907d4d2d0b5f6a8be920277612777fe8be

Simon McVittie smcv at debian.org
Thu Aug 19 18:40:46 UTC 2010


The following commit has been merged in the master branch:
commit 096b69916ce015243b8fc7fbc18cea634985ee6b
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Aug 19 17:51:30 2010 +0100

    Switch debian/rules to dh 7 tiny format

diff --git a/debian/control b/debian/control
index e718896..f9eee9b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: contrib/games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Simon Mcvittie <smcv at debian.org>, Jack Coulter <jscinoz at gmail.com>
-Build-Depends: debhelper (>= 5.0.51~)
+Build-Depends: debhelper (>= 7)
 Vcs-Git: git://git.debian.org/git/pkg-games/quake3.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/quake3.git
 Homepage: http://www.ioquake3.org/
diff --git a/debian/quake3-server.install b/debian/quake3-server.install
new file mode 100644
index 0000000..1b5c500
--- /dev/null
+++ b/debian/quake3-server.install
@@ -0,0 +1 @@
+debian/scripts/quake3-server usr/games
diff --git a/debian/quake3-server.manpages b/debian/quake3-server.manpages
new file mode 100644
index 0000000..2170ea2
--- /dev/null
+++ b/debian/quake3-server.manpages
@@ -0,0 +1 @@
+debian/quake3-server.6
diff --git a/debian/quake3.manpages b/debian/quake3.manpages
new file mode 100644
index 0000000..d0a728a
--- /dev/null
+++ b/debian/quake3.manpages
@@ -0,0 +1 @@
+debian/quake3.6
diff --git a/debian/rules b/debian/rules
index 75a4e22..ed933e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,58 +1,5 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-build:
-	# Nothing to do
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean
-	rm -rf tmp.*
-
-install: install-indep
-install-indep:
-	dh_testdir
-	dh_testroot
-	dh_clean -k -i
-	dh_installdirs -i
-	dh_icons -i
-	
-	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 -i
-
-	
-# Build architecture-independent files here.
-binary-indep: install-indep
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installmenu
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-	
-# Build architecture dependant packages using the common target.
-binary-arch:
-	# Nothing to do
-
-
-binary: binary-indep
-.PHONY: build clean binary-indep binary-arch binary install install-indep
+%:
+	dh $@

-- 
[contrib] Quake III: Arena launcher



More information about the Pkg-games-commits mailing list