Source: dtc
Section: devel
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/dgibson/dtc/tags
Vcs-Browser: https://github.com/alvistack/dgibson-dtc
Vcs-Git: https://github.com/alvistack/dgibson-dtc.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 bison,
 fdupes,
 flex,
 meson,
 ninja-build,
 pkgconf,
 python3-dev,
 python3-setuptools,
 swig,

Package: device-tree-compiler
Architecture: amd64
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.
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 libfdt1 (= ${source:Version}),

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

Package: libfdt-dev
Section: libdevel
Architecture: amd64
Description: Flat Device Trees manipulation library - development files
 This package contains the files needed for development against libfdt.
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 libfdt1 (= ${source:Version}),

Package: python3-libfdt
Section: python
Architecture: amd64
Description: Flat Device Trees manipulation library - Python bindings
 This package contains the files needed for Python development with
 libfdt.
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 libfdt1 (= ${source:Version}),
