At first thanks for your work, it is a nice and easy piece of software, avoiding me using the gimp.
The Debian Sid version is totally outdated, so I decided to build a deb package from your debianisation, with pbuilder because it is the right way(tm) of doing it (it builds packages in empty chroots), here is some getting started documentation.
I found out that your debian/control file is missing a build depend on debhelper, so Drawing cannot be built using pbuilder. This PR adds the missing dependency.
Hi,
At first thanks for your work, it is a nice and easy piece of software, avoiding me using the gimp.
The Debian Sid version is totally outdated, so I decided to build a deb package from your debianisation, with
pbuilder
because it is the right way(tm) of doing it (it builds packages in empty chroots), here is some getting started documentation.I found out that your
debian/control
file is missing a build depend ondebhelper
, so Drawing cannot be built usingpbuilder
. This PR adds the missing dependency.