# HG changeset patch # User Paul Boddie # Date 1410472724 -7200 # Node ID 69d90688f922d1f2489e12b62403fb61628b77c3 # Parent afcfa9481e5aa3274cde2a5c16c966cf8daa360b Removed setuptools usage and introduced quilt patching. diff -r afcfa9481e5a -r 69d90688f922 debian/control --- a/debian/control Thu Sep 11 19:01:27 2014 +0200 +++ b/debian/control Thu Sep 11 23:58:44 2014 +0200 @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: Jeroen van Meeuwen (Kolab Systems) -Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7) +Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7), quilt Standards-Version: 3.9.3 Package: python-sievelib diff -r afcfa9481e5a -r 69d90688f922 debian/patches/series --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/patches/series Thu Sep 11 23:58:44 2014 +0200 @@ -0,0 +1,1 @@ +setup.diff diff -r afcfa9481e5a -r 69d90688f922 debian/patches/setup.diff --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/patches/setup.diff Thu Sep 11 23:58:44 2014 +0200 @@ -0,0 +1,8 @@ +--- a/setup.py ++++ b/setup.py +@@ -1,4 +1,4 @@ +-from setuptools import setup ++from distutils.core import setup + + setup( + name = "sievelib", diff -r afcfa9481e5a -r 69d90688f922 debian/source/format --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/source/format Thu Sep 11 23:58:44 2014 +0200 @@ -0,0 +1,1 @@ +3.0 (quilt)