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