summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYadd <yadd@debian.org>2021-10-10 23:11:48 +0200
committerYadd <yadd@debian.org>2021-10-10 23:11:48 +0200
commit6c7e04beb06f060d5c977376d9cbd640d7598ba5 (patch)
treef5a6a4e9e1624120c7559b04a9c3457a673f704c
parentaddf314b31ca8a76dae24396763610b95a8a9142 (diff)
Drop unneeded version constraints
-rw-r--r--debian/control23
1 files changed, 13 insertions, 10 deletions
diff --git a/debian/control b/debian/control
index c9c3d32..2505f42 100644
--- a/debian/control
+++ b/debian/control
@@ -1,31 +1,34 @@
Source: node-mermaid
-Section: javascript
-Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Nilesh Patra <nilesh@debian.org>
-Build-Depends: debhelper-compat (= 13)
+Section: javascript
+Priority: optional
+Build-Depends:
+ debhelper-compat (= 13)
, dh-sequence-nodejs
, jison
, node-babel-loader
- , node-babel7 (>= 7.4.5~)
+ , node-babel7
, node-css-loader
- , node-dagre-d3-renderer (>= 0.6.4+dfsg~)
- , node-dagre-layout (>= 0.8.8+really0.8.5+dfsg~)
+ , node-dagre-d3-renderer
+ , node-dagre-layout
, node-dompurify
, node-graphlibrary (>= 2.2.0+really2.1.8+dfsg~)
, node-moment
, uglifyjs.terser
, webpack (>= 4.43.0~)
Standards-Version: 4.6.0
-Homepage: https://github.com/knsv/mermaid
-Vcs-Git: https://salsa.debian.org/js-team/node-mermaid.git
Vcs-Browser: https://salsa.debian.org/js-team/node-mermaid
+Vcs-Git: https://salsa.debian.org/js-team/node-mermaid.git
+Homepage: https://github.com/knsv/mermaid
Rules-Requires-Root: no
Package: node-mermaid
Architecture: all
-Depends: ${misc:Depends}
-Provides: ${nodejs:Provides}
+Depends:
+ ${misc:Depends}
+Provides:
+ ${nodejs:Provides}
Description: Markdownish syntax for generating flowcharts,
sequence diagrams, class diagrams, gantt charts and git graphs.
.