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

« back to all changes in this revision

Viewing changes to src/orb/util/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-10-18 01:09:32 UTC
  • mfrom: (1.2.19 upstream)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20111018010932-td27za2pgsv17qr4
* 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
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
158
158
PACKAGE_NAME = @PACKAGE_NAME@
159
159
PACKAGE_STRING = @PACKAGE_STRING@
160
160
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
161
PACKAGE_URL = @PACKAGE_URL@
161
162
PACKAGE_VERSION = @PACKAGE_VERSION@
162
163
PATH_SEPARATOR = @PATH_SEPARATOR@
163
164
PKG_CONFIG = @PKG_CONFIG@
 
165
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
166
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
164
167
RANLIB = @RANLIB@
165
168
SED = @SED@
166
169
SET_MAKE = @SET_MAKE@