This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch quake in repository game-data-packager.
commit 096b69916ce015243b8fc7fbc18cea634985ee6b Author: Simon McVittie <[email protected]> Date: Thu Aug 19 17:51:30 2010 +0100 Switch debian/rules to dh 7 tiny format --- debian/control | 2 +- debian/quake3-server.install | 1 + debian/quake3-server.manpages | 1 + debian/quake3.manpages | 1 + debian/rules | 57 ++----------------------------------------- 5 files changed, 6 insertions(+), 56 deletions(-) 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 <[email protected]> Uploaders: Simon Mcvittie <[email protected]>, Jack Coulter <[email protected]> -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 $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

