This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository dopewars.
commit 021cffad6679e2ac6d114c20724c7827d1075d3c Author: Markus Koschany <[email protected]> Date: Tue Dec 5 18:36:13 2017 +0100 Build-depend on libsdl-mixer1.2-dev. --- debian/changelog | 1 + debian/control | 12 +++++++++--- debian/dopewars.manpages | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 81a596b..77304ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ dopewars (1.5.12-19) unstable; urgency=medium * Remove README.Debian. * Declare compliance with Debian Policy 4.1.2. * export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed + * Build-Depend on libsdl-mixer1.2-dev. -- Markus Koschany <[email protected]> Tue, 05 Dec 2017 18:07:35 +0100 diff --git a/debian/control b/debian/control index 4732fea..ffd0970 100644 --- a/debian/control +++ b/debian/control @@ -6,10 +6,12 @@ Build-Depends: libglib2.0-dev, libgtk2.0-dev, libncurses5-dev, + libsdl-mixer1.2-dev, libsdl1.2-dev, pkg-config Maintainer: Debian Games Team <[email protected]> -Uploaders: Dean Evans <[email protected]> +Uploaders: + Dean Evans <[email protected]> Standards-Version: 4.1.2 Homepage: http://dopewars.sourceforge.net Vcs-git: https://anonscm.debian.org/git/pkg-games/dopewars.git @@ -17,7 +19,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/dopewars.git Package: dopewars Architecture: any -Depends: dopewars-data (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} +Depends: + dopewars-data (= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends} 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 @@ -28,7 +33,8 @@ Description: drug-dealing game set in streets of New York City Package: dopewars-data Architecture: all -Depends: ${misc:Depends} +Depends: + ${misc:Depends} Description: drug-dealing game set in streets of New York City - data files 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/dopewars.manpages b/debian/dopewars.manpages index cd4a0a9..fe4b632 100644 --- a/debian/dopewars.manpages +++ b/debian/dopewars.manpages @@ -1 +1 @@ -doc/dopewars.6 \ No newline at end of file +doc/dopewars.6 -- 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

