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 0b6e3f6d6de0a513c6005caae1683679b54a085f Author: Stephen Kitt <[email protected]> Date: Sat Jan 23 19:58:39 2016 +0100 Build with mikmod. --- debian/changelog | 1 + debian/control | 1 + debian/rules | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d0f9a65..c0c258e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ heroes (0.21-11) UNRELEASED; urgency=medium * Drop the Debian menu file. * Standards-Version 3.9.6, no further change required. * Spell "suppress" correctly (thanks lintian!). + * Build with mikmod. -- Stephen Kitt <[email protected]> Wed, 20 Jan 2016 14:16:25 +0100 diff --git a/debian/control b/debian/control index 0197bd0..19c47d3 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends: gettext, help2man, heroes-data (>= 1.4), + libmikmod-config, libsdl-mixer1.2-dev, libsdl1.2-dev (>= 1.2.2-3.1), texinfo diff --git a/debian/rules b/debian/rules index 5a2b77d..4a1832e 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 --without-mikmod --with-sdl-mixer + LDFLAGS="$$(sdl-config --libs)" 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

