[neon/kde/audiocd-kio/Neon/release] debian: add a patch to bump version and not clash with qt5 version

Carlos De Maine null at kde.org
Sat Mar 2 03:15:31 GMT 2024


Git commit b863715ecc502aa5e0006fd03e9e3689c43ddf75 by Carlos De Maine.
Committed on 02/03/2024 at 03:15.
Pushed by carlosdem into branch 'Neon/release'.

add a patch to bump version and not clash with qt5 version

(cherry picked from commit 576ee0939ceedc11cbad7db0261c4982c8b5dab7)

M  +2    -2    debian/control
A  +1    -0    debian/patches/series
A  +12   -0    debian/patches/version_bump.diff

https://invent.kde.org/neon/kde/audiocd-kio/-/commit/b863715ecc502aa5e0006fd03e9e3689c43ddf75

diff --git a/debian/control b/debian/control
index d4bc18e..3a587b6 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Uploaders: Pino Toscano <pino at debian.org>,
 Build-Depends: cmake,
                debhelper-compat (= 13),
                kf6-extra-cmake-modules,
-	       kf6-kcmutils-dev,               
-	       kf6-kconfig-dev,
+               kf6-kcmutils-dev,
+               kf6-kconfig-dev,
                kf6-kdoctools-dev,
                kf6-ki18n-dev,
                kf6-kio-dev,
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..204ee0b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+version_bump.diff
diff --git a/debian/patches/version_bump.diff b/debian/patches/version_bump.diff
new file mode 100644
index 0000000..9af37ee
--- /dev/null
+++ b/debian/patches/version_bump.diff
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index ad6c6886261df6975871442dbf704c7c78f7b105..a5b101ac0db43b9cb35bc32ace73230629abcf81 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,6 +1,6 @@
+ cmake_minimum_required(VERSION 3.16)
+
+-project(audiocd VERSION "5.1.0")
++project(audiocd VERSION "5.2.0")
+
+ set(QT_MIN_VERSION "6.5.0")
+ set(KF_MIN_VERSION "5.240.0")


More information about the Neon-commits mailing list