From 543ab1237a2cc718ba5a49dcff43a9db967bd88f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 6 Apr 2025 10:11:03 +0200 Subject: [PATCH 1/2] Refreshing no-relative-imports.patch. Signed-off-by: Daniel Baumann --- debian/patches/debian/0003-no-relative-imports.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/debian/0003-no-relative-imports.patch b/debian/patches/debian/0003-no-relative-imports.patch index d1301bc..491e01f 100644 --- a/debian/patches/debian/0003-no-relative-imports.patch +++ b/debian/patches/debian/0003-no-relative-imports.patch @@ -9,7 +9,7 @@ diff -Naurp bootstrap-html.orig/build/build-plugins.mjs bootstrap-html/build/bui import path from 'node:path' import { fileURLToPath } from 'node:url' -import { babel } from '@rollup/plugin-babel' --import globby from 'globby' +-import { globby } from 'globby' -import { rollup } from 'rollup' +import { babel } from "file:///usr/share/nodejs/@rollup/plugin-babel/dist/cjs/index.js" +import globby from "file:///usr/share/nodejs/globby/index.cjs" From e8f52b272911d12f44016772a7b5181291ad0e7b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 6 Apr 2025 10:12:44 +0200 Subject: [PATCH 2/2] Releasing debian version 5.3.5+dfsg-1. Signed-off-by: Daniel Baumann --- debian/changelog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 1a0444f..b903a6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +bootstrap-html (5.3.5+dfsg-1) sid; urgency=medium + + * Merging upstream version 5.3.5+dfsg. + * Updating list of excluded files in copyright for upstream version + 5.3.5. + * Updating years in copyright for 2025. + * Refreshing no-relative-imports.patch. + + -- Daniel Baumann Sun, 06 Apr 2025 10:11:09 +0200 + bootstrap-html (5.3.3+dfsg-5) sid; urgency=medium * Updating to standards version 4.7.1.