]> sipb.mit.edu Git - wiki.git/blob - doc/debianization.mdwn
Make a note that cert enrollment has a UI feedback until Chrome 7.
[wiki.git] / doc / debianization.mdwn
1 [[!meta title="Debianization"]]
2
3 This document is a brief introduction to how to Debianize a piece of
4 software, i.e. to create a package for a Debian or Ubuntu distribution
5 so that it can be managed alongside other system software.
6
7 You'll need a few packages for doing Debian development, so you should run
8
9 `$ sudo aptitude install build-essential dh-make devscripts cdbs equivs lintian dpatch quilt dpkg-dev`
10
11 If you're a fan of Emacs as a text editor, you should also run
12
13 `$ sudo aptitude install debian-el devscripts-el dpkg-dev-el`
14
15 ## Preparing the source
16
17 To prepare a source directory for Debianization, you'll first want to
18 rename the directory to the form <package>-<version>.
19
20 ## Everything else
21
22 This article is a stub.  You can help by expanding it.