[neon/kf6/kf6-kpackage/Neon/unstable] debian: new alpha release

Carlos De Maine null at kde.org
Fri Nov 17 12:00:54 GMT 2023


Git commit 76a95871b4164e9746e76dceacec29bd057dd042 by Carlos De Maine.
Committed on 17/11/2023 at 13:00.
Pushed by carlosdem into branch 'Neon/unstable'.

new alpha release

M  +6    -0    debian/changelog
M  +7    -7    debian/control
M  +1    -1    debian/kf6-kpackage-dev.install
M  +1    -1    debian/kf6-kpackage.install
A  +1    -0    debian/kf6-kpackage.lintian-overrides
M  +1    -3    debian/not-installed
D  +0    -23   debian/patches/Package-might-be-gone.patch
D  +0    -1    debian/patches/series
M  +2    -2    debian/rules

https://invent.kde.org/neon/kf6/kf6-kpackage/-/commit/76a95871b4164e9746e76dceacec29bd057dd042

diff --git a/debian/changelog b/debian/changelog
index 2598f75..ed46e43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kf6-kpackage (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-kpackage (0.0-0neon) UNRELEASED; urgency=medium
 
   * New release
diff --git a/debian/control b/debian/control
index a9eb4ae..31d4e03 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: cmake,
                pkg-kde-tools-neon,
                qt6-base-dev,
                qt6-tools-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/frameworks/kpackage
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kpackage
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kpackage.git
@@ -48,30 +48,30 @@ Description: development files for kpackage
 
 Package: kpackagetool6
 Architecture: all
-Depends: kf6-kpackage
+Depends: kf6-kpackage, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6package-data
 Architecture: all
-Depends: kf6-kpackage
+Depends: kf6-kpackage, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6package-doc
 Architecture: all
-Depends: kf6-kpackage
+Depends: kf6-kpackage, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6package6
 Architecture: all
-Depends: kf6-kpackage
+Depends: kf6-kpackage, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6package-dev
 Architecture: all
-Depends: kf6-kpackage-dev
+Depends: kf6-kpackage-dev, ${misc:Depends}
 Description: Dummy transitional
-  Transitional dummy package.
+ Transitional dummy package.
diff --git a/debian/kf6-kpackage-dev.install b/debian/kf6-kpackage-dev.install
index eb9a8d9..c9b4627 100644
--- a/debian/kf6-kpackage-dev.install
+++ b/debian/kf6-kpackage-dev.install
@@ -1,4 +1,4 @@
-# FIXME: qt mkpsec not created boooh
 usr/include/KF6/KPackage/
 usr/lib/*/cmake/KF6Package/
 usr/lib/*/libKF6Package.so
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/kf6-kpackage.install b/debian/kf6-kpackage.install
index 6064d7a..b7f1e13 100644
--- a/debian/kf6-kpackage.install
+++ b/debian/kf6-kpackage.install
@@ -2,5 +2,5 @@ usr/bin/kpackagetool6
 usr/lib/*/libKF6Package.so.5.*
 usr/lib/*/libKF6Package.so.6
 usr/share/locale/
-usr/share/man/man1/kpackagetool6.1
+usr/share/man/
 usr/share/qlogging-categories6/
diff --git a/debian/kf6-kpackage.lintian-overrides b/debian/kf6-kpackage.lintian-overrides
new file mode 100644
index 0000000..736d04c
--- /dev/null
+++ b/debian/kf6-kpackage.lintian-overrides
@@ -0,0 +1 @@
+kf6-kpackage: package-name-doesnt-match-sonames libKF6Package6
\ No newline at end of file
diff --git a/debian/not-installed b/debian/not-installed
index af96c0f..8b13789 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -1,3 +1 @@
-# mangled to .gz by dh_man
-./usr/share/man/man1/kpackagetool6.1
-./usr/share/man/*/man1/kpackagetool6.1
+
diff --git a/debian/patches/Package-might-be-gone.patch b/debian/patches/Package-might-be-gone.patch
deleted file mode 100644
index e2f73b5..0000000
--- a/debian/patches/Package-might-be-gone.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Maximiliano Curia <maxy at gnuservers.com.ar>
-Date: Tue, 6 Nov 2018 18:20:24 +0100
-Subject: Package might be gone
-
-See PlasmoidPackageTest::noCrashOnAsyncInstall, and here the connect(PackageDeletionNotifier::self() set
-package to nullptr, when the package is gone.
----
- src/kpackage/private/packagejob.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: kpackage/src/kpackage/private/packagejob.cpp
-===================================================================
---- kpackage.orig/src/kpackage/private/packagejob.cpp
-+++ kpackage/src/kpackage/private/packagejob.cpp
-@@ -99,7 +99,7 @@ void PackageJob::setupNotificationsOnJob
-     const QStringList serviceTypes = d->package->metadata().serviceTypes();
- 
-     auto onJobFinished = [=](bool ok, const QString &error) {
--        if (ok) {
-+        if (ok && d->package != nullptr) {
-             for (auto &packageType : serviceTypes) {
-                 auto msg = QDBusMessage::createSignal(QStringLiteral("/KPackage/") + packageType, QStringLiteral("org.kde.plasma.kpackage"), messageName);
-                 msg.setArguments({pluginId});
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ecf0232..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-#Package-might-be-gone.patch
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