From b98d7ab3c0d00287261dda219ae7d6134334b98d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 8 Apr 2009 12:21:20 +0200 Subject: [PATCH] Debian: Create package i3-wm-dbg with debug symbols (thanks sur5r) --- debian/control | 9 +++++++++ debian/rules | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index cdb78d07..2e79543c 100644 --- a/debian/control +++ b/debian/control @@ -32,3 +32,12 @@ Description: an improved dynamic tiling window manager . 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). + +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. diff --git a/debian/rules b/debian/rules index 0f1565c3..e6e04df0 100755 --- a/debian/rules +++ b/debian/rules @@ -68,7 +68,7 @@ binary-arch: build install # dh_installinfo dh_installman dh_link - dh_strip + dh_strip --dbg-package=i3-wm-dbg dh_compress dh_fixperms # dh_perl -- 2.39.2