[Python-modules-commits] [python-pyftpdlib] 01/11: fix syntax error in debian/control

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Nov 22 17:51:58 UTC 2015


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

debacle pushed a commit to branch master
in repository python-pyftpdlib.

commit fee8cc38b6f58e9ad2cc77f9a1e6b5bed1ee40aa
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sun Nov 22 17:07:53 2015 +0100

    fix syntax error in debian/control
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 6bf1dfb..237cb91 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: optional
 Maintainer: Janos Guljas <janos at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-sendfile >= 2.0.0
+Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-sendfile (>= 2.0.0)
 Standards-Version: 3.9.4
 Homepage: http://code.google.com/p/pyftpdlib/
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-pyftpdlib.git
@@ -12,7 +12,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pyft
 Package: python-pyftpdlib
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Recommends: python-sendfile >= 2.0.0
+Recommends: python-sendfile (>= 2.0.0)
 Provides: ${python:Provides}
 Description: Python FTP server library
  Python FTP server library provides a high-level portable interface to

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



More information about the Python-modules-commits mailing list