From b0ad4ae6a2fa993374a9cda99c566843def311bf Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 14 Sep 2008 17:24:34 -0500 Subject: [PATCH 1/1] Starting page on Debianization --- doc/Debianization | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/Debianization diff --git a/doc/Debianization b/doc/Debianization new file mode 100644 index 0000000..992d69f --- /dev/null +++ b/doc/Debianization @@ -0,0 +1,11 @@ +This document is a brief introduction to how to Debianize a piece of software, i.e. to create a package for a Debian or Ubuntu distribution so that it can be managed alongside other system software. + +You'll need a few packages for doing Debian development, so you should run + +{{{ sudo aptitude install build-essential dh-make devscripts cdbs equivs lintian dpatch quilt dpkg-dev }}} + +If you're a fan of emacs as a text editor, you should also run + +{{{ sudo aptitude install debian-el devscripts-el dpkg-dev-el }}} + + -- 2.44.0