This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository dopewars.
commit 279095d64d10da2d2bce82c43ce830a8d51f3d12 Author: Markus Koschany <[email protected]> Date: Tue Dec 5 18:02:39 2017 +0100 Drop esd support. Closes: #633392 Thanks: Felipe Sateler for the patch. --- debian/control | 2 -- debian/rules | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 51a3358..9513f01 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,6 @@ Section: games Priority: optional Build-Depends: debhelper (>= 10), - libesd0-dev, libglib2.0-dev, libgtk2.0-dev, libncurses5-dev, @@ -19,7 +18,6 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/dopewars.git Package: dopewars Architecture: any Depends: dopewars-data (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} -Recommends: pulseaudio-esound-compat | esound Description: drug-dealing game set in streets of New York City UNIX rewrite of the MS-DOS program of the same name, which in turn was inspired by John E. Dell's "Drug Wars" game. You have one month to buy and diff --git a/debian/rules b/debian/rules index 3fca33b..54f5aa9 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ #export DH_VERBOSE=1 override_dh_auto_configure: - dh_auto_configure -- --prefix=/usr --datadir=/usr/share --bindir=/usr/games --localstatedir=/var/games --libdir=/usr/lib --libexecdir=/usr/lib + dh_auto_configure -- --prefix=/usr --datadir=/usr/share --bindir=/usr/games --localstatedir=/var/games --libdir=/usr/lib --libexecdir=/usr/lib --without-esd override_dh_autoreconf: cp -f $(shell automake --print-libdir)/mkinstalldirs . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dopewars.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

