1
0
Fork 0

Making libjs-bootstrap5 co-installable with libjs-bootstrap4 by correctly updating the debhelper install files where required (Closes: #1030697).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-17 07:07:10 +01:00
parent 6aab372e7c
commit d8525da22c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
3 changed files with 2 additions and 4 deletions

2
debian/control vendored
View file

@ -60,8 +60,10 @@ Depends:
libjs-bootstrap5 (= ${source:Version}),
${misc:Depends},
Breaks:
libjs-bootstrap5 (<< 5.2.3+dfsg-8~),
libjs-bootstrap4,
Replaces:
libjs-bootstrap5 (<< 5.2.3+dfsg-8~),
libjs-bootstrap4,
Provides:
sass-stylesheets-bootstrap,

View file

@ -1,4 +1,2 @@
dist/* usr/share/bootstrap-html
js/dist/* usr/share/bootstrap-html/js
package.json usr/share/nodejs/bootstrap/
scss/* usr/share/sass/bootstrap/

2
debian/node-bootstrap.install vendored Normal file
View file

@ -0,0 +1,2 @@
package.json usr/share/nodejs/bootstrap/
scss/* usr/share/sass/bootstrap/