[SCM] kdevelop-python packaging branch, master, updated. debian/1.7.0-1-5-ge177c18

Pino Toscano pino at moszumanska.debian.org
Thu Jan 21 22:12:04 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-python.git;a=commitdiff;h=e177c18

The following commit has been merged in the master branch:
commit e177c1815891b137084572108b69ccdd83d60eef
Author: Pino Toscano <pino at debian.org>
Date:   Thu Jan 21 23:11:30 2016 +0100

    explicitly use python3.4(-dev) (#810750)
    
    kdev-python seems to require this particular version, so use it as
    stop-gap measure to make this plugin buildable and usable again
---
 debian/changelog | 3 +++
 debian/control   | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bdc29ca..3357b63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ kdevelop-python (1.7.3-0r1) UNRELEASED; urgency=medium
   * Update watch file.
   * Bump kdevplatform-dev build dependency to >= 1.7.2.
   * Bump Standards-Version to 3.9.6, no changes required.
+  * Explicitly use python3.4(-dev): kdev-python seems to require this
+    particular version, so use it as stop-gap measure to make this plugin
+    buildable and usable again. (Closes: #810750)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 21 Jan 2016 22:56:54 +0100
 
diff --git a/debian/control b/debian/control
index 33e038d..b538f1b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: cmake (>= 2.8.0),
                debhelper (>= 9),
                kdevplatform-dev (>= 1.7.2),
                pkg-kde-tools (>= 0.6.4),
-               python3-dev (>= 3.4),
+               python3.4-dev,
 Standards-Version: 3.9.6
 Homepage: http://www.kdevelop.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-std/kdevelop-python.git
@@ -16,7 +16,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/kde-std/kdevelop-python.git
 
 Package: kdevelop-python
 Architecture: any
-Depends: kdevelop (>= 4:4.7.0), python3 (>= 3.4),
+Depends: kdevelop (>= 4:4.7.0), python3.4,
  ${misc:Depends}, ${shlibs:Depends}
 Suggests: kdevelop-python-l10n
 Enhances: kdevelop

-- 
kdevelop-python packaging



More information about the pkg-kde-commits mailing list