Skip to content

Instantly share code, notes, and snippets.

@kuldeepdhaka
Last active December 21, 2016 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kuldeepdhaka/79f3b0b59e3d504abe73000909b958a4 to your computer and use it in GitHub Desktop.
Save kuldeepdhaka/79f3b0b59e3d504abe73000909b958a4 to your computer and use it in GitHub Desktop.
libbox0 debian control files
libbox0 (0.3.0-1) unstable; urgency=medium
* Initial release
-- Kuldeep Singh Dhaka <kuldeepdhaka9@gmail.com> Wed, 21 Dec 2016 04:10:11 +0530
Source: libbox0
Section: libs
Priority: extra
Maintainer: Kuldeep Singh Dhaka <kuldeepdhaka9@gmail.com>
Standards-Version: 3.9.6
Build-Depends: debhelper (>=9), cmake, libusb-1.0-0-dev
Homepage: https://madresistor.org/box0
Vcs-Git: https://gitlab.com/madresistor/libbox0.git
Vcs-Browser: https://gitlab.com/madresistor/libbox0
Package: libbox0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: C library for communicating with Box0 implementations.
Box0 - Free & open source tool for exploring science and electronics anytime anywhere.
libbox0 is part of the Box0 project.
Package: libbox0-dev
Section: libdevel
Priority: optional
Architecture: any
Depends: ${misc:Depends}, libbox0 (= ${binary:Version})
Multi-Arch: same
Description: C library for communicating with Box0 implementations.
Box0 - Free & open source tool for exploring science and electronics anytime anywhere.
libbox0 is part of the Box0 project.
.
This package contains files needed for developing with libbox0.
usr/include
usr/lib/*/libbox0*.so
usr/lib/*/pkgconfig
usr/share/man/man3
usr/lib/*/libbox0*.so.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment