[SCM] kdevelop-python packaging branch, experimental, updated. debian/5.0-1-4-gd56bd08
Pino Toscano
pino at moszumanska.debian.org
Tue Sep 20 05:37:23 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-std/kdevelop-python.git;a=commitdiff;h=d56bd08
The following commit has been merged in the experimental branch:
commit d56bd08b0c91e960a1519478ed87ca090fb5973a
Author: Pino Toscano <pino at debian.org>
Date: Tue Sep 20 07:36:46 2016 +0200
recommend pycodestyle, and python-autopep8
they can be used for checking and fixing Python sources
---
debian/changelog | 2 ++
debian/control | 1 +
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 1ad4ccf..ecbd60a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ kdevelop-python (5.0.1-0r1) UNRELEASED; urgency=medium
* New upstream release.
* Bump the kdevplatform-dev, and kdevelop-dev build dependencies to >= 5.0.1.
* Bump kdevelop dependency in kdevelop-python to >= 5.0.1.
+ * Recommend pycodestyle, and python-autopep8, as they can be used for
+ checking and fixing Python sources.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 20 Sep 2016 07:29:59 +0200
diff --git a/debian/control b/debian/control
index 1ec1ee4..d2bb2e5 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Architecture: any
Depends: kdevelop (>= 4:5.0.1), python3.5,
kdevelop-python-data (>= ${source:Version}),
${misc:Depends}, ${shlibs:Depends}
+Recommends: pycodestyle, python-autopep8
Suggests: kdevelop-python-l10n
Enhances: kdevelop
Description: Python 3 plugin for KDevelop
--
kdevelop-python packaging
More information about the pkg-kde-commits
mailing list