[neon/extras/calamares/Neon/release] debian: get it to compile as qt5 again
Carlos De Maine
null at kde.org
Mon Dec 18 04:24:29 GMT 2023
Git commit 1968cf35130ea3babbe0ccdd6e239a9b91f85d6f by Carlos De Maine.
Committed on 18/12/2023 at 05:24.
Pushed by carlosdem into branch 'Neon/release'.
get it to compile as qt5 again
M +0 -3 debian/calamares-dev.install
M +28 -0 debian/control
https://invent.kde.org/neon/extras/calamares/-/commit/1968cf35130ea3babbe0ccdd6e239a9b91f85d6f
diff --git a/debian/calamares-dev.install b/debian/calamares-dev.install
index bcfc702..e69de29 100644
--- a/debian/calamares-dev.install
+++ b/debian/calamares-dev.install
@@ -1,3 +0,0 @@
-usr/include/*
-usr/lib/*/cmake
-usr/lib/*/libcalamares*.so
diff --git a/debian/control b/debian/control
index fd68387..7fa54f3 100644
--- a/debian/control
+++ b/debian/control
@@ -69,3 +69,31 @@ Description: distribution-independent installer framework
You will likely want to provide your own config files to match
your distribution, reading the Calamares documentation will guide
you through that process.
+
+ Package: calamares-dev
+Architecture: linux-any
+Depends: libqtsvg5-dev,
+ libyaml-cpp-dev,
+ os-prober,
+ qtbase5-dev,
+ qtdeclarative5-dev,
+ qtlocation5-dev,
+ qttools5-dev,
+ qtwebengine5-dev,
+ rsync,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Recommends: btrfs-progs, grub-efi-amd64-bin, grub-pc, konsole, squashfs-tools
+Description: distribution-independent installer framework - development files
+ Calamares is a distribution-independent installer framework.
+ .
+ It provides a graphical installer that can be used with nearly
+ any distribution. This package is suitable for live media on
+ Debian-based systems, and won't be of any particular use on
+ an already installed system.
+ .
+ You will likely want to provide your own config files to match
+ your distribution, reading the Calamares documentation will guide
+ you through that process.
+ .
+ This package contains the development files.
More information about the Neon-commits
mailing list