~mfisch/brasero/update-to-3.8.0

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-07-04 15:14:24 UTC
  • mfrom: (1.3.7 upstream)
  • mto: (1.4.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: james.westby@ubuntu.com-20100704151424-yg69h5sc55xgjp6h
Tags: 2.30.2-1
* New upstream release.
  - Fixes incorrectly reported size by passing correct arguments to
    g_signal_emit(). Closes: #568606
  - Fixes tracker search support. Closes: #465238
* debian/patches/90_relibtoolize.patch
  - Refresh for new upstream release.
* Switch to source formate 3.0 (quilt)
  - Add debian/source/format.
  - Drop Build-Depends on quilt.
  - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules.
* Bump-Standards-Version to 3.9.0
  - Use architecture wildcard kfreebsd-any for the libcam-dev Build-Depends.
  - Use Breaks instead of Conflicts as recommended by the new policy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
251
251
PACKAGE_NAME = @PACKAGE_NAME@
252
252
PACKAGE_STRING = @PACKAGE_STRING@
253
253
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
254
PACKAGE_URL = @PACKAGE_URL@
254
255
PACKAGE_VERSION = @PACKAGE_VERSION@
255
256
PATH_SEPARATOR = @PATH_SEPARATOR@
256
257
PKG_CONFIG = @PKG_CONFIG@
 
258
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
259
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
257
260
POFILES = @POFILES@
258
261
POSUB = @POSUB@
259
262
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
408
411
#     (which will cause the Makefiles to be regenerated when you run `make');
409
412
# (2) otherwise, pass the desired values on the `make' command line.
410
413
$(RECURSIVE_TARGETS):
411
 
        @failcom='exit 1'; \
 
414
        @fail= failcom='exit 1'; \
412
415
        for f in x $$MAKEFLAGS; do \
413
416
          case $$f in \
414
417
            *=* | --[!k]*);; \
433
436
        fi; test -z "$$fail"
434
437
 
435
438
$(RECURSIVE_CLEAN_TARGETS):
436
 
        @failcom='exit 1'; \
 
439
        @fail= failcom='exit 1'; \
437
440
        for f in x $$MAKEFLAGS; do \
438
441
          case $$f in \
439
442
            *=* | --[!k]*);; \