Kolab/sievelib

Changeset

2:69d90688f922
2014-09-11 Paul Boddie raw files shortlog changelog graph Removed setuptools usage and introduced quilt patching. paul tip
debian/control (file) debian/patches/series (file) debian/patches/setup.diff (file) debian/source/format (file)
     1.1 --- a/debian/control	Thu Sep 11 19:01:27 2014 +0200
     1.2 +++ b/debian/control	Thu Sep 11 23:58:44 2014 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  Section: python
     1.5  Priority: optional
     1.6  Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com>
     1.7 -Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7)
     1.8 +Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7), quilt
     1.9  Standards-Version: 3.9.3
    1.10  
    1.11  Package: python-sievelib
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/debian/patches/series	Thu Sep 11 23:58:44 2014 +0200
     2.3 @@ -0,0 +1,1 @@
     2.4 +setup.diff
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/debian/patches/setup.diff	Thu Sep 11 23:58:44 2014 +0200
     3.3 @@ -0,0 +1,8 @@
     3.4 +--- a/setup.py
     3.5 ++++ b/setup.py
     3.6 +@@ -1,4 +1,4 @@
     3.7 +-from setuptools import setup
     3.8 ++from distutils.core import setup
     3.9 + 
    3.10 + setup(
    3.11 +     name = "sievelib",
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/debian/source/format	Thu Sep 11 23:58:44 2014 +0200
     4.3 @@ -0,0 +1,1 @@
     4.4 +3.0 (quilt)