~ubuntu-branches/debian/squeeze/libxkbui/squeeze

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2008-05-11 15:06:13 UTC
  • Revision ID: james.westby@ubuntu.com-20080511150613-z1eezm96mkl5ws11
Tags: 1:1.0.2-3
* Remove outdated cvs information from the package descriptions, and add
  Vcs-* headers.
* Remove Branden and Fabio from Uploaders with their permission.
* add myself to Uploaders.
* Bump Standards-Version to 3.7.3.
* Don't build-depend on packages with a -1 debian revision.
* Add a correct Section control fields for binary packages.
* libxkbui1{,-dbg} don't need to depend on x11-common.
* Use ${binary:Version} instead of the deprecated ${Source-Version}.
* autoreconf with current autotools to get updated config.{guess,sub}.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
/* Define to the version of this package. */
49
49
#undef PACKAGE_VERSION
50
50
 
 
51
/* Major version of this package */
 
52
#undef PACKAGE_VERSION_MAJOR
 
53
 
 
54
/* Minor version of this package */
 
55
#undef PACKAGE_VERSION_MINOR
 
56
 
 
57
/* Patch version of this package */
 
58
#undef PACKAGE_VERSION_PATCHLEVEL
 
59
 
51
60
/* Define to 1 if you have the ANSI C header files. */
52
61
#undef STDC_HEADERS
53
62