~vorlon/ubuntu/natty/pam/multiarch

« back to all changes in this revision

Viewing changes to tests/Makefile.in

  • Committer: Steve Langasek
  • Date: 2011-02-18 00:31:19 UTC
  • mfrom: (840.1.2 pam.ubuntu)
  • Revision ID: steve.langasek@linaro.org-20110218003119-xbk5x38aylajqb0x
Tags: 1.1.2-2ubuntu1+multiarch.1
* Merge from natty.
* Merge from Debian unstable, remaining changes:
  - debian/libpam-modules.postinst: Add PATH to /etc/environment if it's
    not present there or in /etc/security/pam_env.conf. (should send to
    Debian).
  - debian/libpam0g.postinst: only ask questions during update-manager when
    there are non-default services running.
  - debian/patches-applied/series: Ubuntu patches are as below ...
  - debian/patches-applied/ubuntu-rlimit_nice_correction: Explicitly
    initialise RLIMIT_NICE rather than relying on the kernel limits.
  - Change Vcs-Bzr to point at the Ubuntu branch.
  - debian/patches-applied/pam_motd-legal-notice: display the contents of
    /etc/legal once, then set a flag in the user's homedir to prevent
    showing it again.
  - debian/update-motd.5, debian/libpam-modules.manpages: add a manpage
    for update-motd, with some best practices and notes of explanation.
  - debian/patches/update-motd-manpage-ref: add a reference in pam_motd(8)
    to update-motd(5)
* debian/patches-applied/hurd_no_setfsuid: handle some new calls to
  setfsuid in pam_xauth that I overlooked, so that the build works again
  on non-Linux.  Closes: #613630.
* New upstream release.
  - Add support for NSS groups to pam_group.  Closes: #589019,
    LP: #297408.
  - Support cross-building the package.  Thanks to Neil Williams
    <codehelp@debian.org> for the patch.  Closes: #284854.   
* debian/rules: pass getconf LFS_CFLAGS so that we get a 64-bit rlimit
  interface.  Closes: #579402.
* Drop patches conditional_module,_conditional_man and
  mkhomedir_linking.patch, which are included upstream.
* debian/patches/hurd_no_setfsuid: pam_env and pam_mail now also use
  setfsuid, so patch them to be likewise Hurd-safe.
* Update debian/source.lintian-overrides to clean up some spurious
  warnings.
* debian/libpam-modules.postinst: if any 'min=n' options are found in
  /etc/pam.d/common-password, convert them on upgrade to 'minlen=n' for
  compatibility with upstream.
* debian/NEWS: document the disappearance of 'min=n', in case users have
  encoded this option elsewhere outside of /etc/pam.d/common-password.
* debian/patches/007_modules_pam_unix: drop compatibility handling of
  'max=' no-op; use of this option will now log an error, as warned three
  years ago.
* Bump Standards-Version to 3.9.1.
* Add lintian overrides for a few more spurious warnings.
* debian/patches-applied/no_PATH_MAX_on_hurd: define PATH_MAX for
  compatibility when it's not already set.  Closes: #552043.
* debian/local/pam-auth-update: Don't try to pass embedded newlines to
  debconf; backslash-escape them instead and use CAPB escape.
* debian/local/pam-auth-update: sort additional module options before
  writing them out, so that we don't wind up with a different config file
  on every invocation.  Thanks to Jim Paris <jim@jtan.com> for the patch.
  Closes: #594123.
* debian/libpam-runtime.{postinst,templates}: since 1.1.2-1 is targeted
  for post-squeeze, we don't need to support upgrades from 1.0.1-6 to
  1.0.1-10 anymore.  Drop the debconf error note about having configured
  your system with a lack of authentication, so that translators don't
  spend any more time on it.
