summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-28 18:14:50 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-28 18:17:10 +0000
commit852c2a2043b6f2bbbcf0b82c4eea2f3491045b6d (patch)
tree07c99776f65c2909a841550ef7d9510be958635c
parentReleasing debian version 5.2.3+dfsg-7. (diff)
downloadbootstrap-html-852c2a2043b6f2bbbcf0b82c4eea2f3491045b6d.tar.xz
bootstrap-html-852c2a2043b6f2bbbcf0b82c4eea2f3491045b6d.zip
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.baumann@progress-linux.org>
-rw-r--r--debian/control2
-rw-r--r--debian/libjs-bootstrap5.install2
-rw-r--r--debian/node-bootstrap.install2
3 files changed, 4 insertions, 2 deletions
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/