This is an automated email from the git hooks/post-receive script. vcheng pushed a commit to branch master in repository wesnoth.
commit 35b58f4d17fa57aa5560ee2eef62d447c29e60dd Author: Vincent Cheng <[email protected]> Date: Sun Feb 1 15:17:28 2015 -0800 fix dh_install error --- 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 8955485..5886f14 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/ -debian/tmp/usr/share/games/wesnoth/1.12/utils/ +utils/ debian/tmp/usr/share/games/wesnoth/1.12/ diff --git a/debian/wesnoth-BRANCH-tools.install.in b/debian/wesnoth-BRANCH-tools.install.in index d51bc72..246e296 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/ -debian/tmp/usr/share/games/wesnoth/BRANCH/utils/ +utils/ debian/tmp/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

