[neon/kf6/kf6-threadweaver/Neon/unstable] debian: new alpha release
Carlos De Maine
null at kde.org
Fri Nov 17 06:14:54 GMT 2023
Git commit 36b57b29dc7ea978d4054c89a624526f978d728e by Carlos De Maine.
Committed on 17/11/2023 at 07:14.
Pushed by carlosdem into branch 'Neon/unstable'.
new alpha release
M +7 -1 debian/changelog
M +6 -6 debian/control
M +1 -0 debian/kf6-threadweaver-dev.install
A +1 -0 debian/kf6-threadweaver.lintian-overrides
M +2 -2 debian/rules
https://invent.kde.org/neon/kf6/kf6-threadweaver/-/commit/36b57b29dc7ea978d4054c89a624526f978d728e
diff --git a/debian/changelog b/debian/changelog
index 1a92aba..757736d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-kf6-threadweaver (0.0-0neon) UNRELEASED; urgency=medium
+kf6-threadweaver (5.245.0-0neon) jammy; urgency=medium
+
+ * New alpha release
+
+ -- Neon CI <neon at kde.org> Fri, 17 Nov 2023 01:18:08 +0000
+
+(0.0-0neon) UNRELEASED; urgency=medium
* New release
diff --git a/debian/control b/debian/control
index e3ae65a..ce113cd 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,8 @@ Build-Depends: cmake,
kf6-extra-cmake-modules,
pkg-kde-tools-neon,
qt6-base-dev,
- qt6-tools-dev
-Standards-Version: 4.1.4
+ qt6-tools-dev,
+Standards-Version: 4.6.2
Homepage: https://projects.kde.org/projects/frameworks/threadweaver
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/threadweaver
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/threadweaver.git
@@ -49,18 +49,18 @@ Description: ThreadWeaver library to help multithreaded programming in Qt
Package: libkf6threadweaver-doc
Architecture: all
-Depends: kf6-threadweaver
+Depends: kf6-threadweaver-dev, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf6threadweaver6
Architecture: all
-Depends: kf6-threadweaver
+Depends: kf6-threadweaver, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: libkf6threadweaver-dev
Architecture: all
-Depends: kf6-threadweaver-dev
+Depends: kf6-threadweaver-dev, ${misc:Depends}
Description: Dummy transitional
- Transitional dummy package.
+ Transitional dummy package.
diff --git a/debian/kf6-threadweaver-dev.install b/debian/kf6-threadweaver-dev.install
index c290e62..aff9de3 100644
--- a/debian/kf6-threadweaver-dev.install
+++ b/debian/kf6-threadweaver-dev.install
@@ -1,3 +1,4 @@
usr/include/KF6/ThreadWeaver/
usr/lib/*/cmake/KF6ThreadWeaver/
usr/lib/*/libKF6ThreadWeaver.so
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/kf6-threadweaver.lintian-overrides b/debian/kf6-threadweaver.lintian-overrides
new file mode 100644
index 0000000..bba9125
--- /dev/null
+++ b/debian/kf6-threadweaver.lintian-overrides
@@ -0,0 +1 @@
+kf6-threadweaver: package-name-doesnt-match-sonames libKF6ThreadWeaver6
\ No newline at end of file
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