Adding debian version 5.2.3+dfsg-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
bc475d7d0d
commit
409661b691
15 changed files with 625 additions and 0 deletions
15
debian/patches/debian/0001-do-not-update-copyright-year.patch
vendored
Normal file
15
debian/patches/debian/0001-do-not-update-copyright-year.patch
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
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()
|
||||
function getBanner(pluginFilename) {
|
||||
return `/*!
|
||||
* Bootstrap${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
|
||||
- * Copyright 2011-${year} ${pkg.author}
|
||||
+ * Copyright 2011-2023 ${pkg.author}
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
*/`
|
||||
}
|
16
debian/patches/debian/0002-dont-check-for-caniuse-lite-update.patch
vendored
Normal file
16
debian/patches/debian/0002-dont-check-for-caniuse-lite-update.patch
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
Author: Pirate Praveen <praveen@onenetbeyond.org>
|
||||
Description: don't check for node-canuise-lite update (Closes: #991651).
|
||||
|
||||
diff -Naurp bootstrap-html.orig/.babelrc.js bootstrap-html/.babelrc.js
|
||||
--- bootstrap-html.orig/.babelrc.js
|
||||
+++ bootstrap-html/.babelrc.js
|
||||
@@ -5,7 +5,8 @@ module.exports = {
|
||||
{
|
||||
loose: true,
|
||||
bugfixes: true,
|
||||
- modules: false
|
||||
+ modules: false,
|
||||
+ ignoreBrowserslistConfig: true
|
||||
}
|
||||
]
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue