diff --git a/README.md b/README.md index c17e124..96794e2 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ LibXISF LibXISF is C++ library that can read and write XISF files produced by [PixInsight](https://pixinsight.com/). It implement [XISF 1.0 specification](https://pixinsight.com/doc/docs/XISF-1.0-spec/XISF-1.0-spec.html). -It is licensed under GPLv3. To compile you will need Qt5 Core. +It is licensed under GPLv3. To compile you will need C++17 compiler. diff --git a/debian/changelog b/debian/changelog index 2dc1be5..747029c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libxisf (0.2.0-ubuntu1) focal; urgency=medium + + * Rewrite to remove Qt as dependency + + -- Dušan Poizl Fri, 10 Mar 2023 22:10:01 +0100 + libxisf (0.1.3-ubuntu1) focal; urgency=medium * Write missing pixelStorage attribute diff --git a/debian/control b/debian/control index fc4f71f..8326c35 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Maintainer: Dušan Poizl Build-Depends: debhelper (>= 9), cdbs, cmake, - qtbase5-dev Standards-Version: 4.5.0 Section: libs Homepage: https://gitea.nouspiro.space/nou/libXISF