[neon/extras/calamares/Neon/unstable] debian: rebase

Carlos De Maine null at kde.org
Mon Dec 18 12:15:50 GMT 2023


Git commit eee3d1600d3a40ca2931113780aeefcab7a30b98 by Carlos De Maine.
Committed on 18/12/2023 at 13:15.
Pushed by carlosdem into branch 'Neon/unstable'.

rebase

M  +6    -0    debian/changelog
M  +26   -22   debian/control

https://invent.kde.org/neon/extras/calamares/-/commit/eee3d1600d3a40ca2931113780aeefcab7a30b98

diff --git a/debian/changelog b/debian/changelog
index 1d34954..e87f909 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+calamares (3.3.0-1neon) jammy; urgency=medium
+
+  * New release
+
+ -- Carlos De Maine <carlosdemaine at gmail.com>  Mon, 18 Dec 2023 14:01:04 +1000
+
 calamares (3.2.62-0neon) jammy; urgency=medium
 
   * New release
diff --git a/debian/control b/debian/control
index d53ef5a..0c82499 100644
--- a/debian/control
+++ b/debian/control
@@ -47,28 +47,34 @@ Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/calamares
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/calamares.git
 
 Package: calamares
-Architecture: linux-any
+Architecture: any
+Section: utils
 Depends: os-prober,
          qt6-declarative,
          rsync,
          ${misc:Depends},
-         ${shlibs:Depends}
-Recommends: btrfs-progs, grub-efi-amd64-bin, grub-pc, konsole, squashfs-tools
+         ${shlibs:Depends},
+Recommends: btrfs-progs,
+            grub-efi-amd64-bin,
+            grub-pc,
+            konsole,
+            squashfs-tools,
 Description: distribution-independent installer framework
  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.
+ 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.
+ 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: libyaml-cpp-dev,
+Architecture: any
+Section: devel
+Depends: calamares,
+         libyaml-cpp-dev,
          os-prober,
          qt6-base-dev,
          qt6-declarative-dev,
@@ -78,18 +84,16 @@ Depends: libyaml-cpp-dev,
          qt6-webengine-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
+         ${shlibs:Depends},
+Description: distribution-independent installer framework
  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.
+ 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.
+ 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