[Python-modules-commits] [python-kanboard] 06/10: Update control

ChangZhuo Chen czchen at moszumanska.debian.org
Tue Feb 28 15:37:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

czchen pushed a commit to branch master
in repository python-kanboard.

commit b05aac7f5edf8ae781847966d248b498406a2733
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Tue Feb 28 23:26:35 2017 +0800

    Update control
---
 debian/control | 36 ++++++++----------------------------
 1 file changed, 8 insertions(+), 28 deletions(-)

diff --git a/debian/control b/debian/control
index 2850dcc..fb9a7fd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,14 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
 Uploaders: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
 Build-Depends: debhelper (>= 10),
                dh-python,
+               python3-all,
+               python3-mock,
+               python3-pbr,
+               python3-setuptools,
                python-all,
+               python-mock,
+               python-pbr,
                python-setuptools,
-               python3-all,
-               python3-setuptools
 Standards-Version: 3.9.8
 Homepage: https://github.com/kanboard/python-api-client
 X-Python-Version: >= 2.7
@@ -20,8 +24,7 @@ Package: python-kanboard
 Architecture: all
 Depends: ${python:Depends},
          ${misc:Depends}
-Suggests: python-kanboard-doc
-Description: minimalist kanboard python client (Python 2)
+Description: minimalist kanboard Python client (Python 2)
  Kanboard (https://kanboard.net/) is project management software that
  focuses on the Kanban methodology. It has the following features:
  .
@@ -42,8 +45,7 @@ Package: python3-kanboard
 Architecture: all
 Depends: ${python3:Depends},
          ${misc:Depends}
-Suggests: python-kanboard-doc
-Description: minimalist kanboard python client (Python 3)
+Description: minimalist kanboard Python client (Python 3)
  Kanboard (https://kanboard.net/) is project management software that
  focuses on the Kanban methodology. It has the following features:
  .
@@ -59,25 +61,3 @@ Description: minimalist kanboard python client (Python 3)
  * Super simple installation
  .
  This package installs the library for Python 3.
-
-Package: python-kanboard-doc
-Architecture: all
-Section: doc
-Depends: ${sphinxdoc:Depends},
-         ${misc:Depends}
-Description: minimalist kanboard python client (document)
- Kanboard (https://kanboard.net/) is project management software that
- focuses on the Kanban methodology. It has the following features:
- .
- * Visualize your work
- * Limit your work in progress to be more efficient
- * Customize your boards according to your business activities
- * Multiple projects with the ability to drag and drop tasks
- * Reports and analytics
- * Fast and simple to use
- * Access from anywhere with a modern browser
- * Plugins and integrations with external services
- * Free, open source and self-hosted
- * Super simple installation
- .
- This is the common documentation package.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-kanboard.git



More information about the Python-modules-commits mailing list