1
0
Fork 0

Adding debian version 5.2.3+dfsg-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 07:03:06 +01:00
parent bc475d7d0d
commit 409661b691
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
15 changed files with 625 additions and 0 deletions

View 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)
*/`
}

View 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
}
]
]