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

Carlos De Maine null at kde.org
Fri Nov 17 09:03:09 GMT 2023


Git commit 786e1a191e82f165c8395d80786154556ece0e76 by Carlos De Maine.
Committed on 17/11/2023 at 10:03.
Pushed by carlosdem into branch 'Neon/unstable'.

new alpha release

M  +6    -0    debian/changelog
M  +5    -5    debian/control
M  +1    -0    debian/kf6-kcrash-dev.install
A  +1    -0    debian/kf6-kcrash.lintian-overrides
M  +2    -2    debian/rules

https://invent.kde.org/neon/kf6/kf6-kcrash/-/commit/786e1a191e82f165c8395d80786154556ece0e76

diff --git a/debian/changelog b/debian/changelog
index b90393b..20919df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kf6-kcrash (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-kcrash (0.0-0neon) UNRELEASED; urgency=medium
 
   * New release
diff --git a/debian/control b/debian/control
index 09de814..2adadb0 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: cmake,
                qt6-tools-dev,
                xauth,
                xvfb
-Standards-Version: 4.1.4
+Standards-Version: 4.6.2
 Homepage: https://projects.kde.org/projects/frameworks/kcrash
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kcrash
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kcrash.git
@@ -42,18 +42,18 @@ Description: Support for application crash analysis and bug report from apps
 
 Package: libkf6crash-doc
 Architecture: all
-Depends: kf6-kcrash
+Depends: kf6-kcrash-dev, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6crash6
 Architecture: all
-Depends: kf6-kcrash
+Depends: kf6-kcrash, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6crash-dev
 Architecture: all
-Depends: kf6-kcrash-dev
+Depends: kf6-kcrash-dev, ${misc:Depends}
 Description: Dummy transitional
-  Transitional dummy package.
+ Transitional dummy package.
diff --git a/debian/kf6-kcrash-dev.install b/debian/kf6-kcrash-dev.install
index 1c1b406..701b6ef 100644
--- a/debian/kf6-kcrash-dev.install
+++ b/debian/kf6-kcrash-dev.install
@@ -1,3 +1,4 @@
 usr/include/KF6/KCrash/
 usr/lib/*/cmake/KF6Crash/
 usr/lib/*/libKF6Crash.so
+usr/share/qt6/docs/
\ No newline at end of file
diff --git a/debian/kf6-kcrash.lintian-overrides b/debian/kf6-kcrash.lintian-overrides
new file mode 100644
index 0000000..91ec03b
--- /dev/null
+++ b/debian/kf6-kcrash.lintian-overrides
@@ -0,0 +1 @@
+kf6-kcrash: package-name-doesnt-match-sonames libKF6Crash6
\ 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