~ubuntu-branches/ubuntu/vivid/xfce4-systemload-plugin/vivid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez, Evgeni Golov, Yves-Alexis Perez
  • Date: 2011-04-19 23:30:56 UTC
  • mfrom: (2.5.2 upstream)
  • mto: (1.1.11 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20110419233056-bn3kriiqwolmcdij
Tags: 1.0.0-1
[ Evgeni Golov ]
* Fix Vcs-* fields, they were missing 'trunk' in the path.

[ Yves-Alexis Perez ]
* New upstream release.
* debian/control:
  - remove Simon and Emanuele from uploaders, thanks to them.
  - add build-dep on libxfcegui4-dev.
  - update standards version to 3.9.2.
  - add build-dep on hardening-includes.
  - add build-dep on intltool.
  - bump xfce4-panel-dev b-dep to (>= 4.8.0).
* Switch to 3.0 (quilt) source format.
* debian/rules:
  - pick {C,LD}FLAGS from dpkg-buildflags.
  - add -O1, -z,defs and --as-needed to LDFLAGS.
  - add hardening flags to {C,LD}FLAGS.
* debian/watch edited to track Xfce archive reorganisation
* debian/patches:
  - 01_fix-ftbfs-kfreebsd dropped, included upstream.
  - 02_fix-tooltip-gtk2.12 dropped as well. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.in by autoheader.  */
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
3
/* Define for debugging support */
4
4
#undef DEBUG
18
18
/* Define to 1 if you have the `dcgettext' function. */
19
19
#undef HAVE_DCGETTEXT
20
20
 
 
21
/* Define to 1 if you have the <dlfcn.h> header file. */
 
22
#undef HAVE_DLFCN_H
 
23
 
21
24
/* Define if the GNU gettext() function is already present or preinstalled. */
22
25
#undef HAVE_GETTEXT
23
26
 
57
60
/* Define to 1 if you have the <unistd.h> header file. */
58
61
#undef HAVE_UNISTD_H
59
62
 
 
63
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
64
   */
 
65
#undef LT_OBJDIR
 
66
 
60
67
/* Name of package */
61
68
#undef PACKAGE
62
69
 
72
79
/* Define to the one symbol short name of this package. */
73
80
#undef PACKAGE_TARNAME
74
81
 
 
82
/* Define to the home page for this package. */
 
83
#undef PACKAGE_URL
 
84
 
75
85
/* Define to the version of this package. */
76
86
#undef PACKAGE_VERSION
77
87