* Updated debconf translations:
  - Swedish, thanks to Martin Bagge <brother@bsnet.se> (closes: #575875)
* Updated debconf translations:
  - Italian, thanks to Nicole B. <damn3dg1rl@gmail.com> (closes: #602112)

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.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
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.
20
19
#
21
20
VPATH = @srcdir@
22
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkglibdir = $(libdir)/@PACKAGE@
23
23
pkgincludedir = $(includedir)/@PACKAGE@
24
 
pkglibdir = $(libdir)/@PACKAGE@
25
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
26
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
25
install_sh_DATA = $(install_sh) -c -m 644
28
26
install_sh_PROGRAM = $(install_sh) -c
66
64
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
67
65
CONFIG_HEADER = $(top_builddir)/config.h
68
66
CONFIG_CLEAN_FILES =
69
 
CONFIG_CLEAN_VPATH_FILES =
70
67
am__EXEEXT_1 = tst-pam_start$(EXEEXT) tst-pam_end$(EXEEXT) \
71
68
        tst-pam_fail_delay$(EXEEXT) tst-pam_open_session$(EXEEXT) \
72
69
        tst-pam_close_session$(EXEEXT) tst-pam_acct_mgmt$(EXEEXT) \
141
138
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
142
139
depcomp = $(SHELL) $(top_srcdir)/depcomp
143
140
am__depfiles_maybe = depfiles
144
 
am__mv = mv -f
145
141
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
146
142
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
147
143
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
165
161
        tst-pam_start.c
166
162
ETAGS = etags
167
163
CTAGS = ctags
168
 
am__tty_colors = \
169
 
red=; grn=; lgn=; blu=; std=
170
164
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
171
165
ACLOCAL = @ACLOCAL@
172
166
AMTAR = @AMTAR@
178
172
BROWSER = @BROWSER@
179
173
CC = @CC@
180
174
CCDEPMODE = @CCDEPMODE@
 
175
CC_FOR_BUILD = @CC_FOR_BUILD@
181
176
CFLAGS = @CFLAGS@
182
177
CPP = @CPP@
183
178
CPPFLAGS = @CPPFLAGS@
342
337
        @for dep in $?; do \
343
338
          case '$(am__configure_deps)' in \
344
339
            *$$dep*) \
345
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
346
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
340
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
341
                && exit 0; \
347
342
              exit 1;; \
348
343
          esac; \
349
344
        done; \
350
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/Makefile'; \
351
 
        $(am__cd) $(top_srcdir) && \
352
 
          $(AUTOMAKE) --gnu tests/Makefile
 
345
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tests/Makefile'; \
 
346
        cd $(top_srcdir) && \
 
347
          $(AUTOMAKE) --gnu  tests/Makefile
353
348
.PRECIOUS: Makefile
354
349
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
355
350
        @case '$?' in \
367
362
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368
363
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
369
364
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370
 
$(am__aclocal_m4_deps):
371
365
 
372
366
clean-checkPROGRAMS:
373
 
        @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
374
 
        echo " rm -f" $$list; \
375
 
        rm -f $$list || exit $$?; \
376
 
        test -n "$(EXEEXT)" || exit 0; \
377
 
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
378
 
        echo " rm -f" $$list; \
379
 
        rm -f $$list
 
367
        @list='$(check_PROGRAMS)'; for p in $$list; do \
 
368
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
 
369
          echo " rm -f $$p $$f"; \
 
370
          rm -f $$p $$f ; \
 
371
        done
380
372
tst-dlopen$(EXEEXT): $(tst_dlopen_OBJECTS) $(tst_dlopen_DEPENDENCIES) 
381
373
        @rm -f tst-dlopen$(EXEEXT)
382
374
        $(LINK) $(tst_dlopen_OBJECTS) $(tst_dlopen_LDADD) $(LIBS)
451
443
 
452
444
.c.o:
453
445
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
454
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
446
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
455
447
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
456
448
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
457
449
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
458
450
 
459
451
.c.obj:
460
452
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
461
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
453
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
462
454
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
463
455
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
464
456
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
465
457
 
466
458
.c.lo:
467
459
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
468
 
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
460
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
469
461
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
470
462
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
471
463
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
481
473
        unique=`for i in $$list; do \
482
474
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
483
475
          done | \
484
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
476
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
485
477
              END { if (nonempty) { for (i in files) print i; }; }'`; \
486
478
        mkid -fID $$unique
487
479
tags: TAGS
488
480
 
489
481
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
490
482
                $(TAGS_FILES) $(LISP)
491
 
        set x; \
 
483
        tags=; \
492
484
        here=`pwd`; \
493
485
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
494
486
        unique=`for i in $$list; do \
496
488
          done | \
497
489
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
498
490
              END { if (nonempty) { for (i in files) print i; }; }'`; \
499
 
        shift; \
500
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
491
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
501
492
          test -n "$$unique" || unique=$$empty_fix; \
502
 
          if test $$# -gt 0; then \
503
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
504
 
              "$$@" $$unique; \
505
 
          else \
506
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
507
 
              $$unique; \
508
 
          fi; \
 
493
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
494
            $$tags $$unique; \
509
495
        fi
510
496
ctags: CTAGS
511
497
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
512
498
                $(TAGS_FILES) $(LISP)
 
499
        tags=; \
513
500
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
514
501
        unique=`for i in $$list; do \
515
502
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
516
503
          done | \
517
504
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
518
505
              END { if (nonempty) { for (i in files) print i; }; }'`; \
519
 
        test -z "$(CTAGS_ARGS)$$unique" \
 
506
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
520
507
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
521
 
             $$unique
 
508
             $$tags $$unique
522
509
 
523
510
GTAGS:
524
511
        here=`$(am__cd) $(top_builddir) && pwd` \
525
 
          && $(am__cd) $(top_srcdir) \
526
 
          && gtags -i $(GTAGS_ARGS) "$$here"
 
512
          && cd $(top_srcdir) \
 
513
          && gtags -i $(GTAGS_ARGS) $$here
527
514
 
528
515
distclean-tags:
529
516
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
530
517
 
531
518
check-TESTS: $(TESTS)
532
 
        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
 
519
        @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
533
520
        srcdir=$(srcdir); export srcdir; \
534
521
        list=' $(TESTS) '; \
535
 
        $(am__tty_colors); \
536
522
        if test -n "$$list"; then \
537
523
          for tst in $$list; do \
538
524
            if test -f ./$$tst; then dir=./; \
541
527
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
542
528
              all=`expr $$all + 1`; \
543
529
              case " $(XFAIL_TESTS) " in \
544
 
              *[\ \     ]$$tst[\ \      ]*) \
 
