Refreshing do-not-update-copyright-year.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e37edd7108
commit
c02e7b8946
1 changed files with 4 additions and 4 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Reference in a new issue