~ubuntu-branches/ubuntu/oneiric/pam/oneiric-security

« back to all changes in this revision

Viewing changes to modules/pam_warn/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2011-06-04 14:04:19 UTC
  • mfrom: (1.1.8 upstream) (3.2.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110604140419-1f1eos84k66kqalf
Tags: 1.1.3-1ubuntu1
* 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.
  - Change Vcs-Bzr to point at the Ubuntu branch.
  - 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.
  - debian/patches-applied/027_pam_limits_better_init_allow_explicit_root:
    bump the hard limit for number of file descriptors, to keep pace with
    the changes in the kernel.
  - 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/libpam0g.postinst: drop kdm from the list of services to
    restart.
  - debian/libpam0g.postinst: check if gdm is actually running before
    trying to reload it.
  - New patch, lib_security_multiarch_compat, which lets us reuse the
    upstream --enable-isadir functionality to support a true path for
    module lookups; this way we don't have to force a hard transition to
    multiarch, but can support resolving modules in both the multiarch and
    non-multiarch directories.
  - build for multiarch, splitting our executables out of libpam-modules
    into a new package, libpam-modules-bin, so that modules can be
    co-installable between architectures.
* Dropped changes:
  - bumping the service restart version in libpam0g.postinst to ensure
    servers don't fail to find the pam modules in the new paths; the min
    version requirement upstream is higher than this now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        $(top_srcdir)/m4/japhar_grep_cflags.m4 \
47
47
        $(top_srcdir)/m4/jh_path_xml_catalog.m4 \
48
48
        $(top_srcdir)/m4/ld-O1.m4 $(top_srcdir)/m4/ld-as-needed.m4 \
49
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
50
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libprelude.m4 \
51
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
52
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
53
 
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
54
 
        $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
55
 
        $(top_srcdir)/configure.in
 
49
        $(top_srcdir)/m4/ld-no-undefined.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
50
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
51
        $(top_srcdir)/m4/libprelude.m4 $(top_srcdir)/m4/libtool.m4 \
 
52
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
53
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
54
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
 
55
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.in
56
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57
57
        $(ACLOCAL_M4)
58
58
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
99
99
AUTOMAKE = @AUTOMAKE@
100
100
AWK = @AWK@
101
101
BROWSER = @BROWSER@
 
102
BUILD_CFLAGS = @BUILD_CFLAGS@
 
103
BUILD_LDFLAGS = @BUILD_LDFLAGS@
102
104
CC = @CC@
103
105
CCDEPMODE = @CCDEPMODE@
104
106
CC_FOR_BUILD = @CC_FOR_BUILD@
238
240
mandir = @mandir@
239
241
mkdir_p = @mkdir_p@
240
242
oldincludedir = @oldincludedir@
 
243
pam_cv_ld_O1 = @pam_cv_ld_O1@
241
244
pam_cv_ld_as_needed = @pam_cv_ld_as_needed@
 
245
pam_cv_ld_no_undefined = @pam_cv_ld_no_undefined@
242
246
pam_xauth_path = @pam_xauth_path@
243
247
pdfdir = @pdfdir@
244
248
prefix = @prefix@