[Pkg-sdl-commits] [libsdl2] 01/04: Changes to ensure proper migration from -dbg package

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Thu Mar 17 23:43:54 UTC 2016


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

mafm pushed a commit to branch master
in repository libsdl2.

commit 9f7771cfbde12b70242d65335c4618b74a7e3219
Author: Manuel A. Fernandez Montecelo <mafm at debian.org>
Date:   Thu Mar 17 12:08:40 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 | 2 ++
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4804456..d25ba58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ libsdl2 (2.0.4+dfsg2-1) UNRELEASED; urgency=medium
     - timestamps_in_tarball, use --clamp-mtime with changelog as date
     - timestamps_in_gzip_headers, export GZIP="-9n"
   * Add depends from -doc on libjs-jquery, use symlink instead of embedded copy
+  * Ensure proper migration from -dbg package using "dh_strip --dbgsym-migration"
+  * Bump debhelper dependency for --dbgsym-migration
 
   [ Gianfranco Costamagna ]
   * Fix insecure VCS fields.
diff --git a/debian/control b/debian/control
index 05dea40..5423a1c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders:
  Felix Geyer <fgeyer at debian.org>
 Standards-Version: 3.9.7
 Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 9.20160114),
  dh-autoreconf,
  libasound2-dev [linux-any],
  libdbus-1-dev,
diff --git a/debian/rules b/debian/rules
index b41b20d..dd88aef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ SOURCE_DATE := $(shell dpkg-parsechangelog --show-field=Date)
 
 
 %:
-	dh $@ --with autoreconf --parallel
+	dh $@ --with autoreconf --parallel --dbgsym-migration='libsdl2-dbg (<< 2.0.4+dfsg2-1~)'
 
 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/libsdl2.git



More information about the pkg-sdl-commits mailing list