This is an automated email from the git hooks/post-receive script. roam-guest pushed a commit to branch master in repository fenix.
commit b84bed353621977f3a09a71fe2277aa4b0fd3b7b Author: Peter Pentchev <[email protected]> Date: Fri Dec 18 19:10:03 2015 +0200 Depend on libmikmod-dev instead of libmikmod2-dev. Closes: #744986 Reported by: Stephen Kitt <[email protected]> --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 89c9b26..ca9561f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ fenix (0.92a.dfsg1-12) UNRELEASED; urgency=medium this still leaves some non-UTF-8 characters in patches that reference the original program source. * Use the dpkg-dev defaults for compressing the Debian tarball. + * Depend on libmikmod-dev instead of libmikmod2-dev. Closes: #744986. -- Peter Pentchev <[email protected]> Thu, 17 Dec 2015 16:11:53 +0200 diff --git a/debian/control b/debian/control index e4ec696..a24e7ad 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: autotools-dev, debhelper (>= 9), libgif-dev, - libmikmod2-dev, + libmikmod-dev, libpng-dev, libsdl-mixer1.2-dev, libsdl1.2-dev, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fenix.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

