This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-video-glide64.
commit 921e6d5f4146e2cd40c20ed7df65ad9b00912533 Author: Sven Eckelmann <[email protected]> Date: Thu Nov 25 22:21:03 2010 +0100 Move to xserver-xorg style abi dependencies xserver-xorg in version 1.9 doesn't create conflicts for incompatible abi which must be provided by each driver, but each driver has to depend on the specific abi versions of the xserver-xorg-core. This should make it easier to avoid conflicts on abi changes in the future. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 684aa81..31012b2 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,8 @@ DM-Upload-Allowed: yes Package: mupen64plus-video-glide64 Architecture: any-i386 any-amd64 -Depends: ${shlibs:Depends}, ${misc:Depends} -Provides: mupen64plus-video-1 +Depends: ${shlibs:Depends}, ${misc:Depends}, mupen64plus-video-abi-1 +Provides: mupen64plus-video Description: plugin-based Nintendo 64 emulator N64 Emulator for Linux that works with many ROMs that are publically available. It has the following features: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-glide64.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

