[SCM] kqtquickcharts packaging branch, master, updated. debian/16.08.0-1-44-ga0778a7

Pino Toscano pino at moszumanska.debian.org
Fri Dec 1 19:38:25 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kqtquickcharts.git;a=commitdiff;h=7ab32c0

The following commit has been merged in the master branch:
commit 7ab32c0aaaa1c33c4a2f1dad89a91cd146e21f39
Author: Pino Toscano <pino at debian.org>
Date:   Fri Dec 1 20:34:45 2017 +0100

    drop kqtquickcharts-dev
---
 debian/changelog                         |  3 +++
 debian/control                           | 14 --------------
 debian/kqtquickcharts-dev.install        |  2 --
 debian/qml-module-org-kde-charts.install |  1 -
 debian/rules                             |  6 ++++++
 5 files changed, 9 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 408a7e5..dcfc703 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ kqtquickcharts (4:17.08.3-0r1) UNRELEASED; urgency=medium
   * New upstream release.
   * Simplify watch file, and switch it to https.
   * Bump Standards-Version to 4.1.1, no changes required.
+  * Drop the kqtquickcharts-dev package, since it is not used, and it only
+    contains an header and a cmake config file with its version
+    - make sure to not ship these files
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 10 Sep 2017 11:46:09 +0200
 
diff --git a/debian/control b/debian/control
index c761d6a..95fbad2 100644
--- a/debian/control
+++ b/debian/control
@@ -14,20 +14,6 @@ Homepage: https://projects.kde.org/projects/kde/kdeedu/kqtquickcharts
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kqtquickcharts.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kqtquickcharts.git
 
-Package: kqtquickcharts-dev
-Architecture: any
-Section: libdevel
-Depends: qml-module-org-kde-charts (= ${binary:Version}),
-         ${misc:Depends},
-         ${shlibs:Depends},
-Replaces: qml-module-org-kde-charts (<< 4:16.12.2)
-Breaks: qml-module-org-kde-charts (<< 4:16.12.2)
-Description: QtQuick plugin to render interactive charts - developer files
- A QtQuick plugin to render beautiful and interactive charts.
- .
- kqtquickcharts is part of KDE Applications.  This package contains
- the files for developing with it.
-
 Package: qml-module-org-kde-charts
 Architecture: any
 Section: libs
diff --git a/debian/kqtquickcharts-dev.install b/debian/kqtquickcharts-dev.install
deleted file mode 100644
index 0c4ce2c..0000000
--- a/debian/kqtquickcharts-dev.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/include/KF5/kqtquickcharts_version.h
-usr/lib/*/cmake/KQtQuickCharts/
diff --git a/debian/qml-module-org-kde-charts.install b/debian/qml-module-org-kde-charts.install
deleted file mode 100644
index a46c34a..0000000
--- a/debian/qml-module-org-kde-charts.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/qt5/qml
diff --git a/debian/rules b/debian/rules
index b887671..a382ffa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,9 @@ include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 
 override_dh_auto_test:
 	:
+
+override_dh_auto_install:
+	$(overridden_command)
+	# remove development files
+	rm -rf debian/qml-module-org-kde-charts/usr/include/
+	rm -rf debian/qml-module-org-kde-charts/usr/lib/*/cmake/

-- 
kqtquickcharts packaging



More information about the pkg-kde-commits mailing list