File: control

package info (click to toggle)
device-tree-compiler 1.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,444 kB
  • ctags: 1,037
  • sloc: ansic: 8,590; sh: 694; asm: 619; lex: 459; yacc: 429; makefile: 226; perl: 74
file content (40 lines) | stat: -rw-r--r-- 1,529 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Source: device-tree-compiler
Section: devel
Priority: extra
Maintainer: Hector Oron <zumbi@debian.org>
Uploaders: Riku Voipio <riku.voipio@linaro.org>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 5), quilt, flex, bison, texlive, texlive-latex-extra
Homepage: http://git.jdl.com/gitweb/?p=dtc.git
Vcs-Git: git://anonscm.debian.org/crosstoolchain/device-tree-compiler.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=crosstoolchain/device-tree-compiler.git

Package: device-tree-compiler
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: Device Tree Compiler for Flat Device Trees
 Device Tree Compiler, dtc, takes as input a device-tree in
 a given format and outputs a device-tree in another format
 for booting kernels on embedded systems.
 .
 Typically, the input format is "dts", a human readable source
 format, and creates a "dtb", or binary format as output.

Package: libfdt1
Architecture: any
Section: libs
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: multiarch-support
Description: Flat Device Trees manipulation library
 This is a library containing functions for manipulating Flat Device Trees.

Package: libfdt-dev
Architecture: any
Section: libdevel
Depends: libfdt1 (= ${binary:Version}), ${misc:Depends}
Description: Flat Device Trees manipulation library - development files
 This is a library containing functions for manipulating Flat Device Trees.
 .
 This package contains the files needed for development against libfdt.