summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSergey Ponomarev <stokito@gmail.com>2024-12-31 16:27:46 +0200
committerGitHub <noreply@github.com>2024-12-31 16:27:46 +0200
commitbd001ae4f830fb1db629f4e1457b9ecc82822c74 (patch)
treef3ed51d6d1ed636df94e2b62ce69dbbfb139f62e
parenta677bc5b6fc80a936ea1d1c71427f271a9e153c4 (diff)
debian/control: libucode Recommends ucode-modules
-rw-r--r--debian/control2
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