Debian: Create package i3-wm-dbg with debug symbols (thanks sur5r)

This commit is contained in:
Michael Stapelberg 2009-04-08 12:21:20 +02:00
parent bd9de8189b
commit b98d7ab3c0
2 changed files with 10 additions and 1 deletions

9
debian/control vendored
View File

@ -32,3 +32,12 @@ Description: an improved dynamic tiling window manager
. .
Please be aware i3 is primarily targeted at advanced users and developers Please be aware i3 is primarily targeted at advanced users and developers
and that you're currently trying an alpha version (which may contain bugs). and that you're currently trying an alpha version (which may contain bugs).
Package: i3-wm-dbg
Architecture: any
Priority: optional
Section: x11
Depends: i3-wm (=${Source-Version})
Description: Debugging symbols for the i3 window manager
Debugging symbols for the i3 window manager. Please install this to produce
useful backtraces before creating new tickets.

2
debian/rules vendored
View File

@ -68,7 +68,7 @@ binary-arch: build install
# dh_installinfo # dh_installinfo
dh_installman dh_installman
dh_link dh_link
dh_strip dh_strip --dbg-package=i3-wm-dbg
dh_compress dh_compress
dh_fixperms dh_fixperms
# dh_perl # dh_perl