This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository nethack.
commit 3d153232acc5318ed4d138eb6f8695612a9e9019 Author: James Cowgill <[email protected]> Date: Thu Mar 3 04:49:50 2016 +0000 Do not pass '1' to setup.sh --- debian/rules | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index d2c4be8..7721532 100755 --- a/debian/rules +++ b/debian/rules @@ -54,10 +54,8 @@ EXTRACPP_lisp = -DLISP_GRAPHICS -DDEFAULT_WINDOW_SYS=\"lisp\" Makefile: -# setup.sh makes the symlinks for the Makefiles. Giving it any -# (in this case, 1) tells it to make symlinks. - sh sys/unix/setup.sh 1 - +# setup.sh creates all the Makefiles. + sh sys/unix/setup.sh clean: dh_testdir -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/nethack.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

