[varconf] 03/03: Convert to automatic debug package

Olek Wojnar olek-guest at moszumanska.debian.org
Sun Jun 12 03:45:59 UTC 2016


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

olek-guest pushed a commit to branch updates
in repository varconf.

commit 9f55017af340e2a919bac68b208c54c92aa4dcd0
Author: Olek Wojnar <olek-dev at wojnar.org>
Date:   Sat Jun 11 20:53:08 2016 -0500

    Convert to automatic debug package
---
 debian/changelog |  3 ++-
 debian/control   | 19 -------------------
 debian/rules     |  6 +-----
 3 files changed, 3 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 18e8c27..10aa657 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,9 @@ varconf (1.0.1-1) unstable; urgency=medium
   * Update d/rules: remove builddeb override since xz is now default
   * Add d/triggers for proper ldconfig functionality
   * Enable all hardening options
+  * Convert to automatic debug package
 
- -- Olek Wojnar <olek-dev at wojnar.org>  Mon, 06 Jun 2016 17:59:01 -0500
+ -- Olek Wojnar <olek-dev at wojnar.org>  Sat, 11 Jun 2016 20:52:12 -0500
 
 varconf (1.0.0-2) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 628109f..19c9e9a 100644
--- a/debian/control
+++ b/debian/control
@@ -48,22 +48,3 @@ Description: WorldForge configuration file handling library - development files
  .
  This package contains the development files for compiling applications and
  libraries depending on varconf.
-
-Package: libvarconf-1.0-8v5-dbg
-Architecture: any
-Multi-Arch: same
-Section: debug
-Priority: extra
-Pre-Depends: ${misc:Pre-Depends}
-Depends: libvarconf-1.0-8v5 (= ${binary:Version}),
-         ${misc:Depends}
-Conflicts: libvarconf-1.0-8-dbg
-Replaces: libvarconf-1.0-8-dbg
-Description: WorldForge configuration file handling library - debugging libraries
- Varconf is a configuration system designed for the STAGE server. Varconf
- can parse configuration files, command-line arguments and environment
- variables. It supports callbacks and can store its configuration
- information in separate Config objects or in one global configuration
- instance.
- .
- This package contains the shared libraries with debugging symbols.
diff --git a/debian/rules b/debian/rules
index d7c1bfb..1d2f4be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,4 @@ override_dh_install:
 	dh_install --fail-missing -X.la -X.a
 
 override_dh_strip:
-	set -e; \
-	for pkg in $(patsubst %-dbg,%,$(filter %-dbg,$(shell dh_listpackages))); do \
-		dh_strip -p$${pkg} --dbg-package=$${pkg}-dbg; \
-	done
-	dh_strip -s --remaining-packages
+	dh_strip --dbgsym-migration='libvarconf-1.0-8v5-dbg (<< 1.0.1-1)'

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



More information about the Pkg-games-commits mailing list