~ubuntu-branches/debian/stretch/bzr-xmloutput/stretch

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij, Jelmer Vernooij, Max Bowsher
  • Date: 2011-03-07 05:29:49 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20110307052949-qj68inm3y8e3eit0
Tags: 0.8.7-1
[ Jelmer Vernooij ]
* New upstream snapshot.

[ Max Bowsher ]
* Run tests in a UTF-8 locale, because they do not properly support the C
  locale.

[ Jelmer Vernooij ]
* Switch to dh_python2. Closes: #616769
* Switch to debhelper 7, drop cdbs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
Uploaders: Jelmer Vernooij <jelmer@debian.org>
6
6
Homepage: https://launchpad.net/bzr-xmloutput
7
7
Build-Depends-Indep: bzr (>= 1.0)
8
 
Build-Depends: python-central (>= 0.5), cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python
 
8
Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3), python-testtools, locales
9
9
Standards-Version: 3.9.1
10
 
XS-Python-Version: >= 2.4
 
10
X-Python-Version: >= 2.4
11
11
Vcs-Bzr: http://bzr.debian.org/pkg-bazaar/bzr-xmloutput/unstable/
12
12
 
13
13
Package: bzr-xmloutput
14
14
Architecture: all
15
15
Depends: bzr (>= 1.0), ${python:Depends}, ${misc:Depends}
16
16
Enhances: bzr
17
 
XB-Python-Version: ${python:Versions}
18
17
Description: XML Communication plugin for Bazaar
19
18
 Plugin for Bazaar that provides access an XML/RPC interface 
20
19
 to the core Bazaar commands.