diff options
author | Michele Calgaro <[email protected]> | 2023-01-06 10:31:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-01-06 12:03:50 +0900 |
commit | 6cefd87bbf2f68d24a083e628ac1848d081808f8 (patch) | |
tree | 8ec6995e9410b95847225e01fe10e73be98d102d /debian/wv2 | |
parent | d38c86b3eacf3a14f73a0e31202bc49782cf1deb (diff) | |
download | extra-dependencies-6cefd87bbf2f68d24a083e628ac1848d081808f8.tar.gz extra-dependencies-6cefd87bbf2f68d24a083e628ac1848d081808f8.zip |
DEB lcms,wv2: drop python support and dependency.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/wv2')
-rw-r--r-- | debian/wv2/wv2-0.4.2.dfsg.2/debian/changelog | 6 | ||||
-rw-r--r-- | debian/wv2/wv2-0.4.2.dfsg.2/debian/control | 2 |
2 files changed, 7 insertions, 1 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 7cab6b60..2b46d891 100644 --- a/debian/wv2/wv2-0.4.2.dfsg.2/debian/changelog +++ b/debian/wv2/wv2-0.4.2.dfsg.2/debian/changelog @@ -1,3 +1,9 @@ +wv2 (0.4.2.dfsg.2-2debian11.0.0+4~a) bullseye; urgency=low + + * Dropped python support + + -- Michele Calgaro <[email protected]> Fri, 06 Jan 2023 10:30:17 +0900 + wv2 (0.4.2.dfsg.2-2debian11.0.0+3~a) bullseye; urgency=low * Switch to cdbs 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 ec00da49..32c182c3 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 <[email protected]> -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 +Build-Depends: cdbs, debhelper (>= 9), quilt, cmake, ninja-build, libglib2.0-dev, libgsf-1-dev (>= 1.14.0), libxml2-dev, zlib1g-dev, pkg-config Standards-Version: 3.9.4 Homepage: http://wvware.sourceforge.net |