On 17 janv. 2016 21:01, Craig Small <csm...@debian.org> wrote: > On Mon, 18 Jan 2016 04:27 Christian Marillat <maril...@debian.org> > wrote: > > $ dh_make -s -f ../nordlicht-0.4.2.tar.gz > Traceback (most recent call last): > File "/usr/bin/dh_make", line 14, in <module> > from enum import Enum > ImportError: No module named enum > > > Hi Christian, > Just install python-enum34. I'm not sure why debhelper failed to add > this to the dependencies. This is the first release of debhelper > written in python.
Thanks Craig. Work now. Christian