diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-08 17:08:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-08 17:08:00 -0400 |
commit | fbd9865232a28d12a81a5bcc792c4bac5c43a9a5 (patch) | |
tree | 5e1d94104b0d3f1b828b05a10a1c34bc499bb846 | |
parent | 4a86457750b19a2566e9af032a8307d5fffb2b32 (diff) |
Include ikiwiki.setup in examples in the debian package.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/examples | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 66ccc5b60..b933065d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ ikiwiki (2.53) UNRELEASED; urgency=low that currently has no attachments. * Fix a bug with links to pages whose names contained colons. * attachment: Support old versions of CGI.pm that lack an upload method. + * Include ikiwiki.setup in examples in the debian package. -- Joey Hess <joeyh@debian.org> Mon, 07 Jul 2008 01:52:48 -0400 diff --git a/debian/examples b/debian/examples new file mode 100644 index 000000000..d94312ed0 --- /dev/null +++ b/debian/examples @@ -0,0 +1 @@ +doc/ikiwiki.setup |