Source: openchange
Version: 2.0-2
Severity: wishlist
Tags: patch

Hey there,
please add a -dbg package to allow better debugging of errors.

See the attached patch with changes I've done for local testing.

Cheers
Markus

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- openchange-2.0/debian/rules	2013-10-22 16:27:30.000000000 +0200
+++ openchange/debian/rules	2014-01-01 17:36:33.693426651 +0100
@@ -60,5 +60,9 @@
 override_dh_install:
 	dh_install --sourcedir=debian/tmp --list-missing --fail-missing
 
+.PHONY: override_dh_strip
+override_dh_strip:
+	dh_strip --dbg-package=openchange-dbg
+
 get-orig-source:
 	./debian/build-orig.sh
--- openchange-2.0/debian/control	2013-10-22 16:27:30.000000000 +0200
+++ openchange/debian/control	2014-01-01 17:39:50.512386460 +0100
@@ -204,3 +204,12 @@
  Library that can store arbitrary MAPI objects.
  .
  This package contains the development files.
+
+Package: openchange-dbg
+Section: debug
+Architecture: any
+Depends: libmapi0 (= ${binary:Version}), ${misc:Depends}
+Description: Experimental MAPI (Exchange/Outlook) library - debug symbols
+ Library and server tools for the MAPI protocol.
+ .
+ This package contains debugging symbols.

Reply via email to