This is an automated email from the git hooks/post-receive script. vcheng pushed a commit to branch master in repository wesnoth.
commit d9298b1c3e603006631e6040fd1bb6fb9cbc62e5 Author: Vincent Cheng <[email protected]> Date: Sun Feb 1 17:39:02 2015 -0800 fix installation path of utils in wesnoth-*-tools --- debian/wesnoth-1.12-tools.install | 2 +- debian/wesnoth-BRANCH-tools.install.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/wesnoth-1.12-tools.install b/debian/wesnoth-1.12-tools.install index 5886f14..2c311e1 100644 --- a/debian/wesnoth-1.12-tools.install +++ b/debian/wesnoth-1.12-tools.install @@ -1,2 +1,2 @@ debian/tmp/usr/share/games/wesnoth/1.12/data/tools/ -utils/ debian/tmp/usr/share/games/wesnoth/1.12/ +utils/ usr/share/games/wesnoth/1.12/ diff --git a/debian/wesnoth-BRANCH-tools.install.in b/debian/wesnoth-BRANCH-tools.install.in index 246e296..2e2cc3a 100644 --- a/debian/wesnoth-BRANCH-tools.install.in +++ b/debian/wesnoth-BRANCH-tools.install.in @@ -1,2 +1,2 @@ debian/tmp/usr/share/games/wesnoth/BRANCH/data/tools/ -utils/ debian/tmp/usr/share/games/wesnoth/BRANCH/ +utils/ usr/share/games/wesnoth/BRANCH/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/wesnoth.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

