Sesivany
December 8th, 2007, 08:09 PM
I would like to learn how to create deb package. So that's why I chose program Jabbim (http://dev.jabbim.cz/jabbim) because Jabbim doesn't have a deb package yet.
I followed this tutorial: http://www.us.debian.org/doc/manuals/maint-guide/index.en.html#contents (I created /debian etc.) The problem appeared when I executed command "dpkg-buildpackage -rfakeroot". It writes this:
make[1]: Entering directory `/home/eischmann/Stahuj/jabbim2/jabbim-0.3'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/home/eischmann/Stahuj/jabbim2/jabbim-0.3'
make: *** [build-stamp] Error 2
it makes files *.diff.gz and *.dsc but not *.changes and *.deb
The directory prepared by me for creating a package is here: http://www.eischmann.cz/jabbim-0.31.tar.bz2 (it's just compressed in archive)
I think the problem is that Jabbim source code doesn't have makefile because it's written in Python and there is just shell script jabbim.sh which executes jabbim.py.
Any advice?
I followed this tutorial: http://www.us.debian.org/doc/manuals/maint-guide/index.en.html#contents (I created /debian etc.) The problem appeared when I executed command "dpkg-buildpackage -rfakeroot". It writes this:
make[1]: Entering directory `/home/eischmann/Stahuj/jabbim2/jabbim-0.3'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/home/eischmann/Stahuj/jabbim2/jabbim-0.3'
make: *** [build-stamp] Error 2
it makes files *.diff.gz and *.dsc but not *.changes and *.deb
The directory prepared by me for creating a package is here: http://www.eischmann.cz/jabbim-0.31.tar.bz2 (it's just compressed in archive)
I think the problem is that Jabbim source code doesn't have makefile because it's written in Python and there is just shell script jabbim.sh which executes jabbim.py.
Any advice?