530
              *$$ws$$tst$$ws*) \
545
531
                xpass=`expr $$xpass + 1`; \
546
532
                failed=`expr $$failed + 1`; \
547
 
                col=$$red; res=XPASS; \
 
533
                echo "XPASS: $$tst"; \
548
534
              ;; \
549
535
              *) \
550
 
                col=$$grn; res=PASS; \
 
536
                echo "PASS: $$tst"; \
551
537
              ;; \
552
538
              esac; \
553
539
            elif test $$? -ne 77; then \
554
540
              all=`expr $$all + 1`; \
555
541
              case " $(XFAIL_TESTS) " in \
556
 
              *[\ \     ]$$tst[\ \      ]*) \
 
542
              *$$ws$$tst$$ws*) \
557
543
                xfail=`expr $$xfail + 1`; \
558
 
                col=$$lgn; res=XFAIL; \
 
544
                echo "XFAIL: $$tst"; \
559
545
              ;; \
560
546
              *) \
561
547
                failed=`expr $$failed + 1`; \
562
 
                col=$$red; res=FAIL; \
 
548
                echo "FAIL: $$tst"; \
563
549
              ;; \
564
550
              esac; \
565
551
            else \
566
552
              skip=`expr $$skip + 1`; \
567
 
              col=$$blu; res=SKIP; \
 
553
              echo "SKIP: $$tst"; \
568
554
            fi; \
569
 
            echo "$${col}$$res$${std}: $$tst"; \
570
555
          done; \
571
 
          if test "$$all" -eq 1; then \
572
 
            tests="test"; \
573
 
            All=""; \
574
 
          else \
575
 
            tests="tests"; \
576
 
            All="All "; \
577
 
          fi; \
