~ubuntu-branches/ubuntu/raring/gnome-bluetooth/raring-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort, Laurent Bigonville, Emilio Pozuelo Monfort
  • Date: 2011-02-27 15:45:22 UTC
  • mfrom: (1.4.1 upstream) (2.1.11 sid)
  • mto: (2.1.13 sid)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: james.westby@ubuntu.com-20110227154522-p2nrmq4sxbrl3j4b
Tags: 2.91.5-1
[ Laurent Bigonville ]
* New upstream release
  - Bump libgnome-bluetooth soname
  - Update .symbols file
  - Japanese translation updated (Closes: #601518)
* debian/control.in:
  - Bump build-dependencies
  - Drop not needed build-dependencies
  - Add libgnome-control-center-dev build-dependency
  - Add gobject-introspection, libgirepository1.0-dev, gir1.2-atk-1.0,
    gir1.2-freedesktop, gir1.2-gtk-3.0 and libatk1.0-dev for introspection
  - Bump Standards-Version to 3.9.1 (no further changes)
  - Bump debhelper compatibility to 8
  - Remove duplicate Section to please lintian
  - Make gnome-bluetooth depends against ${gir:Depends} and libdconf0
  - Add gir1.2-gnomebluetooth-1.0 package
* Switch to dpkg-source 3.0 (quilt) format
* debian/libgnome-bluetooth-dev.install: Install .gir file
* debian/rules:
  - Add --enable-introspection
  - Add parameters for dh_girepository for gnome-bluetooth package
* debian/gnome-bluetooth.install:
  - Remove debian/tmp/etc
  - Add debian/tmp/usr/lib/control-center-1/panels/*.so,
    debian/tmp/usr/lib/gnome-bluetooth/*.so*,
    debian/tmp/usr/lib/gnome-bluetooth/*.typelib,
    debian/tmp/usr/share/GConf/gsettings/,
    debian/tmp/usr/share/glib-2.0/schemas/

[ Emilio Pozuelo Monfort ]
* debian/control.in:
  + Bump gobject-introspection build dependency to get a
    dh_girepository that can cope with private libraries.
  + Update gtk+ 3 package names.
* New upstream release.
* debian/rules:
  + Don't run dh_makeshlibs on gnome-bluetooth.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
 
/* always defined to indicate that i18n is enabled */
 
3
/* Define to 1 if translation of program messages to the user's native
 
4
   language is requested. */
4
5
#undef ENABLE_NLS
5
6
 
6
7
/* The name of the gettext domain */
9
10
/* Enable additional debugging at the expense of performance and size */
10
11
#undef GNOME_ENABLE_DEBUG
11
12
 
12
 
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
13
 
#undef HAVE_BIND_TEXTDOMAIN_CODESET
14
 
 
15
 
/* Define to 1 if you have the `dcgettext' function. */
 
13
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
 
14
   CoreFoundation framework. */
 
15
#undef HAVE_CFLOCALECOPYCURRENT
 
16
 
 
17
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
 
18
   the CoreFoundation framework. */
 
19
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
 
20
 
 
21
/* Define if the GNU dcgettext() function is already present or preinstalled.
 
22
   */
16
23
#undef HAVE_DCGETTEXT
17
24
 
18
25
/* Define to 1 if you have the <dlfcn.h> header file. */
21
28
/* Define if the GNU gettext() function is already present or preinstalled. */
22
29
#undef HAVE_GETTEXT
23
30
 
 
31
/* Define if you have the iconv() function and it works. */
 
32
#undef HAVE_ICONV
 
33
 
24
34
/* Define to 1 if you have the <inttypes.h> header file. */
25
35
#undef HAVE_INTTYPES_H
26
36
 
27
 
/* Define if your <locale.h> file defines LC_MESSAGES. */
28
 
#undef HAVE_LC_MESSAGES
29
 
 
30
 
/* Define to 1 if you have the <locale.h> header file. */
31
 
#undef HAVE_LOCALE_H
32
 
 
33
37
/* Define to 1 if you have the <memory.h> header file. */
34
38
#undef HAVE_MEMORY_H
35
39
 
76
80
/* Define to the one symbol short name of this package. */
77
81
#undef PACKAGE_TARNAME
78
82
 
 
83
/* Define to the home page for this package. */
 
84
#undef PACKAGE_URL
 
85
 
79
86
/* Define to the version of this package. */
80
87
#undef PACKAGE_VERSION
81
88
 
82
89
/* Define to 1 if you have the ANSI C header files. */
83
90
#undef STDC_HEADERS
84
91
 
 
92
/* Carrick theme directory */
 
93
#undef THEME_DIR
 
94
 
85
95
/* Version number of package */
86
96
#undef VERSION