~noskcaj/ubuntu/saucy/xfce4-power-manager/1.2.0-2ubuntu1

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-05-09 18:26:53 UTC
  • mfrom: (6.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100509182653-sjssv42yror533hz
Tags: 0.8.5-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - debian/patches:
    + xubuntu-use-notification-icons.patch: use our notification-* icons
      for notification bubbles instead of the normal ones LP: #437374
    + xubuntu-assume-hal-is-available.patch: do not check for hal presence
      on the bus, it'll be spawned automatically on demand. lp: #507097
    + 10_pc.patch: added patched files to POTFILES.skip
    + series: created, with these two patches
  - debian/rules: add --with quilt
  - debian/control: build-depends on quilt (>= 0.46-7~)
  - debian/README.source: added.

* debian/patches/01_check-brightness-array-icon-index.patch,
  02_handle-weird-negative-brightness-level.patch: dropped, included
  upstream.

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,
337
337
#     (which will cause the Makefiles to be regenerated when you run `make');
338
338
# (2) otherwise, pass the desired values on the `make' command line.
339
339
$(RECURSIVE_TARGETS):
340
 
        @failcom='exit 1'; \
 
340
        @fail= failcom='exit 1'; \
341
341
        for f in x $$MAKEFLAGS; do \
342
342
          case $$f in \
343
343
            *=* | --[!k]*);; \
362
362
        fi; test -z "$$fail"
363
363
 
364
364
$(RECURSIVE_CLEAN_TARGETS):
365
 
        @failcom='exit 1'; \
 
365
        @fail= failcom='exit 1'; \
366
366
        for f in x $$MAKEFLAGS; do \
367
367
          case $$f in \
368
368
            *=* | --[!k]*);; \