~ubuntu-branches/ubuntu/saucy/gstreamer0.10/saucy

« back to all changes in this revision

Viewing changes to docs/pwg/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2011-12-11 18:52:12 UTC
  • mfrom: (32.1.14 experimental)
  • Revision ID: package-import@ubuntu.com-20111211185212-3k215ps4qtyz2qa5
Tags: 0.10.35.2-1
* New upstream pre-release:
  + debian/control.in:
    - Build-depend on GLib >= 2.24.
  + debian/patches/99_ltmain_as-needed.patch:
    - Refreshed to apply cleanly again.
  + debian/libgstreamer.symbols:
    - Update symbols file with new API.
* debian/rules:
  + Remove all dependency_libs from the .la files (Closes: #633319).
* debian/control.in:
  + Put GI package into section introspection.
* debian/compat,
  debian/control.in,
  debian/gir1.2-gstreamer.install,
  debian/libgstreamer-dev.install,
  debian/libgstreamer.install,
  debian/patches/79_multiarch-backwards-compat.patch,
  debian/patches/80_ia32-hack.patch,
  debian/rules:
  + Transition package to multi-arch (Closes: #647481).
    Patch taken from the Ubuntu package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
190
190
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
191
191
GLIB_CFLAGS = @GLIB_CFLAGS@
 
192
GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
192
193
GLIB_LIBS = @GLIB_LIBS@
193
194
GLIB_ONLY_CFLAGS = @GLIB_ONLY_CFLAGS@
194
195
GLIB_ONLY_LIBS = @GLIB_ONLY_LIBS@
265
266
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
266
267
INTLLIBS = @INTLLIBS@
267
268
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
 
269
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
268
270
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
269
271
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
270
272
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
 
273
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
274
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
271
275
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
272
276
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
273
277
LD = @LD@
466
470
DOC_BASE = /srv/gstreamer.freedesktop.org/www/data/doc
467
471
DOC_URL = $(DOC_SERVER):$(DOC_BASE)
468
472
 
469
 
### this is the generic bit and you shouln't need to change this
 
473
### this is the generic bit and you shouldn't need to change this
470
474
 
471
475
# get the generic docbuilding Makefile stuff
472
476
# get the generic upload target