parent
8a3bac5781
commit
0cbc91001e
@ -0,0 +1,12 @@
|
|||||||
|
Fedora setuptools don't have option --install-layout=deb
|
||||||
|
--- ./lib/Debian/Debhelper/Buildsystem/python_distutils.pm.orig 2017-12-02 08:46:03.000000000 +0000
|
||||||
|
+++ ./lib/Debian/Debhelper/Buildsystem/python_distutils.pm 2018-01-07 23:43:53.492047778 +0000
|
||||||
|
@@ -166,7 +166,7 @@ sub setup_py {
|
||||||
|
and $python_default =~ /^python2\.[2345]$/)
|
||||||
|
or $python =~ /^python2\.[2345](?:-dbg)?$/ )) {
|
||||||
|
$this->doit_in_sourcedir($python, "setup.py",
|
||||||
|
- $act, @_, "--install-layout=deb");
|
||||||
|
+ $act, @_);
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
$this->doit_in_sourcedir($python, "setup.py",
|
@ -1 +1 @@
|
|||||||
SHA512 (debhelper_10.9.tar.xz) = 0efec68a6a01530e57f220593e66ff9f527aa57deb1df025728a52754e32ea6a4f5d57e9c8fb4fb2eb0c584cd9951dd69a92aeaf0c274806c17473ef9926ac61
|
SHA512 (debhelper_11.1.tar.xz) = e837046615b8fec235ad769df8e89451423057f53b704e7220c3f55fbe9ee071782e6d0e072d3b9ff8175ebede0aad702c66f4b8cc8143be309f090b377f4594
|
||||||
|
Loading…
Reference in new issue