diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-05-19 15:58:53 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-05-19 15:58:53 +0200 |
commit | 7bbb2e4ac5bb13083ac79833c1f430602d481712 (patch) | |
tree | c7445b47dbf00613a336b6d747f2aad06c8a205d | |
parent | 6a5472c141390e1f4c7822c743d7a2d647b64821 (diff) | |
download | extra-dependencies-7bbb2e4ac5bb13083ac79833c1f430602d481712.tar.gz extra-dependencies-7bbb2e4ac5bb13083ac79833c1f430602d481712.zip |
DEB wv2: Add ninja-build to Build-Depends.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | debian/wv2/wv2-0.4.2.dfsg.2/debian/changelog | 2 | ||||
-rw-r--r-- | debian/wv2/wv2-0.4.2.dfsg.2/debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/wv2/wv2-0.4.2.dfsg.2/debian/changelog b/debian/wv2/wv2-0.4.2.dfsg.2/debian/changelog index dbb4cec3..7cab6b60 100644 --- a/debian/wv2/wv2-0.4.2.dfsg.2/debian/changelog +++ b/debian/wv2/wv2-0.4.2.dfsg.2/debian/changelog @@ -1,4 +1,4 @@ -wv2 (0.4.2.dfsg.2-2debian11.0.0+2~a) bullseye; urgency=low +wv2 (0.4.2.dfsg.2-2debian11.0.0+3~a) bullseye; urgency=low * Switch to cdbs * Switch to build using ninja-build diff --git a/debian/wv2/wv2-0.4.2.dfsg.2/debian/control b/debian/wv2/wv2-0.4.2.dfsg.2/debian/control index 82490d86..ec00da49 100644 --- a/debian/wv2/wv2-0.4.2.dfsg.2/debian/control +++ b/debian/wv2/wv2-0.4.2.dfsg.2/debian/control @@ -2,7 +2,7 @@ Source: wv2 Section: deps-r14/libs Priority: optional Maintainer: Olly Betts <olly@survex.com> -Build-Depends: cdbs, debhelper (>= 9), quilt, cmake, libglib2.0-dev, libgsf-1-dev (>= 1.14.0), libxml2-dev, zlib1g-dev, pkg-config, python-all +Build-Depends: cdbs, debhelper (>= 9), quilt, cmake, ninja-build, libglib2.0-dev, libgsf-1-dev (>= 1.14.0), libxml2-dev, zlib1g-dev, pkg-config, python-all Standards-Version: 3.9.4 Homepage: http://wvware.sourceforge.net |