This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository whichwayisup.
commit 73b017f9dd9af8f154e8035e1e62db2e37ce51be Author: Miriam Ruiz <[email protected]> Date: Fri Jun 1 12:03:16 2007 +0000 Added missing files --- debian/docs | 1 - debian/rules | 3 ++- debian/whichwayisup.dirs | 8 ++++++++ debian/whichwayisup.install | 6 ++++++ 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/debian/docs b/debian/docs index a3df49d..71dfd5b 100644 --- a/debian/docs +++ b/debian/docs @@ -1,2 +1 @@ -changelog.txt README.txt diff --git a/debian/rules b/debian/rules index 364528d..ebbb59d 100755 --- a/debian/rules +++ b/debian/rules @@ -33,6 +33,7 @@ install: build dh_testdir dh_testroot dh_clean -k + chmod +x run_game.py chmod +x debian/game.sh dh_installdirs @@ -40,7 +41,7 @@ install: build binary-indep: build install dh_testdir dh_testroot - dh_installchangelogs + dh_installchangelogs changelog.txt dh_installdocs dh_installexamples dh_install diff --git a/debian/whichwayisup.dirs b/debian/whichwayisup.dirs new file mode 100644 index 0000000..1c9c905 --- /dev/null +++ b/debian/whichwayisup.dirs @@ -0,0 +1,8 @@ +usr/games +usr/share/games/whichwayisup +usr/share/games/whichwayisup/lib +usr/share/games/whichwayisup/data/levels +usr/share/games/whichwayisup/data/pictures +usr/share/games/whichwayisup/data/sounds +usr/share/pixmaps +usr/share/applications diff --git a/debian/whichwayisup.install b/debian/whichwayisup.install index c684803..276c052 100644 --- a/debian/whichwayisup.install +++ b/debian/whichwayisup.install @@ -1,2 +1,8 @@ +debian/game.sh usr/share/games/whichwayisup +*.py usr/share/games/whichwayisup +lib/*.py usr/share/games/whichwayisup/lib +data/levels/* usr/share/games/whichwayisup/data/levels +data/pictures/* usr/share/games/whichwayisup/data/pictures +data/sounds/* usr/share/games/whichwayisup/data/sounds debian/*.xpm usr/share/pixmaps/ debian/*.desktop usr/share/applications/ -- 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

