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
This commit is contained in:
Wolfgang Sourdeau
2010-09-09 15:51:13 +00:00
parent d68fa531a8
commit 2ec0d4d273
2 changed files with 16 additions and 3 deletions
+11 -1
View File
@@ -1,7 +1,7 @@
Source: sogo
Priority: optional
Maintainer: Inverse Support <support@inverse.ca>
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.
+5 -2
View File
@@ -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