1
0
Fork 0

Refreshing do-not-update-copyright-year.patch.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 07:09:00 +01:00
parent e37edd7108
commit c02e7b8946
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

View file

@ -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})