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:
parent
6aab372e7c
commit
d8525da22c
3 changed files with 2 additions and 4 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -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,
|
||||
|
|
2
debian/libjs-bootstrap5.install
vendored
2
debian/libjs-bootstrap5.install
vendored
|
@ -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
2
debian/node-bootstrap.install
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
package.json usr/share/nodejs/bootstrap/
|
||||
scss/* usr/share/sass/bootstrap/
|
Loading…
Add table
Reference in a new issue