summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>2020-10-04 11:33:19 -0300
committerThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>2020-10-04 11:33:19 -0300
commit69883cf3d2558f4e9cdb68048c8cd2ded54a6a8b (patch)
tree9bf214f5c543f1a96ad7c23d69825243091a6d03
parenta48508a68a155596e4f6b6954315d4acf89b0b14 (diff)
Commit Debian 3.0 (quilt) metadataHEADdebian/3.8.B-3archive/debian/3.8.B-3master
[dgit (9.12) quilt-fixup]
-rw-r--r--debian/patches/remove-build-date-from-lpd.conf.patch20
-rw-r--r--debian/patches/series1
2 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/remove-build-date-from-lpd.conf.patch b/debian/patches/remove-build-date-from-lpd.conf.patch
new file mode 100644
index 0000000..35935f1
--- /dev/null
+++ b/debian/patches/remove-build-date-from-lpd.conf.patch
@@ -0,0 +1,20 @@
+From: Jérémy Bobbio <lunar@debian.org>
+Date: Sun, 4 Oct 2020 11:26:37 -0300
+X-Dgit-Generated: 3.8.B-3 e0d31e22d15091c6a5098c1ee376546104cd66a6
+Subject: Remove build date from lpd.conf
+
+
+---
+
+--- lprng-3.8.B.orig/UTILS/make_lpd_conf.in
++++ lprng-3.8.B/UTILS/make_lpd_conf.in
+@@ -1,8 +1,7 @@
+ #!/bin/sh
+-date=`LC_ALL=C date`;
+ AWK=@AWK@
+ cat <<EOF
+-# lpd.conf generated for version $1 compiled on $date
++# lpd.conf generated for version $1
+ # The values in this file are the built-in default values. (Which may depend
+ # on the build-options used when your LPRng was compiled).
+ # If you modify the file, set the value to something other than the default
diff --git a/debian/patches/series b/debian/patches/series
index 4f06c0f..4d35ec2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ portable_maxpathlen
string_literals
openssl_1.1.patch
fix-build-with-gcc-10.patch
+remove-build-date-from-lpd.conf.patch