]> sipb.mit.edu Git - wiki.git/commitdiff
Starting page on Debianization
authorEvan Broder <broder@mit.edu>
Sun, 14 Sep 2008 22:24:34 +0000 (17:24 -0500)
committerTrac <sipb-www@mit.edu>
Sun, 1 Feb 2009 07:24:52 +0000 (02:24 -0500)
doc/Debianization [new file with mode: 0644]

diff --git a/doc/Debianization b/doc/Debianization
new file mode 100644 (file)
index 0000000..992d69f
--- /dev/null
@@ -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 }}}
+
+