~mew/charm-helpers/lp1202804

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Matthew Wedgwood
  • Date: 2013-05-11 20:24:29 UTC
  • Revision ID: matthew.wedgwood@canonical.com-20130511202429-i18umt87kbmbcdye
Fixup for charmsupport, adopt package infrastructure

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Source: charmsupport
 
1
Source: charmhelpers
2
2
Maintainer: Matthew Wedgwood <matthew.wedgwood@ubuntu.com>
3
3
Section: python
4
4
Priority: optional
5
5
Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 7)
6
6
Standards-Version: 3.9.1
7
7
 
8
 
Package: python-charmsupport
 
8
Package: python-charmhelpers
9
9
Architecture: all
10
10
Depends: ${misc:Depends}, ${python:Depends}
11
11
Description: UNKNOWN
12
12
 ============
13
 
 CharmSupport
 
13
 CharmHelpers
14
14
 ============
15
15
 .
16
 
 CharmSupport provides an opinionated set of tools for building Juju
17
 
 Charms that work together. In addition to basic tasks like interact-
18
 
 ing with the Charm environment and the machine it runs on, it also
19
 
 lets you easily add support for things like persistent storage and
20
 
 NRPE.
 
16
 CharmHelpers provides an opinionated set of tools for building Juju
 
17
 charms that work together. In addition to basic tasks like interact-
 
18
 ing with the charm environment and the machine it runs on, it also
 
19
 helps keep you build hooks and establish relations effortlessly.
21
20
 .