Workaround bugs in pbuilder.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 15 Sep 2015 14:47:22 +0000 (16:47 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 15 Sep 2015 14:47:22 +0000 (16:47 +0200)
debian/changelog
debian/patches/pbuilder-bugs.patch [new file with mode: 0644]
debian/patches/series

index 1b9996b..7376a9f 100644 (file)
@@ -2,4 +2,4 @@ python-pocci (0.0.2-0~20150915git7bd0427) stable; urgency=low
 
   * Initial package
 
- -- František Dvořák <valtri@civ.zcu.cz>  Tue, 15 Sep 2015 16:18:56 +0200
+ -- František Dvořák <valtri@civ.zcu.cz>  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 (file)
index 0000000..f5c0bb3
--- /dev/null
@@ -0,0 +1,18 @@
+Author: František Dvořák <valtri@civ.zcu.cz>
+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',
index 09b1d6b..e32c82a 100644 (file)
@@ -1 +1,2 @@
 2to3-tests.patch
+pbuilder-bugs.patch