e: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b myhello-1.0.0
dpkg-source: building myhello using existing myhello_1.0.0.orig.tar.gz
dpkg-source: building myhello in myhello_1.0.0-1.diff.gz
dpkg-source: building myhello in myhello_1.0.0-1.dsc
debian/rules build
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
/scratchbox/tools/bin/make
make[1]: Entering directory `~/myhello-1.0.0'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `~/myhello-1.0.0'
make: *** [build-stamp] Error 2
I'm new to packaging, so i have no idea how to fix the problem.
anyone can help with this??
I'm new to maemo and not very experienced with linux, but I'd really like to write my applications, and I'm trying so but I'm stuck on building packages.
after compiling helloworld with gtk, I went to http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Packaging%2C_Deploying_and_Distributing#Creating_D ebian_Packages and followed instructions to create the application package but doing this..
anyone can help with this??
thanks,
miak