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

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette, Pierre Habouzit, Josselin Mouette
  • Date: 2006-09-30 11:28:58 UTC
  • Revision ID: james.westby@ubuntu.com-20060930112858-7p62jy90342rk4hk
Tags: 1.5.3-1.1
[ Pierre Habouzit ]
* Non-maintainer upload.
* Update package to the last python policy (Closes: #373464).
* Bump Standards-Version to 3.7.2.

[ Josselin Mouette ]
* Update Suggests now that mod_python packages were rebuilt.
* Build-depend on python-dev, python-all-dev is too much.
* python-moinmoin needs python-support for a few private modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: net
3
3
Priority: optional
4
4
Maintainer: Jonas Smedegaard <dr@jones.dk>
5
 
Standards-Version: 3.6.2
6
 
Build-Depends-Indep: cdbs (>= 0.4.23-1.1), , debhelper (>= 4.1.0), python2.4-dev, python, debhelper (>= 4.2.28), patchutils (>= 0.2.25), dh-buildinfo
 
5
Standards-Version: 3.7.2
 
6
Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), dh-buildinfo, python-support (>= 0.4), python-dev
7
7
 
8
8
Package: moinmoin-common
9
9
Architecture: all
 
10
Depends: ${python:Depends}
10
11
Recommends: python-moinmoin
11
12
Conflicts: moin
12
13
Replaces: moin
25
26
Package: python-moinmoin
26
27
Architecture: all
27
28
Section: python
28
 
Depends: ${python:Depends}
29
 
Description: Python clone of WikiWiki - dummy library package
30
 
 A WikiWikiWeb is a collaborative hypertext environment, with an
31
 
 emphasis on easy access to and modification of information. MoinMoin
32
 
 is a Python WikiClone that allows you to easily set up your own wiki,
33
 
 only requiring a Web server and a Python installation.
34
 
 .
35
 
 This package is an empty dummy package that always depends on
36
 
 a package built for Debian's default Python version.
37
 
 .
38
 
  Homepage: http://moinmoin.wikiwikiweb.de/
39
 
 
40
 
Package: python2.4-moinmoin
41
 
Architecture: all
42
 
Section: python
43
 
Depends: python2.4, moinmoin-common (= ${Source-Version})
 
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)
44
33
Recommends: exim4 | mail-transport-agent
45
 
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)
 
34
Suggests: libapache2-mod-python | libapache-mod-python | python-twisted | libapache-mod-fastcgi | httpd, miscfiles | wordlist, python-4suite, python-gdchart, python-docutils (>= 0.3.10)
46
35
Description: Python clone of WikiWiki - library
47
36
 A WikiWikiWeb is a collaborative hypertext environment, with an
48
37
 emphasis on easy access to and modification of information. MoinMoin
49
38
 is a Python WikiClone that allows you to easily set up your own wiki,
50
39
 only requiring a Web server and a Python installation.
51
40
 .
52
 
 This package contains the libraries for Python 2.4.
53
 
 .
54
41
  Homepage: http://moinmoin.wikiwikiweb.de/