Chapter 1. Preface

If you are a somewhat experienced Debian user [1], you may have encountered the following situations:

If you want to create a Debian package to fulfill these needs and share your work with the community, you are the target audience of this guide as a prospective Debian maintainer. [2] Welcome to the Debian community.

Debian has many social and technical rules and conventions to follow, as it is a large volunteer organization with a rich history. Debian has also developed an extensive array of packaging and archive maintenance tools to build consistent sets of binary packages that address many technical objectives:

These factors can be overwhelming for many new prospective Debian maintainers. This guide aims to provide entry points to help them get started. It covers the following:

The author recognized the limitations of updating the original New Maintainers' Guide with the dh-make package and decided to create an alternative tool with accompanying documentation to address modern requirements such as multi-arch. This resulted in the debmake package, initially released as version 4.0 in 2013. The current debmake version is 4.5.1. It comes with this updated Guide for Debian Maintainers in the debmake-doc package (version: 1.22-1). (In 2016, dh-make was ported from Perl to Python with updated features.)

Many chores and tips have been integrated into the debmake command allowing this guide to be terse. This guide also offers many packaging examples for you to get started.

[Caution]Caution

It takes many hours to properly create and maintain Debian packages. The Debian maintainer must be both technically competent and diligent to take up this challenge.

Some important topics are explained in detail. While some may seem irrelevant to you, please be patient. Certain corner cases are omitted, and some topics are only covered through external references. These are intentional choices to keep this guide simple and maintainable.



[1] You need to know a little about Unix programming, but you don’t need to be an expert. You can learn about basic Debian system handling from the Debian Reference. It also contains pointers for learning about Unix programming.

[2] If you’re not interested in sharing the Debian package, you can address your local needs by compiling and installing the fixed upstream source package into /usr/local/.