This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository steamcmd.
commit 82bc4372ab6c5cdc695d38949754d8dabf3963eb Author: Alexandre Detiste <[email protected]> Date: Sun Dec 13 09:10:21 2015 +0100 install our wrapper script with debian/install too --- debian/install | 5 +++-- debian/rules | 5 ----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/debian/install b/debian/install index d7b4c7c..eefc4f8 100644 --- a/debian/install +++ b/debian/install @@ -1,2 +1,3 @@ -steamcmd.sh usr/lib/games/steam/ -linux32/steamcmd usr/lib/games/steam/ +debian/scripts/steamcmd usr/games/ +steamcmd.sh usr/lib/games/steam/ +linux32/steamcmd usr/lib/games/steam/ diff --git a/debian/rules b/debian/rules index 4c7f61a..cbe925d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,3 @@ #!/usr/bin/make -f %: dh $@ - -override_dh_auto_install: - dh_auto_install - mkdir -p debian/steamcmd/usr/games/ - install -m0755 debian/scripts/steamcmd debian/steamcmd/usr/games/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/steamcmd.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

