# HG changeset patch # User Paul Boddie # Date 1410454887 -7200 # Node ID afcfa9481e5aa3274cde2a5c16c966cf8daa360b # Parent 703866c3b7ca1059ba9ed12305234f6ad6d24d25 Removed the setuptools build dependency and simplified the description. diff -r 703866c3b7ca -r afcfa9481e5a debian/control --- a/debian/control Thu Sep 11 18:58:49 2014 +0200 +++ b/debian/control Thu Sep 11 19:01:27 2014 +0200 @@ -2,30 +2,10 @@ Section: python Priority: optional Maintainer: Jeroen van Meeuwen (Kolab Systems) -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7) +Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7) Standards-Version: 3.9.3 Package: python-sievelib Architecture: all Depends: ${misc:Depends}, ${python:Depends} -Description: Client-side SIEVE library - sievelib - ======== - . - Client-side Sieve and Managesieve library written in Python. - . - * Sieve : An Email Filtering Language - (`RFC 5228 `_) - * ManageSieve : A Protocol for Remotely Managing Sieve Scripts - (`Draft `_) - . - Sieve tools - ----------- - . - What is supported - ^^^^^^^^^^^^^^^^^ - . - Currently, the provided parser supports most of the functionalities - described in the RFC. The only exception concerns section - *2.4.2.4. Encoding Characters Using "encoded-character"* which is not - supported. +Description: Client-side Sieve library