summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:44:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:44:12 +0000
commitb08c6c27eea5250c588a2d9df627265c727eae5c (patch)
treebfb17dd9ffcb037426633f06a2a0532878444870 /debian/patches
parentReleasing progress-linux version 3.9.0-1~progress7.99u1. (diff)
downloadpostfix-b08c6c27eea5250c588a2d9df627265c727eae5c.tar.xz
postfix-b08c6c27eea5250c588a2d9df627265c727eae5c.zip
Merging debian version 3.9.0-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/patches/reproducible13
-rw-r--r--debian/patches/series1
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/reproducible b/debian/patches/reproducible
new file mode 100644
index 0000000..846292c
--- /dev/null
+++ b/debian/patches/reproducible
@@ -0,0 +1,13 @@
+Index: postfix/makedefs
+===================================================================
+--- postfix.orig/makedefs
++++ postfix/makedefs
+@@ -215,7 +215,7 @@ echo "#---------------------------------
+ echo "# Start of summary of user-configurable 'make makefiles' options."
+ echo "# CCARGS=$CCARGS"
+ echo "# AUXLIBS=$AUXLIBS"
+-env | grep '^AUXLIBS_' | sed 's/^/# /'
++env | grep '^AUXLIBS_' | sed 's/^/# /' | sort
+ echo "# shared=$shared"
+ echo "# dynamicmaps=$dynamicmaps"
+ echo "# pie=$pie"
diff --git a/debian/patches/series b/debian/patches/series
index 3f7eee0..bbe3d62 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@
debian-man-name.diff
71_debianize_collate.pl.diff
Disable-LD_LIBRARY_PATH-check.patch
+reproducible