Please do not reply to this email. You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=20768
Ubuntu | evolution
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |ASSIGNED
Ever Confirmed|0 |1
------- Additional Comments From [EMAIL PROTECTED] 2005-12-17 13:43 UTC -------
The packages are built with debug flag by default with cdbs. From
/usr/share/cdbs/1/class/langcore.mk:
"CFLAGS = -g -Wall
CXXFLAGS = -g -Wall
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
DEB_OPT_FLAG = -O0
else
DEB_OPT_FLAG = -O2
endif
CFLAGS += $(DEB_OPT_FLAG)
CXXFLAGS += $(DEB_OPT_FLAG)"
There is no need use them from the debian/rules. The packages are stripped
because the debug information would overload the mirror and the bandwith need.
You can read https://wiki.ubuntu.com/DebuggingProgramCrash about how to build a
debug package. The current rules file has a typo though, it should append -fPIC
to the CFLAGS instead of set it, I'll fix that with next upload.
--
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
--
desktop-bugs mailing list
[email protected]
http://lists.ubuntu.com/mailman/listinfo/desktop-bugs