diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 16:15:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 16:15:01 +0000 |
commit | d82f1f1fabb5dea4510ba42d676f0895c9f8f69f (patch) | |
tree | a4ae448493fac03bedca961f7627c80ff015000b /debian/patches/fix_rrsync_man_generation.patch | |
parent | Merging upstream version 3.3.0. (diff) | |
download | rsync-d82f1f1fabb5dea4510ba42d676f0895c9f8f69f.tar.xz rsync-d82f1f1fabb5dea4510ba42d676f0895c9f8f69f.zip |
Merging debian version 3.3.0-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/fix_rrsync_man_generation.patch')
-rw-r--r-- | debian/patches/fix_rrsync_man_generation.patch | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/debian/patches/fix_rrsync_man_generation.patch b/debian/patches/fix_rrsync_man_generation.patch index ffbe4ff..7fd7dcf 100644 --- a/debian/patches/fix_rrsync_man_generation.patch +++ b/debian/patches/fix_rrsync_man_generation.patch @@ -1,14 +1,21 @@ -Description: Fix manpage installation for rrsync - Otherwise we would get "ERROR: support/rrsync.1 cannot be created." - I'm not confident this is the best approach on solving this issue, - but I know this works with no regressions. - This patch needs to be reviewed before being submitted to upstream. -Author: Samuel Henrique <samueloph@debian.org> -Index: rsync/maybe-make-man +From: Samuel Henrique <samueloph@debian.org> +Date: Fri, 12 Apr 2024 00:11:07 +0100 +Subject: Fix manpage installation for rrsync + +Otherwise we would get "ERROR: support/rrsync.1 cannot be created." +I'm not confident this is the best approach on solving this issue, +but I know this works with no regressions. +This patch needs to be reviewed before being submitted to upstream. =================================================================== ---- rsync.orig/maybe-make-man -+++ rsync/maybe-make-man -@@ -22,12 +22,8 @@ if [ ! -f "$flagfile" ]; then +--- + maybe-make-man | 8 ++------ + 1 file changed, 2 insertions(+), 6 deletions(-) + +diff --git a/maybe-make-man b/maybe-make-man +index c7af739..d0b9660 100755 +--- a/maybe-make-man ++++ b/maybe-make-man +@@ -23,12 +23,8 @@ if [ ! -f "$flagfile" ]; then cp -p "$srcdir/$outname" . exit 0 else |