[Python-modules-commits] [python-scruffy] 01/04: Update control

ChangZhuo Chen czchen at moszumanska.debian.org
Wed May 11 12:19:21 UTC 2016


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

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

commit 79a95d2b9409056d7aaa1cd53c95b5553c0ddee3
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Wed May 11 20:13:09 2016 +0800

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

diff --git a/debian/control b/debian/control
index d221120..3ab6766 100644
--- a/debian/control
+++ b/debian/control
@@ -9,13 +9,15 @@ Standards-Version: 3.9.8
 Homepage: https://github.com/snare/scruffy
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-scruffy.git
 Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-scruffy.git
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
 
 Package: python-scruffy
 Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends},
          ${python:Depends}
-Description: framework for taking care of a bunch of boilerplate in Python apps
+Description: framework for taking care of a bunch of boilerplate in Python2 apps
  Scruffy is a framework for taking care of a bunch of boilerplate in
  Python apps. It handles the loading of configuration files, the loading
  and management of plugins, and the management of other filesystem
@@ -33,13 +35,15 @@ Description: framework for taking care of a bunch of boilerplate in Python apps
   * Generate log files whose name, location and other logging settings
     are based on configuration
   * Store application state between runs in a file or database
+ .
+ This package installs the library for Python 2.
 
 Package: python3-scruffy
 Architecture: all
 Multi-Arch: foreign
 Depends: ${misc:Depends},
          ${python3:Depends}
-Description: framework for taking care of a bunch of boilerplate in Python apps
+Description: framework for taking care of a bunch of boilerplate in Python3 apps
  Scruffy is a framework for taking care of a bunch of boilerplate in
  Python apps. It handles the loading of configuration files, the loading
  and management of plugins, and the management of other filesystem
@@ -57,3 +61,5 @@ Description: framework for taking care of a bunch of boilerplate in Python apps
   * Generate log files whose name, location and other logging settings
     are based on configuration
   * Store application state between runs in a file or database
+ .
+ This package installs the library for Python 3.

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



More information about the Python-modules-commits mailing list