[Pkg-sdl-commits] [libsdl1.2] 01/05: Changes to ensure proper migration from -dbg package

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Thu Mar 17 14:14:11 UTC 2016


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

mafm pushed a commit to branch master
in repository libsdl1.2.

commit bfb537a6c17a10b85019d7bc96efad9237875783
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Thu Mar 17 12:03:27 2016 +0000

    Changes to ensure proper migration from -dbg package
    
    * Ensure proper migration from -dbg package using "dh_strip --dbgsym-migration"
    * Bump debhelper dependency for --dbgsym-migration
---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0305b72..7fa4d71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libsdl1.2 (1.2.15+dfsg1-4) UNRELEASED; urgency=medium
+
+  * Ensure proper migration from -dbg package using "dh_strip --dbgsym-migration"
+  * Bump debhelper dependency for --dbgsym-migration
+
+ -- Manuel A. Fernandez Montecelo <mafm at debian.org>  Thu, 17 Mar 2016 11:49:09 +0000
+
 libsdl1.2 (1.2.15+dfsg1-3) unstable; urgency=medium
 
   * Disable suppot for DirectFB (Closes: #816125)
diff --git a/debian/control b/debian/control
index bf466ee..d94ede1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.de
 Uploaders: Felix Geyer <fgeyer at debian.org>,
            Manuel A. Fernandez Montecelo <mafm at debian.org>
 Standards-Version: 3.9.7
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9.20160114),
                dh-autoreconf,
                dpkg-dev (>= 1.16.1~),
                nasm [any-i386],
diff --git a/debian/rules b/debian/rules
index 32e688e..7bf0ae6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ SOURCE_DATE := $(shell dpkg-parsechangelog --show-field=Date)
 
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@ --with autoreconf --parallel --dbgsym-migration='libsdl1.2-dbg (<< 1.2.15+dfsg1-4~)'
 
 override_dh_autoreconf:
         # aclocal needs to include in specific order, and/or it seems that

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl1.2.git



More information about the pkg-sdl-commits mailing list