diff options
author | Sam Hartman <hartmans@debian.org> | 2023-09-11 14:25:48 -0600 |
---|---|---|
committer | Sam Hartman <hartmans@debian.org> | 2023-09-11 14:25:48 -0600 |
commit | 7ae7ed41ad1d32a258fd8ab2c48a0c2920f06db7 (patch) | |
tree | a147944bd7566bdd7231f249a777fcc1084b7d37 /debian/patches/make_documentation_reproducible.patch | |
parent | 42408448b00a7a2150b5853dc4f63296b6827e0e (diff) | |
download | pam-7ae7ed41ad1d32a258fd8ab2c48a0c2920f06db7.tar.gz pam-7ae7ed41ad1d32a258fd8ab2c48a0c2920f06db7.tar.bz2 pam-7ae7ed41ad1d32a258fd8ab2c48a0c2920f06db7.zip |
WIP initial set of 1.5.3 patches
Just an initial rebase of the patches against 1.5.3.
* I'm not sure I handled pam_wheel correctly
* I removed most of the generated nroff man page patches; my plan is to add a single patch at the end that includes the nroff manpage updates.
Diffstat (limited to 'debian/patches/make_documentation_reproducible.patch')
-rw-r--r-- | debian/patches/make_documentation_reproducible.patch | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/debian/patches/make_documentation_reproducible.patch b/debian/patches/make_documentation_reproducible.patch index b6a4bfe3..6fa72406 100644 --- a/debian/patches/make_documentation_reproducible.patch +++ b/debian/patches/make_documentation_reproducible.patch @@ -1,14 +1,20 @@ -Description: Make documentation reproducible - Add LC_ALL=C.UTF-8 to w3m to avoid changes in the output when build the - documentation with different locales. -Author: Juan Picca <jumapico@gmail.com>, Steve Langasek <vorlon@debian.org> +From: "Juan Picca jumapico@gmail.com, Steve Langasek" <vorlon@debian.org> +Date: Mon, 11 Sep 2023 14:00:42 -0600 +Subject: Make documentation reproducible + Last-Update: 2019-01-06 -Index: pam/configure.ac -=================================================================== ---- pam.orig/configure.ac -+++ pam/configure.ac -@@ -585,7 +585,7 @@ +Add LC_ALL=C.UTF-8 to w3m to avoid changes in the output when build the +documentation with different locales. +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index b9b0f83..5f11912 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -647,7 +647,7 @@ JH_CHECK_XML_CATALOG([http://docbook.sourceforge.net/release/xsl-ns/current/manp AC_PATH_PROG([BROWSER], [w3m]) if test -n "$BROWSER"; then |