Kolab/sievelib

Changeset

1:afcfa9481e5a
2014-09-11 Paul Boddie raw files shortlog changelog graph Removed the setuptools build dependency and simplified the description. paul
debian/control (file)
     1.1 --- a/debian/control	Thu Sep 11 18:58:49 2014 +0200
     1.2 +++ b/debian/control	Thu Sep 11 19:01:27 2014 +0200
     1.3 @@ -2,30 +2,10 @@
     1.4  Section: python
     1.5  Priority: optional
     1.6  Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
     1.7 -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
     1.8 +Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7)
     1.9  Standards-Version: 3.9.3
    1.10  
    1.11  Package: python-sievelib
    1.12  Architecture: all
    1.13  Depends: ${misc:Depends}, ${python:Depends}
    1.14 -Description: Client-side SIEVE library
    1.15 - sievelib
    1.16 - ========
    1.17 - .
    1.18 - Client-side Sieve and Managesieve library written in Python.
    1.19 - .
    1.20 - * Sieve : An Email Filtering Language
    1.21 -   (`RFC 5228 <http://tools.ietf.org/html/rfc5228>`_)
    1.22 - * ManageSieve : A Protocol for Remotely Managing Sieve Scripts
    1.23 -   (`Draft <http://tools.ietf.org/html/draft-martin-managesieve-12>`_)
    1.24 - .
    1.25 - Sieve tools
    1.26 - -----------
    1.27 - .
    1.28 - What is supported
    1.29 - ^^^^^^^^^^^^^^^^^
    1.30 - .
    1.31 - Currently, the provided parser supports most of the functionalities
    1.32 - described in the RFC. The only exception concerns section
    1.33 - *2.4.2.4. Encoding Characters Using "encoded-character"* which is not
    1.34 - supported.
    1.35 +Description: Client-side Sieve library