[opensuse-buildservice] howto: java .deb package
Hi all I'm trying to understand how to create a debian java package in the Opensuse Build Service. I cannot find informations: http://en.opensuse.org/Java/Packaging/Overview http://news.opensuse.org/2008/04/30/java-development-updates-for-opensuse/ I saw http://en.opensuse.org/Build_Service/Deb_builds page; it says I should use debian.control etc files, but https://build.opensuse.org/project/show?project=server%3AOX%3Asnapshot does not use anything of them - and compile in xubuntu. Any hint? Thanks -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Roberto Mannai napsal(a):
I saw http://en.opensuse.org/Build_Service/Deb_builds page; it says I should use debian.control etc files, but https://build.opensuse.org/project/show?project=server%3AOX%3Asnapshot does not use anything of them - and compile in xubuntu.
In this project, the debian/* files are created by the *.diff.gz files. Michal -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Mon, Jan 05, Roberto Mannai wrote:
I'm trying to understand how to create a debian java package in the Opensuse Build Service.
I cannot find informations: http://en.opensuse.org/Java/Packaging/Overview http://news.opensuse.org/2008/04/30/java-development-updates-for-opensuse/
I saw http://en.opensuse.org/Build_Service/Deb_builds page; it says I should use debian.control etc files, but https://build.opensuse.org/project/show?project=server%3AOX%3Asnapshot does not use anything of them - and compile in xubuntu.
Those packages have been created using dpkg-source to create a debian source package from a directory because these packages should also build outside the buildservice on a debian and/or rpm based system. -- With best regards, Carsten Hoeger
Those packages have been created using dpkg-source to create a debian source package from a directory because these packages should also build outside the buildservice on a debian and/or rpm based system.
Oh I can see! On second thoughts it was obvious, the files are into the tar.gz. Thanks Roberto -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (3)
-
Carsten Hoeger
-
Michal Marek
-
Roberto Mannai