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

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • 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:
97
97
$(BUILT_HEADER): $(BUILT_SOURCE)
98
98
 
99
99
$(BUILT_SOURCE):
100
 
        $(top_builddir)/util/makestrs -i $(top_srcdir) $(STRINGSABIOPTIONS) < $(STRING_LIST) > StringDefs.c
101
 
        mkdir -p $(top_builddir)/src
102
 
        mkdir -p $(top_builddir)/include/X11
103
 
        cp StringDefs.h $(top_builddir)/include/X11
104
 
        cp Shell.h $(top_builddir)/include/X11
105
 
        rm StringDefs.h Shell.h
 
100
        $(AM_V_GEN)$(top_builddir)/util/makestrs -i $(top_srcdir) $(STRINGSABIOPTIONS) < $(STRING_LIST) > StringDefs.c
 
101
        $(AM_V_at)mkdir -p $(top_builddir)/src
 
102
        $(AM_V_at)mkdir -p $(top_builddir)/include/X11
 
103
        $(AM_V_at)cp StringDefs.h $(top_builddir)/include/X11
 
104
        $(AM_V_at)cp Shell.h $(top_builddir)/include/X11
 
105
        $(AM_V_at)rm StringDefs.h Shell.h