~ubuntu-branches/ubuntu/utopic/musl/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Kevin Bortis
  • Date: 2013-10-04 21:45:54 UTC
  • Revision ID: package-import@ubuntu.com-20131004214554-ro0q79bwqvjj7fzw
Tags: 0.9.14-2
* Make musl-tools depend on musl-dev (Closes: #725060)
* Place each package in the correct section (Closes: #725148)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
Vcs-Browser: https://github.com/wermut/musl/
10
10
 
11
11
Package: musl
 
12
Section: libs
12
13
Architecture: armel armhf i386 amd64 mips mipsel
13
14
Depends: ${misc:Depends}
14
 
Provides: libc
15
15
Description: standard C library
16
16
 musl is lightweight, fast, simple, free and strives
17
17
 to be correct in the sense of standards-conformance
20
20
 This package contains the shared objects
21
21
 
22
22
Package: musl-dev
 
23
Section: libdevel
23
24
Architecture: armel armhf i386 amd64 mips mipsel
24
25
Depends: ${misc:Depends}, musl (= ${binary:Version})
25
26
Provides: libc-dev
32
33
 and the include files.
33
34
 
34
35
Package: musl-tools
 
36
Section: devel
35
37
Architecture: armel armhf i386 amd64 mips mipsel
36
 
Depends: ${misc:Depends}, musl (= ${binary:Version})
 
38
Depends: ${misc:Depends}, musl-dev (= ${binary:Version}),
 
39
         gcc (>= 4.7.2)
37
40
Description: standard C library tools
38
41
 musl is lightweight, fast, simple, free and strives
39
42
 to be correct in the sense of standards-conformance