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

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


Git commit adbb5ee5b14574fa8d5e5a59f18bb90806b0e737 by Carlos De Maine.
Committed on 17/11/2023 at 04:46.
Pushed by carlosdem into branch 'Neon/unstable'.

new alpha release

M  +6    -0    debian/changelog
M  +3    -3    debian/control
M  +1    -0    debian/kf6-kplotting-dev.install
A  +1    -0    debian/kf6-kplotting.lintian-overrides
M  +4    -2    debian/rules

https://invent.kde.org/neon/kf6/kf6-kplotting/-/commit/adbb5ee5b14574fa8d5e5a59f18bb90806b0e737

diff --git a/debian/changelog b/debian/changelog
index 8c323de..8ce0195 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kf6-kplotting (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-kplotting (0.0-0neon) UNRELEASED; urgency=medium
 
   * New release
diff --git a/debian/control b/debian/control
index 2961f08..07f1793 100644
--- a/debian/control
+++ b/debian/control
@@ -49,17 +49,17 @@ Description: development files for kplotting
 Package: libkf6plotting-doc
 Architecture: all
 Depends: kf6-kplotting
-Description: Dummy transitional
+Description: Dummy transitional, ${misc:Depends}
  Transitional dummy package.
 
 Package: libkf6plotting6
 Architecture: all
-Depends: kf6-kplotting
+Depends: kf6-kplotting, ${misc:Depends}
 Description: Dummy transitional
  Transitional dummy package.
 
 Package: libkf6plotting-dev
 Architecture: all
-Depends: kf6-kplotting-dev
+Depends: kf6-kplotting-dev, ${misc:Depends}
 Description: Dummy transitional
   Transitional dummy package.
diff --git a/debian/kf6-kplotting-dev.install b/debian/kf6-kplotting-dev.install
index 5a8f440..3354acd 100644
--- a/debian/kf6-kplotting-dev.install
+++ b/debian/kf6-kplotting-dev.install
@@ -2,3 +2,4 @@ usr/include/KF6/KPlotting/
 usr/lib/*/cmake/KF6Plotting/
 usr/lib/*/libKF6Plotting.so
 usr/lib/*/qt6/plugins/designer/
+usr/share/qt6/doc/
diff --git a/debian/kf6-kplotting.lintian-overrides b/debian/kf6-kplotting.lintian-overrides
new file mode 100644
index 0000000..eb1de5a
--- /dev/null
+++ b/debian/kf6-kplotting.lintian-overrides
@@ -0,0 +1 @@
+kf6-kplotting: package-name-doesnt-match-sonames libKF6Plotting6
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index fa0af1d..c56090f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,7 @@
 %:
 	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 \
+	-DBUILD_EXAMPLES=ON 
\ No newline at end of file


More information about the Neon-commits mailing list