mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-18 20:10:29 +01:00
Move debugging symbols to new wmaker-dbg package
Debian packaging change. Strip binaries (as required by policy) and provide detached debugging symbols in newly added wmaker-dbg package.
This commit is contained in:
committed by
Carlos R. Mafra
parent
7e5b8e412f
commit
bfd1abd32b
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -42,6 +42,7 @@ wmaker (0.92.0+git-0) unstable; urgency=low
|
||||
+ wmsetbg crashing on big png images. (Fixed by git
|
||||
2ccc8e4a79a3179454d82b9acc574135ea6369a4, switching from alloca to
|
||||
calloc - wrlib/png.c) Closes: #148370
|
||||
* Provide detached debugging symbols in wmaker-dbg package.
|
||||
|
||||
-- Andreas Metzler <ametzler@debian.org> Sat, 07 Aug 2010 10:56:00 +0200
|
||||
|
||||
|
||||
11
debian/control
vendored
11
debian/control
vendored
@@ -87,3 +87,14 @@ Description: Window Maker's own widget set - runtime library
|
||||
the WindowMaker window manager.
|
||||
.
|
||||
This package contains the libWINGs runtime library.
|
||||
|
||||
Package: wmaker-dbg
|
||||
Architecture: any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Depends: libwraster3 (= ${binary:Version}) | libwings2 (= ${binary:Version}) |
|
||||
libwutil1 (= ${binary:Version}) | wmaker (= ${binary:Version}),
|
||||
${misc:Depends}
|
||||
Description: debugging symbols for WindowMaker packages
|
||||
This package contains debugging symbols for Window Maker and its core
|
||||
libraries (libWINGs, libWutils, libwraster).
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -179,7 +179,7 @@ binary-arch: build
|
||||
dh_installman -a
|
||||
dh_installchangelogs -a ChangeLog
|
||||
dh_link -a
|
||||
# dh_strip -a
|
||||
dh_strip -a --dbg-package=wmaker-dbg
|
||||
dh_lintian
|
||||
dh_compress -a
|
||||
dh_fixperms -a
|
||||
|
||||
Reference in New Issue
Block a user