578
556
          if test "$$failed" -eq 0; then \
579
557
            if test "$$xfail" -eq 0; then \
580
 
              banner="$$All$$all $$tests passed"; \
 
558
              banner="All $$all tests passed"; \
581
559
            else \
582
 
              if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
583
 
              banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
 
560
              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
584
561
            fi; \
585
562
          else \
586
563
            if test "$$xpass" -eq 0; then \
587
 
              banner="$$failed of $$all $$tests failed"; \
 
564
              banner="$$failed of $$all tests failed"; \
588
565
            else \
589
 
              if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
590
 
              banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
 
566
              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
591
567
            fi; \
592
568
          fi; \
593
569
          dashes="$$banner"; \
594
570
          skipped=""; \
595
571
          if test "$$skip" -ne 0; then \
596
 
            if test "$$skip" -eq 1; then \
597
 
              skipped="($$skip test was not run)"; \
598
 
            else \
599
 
              skipped="($$skip tests were not run)"; \
600
 
            fi; \
 
572
            skipped="($$skip tests were not run)"; \
601
573
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
602
574
              dashes="$$skipped"; \
603
575
          fi; \
608
580
              dashes="$$report"; \
609
581
          fi; \
610
582
          dashes=`echo "$$dashes" | sed s/./=/g`; \
611
 
          if test "$$failed" -eq 0; then \
612
 
            echo "$$grn$$dashes"; \
613
 
          else \
614
 
            echo "$$red$$dashes"; \
615
 
          fi; \
 
583
          echo "$$dashes"; \
616
584
          echo "$$banner"; \
617
585
          test -z "$$skipped" || echo "$$skipped"; \
618
586
          test -z "$$report" || echo "$$report"; \
619
 
          echo "$$dashes$$std"; \
 
587
          echo "$$dashes"; \
620
588
          test "$$failed" -eq 0; \
621
589
        else :; fi
622
590
 
636
604
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
637
605
          if test -d $$d/$$file; then \
638
606
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
639
 
            if test -d "$(distdir)/$$file"; then \
640
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
641
 
            fi; \
642
607
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
643
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
644
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
608
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
645
609
            fi; \
646
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
610
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
647
611
          else \
648
 
            test -f "$(distdir)/$$file" \
649
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
612
            test -f $(distdir)/$$file \
 
613
            || cp -p $$d/$$file $(distdir)/$$file \
650
614
            || exit 1; \
651
615
          fi; \
652
616
        done
677
641
 
678
642
distclean-generic:
679
643
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
680
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
681
644
 
682
645
maintainer-clean-generic:
683
646
        @echo "This command is intended for maintainers to use"
699
662
 
700
663
html: html-am
701
664
 
702
 
html-am:
703
 
 
704
665
info: info-am
705
666
 
706
667
info-am:
709
670
 
710
671
install-dvi: install-dvi-am
711
672
 
712
 
install-dvi-am:
713
 
 
714
673
install-exec-am:
715
674
 
716
675
install-html: install-html-am
717
676
 
718
 
install-html-am:
719
 
 
720
677
install-info: install-info-am
721
678
 
722
 
install-info-am:
723
 
 
724
679
install-man:
725
680
 
726
681
install-pdf: install-pdf-am
727
682
 
728
 
install-pdf-am:
729
 
 
730
683
install-ps: install-ps-am
731
684
 
732
 
install-ps-am:
733
 
 
734
685
installcheck-am:
735
686
 
736
687
maintainer-clean: maintainer-clean-am
753
704
 
754
705
uninstall-am:
755
706
 
756
 
.MAKE: check-am install-am install-strip
 
707
.MAKE: install-am install-strip
757
708
 
758
709
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
759
710
        clean-checkPROGRAMS clean-generic clean-libtool ctags \
769
720
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
770
721
        tags uninstall uninstall-am
771
722
 
772
 
 
773
723
# Tell versions [3.59,3.63) of GNU make to not export all variables.
774
724
# Otherwise a system limit (for SysV at least) may be exceeded.
775
725
.NOEXPORT: