[jstest-gtk] 01/01: Migrate to dbgsym debug packages.

Stephen Kitt skitt at moszumanska.debian.org
Sun Dec 20 13:11:13 UTC 2015


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

skitt pushed a commit to branch master
in repository jstest-gtk.

commit 08123d5582c7caccaa8acb12dbd494e7cbdc49ff
Author: Stephen Kitt <steve at sk2.org>
Date:   Sun Dec 20 14:11:01 2015 +0100

    Migrate to dbgsym debug packages.
---
 debian/changelog |  6 ++++++
 debian/control   | 20 +-------------------
 debian/rules     |  2 +-
 3 files changed, 8 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3e17085..76ad921 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jstest-gtk (0.1.1~git20140501-3) UNRELEASED; urgency=medium
+
+  * Migrate to dbgsym debug packages.
+
+ -- Stephen Kitt <skitt at debian.org>  Sun, 20 Dec 2015 14:02:34 +0100
+
 jstest-gtk (0.1.1~git20140501-2) unstable; urgency=medium
 
   * Fix flags-from-env.patch so the package builds again.
diff --git a/debian/control b/debian/control
index f6dbbe2..5c6a881 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Stephen Kitt <skitt at debian.org>
-Build-Depends: debhelper (>= 9), scons, dh-buildinfo,
+Build-Depends: debhelper (>= 9.20151219~), scons, dh-buildinfo,
  libgtkmm-2.4-dev, libsigc++-2.0-dev, libexpat1-dev, libx11-dev
 Standards-Version: 3.9.6
 Homepage: http://pingus.seul.org/~grumbel/jstest-gtk/
@@ -14,7 +14,6 @@ Package: jstest-gtk
 Architecture: linux-any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: joystick
-Suggests: jstest-gtk-dbg (= ${binary:Version})
 Description: joystick testing and configuration tool
  jstest-gtk is a simple graphical joystick tester. It provides a list
  of attached joysticks, and for each one can display which buttons and
@@ -28,20 +27,3 @@ Description: joystick testing and configuration tool
  Installing the joystick package in addition to this one will allow
  you to store your calibration settings and mappings and have the
  automatically restored.
-
-Package: jstest-gtk-dbg
-Section: debug
-Priority: extra
-Architecture: linux-any
-Depends: jstest-gtk (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: joystick testing and configuration tool - debug
- jstest-gtk is a simple graphical joystick tester. It provides a list
- of attached joysticks, and for each one can display which buttons and
- axes are pressed, remap axes and buttons, and calibrate the device.
- .
- Even when your joystick is working mostly fine, you might want to
- give it a try, as the calibration lets you get rid of overlarge
- default deadzones that many joysticks use and which are a noticeable
- problem in some games.
- .
- This package contains the debugging symbols.
diff --git a/debian/rules b/debian/rules
index cd0e713..f8e5c92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ override_dh_auto_clean:
 	-scons -c
 
 override_dh_strip:
-	dh_strip --dbg-package=jstest-gtk-dbg
+	dh_strip --ddeb-migration='jstest-gtk-dbg (<< 0.1.1~git20140501-3~)'
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/jstest-gtk.git



More information about the Pkg-games-commits mailing list