This is an automated email from the git hooks/post-receive script. bbk-guest pushed a commit to branch master in repository trigger-rally.
commit d7f10f2f2edca1df385de51c169052d4e90e8626 Author: Gonéri Le Bouder <[email protected]> Date: Tue Jul 18 22:11:24 2006 +0000 * add buiddepends on cdbs because of simple-patchsys --- trigger/debian/changelog | 2 ++ trigger/debian/control | 4 ++-- trigger/debian/rules | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/trigger/debian/changelog b/trigger/debian/changelog index 0e9d986..4a27c88 100644 --- a/trigger/debian/changelog +++ b/trigger/debian/changelog @@ -14,6 +14,8 @@ trigger (0.5.2-1) UNRELEASED; urgency=low [ Gonéri Le Bouder ] * create the patches directory * add myself in uploader + * Standards-Version: 3.7.2 + * add buiddepends on cdbs because of simple-patchsys -- Stefan Potyra <[email protected]> Sun, 14 May 2006 22:18:14 +0200 diff --git a/trigger/debian/control b/trigger/debian/control index e78afdc..a8632d6 100644 --- a/trigger/debian/control +++ b/trigger/debian/control @@ -2,8 +2,8 @@ Source: trigger Section: games Priority: optional Maintainer: Debian Games Team <[email protected]> -Build-Depends: debhelper (>= 5.0.0), jam, libopenal-dev, libalut-dev, libphysfs-dev, libsdl-image1.2-dev, docbook-to-man -Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 5.0.0), jam, libopenal-dev, libalut-dev, libphysfs-dev, libsdl-image1.2-dev, docbook-to-man, cdbs +Standards-Version: 3.7.2 Uploaders: Stefan Potyra <[email protected]>, Gonéri Le Bouder <[email protected]> Package: trigger diff --git a/trigger/debian/rules b/trigger/debian/rules index 8634f56..f2bf999 100755 --- a/trigger/debian/rules +++ b/trigger/debian/rules @@ -4,6 +4,8 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +include /usr/share/cdbs/1/rules/simple-patchsys.mk + # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) @@ -48,7 +50,7 @@ build-stamp: config.status jam touch build-stamp -clean: +clean:: dh_testdir dh_testroot rm -f build-stamp -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/trigger-rally.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

