Codebase list varconf / 9f55017
Convert to automatic debug package Olek Wojnar 7 years ago
3 changed file(s) with 4 addition(s) and 26 deletion(s). Raw diff Collapse all Expand all
1212 * Update d/rules: remove builddeb override since xz is now default
1313 * Add d/triggers for proper ldconfig functionality
1414 * Enable all hardening options
15
16 -- Olek Wojnar <olek-dev@wojnar.org> Mon, 06 Jun 2016 17:59:01 -0500
15 * Convert to automatic debug package
16
17 -- Olek Wojnar <olek-dev@wojnar.org> Sat, 11 Jun 2016 20:52:12 -0500
1718
1819 varconf (1.0.0-2) unstable; urgency=medium
1920
4747 .
4848 This package contains the development files for compiling applications and
4949 libraries depending on varconf.
50
51 Package: libvarconf-1.0-8v5-dbg
52 Architecture: any
53 Multi-Arch: same
54 Section: debug
55 Priority: extra
56 Pre-Depends: ${misc:Pre-Depends}
57 Depends: libvarconf-1.0-8v5 (= ${binary:Version}),
58 ${misc:Depends}
59 Conflicts: libvarconf-1.0-8-dbg
60 Replaces: libvarconf-1.0-8-dbg
61 Description: WorldForge configuration file handling library - debugging libraries
62 Varconf is a configuration system designed for the STAGE server. Varconf
63 can parse configuration files, command-line arguments and environment
64 variables. It supports callbacks and can store its configuration
65 information in separate Config objects or in one global configuration
66 instance.
67 .
68 This package contains the shared libraries with debugging symbols.
88 dh_install --fail-missing -X.la -X.a
99
1010 override_dh_strip:
11 set -e; \
12 for pkg in $(patsubst %-dbg,%,$(filter %-dbg,$(shell dh_listpackages))); do \
13 dh_strip -p$${pkg} --dbg-package=$${pkg}-dbg; \
14 done
15 dh_strip -s --remaining-packages
11 dh_strip --dbgsym-migration='libvarconf-1.0-8v5-dbg (<< 1.0.1-1)'