~ubuntu-branches/ubuntu/natty/quickly/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-07-24 18:16:30 UTC
  • Revision ID: james.westby@ubuntu.com-20090724181630-s2wo7hvahk8u0hqb
Tags: 0.1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: quickly
 
2
Section: devel
 
3
Priority: extra
 
4
Build-Depends: cdbs (>= 0.4.43),
 
5
 debhelper (>= 6),
 
6
 python,
 
7
 python-central (>= 0.6.11),
 
8
 python-distutils-extra (>= 2.8)
 
9
Maintainer: Quickly Developer Team <quickly@lists.launchpad.net>
 
10
Standards-Version: 3.8.2
 
11
XS-Python-Version: current
 
12
 
 
13
Package: quickly
 
14
Architecture: all
 
15
XB-Python-Version: ${python:Versions}
 
16
Depends: ${misc:Depends},
 
17
 ${python:Depends}
 
18
Recommends: quickly-ubuntu-template | quickly-template,
 
19
            python-launchpadlib,
 
20
            bzr
 
21
Description: build new apps quickly
 
22
 Quickly enables for prospective programmers a way to build easily new
 
23
 apps or contents based on templates and other systems for helping them
 
24
 write their code in a guided manner.
 
25
 
 
26
Package: quickly-ubuntu-template
 
27
Architecture: all
 
28
Provides: quickly-template
 
29
Depends: ${misc:Depends},
 
30
         ${python:Depends},
 
31
         python-gtk2,
 
32
         glade,
 
33
         python-couchdb,
 
34
         couchdb,
 
35
         python-launchpadlib,
 
36
         dput,
 
37
         bzr
 
38
Description: quickly Ubuntu projects template
 
39
 Quickly enables for prospective programmers a way to build easily new
 
40
 apps or contents.
 
41
 .
 
42
 This package provides templates to create easily new projects for
 
43
 Ubuntu. This also includes packaging, proper licencing and deploying
 
44
 code.