~ubuntu-branches/ubuntu/precise/libxt/precise-security

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois, Julien Cristau, Robert Hooker, Christopher James Halse Rogers, Cyril Brulebois
  • Date: 2011-01-14 04:45:31 UTC
  • mfrom: (4.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20110114044531-1fdwgh8s7vixn43p
Tags: 1:1.0.9-1
[ Julien Cristau ]
* Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
  good reason.  Thanks, Colin Watson!
* New upstream release.
* Update debian/copyright from upstream COPYING.

[ Robert Hooker ]
* Don't install makestrs and its man page in libxt-dev, it's not shipped
  anymore.

[ Christopher James Halse Rogers ]
* New new upstream release.
* Drop debian/patches/02_dont_export_private_deps.diff:
  - Upstream has trimmed the Required list in xt.pc, and a libXt header
    includes a #define which uses a libX11 symbol, so libX11 should be
    in the Requires field (and is).  This fixes lots of FTBFS with
    binutils-gold, which doesn't consider indirect dependencies.

[ Cyril Brulebois ]
* Update debian/copyright from upstream COPYING.
* Exclude libXt.la in dh_install call.
* Switch dh_install from --list-missing to --fail-missing for added
  safety.
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
/* Define to 1 if Xalloca.h should include <alloca.h> */
37
37
#undef INCLUDE_ALLOCA_H
38
38
 
 
39
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
40
   */
 
41
#undef LT_OBJDIR
 
42
 
39
43
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
40
44
#undef NO_MINUS_C_MINUS_O
41
45
 
54
58
/* Define to the one symbol short name of this package. */
55
59
#undef PACKAGE_TARNAME
56
60
 
 
61
/* Define to the home page for this package. */
 
62
#undef PACKAGE_URL
 
63
 
57
64
/* Define to the version of this package. */
58
65
#undef PACKAGE_VERSION
59
66