[Libreoffice] Making a debian installation

Lionel Elie Mamane lionel at mamane.lu
Wed Aug 3 13:32:40 PDT 2011


On Wed, Aug 03, 2011 at 09:04:12PM +0530, swagat sharma wrote:

> I want some details about the packaging of LO. Sorry if I am asking it in
> the wrong channel but I did not get much information elsewhere.
> I have created some macros and packed them as extensions. I have also
> created some templates for company's purpose. How can I create standard
> debian package?

dh-make will create a template for a Debian package and get you
started. As far as I understand, on the Debian package level, all
you'll have to do is install the right files in the right place. With
the template created for you by dh-make, you'd add the files that need
to be installed in the file debian/PACKAGE_NAME.install (in the Debian
source package), with format:

source_file /directory/where/to/install

To create the Debian binary package (the .deb), run "debuild" or
"dpkg-buildpackage".

General documentation about building Debian packages:
http://www.debian.org/doc/maint-guide/

Other documents of use: http://www.debian.org/devel/

Mailing list for "beginners in Debian packaging":
http://lists.debian.org/debian-mentors/

-- 
Lionel


More information about the LibreOffice mailing list