This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-core.
commit 7e9af035dfdd87db03a869fb6941f8b60c4919ae Author: Sven Eckelmann <[email protected]> Date: Wed Dec 30 21:39:28 2015 +0100 Drop mupen64plus-core/-dbg in favor of -dbgsym package --- debian/changelog | 7 +++++++ debian/control | 20 +------------------- debian/rules | 3 +-- 3 files changed, 9 insertions(+), 21 deletions(-) diff --git a/debian/changelog b/debian/changelog index d5caaa1..67a9d19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mupen64plus-core (2.5-3) UNRELEASED; urgency=medium + + * debian/control, debian/rules: + - Drop mupen64plus-core-dbg in favor of -dbgsym package + + -- Sven Eckelmann <[email protected]> Wed, 30 Dec 2015 21:25:17 +0100 + mupen64plus-core (2.5-2) unstable; urgency=medium * debian/libmupen64plus2.symbols diff --git a/debian/control b/debian/control index f8b6c97..d166aa3 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Homepage: http://mupen64plus.org/ Vcs-Git: git://anonscm.debian.org/pkg-games/mupen64plus-core.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/mupen64plus-core.git Build-Depends: - debhelper (>= 9.20130604), + debhelper (>= 9.20151219), dpkg-dev (>= 1.16.1.1), libfreetype6-dev, libgl1-mesa-dev | libgl-dev, @@ -64,24 +64,6 @@ Description: plugin-based Nintendo 64 emulator, core library . This package contains the actual emulator which must be loaded by a frontend. -Package: libmupen64plus2-dbg -Section: debug -Priority: extra -Architecture: any-i386 any-amd64 -Multi-Arch: same -Pre-Depends: - ${misc:Pre-Depends}, -Depends: - ${misc:Depends}, - libmupen64plus2 (= ${binary:Version}), -Description: mupen64plus debug symbols package - Flexible N64 Emulator for Linux that works with many ROMs that are publically - available. It consists of separate components to provide an user interface, - audio and graphics output, controller input, co-processor emulation and an - emulator core. - . - This package contains the debug files. - Package: libmupen64plus-dev Section: libdevel Architecture: all diff --git a/debian/rules b/debian/rules index cd49788..4fd0d30 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,6 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU) DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) MAKEOPTIONS = V=1 UNAME='$(DEB_HOST_ARCH_OS)' HOST_CPU='$(DEB_HOST_GNU_CPU)' APIDIR=/usr/include/mupen64plus/ DEBUG=1 DEBUGGER=1 PREFIX=/usr/ LIBDIR="/usr/lib/$(DEB_HOST_MULTIARCH)" PIC=1 OPTFLAGS="-DNDEBUG" SHAREDIR="/usr/share/games/mupen64plus/" SDL_CONFIG=sdl2-config -DBG_PACKAGE=$(shell dpkg-parsechangelog|grep '^Source: '|sed 's/^Source:\s*//')-dbg binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep: dh $@ --sourcedirectory="projects/unix" --parallel --list-missing @@ -30,7 +29,7 @@ override_dh_auto_install: dh_auto_install -- $(MAKEOPTIONS) override_dh_strip: - dh_strip -a --dbg-package=libmupen64plus2-dbg + dh_strip -a --ddeb-migration='mupen64plus-core-dbg (<< 2.5-3~)' override_dh_installchangelogs: dh_installchangelogs RELEASE -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-core.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

