format patches
This commit is contained in:
parent
ec16705fac
commit
547be757a3
|
@ -1,13 +1,18 @@
|
|||
Author: Rhonda D'Vine <rhonda@debian.org>
|
||||
Description: Remove --force option from po4a calls
|
||||
The --force option forced a regenerate of the pot files on every call,
|
||||
hindering the reproducible buildability of the package
|
||||
From: Rhonda D'Vine <rhonda@debian.org>
|
||||
Date: Fri, 13 May 2022 20:12:40 +0800
|
||||
Subject: Remove --force option from po4a calls
|
||||
|
||||
Index: VCS/GNUmakefile
|
||||
===================================================================
|
||||
--- VCS.orig/GNUmakefile 2015-12-03 17:18:38.980045908 +0100
|
||||
+++ VCS/GNUmakefile 2016-01-20 13:22:32.795072663 +0100
|
||||
@@ -173,12 +173,12 @@
|
||||
The --force option forced a regenerate of the pot files on every call,
|
||||
hindering the reproducible buildability of the package
|
||||
---
|
||||
GNUmakefile | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/GNUmakefile b/GNUmakefile
|
||||
index 6051159..88e98ad 100644
|
||||
--- a/GNUmakefile
|
||||
+++ b/GNUmakefile
|
||||
@@ -173,12 +173,12 @@ po/dctrl-tools.pot : $(src) lib/msg.h
|
||||
# create (or update) dctrl-tools-man.pot
|
||||
man/po4a/po/dctrl-tools-man.pot :
|
||||
touch man/po4a/po/dctrl-tools-man.pot
|
||||
|
|
|
@ -1,9 +1,16 @@
|
|||
Author: Reiner Herrmann <reiner@reiner-h.de>
|
||||
Description: Sort object files for deterministic linking order
|
||||
From: Reiner Herrmann <reiner@reiner-h.de>
|
||||
Date: Fri, 13 May 2022 20:12:40 +0800
|
||||
Subject: Sort object files for deterministic linking order
|
||||
|
||||
---
|
||||
GNUmakefile | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/GNUmakefile b/GNUmakefile
|
||||
index 88e98ad..75f108f 100644
|
||||
--- a/GNUmakefile
|
||||
+++ b/GNUmakefile
|
||||
@@ -31,7 +31,7 @@
|
||||
@@ -31,7 +31,7 @@ PO4A = po4a
|
||||
PO4A_CONFIG = man/po4a/po4a.cfg
|
||||
|
||||
libsrc = $(wildcard lib/*.c)
|
||||
|
@ -12,7 +19,7 @@ Description: Sort object files for deterministic linking order
|
|||
|
||||
src = $(libsrc) \
|
||||
$(wildcard grep-dctrl/*.c) \
|
||||
@@ -39,7 +39,7 @@
|
||||
@@ -39,7 +39,7 @@ src = $(libsrc) \
|
||||
$(wildcard tbl-dctrl/*.c) \
|
||||
$(wildcard join-dctrl/*.c)
|
||||
|
||||
|
|
Loading…
Reference in New Issue