Source: libi8x
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9),
 dh-autoreconf,
 libelf-dev,
 pkg-config,
 dh-python,
 python3-dev,
 python3-setuptools,
 python3-pycparser,
 py3c-dev,
 python3-nose,
Standards-Version: 4.1.0
Section: libs
Homepage: https://infinitynotes.org/wiki/Infinity

Package: libi8x-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libi8x0 (= ${binary:Version}), ${misc:Depends}
Description: infinity note execution library (development files)
 Infinity is a platform-independent system for executables and shared 
 libraries to export information to software development tools such as 
 debuggers.
 .
 In Infinity, executable and shared library files contain *Infinity 
 notes* in addition to their regular contents. Each Infinity note 
 contains a function encoded in a platform-independent instruction 
 set that note-consuming tools can load and execute.
 .
 This package contains the development files for the execution library.

Package: libi8x0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: infinity note execution library (runtime library)
 Infinity is a platform-independent system for executables and shared 
 libraries to export information to software development tools such as 
 debuggers.
 .
 In Infinity, executable and shared library files contain *Infinity 
 notes* in addition to their regular contents. Each Infinity note 
 contains a function encoded in a platform-independent instruction 
 set that note-consuming tools can load and execute.
 .
 This package contains the runtime files for the execution library.

Package: python3-libi8x
Section: python
Architecture: any
Multi-Arch: same
Depends: libi8x0 (= ${binary:Version}),
  ${shlibs:Depends},
  ${misc:Depends},
  ${python3:Depends}
Description: infinity note execution library (Python3 bindings)
 Infinity is a platform-independent system for executables and shared 
 libraries to export information to software development tools such as 
 debuggers.
 .
 In Infinity, executable and shared library files contain *Infinity 
 notes* in addition to their regular contents. Each Infinity note 
 contains a function encoded in a platform-independent instruction 
 set that note-consuming tools can load and execute.
 .
 This package contains the development files for the execution library.
