This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit 8378971c483e7793fb413a2292c5fa7aa2766514 Author: Sven Eckelmann <[email protected]> Date: Mon Jun 1 12:38:24 2009 +0200 Don't depend on libqt4-dev --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 98ec8d4..4cd4f94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ mupen64plus (1.5-2) UNRELEASED; urgency=low * Enable autobuild for non-free package * Enable pristine-tar for orig.tar.gz * Cleanup debian/control + * Don't depend on libqt4-dev -- Sven Eckelmann <[email protected]> Mon, 01 Jun 2009 12:27:41 +0200 diff --git a/debian/control b/debian/control index 67b20aa..4efb441 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Félix Arreola Rodríguez <[email protected]> Standards-Version: 3.7.3 Homepage: http://code.google.com/p/mupen64plus/ -Build-Depends: debhelper (>= 7), libsdl1.2-dev, libsdl-ttf2.0-dev, libgtk2.0-dev | libqt4-dev, libsamplerate0-dev +Build-Depends: debhelper (>= 7), libsdl1.2-dev, libsdl-ttf2.0-dev, libgtk2.0-dev, libsamplerate0-dev XS-Autobuild: true Package: mupen64plus -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

