[Python-modules-commits] [simpletal] 05/06: run wrap-and-sort

Mattia Rizzolo mattia at mapreri.org
Tue Dec 15 00:31:35 UTC 2015


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

mattia pushed a commit to branch master
in repository simpletal.

commit 06500a8cdbcff96bcc5ee00175b22751f72daca2
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Tue Dec 15 00:28:49 2015 +0000

    run wrap-and-sort
---
 debian/control | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index c3a39e8..8069e97 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,9 @@
 Source: simpletal
 Section: python
 Priority: optional
-Build-Depends: python, debhelper (>= 9), dh-python
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python
 Maintainer: Igor Stroh <jenner at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Standards-Version: 3.9.6
@@ -12,7 +14,8 @@ X-Python-Version: >= 2.2
 
 Package: python-simpletal
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+         ${python:Depends}
 Description: Simple TAL, TALES and METAL implementation
  SimpleTAL is a reimplementation of the ZOPE TAL (Template Attribute Language),
  TALES (TAL Expression Syntax) and METAL (Macro Expansion for TAL) languages.

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



More information about the Python-modules-commits mailing list