]> sipb.mit.edu Git - wiki.git/commitdiff
removed
authorAlexander W Dehnert <adehnert@mit.edu>
Tue, 18 Dec 2012 08:48:25 +0000 (03:48 -0500)
committersipb-www <sipb-www@pancake-bunny.mit.edu>
Tue, 18 Dec 2012 08:48:25 +0000 (03:48 -0500)
doc/debianization.mdwn [deleted file]

diff --git a/doc/debianization.mdwn b/doc/debianization.mdwn
deleted file mode 100644 (file)
index 7727eb0..0000000
+++ /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 `<package>-<version>`.
-
-## Everything else
-
-This article is a stub.  You can help by expanding it.