This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit 542877d9040ac482293c71419d56eaaa14f2cd1b Author: Sven Eckelmann <[email protected]> Date: Tue Jun 2 14:05:56 2009 +0200 Depend on ttf-dejavu-core for osd text rendering --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d9ba79d..4db06e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ mupen64plus (1.5-3) UNRELEASED; urgency=low - Move git repository to git.debian.org - Don't conflict with unrelated package mupen64 - Depend on quilt as patch system + - Depend on ttf-dejavu-core for osd text rendering * debian/rules: - Use dh_prep instead of dh_clean -k - Let dh_clean remove the toplevel stamp files diff --git a/debian/control b/debian/control index eedd7f6..30f1a61 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ XS-Autobuild: true Package: mupen64plus Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, ttf-dejavu-core Description: Multi Platform Emulator for the N64 N64 Emulator for Linux - GTK+ 2.0 GUI . -- 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

