~ubuntu-branches/ubuntu/utopic/gnome-control-center/utopic-proposed

« back to all changes in this revision

Viewing changes to panels/user-accounts/data/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Sebastien Bacher, Robert Ancell, Iain Lane, Edward Donovan, Rico Tzschichholz, Jeremy Bicha, David Henningsson
  • Date: 2012-11-21 19:32:45 UTC
  • mfrom: (1.1.63)
  • Revision ID: package-import@ubuntu.com-20121121193245-mj61nzz1z4fk3z25
Tags: 1:3.6.3-0ubuntu1
[ Sebastien Bacher ]
* New upstream version
* debian/control.in: recommends libcanberra-pulse (lp: #1004973)
* debian/patches/58_ubuntu_icon_views_redesign.patch:
  - drop most of the changes, keep the different grid size though
    to fit on screen with our extra icons
* debian/patches/91_dont_show_in_unity.patch:
  - dropped, show the upstream printer panel and the layout tab
* debian/patches/revert_git_keyboard_gsettings.patch,
  debian/patches/revert_git_stop_using_gconf.patch:
  - dropped the gconf->gsettings reverts

[ Robert Ancell ]
* New upstream release (LP: #1010317)
* debian/control:
  - Bump build-depends on libgnome-desktop-3-dev, libwacom-dev
  - Add build-depends on libclutter-1.0-dev, libclutter-gtk-1.0-dev,
    libpwquality-dev
  - Drop build-depends on libgnomekbd-dev
* debian/patches/60_ubuntu_nav_bar.patch:
  - Disabled for now, doesn't apply
* debian/patches/revert_ua_gsettings.patch:
  - We can use GSettings for universal access now
* debian/patches/00git_online_accounts_gtkgrid.patch:
* debian/patches/00git_online_accounts_layout.part:
* debian/patches/git_wacom_translations.patch:
  - Applied upstream

[ Iain Lane ]
* Add Build-Depends on libxkbfile-dev
* New upstream release.
* Refresh all patches to apply cleanly.

[ Edward Donovan ]
* debian/source_gnome-control-center.py: Fix for Python 3. (LP: #1013171)

[ Rico Tzschichholz ]
* debian/control.in:
  - Build-depend on gtk-doc-tools instead of docbook directly
  - Bump minimum glib-2.0, gnome-desktop3, gnome-settings-daemon
     and gsettings-desktop-schemas

[ Jeremy Bicha ]
* Dropped more patches applied in new version:
  - git_unmute_sound_event.patch
  - git_fix_big_editable_labels.patch
  - 96_sound_nua_panel.patch
* debian/patches/04_new_appearance_settings.patch:
  - Dropped, this is now packaged separately as gnome-control-center-unity
* debian/patches/10_keyboard_layout_on_unity.patch:
  - Don't change the keyboard panel name when not running Unity
* debian/patches/52_ubuntu_language_list_mods.patch:
  - Don't disable adding current language to the list. While this
    fix shows the current language twice, at least it avoids the
    "Ubuntu suddenly in Chinese" bug (LP: #1035219)
* debian/patches/53_use_ubuntu_help.patch:
  - Only show Ubuntu help when running Unity
* debian/patches/58_hide_gdm_notifications.patch:
  - Hide "Show notifications when locked" settings when running Unity
    since it's a GNOME Shell-specific feature
* debian/patches/63_normal_scrollbar_in_a11y.patch:
  - Drop, overlay-scrollbars should handle this instead
* debian/patches/91_dont_show_in_unity.patch:
  - Hide Printers & Region panels in Unity until we're ready to switch
    to them.
* debian/patches/fix-crash-on-user-panel.patch:
  - Dropped, GNOME says it's obsolete
* debian/rules:
  - Build with -z,defs again
  - Explicitly disable ibus support since ibus 1.4 isn't supported in
    this version
* debian/control.in:
  - Drop ubuntu-docs and gnome-user-guide from recommends to suggests
  - Don't recommend indicators; let's leave that to Unity

[ David Henningsson ]
* sound_nua_panel.patch: Rebase to gnome 3.6 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
16
15
@SET_MAKE@
17
16
 
18
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
19
35
pkgdatadir = $(datadir)/@PACKAGE@
20
36
pkgincludedir = $(includedir)/@PACKAGE@
21
37
pkglibdir = $(libdir)/@PACKAGE@
48
64
CONFIG_HEADER = $(top_builddir)/config.h
49
65
CONFIG_CLEAN_FILES = gnome-user-accounts-panel.desktop.in
50
66
CONFIG_CLEAN_VPATH_FILES =
 
67
AM_V_P = $(am__v_P_@AM_V@)
 
68
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
69
am__v_P_0 = false
 
70
am__v_P_1 = :
51
71
AM_V_GEN = $(am__v_GEN_@AM_V@)
52
72
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
53
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
73
am__v_GEN_0 = @echo "  GEN     " $@;
 
74
am__v_GEN_1 = 
54
75
AM_V_at = $(am__v_at_@AM_V@)
55
76
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
56
77
am__v_at_0 = @
 
78
am__v_at_1 = 
57
79
SOURCES =
58
80
DIST_SOURCES =
59
81
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
63
85
        install-pdf-recursive install-ps-recursive install-recursive \
64
86
        installcheck-recursive installdirs-recursive pdf-recursive \
65
87
        ps-recursive uninstall-recursive
 
88
am__can_run_installinfo = \
 
89
  case $$AM_UPDATE_INFO_DIR in \
 
90
    n|no|NO) false;; \
 
91
    *) (install-info --version) >/dev/null 2>&1;; \
 
92
  esac
66
93
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
67
94
am__vpath_adj = case $$p in \
68
95
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
194
221
ISOCODES_LIBS = @ISOCODES_LIBS@
195
222
KEYBOARD_PANEL_CFLAGS = @KEYBOARD_PANEL_CFLAGS@
196
223
KEYBOARD_PANEL_LIBS = @KEYBOARD_PANEL_LIBS@
 
224
KRB5_CFLAGS = @KRB5_CFLAGS@
 
225
KRB5_CONFIG = @KRB5_CONFIG@
 
226
KRB5_LIBS = @KRB5_LIBS@
197
227
LD = @LD@
198
228
LDFLAGS = @LDFLAGS@
199
229
LIBGNOME_CONTROL_CENTER_CFLAGS = @LIBGNOME_CONTROL_CENTER_CFLAGS@
277
307
XF86MISC_LIBS = @XF86MISC_LIBS@
278
308
XGETTEXT = @XGETTEXT@
279
309
XMKMF = @XMKMF@
 
310
XSLTPROC = @XSLTPROC@
280
311
X_CFLAGS = @X_CFLAGS@
281
312
X_EXTRA_LIBS = @X_EXTRA_LIBS@
282
313
X_LIBS = @X_LIBS@
349
380
desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
350
381
EXTRA_DIST = \
351
382
        gnome-user-accounts-panel.desktop.in.in \
 
383
        org.freedesktop.realmd.xml              \
352
384
        $(ui_DATA)
353
385
 
354
386
CLEANFILES = \
401
433
        -rm -rf .libs _libs
402
434
install-desktopDATA: $(desktop_DATA)
403
435
        @$(NORMAL_INSTALL)
404
 
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
405
436
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
437
        if test -n "$$list"; then \
 
438
          echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
 
439
          $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \
 
440
        fi; \
406
441
        for p in $$list; do \
407
442
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
408
443
          echo "$$d$$p"; \
419
454
        dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
420
455
install-uiDATA: $(ui_DATA)
421
456
        @$(NORMAL_INSTALL)
422
 
        test -z "$(uidir)" || $(MKDIR_P) "$(DESTDIR)$(uidir)"
423
457
        @list='$(ui_DATA)'; test -n "$(uidir)" || list=; \
 
458
        if test -n "$$list"; then \
 
459
          echo " $(MKDIR_P) '$(DESTDIR)$(uidir)'"; \
 
460
          $(MKDIR_P) "$(DESTDIR)$(uidir)" || exit 1; \
 
461
        fi; \
424
462
        for p in $$list; do \
425
463
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
426
464
          echo "$$d$$p"; \
437
475
        dir='$(DESTDIR)$(uidir)'; $(am__uninstall_files_from_dir)
438
476
 
439
477
# This directory's subdirectories are mostly independent; you can cd
440
 
# into them and run `make' without going through this Makefile.
441
 
# To change the values of `make' variables: instead of editing Makefiles,
442
 
# (1) if the variable is set in `config.status', edit `config.status'
443
 
#     (which will cause the Makefiles to be regenerated when you run `make');
444
 
# (2) otherwise, pass the desired values on the `make' command line.
445
 
$(RECURSIVE_TARGETS):
 
478
# into them and run 'make' without going through this Makefile.
 
479
# To change the values of 'make' variables: instead of editing Makefiles,
 
480
# (1) if the variable is set in 'config.status', edit 'config.status'
 
481
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
482
# (2) otherwise, pass the desired values on the 'make' command line.
 
483
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
446
484
        @fail= failcom='exit 1'; \
447
485
        for f in x $$MAKEFLAGS; do \
448
486
          case $$f in \
452
490
        done; \
453
491
        dot_seen=no; \
454
492
        target=`echo $@ | sed s/-recursive//`; \
455
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
493
        case "$@" in \
 
494
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
495
          *) list='$(SUBDIRS)' ;; \
 
496
        esac; \
 
497
        for subdir in $$list; do \
456
498
          echo "Making $$target in $$subdir"; \
457
499
          if test "$$subdir" = "."; then \
458
500
            dot_seen=yes; \
466
508
        if test "$$dot_seen" = "no"; then \
467
509
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
468
510
        fi; test -z "$$fail"
469
 
 
470
 
$(RECURSIVE_CLEAN_TARGETS):
471
 
        @fail= failcom='exit 1'; \
472
 
        for f in x $$MAKEFLAGS; do \
473
 
          case $$f in \
474
 
            *=* | --[!k]*);; \
