[neon/kf6/kf6-kquickcharts/Neon/unstable] debian: new alpha release
Carlos De Maine
null at kde.org
Fri Nov 17 03:57:43 GMT 2023
Git commit 4e8b00e13533ff3880d98c6e216d992e52534caf by Carlos De Maine.
Committed on 17/11/2023 at 04:57.
Pushed by carlosdem into branch 'Neon/unstable'.
new alpha release
M +6 -0 debian/changelog
M +2 -2 debian/control
M +0 -13 debian/copyright
M +1 -1 debian/kf6-kquickcharts-dev.install
M +1 -1 debian/rules
https://invent.kde.org/neon/kf6/kf6-kquickcharts/-/commit/4e8b00e13533ff3880d98c6e216d992e52534caf
diff --git a/debian/changelog b/debian/changelog
index 662f972..b52f2b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+kf6-kquickcharts (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-kquickcharts (0.0-0neon) UNRELEASED; urgency=medium
* New release
diff --git a/debian/control b/debian/control
index 06a5b59..38951be 100644
--- a/debian/control
+++ b/debian/control
@@ -51,12 +51,12 @@ Description: Quick Charts - development files
Package: qml6-module-org-kde-quickcharts
Architecture: all
-Depends: kf6-kquickcharts
+Depends: kf6-kquickcharts, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
Package: kquickcharts6-dev
Architecture: all
-Depends: kf6-kquickcharts-dev
+Depends: kf6-kquickcharts-dev, ${misc:Depends}
Description: Dummy transitional
Transitional dummy package.
diff --git a/debian/copyright b/debian/copyright
index 1aba53e..f3d9dd7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,19 +12,6 @@ Copyright: 2019, Bhushan Shah <bhush94 at gmail.com>
2019, José Manuel Santamaría Lema <panfaust at gmail.com>
2020, Sandro Knauß <hefee at debian.org>
License: LGPL-2.1+
-
-Files: src/shaders/desktop_header.glsl
- src/shaders/desktop_header_core.glsl
- src/shaders/es_header.glsl
-Copyright: 2019, Arjen Hiemstra <ahiemstra at heimr.nl>
-License: GPL-2+3+KDEeV
-
-Files: src/shaders/sdf.frag
- src/shaders/sdf_core.frag
-Copyright: 2019, Arjen Hiemstra <ahiemstra at heimr.nl>
- 2017, Inigo Quilez
-License: Expat
-
License: Expat
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
diff --git a/debian/kf6-kquickcharts-dev.install b/debian/kf6-kquickcharts-dev.install
index 684bc63..a4b07fc 100644
--- a/debian/kf6-kquickcharts-dev.install
+++ b/debian/kf6-kquickcharts-dev.install
@@ -1,2 +1,2 @@
usr/lib/*/cmake/KF6QuickCharts
-#usr/share/qt6/doc/
\ No newline at end of file
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index c1dd599..3a852fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,4 @@
dh $@ --with kf6 --buildsystem kf6
override_dh_auto_configure:
- dh_auto_configure -- -DBUILD_QCH=ON
+ dh_auto_configure -- -DBUILD_EXAMPLES=ON
More information about the Neon-commits
mailing list