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

« back to all changes in this revision

Viewing changes to 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,
412
412
#     (which will cause the Makefiles to be regenerated when you run `make');
413
413
# (2) otherwise, pass the desired values on the `make' command line.
414
414
$(RECURSIVE_TARGETS):
415
 
        @failcom='exit 1'; \
 
415
        @fail= failcom='exit 1'; \
416
416
        for f in x $$MAKEFLAGS; do \
417
417
          case $$f in \
418
418
            *=* | --[!k]*);; \
437
437
        fi; test -z "$$fail"
438
438
 
439
439
$(RECURSIVE_CLEAN_TARGETS):
440
 
        @failcom='exit 1'; \
 
440
        @fail= failcom='exit 1'; \
441
441
        for f in x $$MAKEFLAGS; do \
442
442
          case $$f in \
443
443
            *=* | --[!k]*);; \
601
601
          fi; \
602
602
        done
603
603
        -test -n "$(am__skip_mode_fix)" \
604
 
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
604
        || find "$(distdir)" -type d ! -perm -755 \
 
605
                -exec chmod u+rwx,go+rx {} \; -o \
605
606
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
606
607
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
607
608
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
644
645
distcheck: dist
645
646
        case '$(DIST_ARCHIVES)' in \
646
647
        *.tar.gz*) \
647
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
648
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
648
649
        *.tar.bz2*) \
649
 
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
650
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
650
651
        *.tar.lzma*) \
651
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
652
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
652
653
        *.tar.xz*) \
653
654
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
654
655
        *.tar.Z*) \
655
656
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
656
657
        *.shar.gz*) \
657
 
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
658
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
658
659
        *.zip*) \
659
660
          unzip $(distdir).zip ;;\
660
661
        esac