From 852c2a2043b6f2bbbcf0b82c4eea2f3491045b6d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 28 Feb 2023 19:14:50 +0100 Subject: Making libjs-bootstrap5 co-installable with libjs-bootstrap4 by correctly updating the debhelper install files where required (Closes: #1030697). Signed-off-by: Daniel Baumann --- debian/control | 2 ++ debian/libjs-bootstrap5.install | 2 -- debian/node-bootstrap.install | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 debian/node-bootstrap.install diff --git a/debian/control b/debian/control index aef2741..aca7224 100644 --- a/debian/control +++ b/debian/control @@ -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, diff --git a/debian/libjs-bootstrap5.install b/debian/libjs-bootstrap5.install index 6448174..6f8bf37 100644 --- a/debian/libjs-bootstrap5.install +++ b/debian/libjs-bootstrap5.install @@ -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/ diff --git a/debian/node-bootstrap.install b/debian/node-bootstrap.install new file mode 100644 index 0000000..5d578bf --- /dev/null +++ b/debian/node-bootstrap.install @@ -0,0 +1,2 @@ +package.json usr/share/nodejs/bootstrap/ +scss/* usr/share/sass/bootstrap/ -- cgit v1.2.3