~ubuntu-branches/ubuntu/oneiric/moin/oneiric-security

« back to all changes in this revision

Viewing changes to debian/patches/00852_add_missing_converter.patch

  • Committer: Bazaar Package Importer
  • Author(s): Emanuele Gentili
  • Date: 2008-02-21 02:22:30 UTC
  • mfrom: (0.7.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080221022230-qkjhbal8d1cwhol7
Tags: 1.5.8-5.1ubuntu1
* Merge with Debian (LP: #193869); remaining changes:
  - Suggest python-xml (needed for DocBook rendering). LP: #31728.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# HG changeset patch
 
2
# User Thomas Waldmann <tw AT waldmann-edv DOT de>
 
3
# Date 1193382918 -7200
 
4
# Node ID ca98a59c590262c1a7cad51be6af1dfa40e605fe
 
5
# Parent  cb0593b6fc0599e4bb5b206d46f0ee8d12232bcf
 
6
added missing data/plugin/converter package
 
7
 
 
8
diff -r cb0593b6fc05 -r ca98a59c5902 docs/CHANGES
 
9
--- a/docs/CHANGES      Wed Sep 26 06:51:37 2007 +0200
 
10
+++ b/docs/CHANGES      Fri Oct 26 09:15:18 2007 +0200
 
11
@@ -40,6 +40,7 @@ Version 1.5.current:
 
12
     * Avoid 'current' file corruption in out-of-space conditions.
 
13
     * Fix "Toggle line numbers" link in code areas, so it gets translated
 
14
       for the current user's language.
 
15
+    * added missing data/plugin/converter package
 
16
 
 
17
 Version 1.5.8:
 
18
   New features:
 
19
diff -r cb0593b6fc05 -r ca98a59c5902 wiki/data/plugin/converter/__init__.py
 
20
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
 
21
+++ b/wiki/data/plugin/converter/__init__.py    Fri Oct 26 09:15:18 2007 +0200
 
22
@@ -0,0 +1,5 @@
 
23
+# -*- coding: iso-8859-1 -*-
 
24
+
 
25
+from MoinMoin.util import pysupport
 
26
+
 
27
+modules = pysupport.getPackageModules(__file__)