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

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2010-03-30 12:55:34 UTC
  • mfrom: (0.1.17 sid)
  • Revision ID: james.westby@ubuntu.com-20100330125534-4c2ufc1rok24447l
Tags: 1.9.2-2ubuntu1
* Merge from Debian testing (LP: #521834). Based on work by Stefan Ebner.
  Remaining changes:
 - Remove python-xml from Suggests field, the package isn't anymore in
   sys.path.
 - Demote fckeditor from Recommends to Suggests; the code was previously
   embedded in moin, but it was also disabled, so there's no reason for us
   to pull this in by default currently. Note: This isn't necessary anymore
   but needs a MIR for fckeditor, so postpone dropping this change until
   lucid+1
* debian/rules:
  - Replace hardcoded python2.5 with python* and hardcore python2.6 for ln
* debian/control.in: drop versioned depends on cdbs

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>
 
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Jonas Smedegaard <dr@jones.dk>
6
 
Standards-Version: 3.8.1
 
6
Standards-Version: 3.8.4
7
7
Build-Depends: @cdbs@
8
8
Vcs-Git: git://git.debian.org/git/collab-maint/moin.git
9
9
Vcs-Browser: http://git.debian.org/?p=collab-maint/moin.git;a=summary
12
12
Package: python-moinmoin
13
13
Architecture: all
14
14
Section: python
15
 
Depends: ${python:Depends}, ${misc:Depends}
 
15
Depends: ${python:Depends}, ${misc:Depends}, ${cdbs:Depends}
16
16
Provides: ${python:Provides}, ${cdbs:Provides}
17
17
Replaces: ${cdbs:Replaces}
18
18
Conflicts: ${cdbs:Conflicts}