~ubuntu-branches/debian/sid/trac-bzr/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij, Max Bowsher, Jelmer Vernooij
  • Date: 2011-06-09 22:45:37 UTC
  • Revision ID: james.westby@ubuntu.com-20110609224537-p576rrzv37kvyym6
Tags: 0.4.2+bzr117-2
[ Max Bowsher ]
* Re-arrange | condition in build deps to make sbuild happy. Closes: #629744

[ Jelmer Vernooij ]
* Bump standards version to 3.9.2 (no changes).
* Depend on python-bzrlib rather than bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Debian Bazaar Maintainers <pkg-bazaar-maint@lists.alioth.debian.org>
5
5
Uploaders: Jelmer Vernooij <jelmer@debian.org>
6
 
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), python (>= 2.4), python-support (>= 0.5.6), python-setuptools, python-nose, trac (>= 0.11), trac (<= 0.13~), python-pkg-resources, bzr (>= 2.0), python-testtools, bzr (<< 2.4.0~beta1-2) | python-bzrlib.tests
7
 
Standards-Version: 3.9.1
 
6
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), python (>= 2.4), python-support (>= 0.5.6), python-setuptools, python-nose, trac (>= 0.11), trac (<= 0.13~), python-pkg-resources, bzr (>= 2.0), python-testtools, python-bzrlib.tests | bzr (<< 2.4.0~beta1-2)
 
7
Standards-Version: 3.9.2
8
8
Homepage: https://launchpad.net/trac-bzr
9
9
Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/trac-bzr/unstable
10
10
 
11
11
Package: trac-bzr
12
12
Architecture: all
13
 
Depends: ${python:Depends}, ${misc:Depends}, trac (>= 0.11), trac (<= 0.13~), bzr (>= 2.0), python-pkg-resources
 
13
Depends: ${python:Depends}, ${misc:Depends}, trac (>= 0.11), trac (<= 0.13~), python-bzrlib, python-pkg-resources
14
14
Description: Bazaar version control (bzr) backend for Trac
15
15
 A plugin that provides support for the Bazaar (bzr) source code
16
16
 management tool for Edgewall Software's Trac.