~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to debian/patches/00839_fixed_epydoc_makefile.patch

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mfrom: (0.9.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080622211713-fpo2zrq3s5dfecxg
Tags: 1.7.0-3
Simplify /etc/moin/wikilist format: "USER URL" (drop unneeded middle
CONFIG_DIR that was wrongly advertised as DATA_DIR).  Make
moin-mass-migrate handle both formats and warn about deprecation of
the old one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
# HG changeset patch
3
 
# User Thomas Waldmann <tw AT waldmann-edv DOT de>
4
 
# Date 1181512816 -7200
5
 
# Node ID 99615881d40544588c88d669e6917ee77df1aaf0
6
 
# Parent 48e37539338399c60274cd6603ddc40e9e72b5a5
7
 
fixed Makefile for epydoc 3.0
8
 
 
9
 
# Comment out missing Makefile
10
 
 
11
 
#--- a/Makefile Sun Jun 10 21:02:09 2007 +0200
12
 
#+++ b/Makefile Mon Jun 11 00:00:16 2007 +0200
13
 
#@@ -34,7 +34,7 @@ check-tabs:
14
 
# # Create documentation
15
 
# epydoc: patchlevel
16
 
#       @MoinMoin/version.py update
17
 
#-      @epydoc -o ../html-1.5 -n MoinMoin -u http://moinmoin.wikiwikiweb.de MoinMoin
18
 
#+      @epydoc -o ../html-1.5 --name=MoinMoin --url=http://moinmo.in/ --graph=all --graph-font=Arial MoinMoin
19
 
20
 
# # Create new underlay directory from MoinMaster
21
 
# # Should be used only on TW machine
22
 
--- a/MoinMoin/__init__.py      Sun Jun 10 21:02:09 2007 +0200
23
 
+++ b/MoinMoin/__init__.py      Mon Jun 11 00:00:16 2007 +0200
24
 
@@ -1,6 +1,6 @@
25
 
 # -*- coding: iso-8859-1 -*-
26
 
 """
27
 
-MoinMoin Version 1.5.6 96706051ff4e+ tip
28
 
+MoinMoin Version 1.5.8 48e375393383+ tip
29
 
 
30
 
 @copyright: 2000-2006 by J�rgen Hermann <jh@web.de>
31
 
 @license: GNU GPL, see COPYING for details.
32