Source: fpgatools
Standards-Version: 4.7.4
Maintainer: Debian QA Group <packages@qa.debian.org>
Section: electronics
Build-Depends:
 debhelper-compat (= 14),
 dpkg-dev (>= 1.22.5),
 chrpath,
Vcs-Browser: https://salsa.debian.org/debian/fpgatools
Vcs-Git: https://salsa.debian.org/debian/fpgatools.git
Homepage: https://github.com/Wolfgang-Spraul/fpgatools

Package: libfpga0t64
Architecture: any
Section: libs
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Breaks:
 libfpga0 (<< ${source:Version}),
Provides:
 ${t64:Provides},
Replaces:
 libfpga0,
Description: libraries of fpgatools
 fpgatools is a toolchain to program field-programmable gate arrays
 (FPGA).  The only supported chip at this time is the xc6slx9, a cheap
 but powerful 45nm-generation chip with about 2400 LUTs, block ram and
 multiply-accumulate devices.
 .
 This package provides a shared library for small independent
 command line utilities contributing to the fpgatools.
  * plain C, no C++
  * simple Makefiles
  * text-based file formats
  * automatic test suite

Package: libfpga-dev
Architecture: any
Section: libdevel
Depends:
 libfpga0t64 (= ${binary:Version}),
 ${misc:Depends},
Description: development files for fpgatools
 fpgatools is a toolchain to program field-programmable gate arrays
 (FPGA).  The only supported chip at this time is the xc6slx9, a cheap
 but powerful 45nm-generation chip with about 2400 LUTs, block ram and
 multiply-accumulate devices.
 .
 This package contains headers and libraries for developing bits file
 that makes use of libfpga.

Package: fpgatools
Architecture: any
Section: utils
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 libfpga0t64 (= ${binary:Version}),
Description: tool to program field-programmable gate arrays
 fpgatools is a toolchain to program field-programmable gate array
 (FPGA).  The only supported chip at this time is the xc6slx9, a cheap
 but powerful 45nm-generation chip with about 2400 LUTs, block ram and
 multiply-accumulate devices.
