Skip to content

Latest commit

 

History

History
64 lines (50 loc) · 1.47 KB

packaging.md

File metadata and controls

64 lines (50 loc) · 1.47 KB

Prerequist

We are using brother-driver as example for package name.

Software

  • dh-make

Goals

  • Choose the best folder tree
  • Choose between hand building or auto building packaging
  • Choose how to version packaging
  • Have a great package under the Debian rules

Structure proposale

/brother-driver-1.0
--/DEBIAN/
----control
----copyright
----changelog
----rules
----preinst
----postinst
----prerm
----postrm
--/usr/share/cups/model/*.ppd

/DEBIAN/Control

Package: brother-driver
Version: 1.0 (to choose)
Section: unknown (to define)
Priority: optional
Architecture: all
Depends: [to define]
Maintainer: Didier 'OdyX' Raboud <[email protected]>, Thomas DEBESSE <[email protected]>, Samuel Dorsaz <[email protected]>
Description: Drivers for Brother printers
Homepage: https://github.com/illwieckz/debian_copyist_brother

Naming convention

2.6. Package name and version

Sources

Openclassrooms - Short tutorial Chapter 4. Required files under the debian directory

Documentation to read

Debian New Maintainers' Guide Debian New Maintainers' Guide