[Python-modules-commits] [python-scruffy] 06/08: Update control

ChangZhuo Chen czchen at moszumanska.debian.org
Wed May 11 12:01:59 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 55e57bd9a11f6587e3087939ec3b16b8bb55ca0a
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Wed May 11 19:59:22 2016 +0800

    Update control
---
 debian/control | 62 +++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 53 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index e6b1597..ca8369d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,59 @@
 Source: python-scruffy
-Section: unknown
+Section: python
 Priority: optional
-Maintainer: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
 Build-Depends: debhelper (>=9)
+               dh-python
 Standards-Version: 3.9.8
-Homepage: <insert the upstream URL, if relevant>
-#Vcs-Git: git://anonscm.debian.org/collab-maint/python-scruffy.git
-#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-scruffy.git
+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
 
 Package: python-scruffy
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends},
+         ${python:Depends}
+Description: framework for taking care of a bunch of boilerplate in Python 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
+ resources such as temporary files and directories, log files, etc.
+ .
+ A typical use case for Scruffy is a command-line Python tool with some
+ or all of the following requirements:
+ .
+  * Read a set of configuration defaults
+  * Read a local configuration file and apply it on top of the defaults
+  * Allow overriding some configuration options with command line flags
+    or at runtime
+  * Load a core set of Python-based plugins
+  * Load a set of user-defined Python-based plugins
+  * Generate log files whose name, location and other logging settings
+    are based on configuration
+  * Store application state between runs in a file or database
+
+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
+ 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
+ resources such as temporary files and directories, log files, etc.
+ .
+ A typical use case for Scruffy is a command-line Python tool with some
+ or all of the following requirements:
+ .
+  * Read a set of configuration defaults
+  * Read a local configuration file and apply it on top of the defaults
+  * Allow overriding some configuration options with command line flags
+    or at runtime
+  * Load a core set of Python-based plugins
+  * Load a set of user-defined Python-based plugins
+  * Generate log files whose name, location and other logging settings
+    are based on configuration
+  * Store application state between runs in a file or database

-- 
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