[mupen64plus-ui-console] 01/01: Drop mupen64plus-ui-console/-dbg in favor of -dbgsym package

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Wed Dec 30 20:47:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus-ui-console.

commit 29032899ea5fd76e84b2ab774aed49e3e0472183
Author: Sven Eckelmann <sven at narfation.org>
Date:   Wed Dec 30 21:39:28 2015 +0100

    Drop mupen64plus-ui-console/-dbg in favor of -dbgsym package
---
 debian/changelog                      |  7 +++++++
 debian/control                        | 23 +----------------------
 debian/mupen64plus-ui-console.install |  5 -----
 debian/rules                          |  3 +--
 4 files changed, 9 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 43ab36c..6a42067 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mupen64plus-ui-console (2.5-3) UNRELEASED; urgency=medium
+
+  * debian/control, debian/rules:
+     - Drop mupen64plus-ui-console-dbg in favor of -dbgsym package
+
+ -- Sven Eckelmann <sven at narfation.org>  Wed, 30 Dec 2015 21:25:18 +0100
+
 mupen64plus-ui-console (2.5-2) unstable; urgency=medium
 
   * debian/control:
diff --git a/debian/control b/debian/control
index 0ecb389..ed23fc1 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Homepage: http://mupen64plus.org/
 Vcs-Git: git://anonscm.debian.org/pkg-games/mupen64plus-ui-console.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/mupen64plus-ui-console.git
 Build-Depends:
- debhelper (>= 9.20130604),
+ debhelper (>= 9.20151219),
  dpkg-dev (>= 1.16.1.1),
  libmupen64plus-dev (>= 1.99.5),
  libsdl2-dev,
@@ -44,24 +44,3 @@ Description: console frontend for mupen64plus
  .
  It does not provide any sort of graphical setup or functionality to
  uncompress files.
-
-Package: mupen64plus-ui-console-dbg
-Section: debug
-Priority: extra
-Architecture: any-i386 any-amd64
-Depends:
- ${misc:Depends},
- mupen64plus-ui-console (= ${binary:Version}),
-Description: console frontend for mupen64plus debug symbols package
- Minimal console user interface for mupen64plus. Features provided:
-  * Changeable emulation plugins for audio, core, input, rsp, video
-  * Selection of emulation core
-  * Graphical OSD for status output
-  * Setting of configuration variable per session or in configuration file
-  * Cheat database support
-  * Loading of roms
- .
- It does not provide any sort of graphical setup or functionality to
- uncompress files.
- .
- This package contains the debug files.
diff --git a/debian/mupen64plus-ui-console.install b/debian/mupen64plus-ui-console.install
deleted file mode 100644
index 9449e59..0000000
--- a/debian/mupen64plus-ui-console.install
+++ /dev/null
@@ -1,5 +0,0 @@
-usr/games/
-usr/share/man/man6/mupen64plus.6
-usr/share/applications/mupen64plus.desktop
-usr/share/icons/hicolor/48x48/apps/mupen64plus.png
-usr/share/icons/hicolor/scalable/apps/mupen64plus.svg
diff --git a/debian/rules b/debian/rules
index fb255eb..f4fd813 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 PREFIX=/usr/ COREDIR="/usr/lib/$(DEB_HOST_MULTIARCH)/" PLUGINDIR="/usr/lib/$(DEB_HOST_MULTIARCH)/mupen64plus" MANDIR=/usr/share/man/ BINDIR=/usr/games/ OPTFLAGS="-DNDEBUG" PIE=1 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="$(DBG_PACKAGE)"
+	dh_strip -a --ddeb-migration='mupen64plus-ui-console-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-ui-console.git



More information about the Pkg-games-commits mailing list