This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository whichwayisup.
commit 77f31e2fd927a8e3a5994b63bee2639612a09ff0 Author: Miriam Ruiz <[email protected]> Date: Fri Jan 4 17:31:25 2008 +0000 Removed bashisms in debian/rules --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 955babc..e9a23cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ whichwayisup (0.7.0-2) UNRELEASED; urgency=low [ Miriam Ruiz ] * Fixed URL to GPL v2 in debian/copyright + * Fixed bashism: Replaced "{build,configure}-stamp" + by "build-stamp configure-stamp" in debian/rules. [ Jon Dowland ] * Add Homepage: to source control stanza diff --git a/debian/rules b/debian/rules index 1a79ea0..897d6cc 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,7 @@ build-stamp: configure-stamp clean: dh_testdir dh_testroot - rm -f {build,configure}-stamp + rm -f build-stamp configure-stamp $(MAKE) -f /usr/share/quilt/quilt.make unpatch dh_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/whichwayisup.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

