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>
|
Author: Xavier Guimard <yadd@debian.org>
|
||||||
Description: Avoi updating copyright year during build to allow reproducible builds.
|
Description: Avoi updating copyright year during build to allow reproducible builds.
|
||||||
|
|
||||||
diff -Naurp bootstrap-html.orig/build/banner.js bootstrap-html/build/banner.js
|
diff -Naurp bootstrap-html.orig/build/banner.mjs bootstrap-html/build/banner.mjs
|
||||||
--- bootstrap-html.orig/build/banner.js
|
--- bootstrap-html.orig/build/banner.mjs
|
||||||
+++ bootstrap-html/build/banner.js
|
+++ bootstrap-html/build/banner.mjs
|
||||||
@@ -6,7 +6,7 @@ const year = new Date().getFullYear()
|
@@ -12,7 +12,7 @@ const year = new Date().getFullYear()
|
||||||
function getBanner(pluginFilename) {
|
function getBanner(pluginFilename) {
|
||||||
return `/*!
|
return `/*!
|
||||||
* Bootstrap${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
|
* Bootstrap${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
|
||||||
|
|
Loading…
Add table
Reference in a new issue