From: František Dvořák Date: Tue, 15 Sep 2015 14:47:22 +0000 (+0200) Subject: Workaround bugs in pbuilder. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=16c33387c137063c7c6465257ebf613944df0d1d;p=packaging-deb-pOCCI.git Workaround bugs in pbuilder. --- diff --git a/debian/changelog b/debian/changelog index 1b9996b..7376a9f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,4 +2,4 @@ python-pocci (0.0.2-0~20150915git7bd0427) stable; urgency=low * Initial package - -- FrantiÅ¡ek Dvořák Tue, 15 Sep 2015 16:18:56 +0200 + -- FrantiÅ¡ek Dvořák Tue, 15 Sep 2015 16:46:57 +0200 diff --git a/debian/patches/pbuilder-bugs.patch b/debian/patches/pbuilder-bugs.patch new file mode 100644 index 0000000..f5c0bb3 --- /dev/null +++ b/debian/patches/pbuilder-bugs.patch @@ -0,0 +1,18 @@ +Author: FrantiÅ¡ek Dvořák +Date: Tue Sep 15 16:45:12 2015 +0200 + + Workaround bugs in Debian pbuilder: remove dependency for clean. + +diff --git a/setup.py b/setup.py +index e83228a..34a9263 100644 +--- a/setup.py ++++ b/setup.py +@@ -54,8 +54,6 @@ setup( + + install_requires=['pycurl'], + +- setup_requires=['flake8'], +- + package_data={ + 'pOCCI': [ + 'pOCCI.cfg', diff --git a/debian/patches/series b/debian/patches/series index 09b1d6b..e32c82a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 2to3-tests.patch +pbuilder-bugs.patch