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

« back to all changes in this revision

Viewing changes to debian/control

  • 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
1
Source: moin
2
2
Section: net
3
3
Priority: optional
4
 
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
 
XSBC-Original-Maintainer: Jonas Smedegaard <dr@jones.dk>
6
 
Standards-Version: 3.7.2
7
 
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-dev (>= 2.3.5-11), python-support (>= 0.3.2), quilt, patchutils (>= 0.2.25), dh-buildinfo
8
 
Vcs-Svn: svn://svn.debian.org/collab-maint/deb-maint/moin/trunk
9
 
Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/moin/trunk
10
 
Homepage: http://moinmoin.wikiwikiweb.de/
11
 
 
12
 
Package: moinmoin-common
13
 
Architecture: all
14
 
Depends: ${python:Depends}
15
 
Recommends: python-moinmoin
16
 
Conflicts: moin
17
 
Replaces: moin
18
 
Description: Python clone of WikiWiki - common data
19
 
 A WikiWikiWeb is a collaborative hypertext environment, with an
20
 
 emphasis on easy access to and modification of information. MoinMoin
21
 
 is a Python WikiClone that allows you to easily set up your own wiki,
22
 
 only requiring a Web server and a Python installation.
23
 
 .
24
 
 This package contains MoinMoin system pages and other data common for
25
 
 all flavors of MoinMoin. For a complete installation of MoinMoin you
26
 
 want python-moinmoin installed too.
 
4
Maintainer: Jonas Smedegaard <dr@jones.dk>
 
5
Standards-Version: 3.7.3
 
6
Build-Depends: devscripts (>= 2.10.7), quilt, patchutils (>= 0.2.25), debhelper (>= 5.0.44), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support (>= 0.3.2), dh-buildinfo
 
7
Vcs-Git: git://git.debian.org/git/collab-maint/moin.git
 
8
Vcs-Browser: http://git.debian.org/?p=collab-maint/moin.git;a=summary
 
9
Homepage: http://moinmo.in/
27
10
 
28
11
Package: python-moinmoin
29
12
Architecture: all
30
13
Section: python
31
 
Depends: ${python:Depends}, moinmoin-common (= ${source:Version})
32
 
Provides: ${python:Provides}
33
 
Replaces: python2.3-moinmoin (<< 1.5.3-1.1), python2.4-moinmoin (<< 1.5.3-1.1)
34
 
Conflicts: moin, python2.3-moinmoin (<< 1.5.3-1.1), python2.4-moinmoin (<< 1.5.3-1.1)
35
 
Recommends: exim4 | mail-transport-agent
36
 
Suggests: apache | httpd-cgi | libapache2-mod-python | libapache-mod-python | python-twisted | libapache-mod-fastcgi, miscfiles | wordlist, python-4suite-xml, python-gdchart, python-docutils (>= 0.3.10)
 
14
Depends: ${python:Depends}
 
15
Provides: ${python:Provides}, moinmoin-common
 
16
Replaces: python2.3-moinmoin (<< 1.5.3-1.1), python2.4-moinmoin (<< 1.5.3-1.1), moinmoin-common
 
17
Conflicts: python2.3-moinmoin (<< 1.5.3-1.1), python2.4-moinmoin (<< 1.5.3-1.1), moinmoin-common
 
18
Recommends: exim4 | mail-transport-agent, python-xapian
 
19
Suggests: apache2 | httpd-cgi | libapache2-mod-python | libapache-mod-python | python-twisted-web | python-twisted | libapache2-mod-fcgid | libapache2-mod-fastcgi | libapache-mod-fastcgi, miscfiles | wordlist, python-4suite-xml, python-gdchart, python-docutils (>= 0.3.10), antiword, catdoc, python-pyxmpp
37
20
Description: Python clone of WikiWiki - library
38
21
 A WikiWikiWeb is a collaborative hypertext environment, with an
39
22
 emphasis on easy access to and modification of information. MoinMoin