Portal:Paketbau/Topics

Wechseln zu: Navigation, Suche
Icon-package.png

Packaging Rules

Packaging mostly happens for the openSUSE distribution. The distribution tries to form a coherent product out of the vast mosaic of open source projects. Packaging is the means to form the projects and therefore packaging for the openSUSE distribution has a lot of rules.

  • We adhere to the general Linux Standard Base (LSB) that tries to reduce the differences between individual Linux distributions.
  • We also follow the Linux Filesystem Hierarchy Standard (FHS) which is a reference on how to manage a Linux filesystem hierarchy.
  • Additional to these general rules every Linux distribution follows, openSUSE has its own set of Packaging guidelines which regulate all the nitty gritty details of packaging for the distribution.

The article openSUSE:How_to_contribute_to_Factory contains tutorials and guidelines to get involved into the distribution development, for example how to fix problems in existing packages or how to add new packages to the distribution.

Icon-help.png

Packaging Help

There are two very extensive guides for the RPM and Dpkg package formats that will give you and introduction. The RPM-Guide by Eric Foster-Johnson and the Debian New Maintainers' Guide. We will not try to duplicate them but concentrate on the openSUSE tools and workflows which means all our documentation expects that you know your way around the package formats.

All packaging happens in the openSUSE Open Build Service instance, our open and complete distribution development platform. Therefore the most important piece of documentation for you as a packager is the Build Service Tutorial. Its very RPM centric so we have another document describing Debian builds. You can also have a look at the Tips and Tricks and, if you are interested to build for more than one distribution, at the Cross Distribution Howto. The process of publishing fixed packages for already released products is covered in the Maintenance Portal.

Icon-irc.png

Communicate