diff options
author | Sergey Ponomarev <stokito@gmail.com> | 2024-12-31 16:27:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-31 16:27:46 +0200 |
commit | bd001ae4f830fb1db629f4e1457b9ecc82822c74 (patch) | |
tree | f3ed51d6d1ed636df94e2b62ce69dbbfb139f62e | |
parent | a677bc5b6fc80a936ea1d1c71427f271a9e153c4 (diff) |
debian/control: libucode Recommends ucode-modules
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 969eb33..30740b1 100644 --- a/debian/control +++ b/debian/control @@ -29,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 @@ -45,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 |