[neon/neon-packaging/atcore/Neon/release] debian: modernise

Carlos De Maine null at kde.org
Thu Apr 17 03:23:19 BST 2025


Git commit 8fc8a29baf4ef93da1388dfcd05a41f9fc9cfc2f by Carlos De Maine.
Committed on 17/04/2025 at 02:23.
Pushed by carlosdem into branch 'Neon/release'.

modernise

D  +0    -1    debian/compat
M  +9    -5    debian/control

https://invent.kde.org/neon/neon-packaging/atcore/-/commit/8fc8a29baf4ef93da1388dfcd05a41f9fc9cfc2f

diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 14e0f32..bfd57e0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: kde
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Build-Depends: cmake,
-               debhelper (>= 9),
+               debhelper-compat (= 13),
                doxygen,
                extra-cmake-modules,
                libgit2-dev,
@@ -16,7 +16,7 @@ Build-Depends: cmake,
                pkg-kde-tools (>= 0.12),
                qtbase5-dev,
                qttools5-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.6.2
 Homepage: http://www.kde.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/kde-extras/atcore.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-extras/atcore.git
@@ -47,7 +47,9 @@ Description: Open Source 3D Printing Host - Core Components (development)
 
 Package: atcore-bin
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: libatcore1,
+         ${misc:Depends}, 
+         ${shlibs:Depends},
 Description: Open Source 3D Printing Host - AtCoreTest app
  An api to manage serial connections between computers and 3d printers.
  .
@@ -57,7 +59,9 @@ Package: libkf5atcore1
 Section: oldlibs
 Priority: optional
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, libatcore1
+Depends: libatcore1,
+         ${misc:Depends}, 
+         ${shlibs:Depends}, 
 Description: Open Source 3D Printing Host - transitional
  Dummy transitional package can be removed
 
@@ -66,6 +70,6 @@ Section: oldlibs
 Priority: optional
 Architecture: any
 Depends: libatcore-dev,
-         ${misc:Depends}
+         ${misc:Depends},
 Description: Open Source 3D Printing Host - transitional
  Dummy transitional package can be removed


More information about the Neon-commits mailing list