]> sipb.mit.edu Git - wiki.git/commitdiff
(no commit message)
authorEvan Broder <broder@mit.edu>
Sun, 14 Sep 2008 23:59:12 +0000 (18:59 -0500)
committerTrac <sipb-www@mit.edu>
Sun, 1 Feb 2009 07:24:52 +0000 (02:24 -0500)
doc/Debianization

index 992d69f0460c7aa85db9d469f448fc8716748812..d6ffa48c0a18c6a9c1e23433f20bd8fe71ce0832 100644 (file)
@@ -2,10 +2,12 @@ This document is a brief introduction to how to Debianize a piece of software, i
 
 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 }}}
+{{{ 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 }}}
+{{{ sudo aptitude install debian-el devscripts-el dpkg-dev-el }}}
 
+== Preparing the source ==
 
+To prepare a source directory for Debianization, you'll first want to rename the directory to the form <package>-<version>.
\ No newline at end of file