I have followed this tutorial on how to make a .deb package from source(tar.gz) and at the final build command dpkg-buildpackage -rfakeroot
However I get this error at the bottom:
make[2]: Entering directory '/home/user/packages/tympanus/tympanus-1.0.1/src'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/home/user/packages/tympanus/tympanus-1.0.1/src'
Making check in po
make[2]: Entering directory '/home/user/packages/tympanus/tympanus-1.0.1/po'
INTLTOOL_EXTRACT=/usr/bin/intltool-extract srcdir=. /usr/bin/intltool-update --gettext-package tympanus --pot
rm -f missing notexist
srcdir=. /usr/bin/intltool-update -m
The following files contain translations and are currently not in use. Please
consider adding these to the POTFILES.in file, located in the po/ directory.
src/tympanus.ui
If some of these files are left out on purpose then please add them to
POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list
of left out files has been written in the current directory.
if [ -r missing -o -r notexist ]; then \
exit 1; \
fi
make[2]: *** [check] Error 1
make[2]: Leaving directory '/home/user/packages/tympanus/tympanus-1.0.1/po'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/home/user/packages/tympanus/tympanus-1.0.1'
dh_auto_test: make -j1 check returned exit code 2
make: *** [build] Error 29
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Help is GREATLY appreciated!I need to fix this issue as fast as possible..
