This is an automated email from the git hooks/post-receive script. skitt pushed a commit to annotated tag debian/0.21-11 in repository heroes.
commit b42197d57037013489444a3a5407fb1710843678 Author: Stephen Kitt <[email protected]> Date: Sat Jan 23 20:01:40 2016 +0100 No need to run sdl-config separately. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 4a1832e..6fed9b0 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ dh $@ --with autoreconf override_dh_auto_configure: - LDFLAGS="$$(sdl-config --libs)" dh_auto_configure -- --datadir=/usr/share/games --bindir=/usr/games --without-ggi --with-sdl --with-mikmod --with-sdl-mixer + dh_auto_configure -- --datadir=/usr/share/games --bindir=/usr/games --without-ggi --with-sdl --with-mikmod --with-sdl-mixer override_dh_autoreconf: # The code uses an old gettext Makefile.in.in which needs mkinstalldirs -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/heroes.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

