summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0001-do-not-update-copyright-year.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-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})