summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-15 11:41:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-15 11:41:46 +0000
commitffe3514c0a24c447e7377ba70db5efedefbe4991 (patch)
treecb9d0272435e8423ad2f67693e26bf88f467a4da /debian
parentMerging upstream version 5.3.2+dfsg. (diff)
downloadbootstrap-html-ffe3514c0a24c447e7377ba70db5efedefbe4991.tar.xz
bootstrap-html-ffe3514c0a24c447e7377ba70db5efedefbe4991.zip
Refreshing do-not-update-copyright-year.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/patches/debian/0001-do-not-update-copyright-year.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/debian/0001-do-not-update-copyright-year.patch b/debian/patches/debian/0001-do-not-update-copyright-year.patch
index d71507e..c6668ba 100644
--- a/debian/patches/debian/0001-do-not-update-copyright-year.patch
+++ b/debian/patches/debian/0001-do-not-update-copyright-year.patch
@@ -1,10 +1,10 @@
Author: Xavier Guimard <yadd@debian.org>
Description: Avoi updating copyright year during build to allow reproducible builds.
-diff -Naurp bootstrap-html.orig/build/banner.js bootstrap-html/build/banner.js
---- bootstrap-html.orig/build/banner.js
-+++ bootstrap-html/build/banner.js
-@@ -6,7 +6,7 @@ const year = new Date().getFullYear()
+diff -Naurp bootstrap-html.orig/build/banner.mjs bootstrap-html/build/banner.mjs
+--- bootstrap-html.orig/build/banner.mjs
++++ bootstrap-html/build/banner.mjs
+@@ -12,7 +12,7 @@ const year = new Date().getFullYear()
function getBanner(pluginFilename) {
return `/*!
* Bootstrap${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})