~ubuntu-branches/debian/sid/network-manager/sid

« back to all changes in this revision

Viewing changes to system-settings/plugins/keyfile/tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-02-22 00:31:22 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100222003122-61x6conwdfahw6ab
Tags: 0.8-1
* New upstream release.
  - ifupdown: don't export connections until "managed" state is checked.
    (Closes: #568287)
* Remove patches, all merged upstream
  - debian/patches/03-hostname-fallback.patch
  - debian/patches/04-etc-hosts-rewrite.patch
  - debian/patches/05-ifupdown-allow-hotplug-autoconnect.patch
* debian/network-manager-dispatcher.script
  - Map NetworkManager down event to ifupdown post-down phase.
    (Closes: #562811)
  - Map vpn-up/vpn-down event to ifupdown post-up/post-down phase.
    (Closes: #518530)
  - Comment out pre-up/pre-down events as they are not supported upstream.
  - Add hostname event but don't hook it up with a particular action.

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,
414
414
#     (which will cause the Makefiles to be regenerated when you run `make');
415
415
# (2) otherwise, pass the desired values on the `make' command line.
416
416
$(RECURSIVE_TARGETS):
417
 
        @failcom='exit 1'; \
 
417
        @fail= failcom='exit 1'; \
418
418
        for f in x $$MAKEFLAGS; do \
419
419
          case $$f in \
420
420
            *=* | --[!k]*);; \
439
439
        fi; test -z "$$fail"
440
440
 
441
441
$(RECURSIVE_CLEAN_TARGETS):
442
 
        @failcom='exit 1'; \
 
442
        @fail= failcom='exit 1'; \
443
443
        for f in x $$MAKEFLAGS; do \
444
444
          case $$f in \
445
445
            *=* | --[!k]*);; \