Hi Guy,
dpkg -l "$1" 2> /dev/null | grep '^ii' &> /dev/null
So i think the answer to test_reqpkg is false in your case
You must be right, with a short test I did, it didn't
return true.
I still wonder why it wanted to build with mouse when
trying make_deb.sh and why not (rightly) when trying
Hi Viktor,
Note the grep '^ii' in :
dpkg -l "$1" 2> /dev/null | grep '^ii' &> /dev/null
So i think the answer to test_reqpkg is false in your case
Recent distribution like debian sid and i suppose ubuntu 8.04
use libgpm-dev instead of libgpmg1-dev (note that in debian
sid package libgpmg1-dev
Hi folks,
I'm trying to create a .deb package under Ubuntu 8.04.1,
and it's going fine for the most part, but gttrm lib doesn't
get created when I'm trying make_deb.sh, while if I try
with make_gnu.sh, it does.
The reason of the failure is that with make_deb.sh, gttrm.c
(and gtcrs.c, mousesln.c)