maoschanz / drawing

Simple image editor for Linux
https://maoschanz.github.io/drawing/
GNU General Public License v3.0
785 stars 101 forks source link

debian/control is missing a depend on debhelper #578

Closed mascaldotfr closed 1 year ago

mascaldotfr commented 1 year ago

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 on debhelper, so Drawing cannot be built using pbuilder. This PR adds the missing dependency.

maoschanz commented 1 year ago

fixes issues such as

 dpkg-source -i --before-build .
 fakeroot debian/rules clean
dh clean --buildsystem=meson
make: dh: Aucun fichier ou dossier de ce type
make: *** [debian/rules:5 : clean] Erreur 127