From: Alexander W Dehnert Date: Tue, 18 Dec 2012 08:48:25 +0000 (-0500) Subject: removed X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/09dbb5f32f9845b266e83824ce658897f1e0f04b?hp=5b3b90f5c03f2e82012e0f73ebd88222d624bde4 removed --- diff --git a/doc/debianization.mdwn b/doc/debianization.mdwn deleted file mode 100644 index 7727eb0..0000000 --- a/doc/debianization.mdwn +++ /dev/null @@ -1,22 +0,0 @@ -[[!meta title="Debianization"]] - -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` - -## Preparing the source - -To prepare a source directory for Debianization, you'll first want to -rename the directory to the form `-`. - -## Everything else - -This article is a stub. You can help by expanding it.