~ubuntu-branches/debian/jessie/cheese/jessie

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-05-04 17:37:18 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100504173718-k2rx3nryi4vd0xyx
Tags: 2.30.1-1
* New upstream release.
  - HAL dependency has been dropped. Use (g)udev for v4l capability probing
    on Linux. Closes: #573774
  - Split code into separate libraries.
* debian/control.in
  - Drop Build-Depends on libhal-dev.
  - Drop Build-Depends on libebook1.2-dev.
  - Bump Build-Depends on libgtk2.0-dev to (>= 2.19.1).
  - Bump Build-Depends on libgstreamer*-dev to (>= 0.10.23).
  - Add Build-Depends on libcanberra-gtk-dev.
  - Add Build-Depends on libxtst-dev.
  - Add Build-Depends on libgudev-1.0-dev on Linux.
  - Bump Standards-Version to 3.8.4. No further changes.
* Switch to source format 3.0 (quilt)
  - Add debian/source/format.
* debian/rules
  - Drop lpia specific configure flags, lpia is dead.
* Update package layout (based on work by Ubuntu)
  - Move data files into new cheese-common package.
  - Keep binary along with its desktop and dbus service file in the cheese
    package.
  - Add libcheese-gtk18 and libcheese-gtk-dev package for the new
    libcheese-gtk library. Use a symbols file for improved shlibs
    dependencies.
  - Add Conflicts/Replaces to cheese-common to ensure proper upgrades from
    previous versions.

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,
140
140
CFLAGS = @CFLAGS@
141
141
CHEESE_CFLAGS = @CHEESE_CFLAGS@
142
142
CHEESE_LIBS = @CHEESE_LIBS@
 
143
CHEESE_LT_VERSION = @CHEESE_LT_VERSION@
143
144
CPP = @CPP@
144
145
CPPFLAGS = @CPPFLAGS@
145
146
CYGPATH_W = @CYGPATH_W@
162
163
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
163
164
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
164
165
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
166
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
167
GLIB_MKENUMS = @GLIB_MKENUMS@
165
168
GMOFILES = @GMOFILES@
166
169
GMSGFMT = @GMSGFMT@
167
170
GREP = @GREP@
 
171
GTKDOC_CHECK = @GTKDOC_CHECK@
 
172
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
173
GTKDOC_REBASE = @GTKDOC_REBASE@
168
174
HELP_DIR = @HELP_DIR@
 
175
HTML_DIR = @HTML_DIR@
169
176
INSTALL = @INSTALL@
170
177
INSTALL_DATA = @INSTALL_DATA@
171
178
INSTALL_PROGRAM = @INSTALL_PROGRAM@
197
204
OBJDUMP = @OBJDUMP@
198
205
OBJEXT = @OBJEXT@
199
206
OMF_DIR = @OMF_DIR@
 
207
OS_LINUX = @OS_LINUX@
200
208
OTOOL = @OTOOL@
201
209
OTOOL64 = @OTOOL64@
202
210
PACKAGE = @PACKAGE@
217
225
SET_MAKE = @SET_MAKE@
218
226
SHELL = @SHELL@
219
227
STRIP = @STRIP@
 
228
UDEV_CFLAGS = @UDEV_CFLAGS@
 
229
UDEV_LIBS = @UDEV_LIBS@
220
230
USE_NLS = @USE_NLS@
221
231
VERSION = @VERSION@
222
232
WARN_CFLAGS = @WARN_CFLAGS@
223
233
XGETTEXT = @XGETTEXT@
 
234
XTEST_LIBS = @XTEST_LIBS@
224
235
abs_builddir = @abs_builddir@
225
236
abs_srcdir = @abs_srcdir@
226
237
abs_top_builddir = @abs_top_builddir@
273
284
top_build_prefix = @top_build_prefix@
274
285
top_builddir = @top_builddir@
275
286
top_srcdir = @top_srcdir@
276
 
SUBDIRS = icons effects pixmaps sounds
 
287
SUBDIRS = icons effects pixmaps
277
288
desktopdir = $(datadir)/applications
278
289
desktop_in_files = cheese.desktop.in
279
290
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
490
501
#     (which will cause the Makefiles to be regenerated when you run `make');
491
502
# (2) otherwise, pass the desired values on the `make' command line.
492
503
$(RECURSIVE_TARGETS):
493
 
        @failcom='exit 1'; \
 
504
        @fail= failcom='exit 1'; \
494
505
        for f in x $$MAKEFLAGS; do \
495
506
          case $$f in \
496
507
            *=* | --[!k]*);; \
515
526
        fi; test -z "$$fail"
516
527
 
517
528
$(RECURSIVE_CLEAN_TARGETS):
518
 
        @failcom='exit 1'; \
 
529
        @fail= failcom='exit 1'; \
519
530
        for f in x $$MAKEFLAGS; do \
520
531
          case $$f in \
521
532
            *=* | --[!k]*);; \