This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository mousetrap.
commit 10c5e5fdfa657d51a3ececb7c28a3530c2793b59 Author: Markus Koschany <[email protected]> Date: Wed Jul 19 18:03:20 2017 +0200 Remove trailing whitespace. Ordering. --- debian/rules | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/debian/rules b/debian/rules index 9228869..9ff71e5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,4 @@ #!/usr/bin/make -f -# Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. - # Uncomment this to turn on verbose mode. # export DH_VERBOSE=1 @@ -9,8 +6,9 @@ dh $@ override_dh_auto_configure: - dh_auto_configure -- --host=$(DEB_HOST_GNU_TYPE) \ + dh_auto_configure -- \ + --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr --mandir=\$${prefix}/share/man/man6 \ --bindir=/usr/games \ - --datadir=/usr/share/games CFLAGS="$(CFLAGS)" + --datadir=/usr/share/games CFLAGS="$(CFLAGS)" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mousetrap.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

