Compare commits
2 commits
3c0cdd8278
...
e8f52b2729
Author | SHA1 | Date | |
---|---|---|---|
e8f52b2729 | |||
543ab1237a |
2 changed files with 11 additions and 1 deletions
10
debian/changelog
vendored
10
debian/changelog
vendored
|
@ -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 <daniel@debian.org> Sun, 06 Apr 2025 10:11:09 +0200
|
||||||
|
|
||||||
bootstrap-html (5.3.3+dfsg-5) sid; urgency=medium
|
bootstrap-html (5.3.3+dfsg-5) sid; urgency=medium
|
||||||
|
|
||||||
* Updating to standards version 4.7.1.
|
* Updating to standards version 4.7.1.
|
||||||
|
|
|
@ -9,7 +9,7 @@ diff -Naurp bootstrap-html.orig/build/build-plugins.mjs bootstrap-html/build/bui
|
||||||
import path from 'node:path'
|
import path from 'node:path'
|
||||||
import { fileURLToPath } from 'node:url'
|
import { fileURLToPath } from 'node:url'
|
||||||
-import { babel } from '@rollup/plugin-babel'
|
-import { babel } from '@rollup/plugin-babel'
|
||||||
-import globby from 'globby'
|
-import { globby } from 'globby'
|
||||||
-import { rollup } from 'rollup'
|
-import { rollup } from 'rollup'
|
||||||
+import { babel } from "file:///usr/share/nodejs/@rollup/plugin-babel/dist/cjs/index.js"
|
+import { babel } from "file:///usr/share/nodejs/@rollup/plugin-babel/dist/cjs/index.js"
|
||||||
+import globby from "file:///usr/share/nodejs/globby/index.cjs"
|
+import globby from "file:///usr/share/nodejs/globby/index.cjs"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue