This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit 388ab1df4583254d47425776b494d803da7fb38c Author: Sven Eckelmann <[email protected]> Date: Mon Aug 10 00:08:54 2009 +0200 Enabled integrated debugger --- debian/control | 4 +++- debian/rules | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 2db994e..deb1c84 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), libsdl1.2-dev, libsdl-ttf2.0-dev, libfreetype6-dev, libglib2.0-dev, libgtk2.0-dev, libsamplerate0-dev, libpng12-dev | libpng-dev, libbz2-dev, zlib1g-dev | libz-dev, libgl1-mesa-dev | libgl-dev, - libglu1-mesa-dev | libglu-dev + libglu1-mesa-dev | libglu-dev, binutils-dev Package: mupen64plus Architecture: any @@ -26,6 +26,7 @@ Description: plugin-based Nintendo 64 emulator * fullscreen support * high quality texture filter for many graphic plugins * support for external hi-res texture packs + * integrated graphical debugger for development Package: mupen64plus-dbg Section: debug @@ -43,5 +44,6 @@ Description: mupen64plus debug symbols package * fullscreen support * high quality texture filter for many graphic plugins * support for external hi-res texture packs + * integrated graphical debugger for development . This package contains the debug files. diff --git a/debian/rules b/debian/rules index 67c6afe..37f5341 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ clean: override_dh_auto_build: mkdir -p $(CURDIR)/plugins - LDFLAGS='-Wl,--as-needed' $(MAKE) DBGSYM=1 all + LDFLAGS='-Wl,--as-needed' $(MAKE) DBGSYM=1 DBG=1 all override_dh_auto_install: $(MAKE) DESTDIR=$(CURDIR)/debian/tmp PREFIX=/usr/ LIBDIR=/usr/lib/mupen64plus/ BINDIR=/usr/games/ install -- 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

