~ubuntu-branches/ubuntu/saucy/orbit2/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/001-dont-use-atexit-handlers.patch

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-10-18 01:09:32 UTC
  • mfrom: (30.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111018010932-meu7603drgnlo9f2
Tags: 1:2.14.19-0.1
* Non-maintainer upload, for the GNOME 3 transition.
* New upstream release.
* Update watch file.
* Use dh-autoreconf:
  - Drop debian/patches/700-autoreconf.patch.
  - Add Build-Depends on dh-autoreconf.
  - Add autoreconf.mk include.
* debian/rules:
  - Don't include autotools.mk as we already include gnome.mk.
* debian/patches/001-dont-use-atexit-handlers.patch:
  - Don't use atexit handlers, as they cause gnome-settings-daemon to crash.
    Use a GNU C extension instead. Patch by Rodrigo Moya.
    (LP: #788710, Closes: #645704)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Don't use atexit handlers
 
2
 gnome-settings-daemon crashes due to the atexit installed in ORBit,
 
3
 which is unloaded as soon as the gconf g-s-d plugin is unloaded.
 
4
 So when main() quits, the atexit function from ORBit is not available
 
5
 anymore
 
6
Author: Rodrigo Moya <rodrigo.moya@canonical.com>
 
7
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=645704
 
8
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/orbit2/+bug/788710
1
9
diff --git a/src/orb/orb-core/corba-orb.c b/src/orb/orb-core/corba-orb.c
2
10
index 2b2229a..4979a89 100644
3
11
--- a/src/orb/orb-core/corba-orb.c