summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control76
1 files changed, 76 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..b130ffa
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,76 @@
+Source: bootstrap-html
+Section: javascript
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-nodejs,
+ libjs-popper.js,
+ node-autoprefixer,
+ node-babel7,
+ node-less,
+ node-postcss-cli,
+ node-rollup-plugin-babel,
+ node-rollup-plugin-node-resolve,
+ node-rollup-plugin-replace,
+ node-source-map,
+ rollup,
+ sassc,
+ terser,
+Rules-Requires-Root: no
+Standards-Version: 4.6.1
+Homepage: https://getbootstrap.com
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/bootstrap-html
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/bootstrap-html
+
+Package: libjs-bootstrap5
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ libjs-popper.js,
+ ${misc:Depends},
+Provides:
+ node-bootstrap (= ${source:Version}),
+ sass-stylesheets-bootstrap,
+Suggests:
+ bootstrap-icons,
+ libjs-bootstrap5-doc,
+Description: HTML front-end framework (version 5)
+ Bootstrap is a CSS framework directed at responsive, mobile-first front-end
+ web development. It contains HTML, CSS and (optionally) JavaScript-based design
+ templates for typography, forms, buttons, navigation, and other interface
+ components.
+ .
+ This package contains bootstrap version 5.
+
+Package: libjs-bootstrap5-doc
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ ${misc:Depends},
+Description: HTML front-end framework (documentation, version 5)
+ Bootstrap is a CSS framework directed at responsive, mobile-first front-end
+ web development. It contains HTML, CSS and (optionally) JavaScript-based design
+ templates for typography, forms, buttons, navigation, and other interface
+ components.
+ .
+ This package contains the documentation for bootstrap version 5.
+
+Package: node-bootstrap
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ libjs-bootstrap5 (= ${source:Version}),
+ ${misc:Depends},
+Provides:
+ sass-stylesheets-bootstrap,
+Suggests:
+ bootstrap-icons,
+ libjs-bootstrap5-doc,
+Description: HTML front-end framework (nodejs, version 5)
+ Bootstrap is a CSS framework directed at responsive, mobile-first front-end
+ web development. It contains HTML, CSS and (optionally) JavaScript-based design
+ templates for typography, forms, buttons, navigation, and other interface
+ components.
+ .
+ This package contains the nodejs integration for bootstrap version 5.