[neon/kde/kmail-account-wizard/Neon/unstable] debian: Add missing qml. Fix changelog, add lintian overrides for lib mismatch and lacks version. Add triggers for ldconfig helper lib.

Scarlett Moore null at kde.org
Fri Nov 3 11:24:57 GMT 2023


Git commit 82571fc1af795e135da34cc02040f2c64a7e60e7 by Scarlett Moore.
Committed on 03/11/2023 at 12:23.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Add missing qml. Fix changelog, add lintian overrides for lib mismatch and lacks version. Add triggers for ldconfig helper lib.

M  +2    -2    debian/changelog
M  +2    -1    debian/control
A  +2    -0    debian/kpim6-accountwizard.lintian-overrides
A  +1    -0    debian/kpim6-accountwizard.triggers

https://invent.kde.org/neon/kde/kmail-account-wizard/-/commit/82571fc1af795e135da34cc02040f2c64a7e60e7

diff --git a/debian/changelog b/debian/changelog
index cdecd83..5e188a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -152,7 +152,7 @@ kmail-account-wizard (4:21.04.2-0neon) focal; urgency=medium
 
   * New release
 
- -- Neon CI <neon at kde.org>  Fri, 11 Jun 2021.12.05:40 +0000
+ -- Neon CI <neon at kde.org>  Fri, 11 Jun 2021 12:05:40 +0000
 
 kmail-account-wizard (4:21.04.1-0neon) focal; urgency=medium
 
@@ -182,7 +182,7 @@ kmail-account-wizard (4:20.12.1-0neon) focal; urgency=medium
 
   * New release
 
- -- Neon CI <neon at kde.org>  Thu, 07 Jan 2021.12.28:27 +0000
+ -- Neon CI <neon at kde.org>  Thu, 07 Jan 2021 12:28:27 +0000
 
 kmail-account-wizard (4:20.12.0-0neon) focal; urgency=medium
 
diff --git a/debian/control b/debian/control
index 445bb38..5606b92 100644
--- a/debian/control
+++ b/debian/control
@@ -77,7 +77,8 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kmail-account-wizar
 Package: kpim6-accountwizard
 Section: utils
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: qml6-module-org-kde-kirigami-addons-labs-mobileform,
+         ${misc:Depends}, ${shlibs:Depends}
 Description: wizard for KDE PIM applications account setup
  Handles account setup of e-mail accounts for KDE PIM applications.
 
diff --git a/debian/kpim6-accountwizard.lintian-overrides b/debian/kpim6-accountwizard.lintian-overrides
new file mode 100644
index 0000000..13be8fc
--- /dev/null
+++ b/debian/kpim6-accountwizard.lintian-overrides
@@ -0,0 +1,2 @@
+kpim6-accountwizard: package-name-doesnt-match-sonames libaccountwizard
+kpim6-accountwizard: shared-library-lacks-version usr/lib/*/libaccountwizard.so libaccountwizard.so
diff --git a/debian/kpim6-accountwizard.triggers b/debian/kpim6-accountwizard.triggers
new file mode 100644
index 0000000..3609b3e
--- /dev/null
+++ b/debian/kpim6-accountwizard.triggers
@@ -0,0 +1 @@
+usr/lib/*/libaccountwizard.so


More information about the Neon-commits mailing list