diff options
-rw-r--r-- | .gitignore | 12 | ||||
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/lintian-overrides | 1 |
5 files changed, 16 insertions, 3 deletions
@@ -21,3 +21,15 @@ examples/ !/docs/ucode.css !/docs/.nojekyll !/docs/tutorials/ +/obj-*/ +/debian/.debhelper/ +/debian/tmp/ +/debian/ucode/ +/debian/libucode/ +/debian/libucode-dev/ +/debian/ucode-modules/ +/debian/debhelper-build-stamp +/debian/files +/debian/*.debhelper +/debian/*.debhelper.log +/debian/*.substvars 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 30740b1..5f86076 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Section: interpreters Priority: optional Standards-Version: 4.5.0 Rules-Requires-Root: no -Build-Depends: debhelper-compat (= 12), cmake, pkg-config, libjson-c-dev +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 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 |