diff options
author | Steve Langasek <vorlon@debian.org> | 2010-08-31 22:14:31 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:48:25 -0800 |
commit | 373653d911ee042931401e41e5248bcf16457f2c (patch) | |
tree | 3312a368cfbedc6c36dea5bd80332574a6d1402a /debian/patches-applied/conditional_module,_conditional_man | |
parent | 708286ab96a796707850245dafbe95ac6cdae94d (diff) | |
download | pam-373653d911ee042931401e41e5248bcf16457f2c.tar.gz pam-373653d911ee042931401e41e5248bcf16457f2c.tar.bz2 pam-373653d911ee042931401e41e5248bcf16457f2c.zip |
Drop patches conditional_module,_conditional_man and
mkhomedir_linking.patch, which are included upstream.
Diffstat (limited to 'debian/patches-applied/conditional_module,_conditional_man')
-rw-r--r-- | debian/patches-applied/conditional_module,_conditional_man | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches-applied/conditional_module,_conditional_man b/debian/patches-applied/conditional_module,_conditional_man deleted file mode 100644 index 69e15a80..00000000 --- a/debian/patches-applied/conditional_module,_conditional_man +++ /dev/null @@ -1,26 +0,0 @@ -Description: don't install manpage for pam_tty_audit if the module isn't built - If we don't have the libraries required for building pam_tty_audit, we - shouldn't install the manpage either. -Author: Steve Langasek <steve.langasek@canonical.com> -Bug-Ubuntu: https://bugs.launchpad.net/bugs/588547 -Forwarded: <20100607181348.GA28895@dario.dodds.net> -Applied-Upstream: 987, http://bzr.debian.org/pkg-pam/upstream/branches/HEAD - -Index: pam.deb/modules/pam_tty_audit/Makefile.am -=================================================================== ---- pam.deb.orig/modules/pam_tty_audit/Makefile.am -+++ pam.deb/modules/pam_tty_audit/Makefile.am -@@ -5,9 +5,11 @@ - CLEANFILES = *~ - MAINTAINERCLEANFILES = $(MANS) README - --EXTRA_DIST = README $(MANS) $(XMLS) -+EXTRA_DIST = README pam_tty_audit.8 $(XMLS) - --man_MANS = pam_tty_audit.8 -+if HAVE_AUDIT_TTY_STATUS -+ man_MANS = pam_tty_audit.8 -+endif - XMLS = README.xml pam_tty_audit.8.xml - - securelibdir = $(SECUREDIR) |