diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 5e9d7f3..5f86076 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,14 @@ Source: ucode Maintainer: Paul Spooren <mail@aparcar.org> -Section: misc +Section: interpreters Priority: optional -Standards-Version: 0.0.20220322-1 -Build-Depends: debhelper-compat (= 12), libjson-c-dev +Standards-Version: 4.5.0 +Rules-Requires-Root: no +Build-Depends: debhelper-compat (= 12), cmake, pkgconf, libjson-c-dev +Homepage: https://github.com/jow-/ucode +Vcs-Browser: https://github.com/jow-/ucode +Vcs-Git: https://github.com/jow-/ucode.git +Bugs: https://github.com/jow-/ucode/issues Package: ucode Architecture: any @@ -24,6 +29,7 @@ Package: ucode-modules Architecture: any Multi-Arch: foreign Depends: libucode (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Enhances: libucode Description: Extension modules for the ucode language Ucode is a tiny script language featuring ECMA script syntax, builtin JSON support and templating using Jinja inspired markup. The ucode VM is provided @@ -40,6 +46,7 @@ Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: ucode-modules Section: libs Description: Shared library for the ucode interpreter Ucode is a tiny script language featuring ECMA script syntax, builtin JSON |