diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 13 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/lintian-overrides | 1 | ||||
-rw-r--r-- | debian/source/format | 2 |
5 files changed, 14 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 66697c9..e87b0b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ucode (0.0.20220322-1) UNRELEASED; urgency=medium +ucode (0.0.20220322) UNRELEASED; urgency=medium * Initial release. 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 diff --git a/debian/copyright b/debian/copyright index 4bbf4cc..4608cda 100644 --- a/debian/copyright +++ b/debian/copyright @@ -10,7 +10,7 @@ License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. - + . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, diff --git a/debian/lintian-overrides b/debian/lintian-overrides new file mode 100644 index 0000000..7662288 --- /dev/null +++ b/debian/lintian-overrides @@ -0,0 +1 @@ +no-manual-page diff --git a/debian/source/format b/debian/source/format index 163aaf8..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native) |