~ubuntu-branches/ubuntu/hardy/moin/hardy-security

« back to all changes in this revision

Viewing changes to debian/control.in.etch

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-05-14 15:55:15 UTC
  • mfrom: (0.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070514155515-apl4srcch40h9fcx
Tags: 1.5.7-3ubuntu1
* Merge from debian unstable, remaining changes:
  - 11000_show_traceback_toggle.patch: allow for 'show_traceback=0' in
    Moin configurations.

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
 
 
8
Package: moinmoin-common
 
9
Architecture: all
 
10
Depends: ${python:Depends}
 
11
Recommends: python-moinmoin
 
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 installed too.
 
23
 .
 
24
  Homepage: http://moinmoin.wikiwikiweb.de/
 
25
 
 
26
Package: python-moinmoin
 
27
Architecture: all
 
28
Section: python
 
29
Depends: ${python:Depends}, moinmoin-common (= ${Source-Version})
 
30
Provides: ${python:Provides}
 
31
Replaces: python2.3-moinmoin (<< 1.5.3-1.1), python2.4-moinmoin (<< 1.5.3-1.1)
 
32
Conflicts: moin, python2.3-moinmoin (<< 1.5.3-1.1), python2.4-moinmoin (<< 1.5.3-1.1)
 
33
Recommends: exim4 | mail-transport-agent
 
34
Suggests: apache | httpd-cgi | libapache2-mod-python | libapache-mod-python | python-twisted | libapache-mod-fastcgi, miscfiles | wordlist, python-4suite, python-gdchart, python-docutils (>= 0.3.10)
 
35
Description: Python clone of WikiWiki - library
 
36
 A WikiWikiWeb is a collaborative hypertext environment, with an
 
37
 emphasis on easy access to and modification of information. MoinMoin
 
38
 is a Python WikiClone that allows you to easily set up your own wiki,
 
39
 only requiring a Web server and a Python installation.
 
40
 .
 
41
  Homepage: http://moinmoin.wikiwikiweb.de/