[SCM] kdevelop-python packaging branch, master, updated. debian/5.0.1-2
Pino Toscano
pino at moszumanska.debian.org
Wed Sep 21 05:13:44 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-python.git;a=commitdiff;h=45b53fa
The following commit has been merged in the master branch:
commit 45b53faa4d87fd8658f4b2e8bf46484f3aa0a182
Author: Pino Toscano <pino at debian.org>
Date: Thu Sep 1 22:37:13 2016 +0200
split kdevelop-python-data
---
debian/changelog | 1 +
debian/control | 11 +++++++++++
debian/kdevelop-python-data.install | 2 ++
debian/kdevelop-python.install | 2 --
4 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index eddc28e..cefc126 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ kdevelop-python (5.0-0r1) UNRELEASED; urgency=medium
* Update install files.
* Update lintian overrides.
* Remove extra COPYING files; the only one currently is just a stub.
+ * Split the growing set of data files into a new kdevelop-python-data.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 26 Aug 2016 19:48:51 +0200
diff --git a/debian/control b/debian/control
index 6e25732..ac28fce 100644
--- a/debian/control
+++ b/debian/control
@@ -26,6 +26,7 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-std/kdevelop-python.git
Package: kdevelop-python
Architecture: any
Depends: kdevelop (>= 4:5.0), python3.5,
+ kdevelop-python-data (>= ${source:Version}),
${misc:Depends}, ${shlibs:Depends}
Suggests: kdevelop-python-l10n
Enhances: kdevelop
@@ -36,6 +37,16 @@ Description: Python 3 plugin for KDevelop
.
This package contains the Python 3 language support plugin.
+Package: kdevelop-python-data
+Architecture: all
+Depends: ${misc:Depends}
+Description: Python 3 plugin for KDevelop - data files
+ KDevelop is an easy to use integrated development environment for KDE.
+ It supports a wide range of programming languages and features project
+ management, an advanced editor, a class browser and an integrated debugger.
+ .
+ This package contains the data files for Python 3 language support plugin.
+
Package: kdevelop-python-l10n
Section: localization
Architecture: all
diff --git a/debian/kdevelop-python-data.install b/debian/kdevelop-python-data.install
new file mode 100644
index 0000000..cc6c70d
--- /dev/null
+++ b/debian/kdevelop-python-data.install
@@ -0,0 +1,2 @@
+usr/share/kdevappwizard/
+usr/share/kdevpythonsupport/
diff --git a/debian/kdevelop-python.install b/debian/kdevelop-python.install
index 7738584..76cea0c 100644
--- a/debian/kdevelop-python.install
+++ b/debian/kdevelop-python.install
@@ -3,5 +3,3 @@ usr/lib/*/libkdevpythonduchain.so
usr/lib/*/libkdevpythonparser.so
usr/lib/*/qt5/plugins/kdevplatform/25/kdevpdb.so
usr/lib/*/qt5/plugins/kdevplatform/25/kdevpythonlanguagesupport.so
-usr/share/kdevappwizard/
-usr/share/kdevpythonsupport/
--
kdevelop-python packaging
More information about the pkg-kde-commits
mailing list