mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 09:25:09 +00:00
* debian/rules: add a symlink to let gdb find debugging symbols
for libSOGo on debian/ubuntu. (gdb bug #9538) Monotone-Parent: 63d1979f1bf80c8cb8608a3119f81cf2bf421fe5 Monotone-Revision: a3b799159abc70880dcdddcf22236376e1646a5d Monotone-Author: jraby@inverse.ca Monotone-Date: 2012-02-23T15:35:07 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2012-02-23 Jean Raby <jraby@inverse.ca>
|
||||
|
||||
* debian/rules: add a symlink to let gdb find debugging symbols
|
||||
for libSOGo on debian/ubuntu. (gdb bug #9538)
|
||||
|
||||
2012-02-22 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/UIxAclEditor.js (addUser): fixed case when
|
||||
|
||||
Vendored
+4
@@ -59,6 +59,10 @@ binary-arch: build-arch install-arch
|
||||
dh_install
|
||||
dh_link
|
||||
dh_strip --dbg-package=sogo-dbg
|
||||
# workaround for http://sourceware.org/bugzilla/show_bug.cgi?id=9538
|
||||
# to let gdb find the symbols for libSOGo
|
||||
( cd debian/sogo-dbg/usr/lib/debug/usr/lib/; \
|
||||
ln -s GNUstep/Frameworks/SOGo.framework/Versions/*/libSOGo* ./ )
|
||||
dh_compress
|
||||
dh_fixperms -X/etc/cron.d/sogo
|
||||
dh_makeshlibs
|
||||
|
||||
Reference in New Issue
Block a user