Commit 84a27635 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

api: include files for building a debian package

parent da7340f4
etherbone (1.2-1) unstable; urgency=low
* Initial release
-- Wesley W. Terpstra <terpstra@debian.org> Wed, 13 Apr 2016 12:08:49 +0200
Source: etherbone
Priority: optional
Maintainer: Wesley W. Terpstra <terpstra@debian.org>
Build-Depends: debhelper (>= 9), autotools-dev, lsb-release
Standards-Version: 3.9.6
Section: libs
Homepage: http://www.ohwr.org/projects/etherbone-core
Vcs-Git: git://ohwr.org/hdl-core-lib/etherbone-core.git
Vcs-Browser: http://www.ohwr.org/projects/etherbone-core/repository/revisions/master/show/api
Package: libetherbone-dev
Section: libdevel
Architecture: any
Depends: libetherbone1 (= ${binary:Version}), ${misc:Depends}
Description: serial protocol for transporting the pipelined Wishbone bus
This library provides a C API suitable for use on Linux, Windows, and
embedded devices. See etherbone.h for API documentation. The API is
non-blocking, but if no callback is provided it will internally block
requests upon termination of a cycle.
.
Development files for building an application dependent on this library.
Package: libetherbone1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: serial protocol for transporting the pipelined Wishbone bus
This library provides a C API suitable for use on Linux, Windows, and
embedded devices. See etherbone.h for API documentation. The API is
non-blocking, but if no callback is provided it will internally block
requests upon termination of a cycle.
.
Library files for running an application dependent on this library.
Package: etherbone-tools
Architecture: any
Depends: libetherbone1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: serial protocol for transporting the pipelined Wishbone bus
This library provides a C API suitable for use on Linux, Windows, and
embedded devices. See etherbone.h for API documentation. The API is
non-blocking, but if no callback is provided it will internally block
requests upon termination of a cycle.
.
Command-line tools to manually interact with an etherbone device.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: etherbone
Source: http://www.ohwr.org/projects/etherbone-core
Files: *
Copyright: 2011-2016 Wesley W. Terpstra <w.terpstra@gsi.de>
License: LGPL-3.0+
Files: debian/*
Copyright: 2016 Wesley W. Terpstra <terpstra@debian.org>
License: LGPL-3.0+
License: LGPL-3.0+
This package is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU Lesser General
Public License can be found in "/usr/share/common-licenses/LGPL-3".
NEWS
README
AUTHORS
usr/include/*
usr/lib/*/lib*.a
usr/lib/*/lib*.so
usr/lib/*/pkgconfig/*
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
#DH_VERBOSE = 1
# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
# see FEATURE AREAS in dpkg-buildflags(1)
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
# see ENVIRONMENT in dpkg-buildflags(1)
# package maintainers to append CFLAGS
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
# package maintainers to append LDFLAGS
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
# main packaging script based on dh7 syntax
%:
dh $@ --with autotools-dev
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment