From 2ec0d4d273b38d5f49c28ee01f9e68c3c327b574 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 9 Sep 2010 15:51:13 +0000 Subject: [PATCH] debian debug symbols Monotone-Parent: 105b4d78ea10a9821986149f8e9f4e646deacb5b Monotone-Revision: 625efb02980e7be9f62a6da3298d79adb34b78bd Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-09-09T15:51:13 Monotone-Branch: ca.inverse.sogo --- debian/control | 12 +++++++++++- debian/rules | 7 +++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 5f7b50e29..601a068d6 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: sogo Priority: optional Maintainer: Inverse Support -Build-Depends: debhelper (>= 7), gobjc | objc-compiler, libgnustep-base-dev, libsope-appserver4.9-dev, libsope-core4.9-dev, libsope-gdl1-4.9-dev, libsope-ldap4.9-dev, libsope-mime4.9-dev, libsope-xml4.9-dev, libmemcached-dev, libxml2-dev, libssl-dev +Build-Depends: debhelper (>= 7.0.50), gobjc | objc-compiler, libgnustep-base-dev, libsope-appserver4.9-dev, libsope-core4.9-dev, libsope-gdl1-4.9-dev, libsope-ldap4.9-dev, libsope-mime4.9-dev, libsope-xml4.9-dev, libmemcached-dev, libxml2-dev, libssl-dev Section: web Standards-Version: 3.8.2 @@ -21,3 +21,13 @@ Description: a modern and scalable groupware The Web interface has been rewritten in an AJAX fashion to provide a faster UI for the users, consistency in look and feel with the Mozilla applications, and to reduce the load of the transactions on the server. + +Package: sogo-dbg +Section: debug +Architecture: any +Depends: sogo (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: a modern and scalable groupware - debugging symbols + SOGo is a groupware server built around OpenGroupware.org (OGo) and + the SOPE application server with focus on scalability. + . + This package contains the debugging symbols for SOGo. diff --git a/debian/rules b/debian/rules index b67a4f461..a9ec9c5dd 100755 --- a/debian/rules +++ b/debian/rules @@ -67,7 +67,7 @@ binary-arch: build-arch install-arch dh_installman dh_install dh_link - dh_strip +# dh_strip dh_compress dh_fixperms dh_makeshlibs @@ -77,5 +77,8 @@ binary-arch: build-arch install-arch dh_md5sums dh_builddeb +override_dh_strip: + dh_strip --dbg-package=sogo-dbg + binary: binary-arch -.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch +.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch override_dh_strip