475
 
            *k*) failcom='fail=yes';; \
476
 
          esac; \
477
 
        done; \
478
 
        dot_seen=no; \
479
 
        case "$@" in \
480
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
481
 
          *) list='$(SUBDIRS)' ;; \
482
 
        esac; \
483
 
        rev=''; for subdir in $$list; do \
484
 
          if test "$$subdir" = "."; then :; else \
485
 
            rev="$$subdir $$rev"; \
486
 
          fi; \
487
 
        done; \
488
 
        rev="$$rev ."; \
489
 
        target=`echo $@ | sed s/-recursive//`; \
490
 
        for subdir in $$rev; do \
491
 
          echo "Making $$target in $$subdir"; \
492
 
          if test "$$subdir" = "."; then \
493
 
            local_target="$$target-am"; \
494
 
          else \
495
 
            local_target="$$target"; \
496
 
          fi; \
497
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
498
 
          || eval $$failcom; \
499
 
        done && test -z "$$fail"
500
511
tags-recursive:
501
512
        list='$(SUBDIRS)'; for subdir in $$list; do \
502
513
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
505
516
        list='$(SUBDIRS)'; for subdir in $$list; do \
506
517
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
507
518
        done
 
519
cscopelist-recursive:
 
520
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
521
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
522
        done
