diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-09-15 11:41:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:22:19 +0000 |
commit | 0fb7af31a13af6106ca0050a8dfc92a9543dbebc (patch) | |
tree | ddb7507f37129f2f86d52a96af33f49d619bb2c8 | |
parent | Merging upstream version 5.3.3+dfsg. (diff) | |
download | bootstrap-html-0fb7af31a13af6106ca0050a8dfc92a9543dbebc.tar.xz bootstrap-html-0fb7af31a13af6106ca0050a8dfc92a9543dbebc.zip |
Refreshing do-not-update-copyright-year.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/debian/0001-do-not-update-copyright-year.patch | 8 |
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}) |