[neon/kf6/kf6-kdav/Neon/unstable] debian: new alpha release
Carlos De Maine
null at kde.org
Fri Nov 17 13:32:58 GMT 2023
Git commit 63afcd7a4ed54e29e7b575588ccb0ac931b052cc by Carlos De Maine.
Committed on 17/11/2023 at 14:32.
Pushed by carlosdem into branch 'Neon/unstable'.
new alpha release
M +6 -0 debian/changelog
M +4 -4 debian/control
M +2 -2 debian/rules
https://invent.kde.org/neon/kf6/kf6-kdav/-/commit/63afcd7a4ed54e29e7b575588ccb0ac931b052cc
diff --git a/debian/changelog b/debian/changelog
index 0a5bd6b..b0f508d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kf6-kdav (5.245.0-0neon) jammy; urgency=medium
+
+ * New alpha release
+
+ -- Neon CI <neon at kde.org> Fri, 17 Nov 2023 01:18:08 +0000
+
kf6-kdav (0.0-0neon) UNRELEASED; urgency=medium
* New release
diff --git a/debian/control b/debian/control
index 18a740b..3ea591d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: cmake,
kf6-kwidgetsaddons-dev,
pkg-kde-tools-neon,
qt6-base-dev
-Standards-Version: 4.4.1
+Standards-Version: 4.6.2
Homepage: http://pim.kde.org/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kdav
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kdav.git
@@ -46,18 +46,18 @@ Description: DAV protocol implementation with KJobs - developer files
Package: libkf6dav-data
Architecture: all
-Depends: kf6-kdav
+Depends: kf6-kdav, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf6dav6
Architecture: all
-Depends: kf6-kdav
+Depends: kf6-kdav, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf6dav-dev
Architecture: all
-Depends: kf6-kdav-dev
+Depends: kf6-kdav-dev, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
diff --git a/debian/rules b/debian/rules
index fa0af1d..c1dd599 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,5 @@
%:
dh $@ --with kf6 --buildsystem kf6
-override_dh_shlibdeps:
- dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+override_dh_auto_configure:
+ dh_auto_configure -- -DBUILD_QCH=ON
More information about the Neon-commits
mailing list