This is an automated email from the git hooks/post-receive script. micove-guest pushed a commit to branch master in repository pcsx2.
commit da0bd47aae70caedaa0963f015f763ece1db5c84 Author: Miguel A. Colón Vélez <[email protected]> Date: Sun Jul 19 10:38:17 2015 -0400 Move libc6-i686 to Recommends. Package is optional and has a Depends on libc6-i686 which is extra on i386. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index d1266c6..6337926 100644 --- a/debian/control +++ b/debian/control @@ -32,11 +32,11 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/pcsx2.git Package: pcsx2 Architecture: i386 Depends: - libc6-i686 [i386], ${misc:Depends}, ${shlibs:Depends} Recommends: - libasound2-plugins [linux-any] + libasound2-plugins [linux-any], + libc6-i686 [i386] Description: Playstation 2 emulator PCSX2 is a PlayStation 2 emulator for Windows and Linux. . -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pcsx2.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

