This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit 65500521c1c46d79d1b3389c0648ca0f65019d4b Author: Sven Eckelmann <[email protected]> Date: Fri Oct 30 19:05:10 2009 +0100 Remove shlibs:Depends for binary packages without shared libs dependencies --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c9ebe45..4a67039 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ mupen64plus (1.5+dfsg1-8) UNRELEASED; urgency=low * debian/patches: - Add rice_fog.patch, Reduce flickering when enabling fog in rice + * Remove shlibs:Depends for binary packages without shared libs dependencies -- Sven Eckelmann <[email protected]> Mon, 19 Oct 2009 23:23:05 +0200 diff --git a/debian/control b/debian/control index 89a51d3..268dd23 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Package: mupen64plus-dbg Section: debug Priority: extra Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, +Depends: ${misc:Depends}, mupen64plus (= ${binary:Version}) Description: mupen64plus debug symbols package N64 Emulator for Linux that works with many ROMs that are publically available. -- 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

