Hi,
I didn't manage to compile the provided package:
The folder structure is
/tmp/celluloid_0.25.orig.tar.gz
/tmp/celluloid_0.25-2.dsc
/tmp/cell/debian (extracted from celluloid_0.25-2.debian.tar.xz)
$ cd /tmp/cell && dpkg-buildpackage
dpkg-buildpackage: info: source package celluloid
dpkg-buildpackage: info: source version 0.25-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Leandro Cunha
<leandrocunha...@gmail.com>
dpkg-buildpackage: info: host architecture amd64
dpkg-source --before-build .
debian/rules clean
dh clean --buildsystem=meson
dh_auto_clean -O--buildsystem=meson
dh_autoreconf_clean -O--buildsystem=meson
debian/rules override_dh_clean
make[1]: Entering directory '/tmp/cell'
dh_clean
rm -f po/*.gmo po/stamp-po
make[1]: Leaving directory '/tmp/cell'
dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building celluloid using existing
./celluloid_0.25.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: warning: ignoring deletion of file autogen.sh, use
--include-removal to override
...
dpkg-source: warning: ignoring deletion of file po/fi.po, use
--include-removal to override
dpkg-source: info: building celluloid in celluloid_0.25-2.debian.tar.xz
dpkg-source: info: building celluloid in celluloid_0.25-2.dsc
debian/rules binary
dh binary --buildsystem=meson
dh_update_autotools_config -O--buildsystem=meson
dh_autoreconf -O--buildsystem=meson
dh_auto_configure -O--buildsystem=meson
cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb
LC_ALL=C.UTF-8 meson setup .. --wrap-mode=nodownload --buildtype=plain
--prefix=/usr --sysconfdir=/etc --localstatedir=/var
--libdir=lib/x86_64-linux-gnu -Dpython.bytecompile=-1
ERROR: Neither source directory '..' nor build directory None contain a
build file meson.build.
dh_auto_configure: error: cd obj-x86_64-linux-gnu &&
DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 meson setup ..
--wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc
--localstatedir=/var --libdir=lib/x86_64-linux-gnu
-Dpython.bytecompile=-1 returned exit code 1
make: *** [debian/rules:21: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit
status 2
I am not sure what's wrong here.