~ubuntu-branches/ubuntu/wily/tcc/wily-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Thomas Preud'homme
  • Date: 2012-06-13 22:31:30 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120613223130-14dujlcw1bj70jrh
Tags: 0.9.26~git20120612.ad5f375-3
* debian/patches:
  + Disable the new callsave_test test on arm since it uses alloca which is
    not supported on arm (yet).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Aurélien GÉRÔME <ag@debian.org>
5
5
Uploaders: Thomas Preud'homme <robotux@celest.fr>, Arthur Loiret <arthur.loiret@gmail.com>
6
 
Build-Depends: debhelper (>= 8.1.3), texi2html, texinfo, perl
 
6
Build-Depends: debhelper (>= 9), texi2html, texinfo, perl
7
7
Standards-Version: 3.9.3
8
8
Homepage: http://www.tinycc.org/
9
9
DM-Upload-Allowed: yes
15
15
Depends: ${shlibs:Depends}, ${misc:Depends}
16
16
Recommends: libc6-dev | libc-dev
17
17
Provides: c-compiler
18
 
Description: Small ANSI C compiler
 
18
Description: small ANSI C compiler
19
19
 TCC (for Tiny C Compiler) is a small and fast ANSI C compiler.  It
20
20
 generates optimized x86 code, and can compile, assemble, and link
21
21
 several times faster than 'gcc -O0'.  Any C dynamic library can be used
33
33
Architecture: any-i386 any-amd64 armel
34
34
Multi-Arch: same
35
35
Depends: ${misc:Depends}
36
 
Description: Fast library for dynamic code generation
 
36
Description: fast library for dynamic code generation
37
37
 Libtcc is a library that uses tcc, a compiler several times faster than
38
38
 'gcc -O0' to perform dynamic code generation. It exposes in its API all
39
39
 operations tcc performs to generate a binary from sources: setting