]> sipb.mit.edu Git - wiki.git/commitdiff
Debianization -> debianization.mdwn
authorGreg Price <price@mit.edu>
Mon, 21 Sep 2009 00:56:07 +0000 (20:56 -0400)
committerGreg Price <price@mit.edu>
Mon, 21 Sep 2009 00:58:43 +0000 (20:58 -0400)
Add note that this is a stub, too.

doc/Debianization [deleted file]
doc/debianization.mdwn [new file with mode: 0644]

diff --git a/doc/Debianization b/doc/Debianization
deleted file mode 100644 (file)
index d6ffa48..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-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>.
\ No newline at end of file
diff --git a/doc/debianization.mdwn b/doc/debianization.mdwn
new file mode 100644 (file)
index 0000000..417555b
--- /dev/null
@@ -0,0 +1,22 @@
+[[!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.