[Python-modules-team] Bug#793333: pylibmc: FTBFS: tries to remove directory not found in package build dir

Steve Langasek steve.langasek at canonical.com
Wed Jul 22 23:06:13 UTC 2015


Package: pylibmc
Version: 1.5.0-1
Severity: serious
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu wily ubuntu-patch

While preparing the transition for python3.5 in Ubuntu, we found that the
pylibmc package was failing to build.  The reason for this is a debian/rules
override of both dh_python2 and dh_python3 that tries to rmdir some
directories from the build tree.  However, with current dh_python2 and
dh_python3 these directories are never created, so the rmdir is failing.

The attach patch fixes the build failure, which I've confirmed to be
reproducible on Debian unstable - hence filing as severity: serious.

  * Drop debian/rules overrides to remove directories that aren't there.

Thanks for considering the patch.
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slangasek at ubuntu.com                                     vorlon at debian.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pylibmc_1.5.0-1ubuntu1.debdiff
Type: text/x-diff
Size: 582 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20150722/05c68504/attachment-0001.diff>


More information about the Python-modules-team mailing list