~ubuntu-branches/ubuntu/saucy/python-happybase/saucy

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2013-05-30 13:56:42 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130530135642-tveld2y1dbkhmuv3
Tags: 0.6-1
* New upstream release (Closes: #712971).
* Ran wrap-and-sort.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
           Thomas Goirand <zigo@debian.org>,
8
8
           Ghe Rivero <ghe.rivero@stackops.com>,
9
9
           Mehdi Abaakouk <sileht@sileht.net>
10
 
Build-Depends: debhelper (>= 9), python-setuptools, python-all (>= 2.6.6-3~), openstack-pkg-tools
 
10
Build-Depends: debhelper (>= 9),
 
11
               openstack-pkg-tools,
 
12
               python-all (>= 2.6.6-3~),
 
13
               python-setuptools
11
14
Build-Depends-Indep: python-coverage,
12
 
 python-nose,
13
 
 python-nosexcover,
14
 
 python-sphinx,
15
 
 python-thrift
 
15
                     python-nose,
 
16
                     python-nosexcover,
 
17
                     python-sphinx,
 
18
                     python-thrift
16
19
Standards-Version: 3.9.4
17
20
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-happybase.git
18
21
Vcs-Git: git://anonscm.debian.org/openstack/python-happybase.git
21
24
Package: python-happybase
22
25
Architecture: all
23
26
Pre-Depends: dpkg (>= 1.15.6~)
24
 
Depends: ${python:Depends}, ${misc:Depends}
 
27
Depends: ${misc:Depends}, ${python:Depends}
25
28
Recommends: ${python:Recommends}
26
29
Description: developer-friendly Python library to interact with Apache HBase
27
30
 HappyBase is a developer-friendly Python library to interact with Apache HBase.