508
523
 
509
524
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
510
525
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
568
583
          && $(am__cd) $(top_srcdir) \
569
584
          && gtags -i $(GTAGS_ARGS) "$$here"
570
585
 
 
586
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
587
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
588
        case "$(srcdir)" in \
 
589
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
590
          *) sdir=$(subdir)/$(srcdir) ;; \
 
591
        esac; \
 
592
        for i in $$list; do \
 
593
          if test -f "$$i"; then \
 
594
            echo "$(subdir)/$$i"; \
 
595
          else \
 
596
            echo "$$sdir/$$i"; \
 
597
          fi; \
 
598
        done >> $(top_builddir)/cscope.files
 
599
 
571
600
distclean-tags:
572
601
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
573
602
 
603
632
        done
604
633
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
605
634
          if test "$$subdir" = .; then :; else \
606
 
            test -d "$(distdir)/$$subdir" \
607
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
608
 
            || exit 1; \
609
 
          fi; \
610
 
        done
611
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
612
 
          if test "$$subdir" = .; then :; else \
 
635
            $(am__make_dryrun) \
 
636
              || test -d "$(distdir)/$$subdir" \
 
637
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
638
              || exit 1; \
613
639
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
614
640
            $(am__relativize); \
615
641
            new_distdir=$$reldir; \
735
761
 
736
762
uninstall-am: uninstall-desktopDATA uninstall-uiDATA
737
763
 
738
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
739
 
        install-am install-strip tags-recursive
 
764
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
 
765
        cscopelist-recursive ctags-recursive install-am install-strip \
 
766
        tags-recursive
740
767
 
741
768
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
742
769
        all all-am check check-am clean clean-generic clean-libtool \
743
 
        ctags ctags-recursive distclean distclean-generic \
744
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
745
 
        html-am info info-am install install-am install-data \
746
 
        install-data-am install-desktopDATA install-dvi install-dvi-am \
747
 
        install-exec install-exec-am install-html install-html-am \
748
 
        install-info install-info-am install-man install-pdf \
749
 
        install-pdf-am install-ps install-ps-am install-strip \
750
 
        install-uiDATA installcheck installcheck-am installdirs \
751
 
        installdirs-am maintainer-clean maintainer-clean-generic \
752
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
753
 
        ps ps-am tags tags-recursive uninstall uninstall-am \
754
 
        uninstall-desktopDATA uninstall-uiDATA
 
770
        cscopelist cscopelist-recursive ctags ctags-recursive \
 
771
        distclean distclean-generic distclean-libtool distclean-tags \
 
772
        distdir dvi dvi-am html html-am info info-am install \
 
773
        install-am install-data install-data-am install-desktopDATA \
 
774
        install-dvi install-dvi-am install-exec install-exec-am \
 
775
        install-html install-html-am install-info install-info-am \
 
776
        install-man install-pdf install-pdf-am install-ps \
 
777
        install-ps-am install-strip install-uiDATA installcheck \
 
778
        installcheck-am installdirs installdirs-am maintainer-clean \
 
779
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
780
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
781
        uninstall uninstall-am uninstall-desktopDATA uninstall-uiDATA
755
782
 
756
783
 
757
784
@INTLTOOL_DESKTOP_RULE@