~ubuntu-branches/ubuntu/trusty/musl/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Kevin Bortis
  • Date: 2013-09-20 20:54:14 UTC
  • Revision ID: package-import@ubuntu.com-20130920205414-gy2n33v6iv9xu99c
Tags: 0.9.13-3
* Ready for Debian upload  (Closes: #713072) 
* Respect user set CC
* Reworked package according to feedback gven
  by Anton Gladky. See #721839 for reference.
* Reworked debian/copyright file according to
  feedback given by Paul Richards Tagliamonte

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: musl
 
2
Section: libs
 
3
Priority: extra
 
4
Maintainer: Kevin Bortis <pkgs@bortis.ch>
 
5
Build-Depends: debhelper (>=9), dh-exec (>=0.6)
 
6
Standards-Version: 3.9.4
 
7
Homepage: http://git.musl-libc.org/
 
8
Vcs-Git: https://github.com/wermut/musl.git
 
9
Vcs-Browser: https://github.com/wermut/musl/
 
10
 
 
11
Package: musl
 
12
Architecture: any
 
13
Depends: ${misc:Depends}
 
14
Provides: libc
 
15
Description: standard C library
 
16
 musl is lightweight, fast, simple, free and strives
 
17
 to be correct in the sense of standards-conformance
 
18
 and safety.
 
19
 .
 
20
 This package contains the shared objects
 
21
 
 
22
Package: musl-dev
 
23
Architecture: any
 
24
Depends: ${misc:Depends}, musl (= ${binary:Version})
 
25
Provides: libc-dev
 
26
Description: standard C library development files
 
27
 musl is lightweight, fast, simple, free and strives
 
28
 to be correct in the sense of standards-conformance
 
29
 and safety.
 
30
 .
 
31
 This package contains the static linked libraries
 
32
 and the include files.
 
33
 
 
34
Package: musl-tools
 
35
Architecture: any
 
36
Depends: ${misc:Depends}, musl (= ${binary:Version})
 
37
Description: standard C library tools
 
38
 musl is lightweight, fast, simple, free and strives
 
39
 to be correct in the sense of standards-conformance
 
40
 and safety.
 
41
 .
 
42
 This package contains the gcc spec file and the
 
43
 musl-gcc wraper script to make easy-to-deploy static
 
44
 and minimally dynamic linked programs.
 
45