diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index cbf7326fc..000000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -sail (0.9.0~rc3) unstable; urgency=medium - - * Release candidate #3. - - -- Dmitry Baryshev Tue, 17 Oct 2023 15:36:15 +0300 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b1bd38b62..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -13 diff --git a/debian/control b/debian/control deleted file mode 100644 index 68de02c0a..000000000 --- a/debian/control +++ /dev/null @@ -1,97 +0,0 @@ -Source: sail -Priority: optional -Maintainer: Dmitry Baryshev -Build-Depends: debhelper (>=9), build-essential, libgif-dev, libjpeg-dev, libpng-dev, libtiff-dev, libavif-dev, libwebp-dev, libjxl-dev -Standards-Version: 3.9.6 -Vcs-Browser: https://github.com/HappySeaFox/sail -Vcs-Git: https://github.com/HappySeaFox/sail.git - -Package: libsail-common0 -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: SAIL is a fast and lightweight cross-platform image decoding - and encoding library providing multi-leveled APIs from one-liners - to complex use-cases with custom I/O sources. - . - This package provides common low-level SAIL libraries. - -Package: libsail-common-dev -Section: libdevel -Architecture: any -Depends: libsail-common0 (= ${binary:Version}), ${misc:Depends} -Description: SAIL is a fast and lightweight cross-platform image decoding - and encoding library providing multi-leveled APIs from one-liners - to complex use-cases with custom I/O sources. - . - This package provides common low-level SAIL development headers and libraries. - -Package: libsail-manip0 -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: SAIL is a fast and lightweight cross-platform image decoding - and encoding library providing multi-leveled APIs from one-liners - to complex use-cases with custom I/O sources. - . - This package provides image manipulation functions. - -Package: libsail-manip-dev -Section: libdevel -Architecture: any -Depends: libsail-manip0 (= ${binary:Version}), ${misc:Depends} -Description: SAIL is a fast and lightweight cross-platform image decoding - and encoding library providing multi-leveled APIs from one-liners - to complex use-cases with custom I/O sources. - . - This package provides image manipulation development headers and libraries. - -Package: sail-codecs -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: SAIL is a fast and lightweight cross-platform image decoding - and encoding library providing multi-leveled APIs from one-liners - to complex use-cases with custom I/O sources. - . - This package provides low-level SAIL image codecs. - -Package: libsail0 -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, sail-codecs (= ${binary:Version}) -Description: SAIL is a fast and lightweight cross-platform image decoding - and encoding library providing multi-leveled APIs from one-liners - to complex use-cases with custom I/O sources. - . - This package provides high-level SAIL client libraries. - -Package: libsail-dev -Section: libdevel -Architecture: any -Depends: libsail0 (= ${binary:Version}), ${misc:Depends} -Description: SAIL is a fast and lightweight cross-platform image decoding - and encoding library providing multi-leveled APIs from one-liners - to complex use-cases with custom I/O sources. - . - This package provides high-level SAIL development headers and libraries. - -Package: libsail-c++0 -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: SAIL is a fast and lightweight cross-platform image decoding - and encoding library providing multi-leveled APIs from one-liners - to complex use-cases with custom I/O sources. - . - This package provides high-level SAIL client libraries. - -Package: libsail-c++-dev -Section: libdevel -Architecture: any -Depends: libsail-c++0 (= ${binary:Version}), ${misc:Depends} -Description: SAIL is a fast and lightweight cross-platform image decoding - and encoding library providing multi-leveled APIs from one-liners - to complex use-cases with custom I/O sources. - . - This package provides high-level SAIL C++ development headers and libraries. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 7a4cd6ea5..000000000 --- a/debian/copyright +++ /dev/null @@ -1,35 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: SAIL -Upstream-Contact: Dmitry Baryshev -Source: https://github.com/HappySeaFox/sail.git - -Files: debian/* -Copyright: 2020 Dmitry Baryshev -License: GPL-3+ - -Files: cmake/* dist/* src/* examples/* tests/* -Copyright: 2020 Dmitry Baryshev -License: MIT - -License: GPL-3+ - On Debian systems the full text of the GPL-3 can be found in - /usr/share/common-licenses/GPL-3 - -License: MIT - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. diff --git a/debian/libsail-c++-dev.install b/debian/libsail-c++-dev.install deleted file mode 100644 index bd3046cc9..000000000 --- a/debian/libsail-c++-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/sail/sail-c++ -usr/lib/*/libsail-c++.so -usr/lib/*/pkgconfig/sail-c++.pc -usr/lib/cmake/sailc++/SailC++*.cmake diff --git a/debian/libsail-c++0.install b/debian/libsail-c++0.install deleted file mode 100644 index 9feb42786..000000000 --- a/debian/libsail-c++0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libsail-c++.so.* diff --git a/debian/libsail-common-dev.install b/debian/libsail-common-dev.install deleted file mode 100644 index e80841a99..000000000 --- a/debian/libsail-common-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/sail/sail-common/ -usr/lib/*/libsail-common.so -usr/lib/*/pkgconfig/sail-common.pc -usr/lib/cmake/sailcommon/SailCommon*.cmake diff --git a/debian/libsail-common0.install b/debian/libsail-common0.install deleted file mode 100644 index cd1ea088a..000000000 --- a/debian/libsail-common0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libsail-common.so.* diff --git a/debian/libsail-dev.install b/debian/libsail-dev.install deleted file mode 100644 index 28bdbaf06..000000000 --- a/debian/libsail-dev.install +++ /dev/null @@ -1,5 +0,0 @@ -usr/include/sail/sail -usr/lib/*/libsail.so -usr/lib/*/pkgconfig/sail.pc -usr/lib/cmake/sail/SailConfig*.cmake -usr/lib/cmake/sail/SailTargets*.cmake diff --git a/debian/libsail-manip-dev.install b/debian/libsail-manip-dev.install deleted file mode 100644 index 239dd3f15..000000000 --- a/debian/libsail-manip-dev.install +++ /dev/null @@ -1,4 +0,0 @@ -usr/include/sail/sail-manip/ -usr/lib/*/libsail-manip.so -usr/lib/*/pkgconfig/sail-manip.pc -usr/lib/cmake/sailmanip/SailManip*.cmake diff --git a/debian/libsail-manip0.install b/debian/libsail-manip0.install deleted file mode 100644 index 2f4254b06..000000000 --- a/debian/libsail-manip0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libsail-manip.so.* diff --git a/debian/libsail0.install b/debian/libsail0.install deleted file mode 100644 index 910927a73..000000000 --- a/debian/libsail0.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*/libsail.so.* diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 5ee012f0f..000000000 --- a/debian/rules +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/make -f - -%: - dh $@ --parallel - -override_dh_auto_configure: - dh_auto_configure -- -DSAIL_BUILD_APPS=OFF -DSAIL_BUILD_EXAMPLES=OFF diff --git a/debian/sail-codecs.install b/debian/sail-codecs.install deleted file mode 100644 index dd9c85c9f..000000000 --- a/debian/sail-codecs.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib/*/sail/codecs/* -usr/share/sail/icons/* diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 89ae9db8f..000000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native)