Dear list,
Im trying to build a .deb package to test out the greatest and newest feature of inkscape. I have read this documentation: http://wiki.inkscape.org/wiki/index.php/CompilingDebian
I have downloaded the daily snapshot: http://inkscape.modevia.com/svn-snap/inkscape-current.tar.bz2
I followed the steps without success. I suspect, the documentation is outdated. There is no debian/ directory in the inkscape source. The inkscape does not use autoconfig but cmake if I see it correctly. So creating the debian/ directory using the dh_make command, and building the package fails. (make[1]: *** No rule to make target `clean'. Stop.)
So can somebody direct me to an updated documentation? How can I create a proper debian/ directory, and building the package with help of this directory? Using this command: dpkg-buildpackage -uc -us -rfakeroot
In summary a step-by-step tutorial would be really helpful! Im using ubuntu 8.10 currently.
Thank you in advance, Khiraly