From a0968bba3ad351972dce510a0a6c9dc4a4e41b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Fri, 10 Feb 2023 07:53:44 +0100 Subject: [PATCH] Fix error in debian/control --- debian/changelog | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 70c840c..2bfeb59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libxisf (0.1.2-ubuntu1) UNRELEASED; urgency=medium +libxisf (0.1.2-ubuntu1) focal; urgency=medium * Add qtbase5-dev as dependency to libxisf-dev diff --git a/debian/control b/debian/control index 055bb95..fc4f71f 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Package: libxisf-dev Section: libdevel Architecture: any Multi-Arch: same -Depends: libxisf qtbase5-dev (= ${binary:Version}), ${misc:Depends} +Depends: libxisf (= ${binary:Version}), ${misc:Depends}, qtbase5-dev Description: Library to load and save XISF images Native format of PixInsight astroprocessing suite