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

« back to all changes in this revision

Viewing changes to debian/control.in.master

  • 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
 
Source: moin
2
 
Section: net
3
 
Priority: optional
4
 
Maintainer: Jonas Smedegaard <dr@jones.dk>
5
 
Standards-Version: 3.7.2
6
 
Build-Depends: @cdbs@
7
 
Homepage: http://moinmoin.wikiwikiweb.de/
8
 
 
9
 
Package: moinmoin-common
10
 
Architecture: all
11
 
Recommends: python-moinmoin, moinmoin-i18n
12
 
Conflicts: moin
13
 
Replaces: moin
14
 
Description: Python clone of WikiWiki - common data
15
 
 A WikiWikiWeb is a collaborative hypertext environment, with an
16
 
 emphasis on easy access to and modification of information. MoinMoin
17
 
 is a Python WikiClone that allows you to easily set up your own wiki,
18
 
 only requiring a Web server and a Python installation.
19
 
 .
20
 
 This package contains MoinMoin system pages and other data common for
21
 
 all flavors of MoinMoin. For a complete installation of MoinMoin you
22
 
 want python-moinmoin (or pythonXX-moinmoin) installed too.
23
 
 
24
 
Package: moinmoin-i18n
25
 
Architecture: all
26
 
Depends: moinmoin-common
27
 
Description: Python clone of WikiWiki - non-english data
28
 
 A WikiWikiWeb is a collaborative hypertext environment, with an
29
 
 emphasis on easy access to and modification of information. MoinMoin
30
 
 is a Python WikiClone that allows you to easily set up your own wiki,
31
 
 only requiring a Web server and a Python installation.
32
 
 .
33
 
 This package contains MoinMoin system pages and other data common for
34
 
 all flavors of MoinMoin - in languages other than english. For a
35
 
 complete installation of MoinMoin you want python-moinmoin (or
36
 
 pythonXX-moinmoin) installed too.
37
 
 
38
 
Package: python-moinmoin
39
 
Architecture: all
40
 
Section: python
41
 
Depends: ${python:Depends}
42
 
Description: Python clone of WikiWiki - dummy library package
43
 
 A WikiWikiWeb is a collaborative hypertext environment, with an
44
 
 emphasis on easy access to and modification of information. MoinMoin
45
 
 is a Python WikiClone that allows you to easily set up your own wiki,
46
 
 only requiring a Web server and a Python installation.
47
 
 .
48
 
 This package is an empty dummy package that always depends on
49
 
 a package built for Debian's default Python version.
50
 
 
51
 
Package: python2.3-moinmoin
52
 
Architecture: all
53
 
Section: python
54
 
Depends: ${shlibs:Depends}, ${python:Depends}, moinmoin-common (= ${source:Version})
55
 
Recommends: moinmoin-i18n, exim4 | mail-transport-agent
56
 
Suggests: apache | httpd | libapache-mod-python2.3 | libapache2-mod-python2.3 | python2.3-twisted | libapache-mod-fastcgi, miscfiles | wordlist, python2.3--4suite, python2.3-gdchart, python2.3-docutils (>= 0.3.10)
57
 
Conflicts: moin
58
 
Description: Python clone of WikiWiki - library
59
 
 A WikiWikiWeb is a collaborative hypertext environment, with an
60
 
 emphasis on easy access to and modification of information. MoinMoin
61
 
 is a Python WikiClone that allows you to easily set up your own wiki,
62
 
 only requiring a Web server and a Python installation.
63
 
 .
64
 
 This package contains the libraries for Python 2.3.
65
 
 
66
 
Package: python2.4-moinmoin
67
 
Architecture: all
68
 
Section: python
69
 
Depends: ${shlibs:Depends}, ${python:Depends}, moinmoin-common (= ${source:Version})
70
 
Recommends: moinmoin-i18n, exim4 | mail-transport-agent
71
 
Suggests: apache | httpd | libapache-mod-python2.4 | libapache2-mod-python2.4 | python2.4-twisted | libapache-mod-fastcgi, miscfiles | wordlist, python2.4-4suite, python2.4-gdchart, python2.4-docutils (>= 0.3.10)
72
 
Description: Python clone of WikiWiki - library
73
 
 A WikiWikiWeb is a collaborative hypertext environment, with an
74
 
 emphasis on easy access to and modification of information. MoinMoin
75
 
 is a Python WikiClone that allows you to easily set up your own wiki,
76
 
 only requiring a Web server and a Python installation.
77
 
 .
78
 
 This package contains the libraries for Python 2.4.