File: control

package info (click to toggle)
ensymble 0.28-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 496 kB
  • sloc: python: 4,386; makefile: 42; sh: 31
file content (26 lines) | stat: -rw-r--r-- 1,097 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: ensymble
Section: devel
Priority: extra
Maintainer: Dominic Hargreaves <dom@earth.li>
Build-Depends: debhelper (>= 5), docbook-to-man, python-central
Standards-Version: 3.9.2
XS-Python-Version: all
Homepage: http://code.google.com/p/ensymble/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/ensymble.git
Vcs-Git: git://anonscm.debian.org/users/dom/ensymble.git

Package: ensymble
Architecture: all
Depends: ${python:Depends}, openssl, ${misc:Depends}
XB-Python-Version: ${python:Versions}
Description: developer utilities for Symbian OS
 This is the Ensymble developer utilities for Symbian OS(TM), a
 collection of Python modules and command line programs for Symbian
 OS software development.
 .
 Current focus of Ensymble development is to provide useful tools for
 making "Python for S60" (also called PyS60) programs. Supported
 functions include generation of SIS (installation) packages, merging
 several SIS packages into one, (re-)signing existing SIS packages and
 modifying extension DLL headers. Support for other Symbian OS software
 development tasks will follow.