Skip to content
Snippets Groups Projects
Commit 51aa8643 authored by Jan Kotanski's avatar Jan Kotanski
Browse files

add debian configuration

parent 7287f1ce
No related branches found
No related tags found
No related merge requests found
hdf5-plugin-lz4 for Debian
--------------------------
HDF5 filter plugin providing the LZ4 compression algorithm
-- Eugen Wintersberger <eugen.wintersberger@gmail.com> True, 20 Mar 2014 10:51:00 +0100
hdf5-plugin-lz4 (0.1.0-1) stretch; urgency=medium
* Initial release. (Closes: #00001)
-- Jan Kotanski (jkotan) <jankotan@gmail.com> Mon, 02 Jul 2018 13:27:15 +0200
9
Source: hdf5-plugin-lz4
Priority: optional
Maintainer: Eugen Wintersberger <eugen.wintersberger@gmail.com>
Uploaders: Jan Kotanski (jkotan) <jankotan@gmail.com>
Build-Depends: debhelper (>= 9), pkg-config (>=0.26), libhdf5-dev (>=1.8.11), liblz4-dev, hdf5-tools (>=1.8.11)
Standards-Version: 4.1.3
Section: science
Homepage: https://github.com/michaelrissi/HDF5Plugin
Package: hdf5-plugin-lz4
Section: science
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},hdf5-plugins-common
Pre-Depends: ${misc:Pre-Depends}
Description: HDF5 plugin - LZ4 compression
LZ4 compression filter for the HDF5 library.
Format: http://dep.debian.net/deps/dep5
Upstream-Name: hdf5-plugin-lz4
Source: https://github.com/michaelrissi/HDF5Plugin
Files: *
Copyright: 2013-2015 by The HDF Group
License: BSD-3-clause
docs.h5py.org/en/latest/licenses.html
Files: debian/*
Copyright: 2014 Eugen Wintersberger <eugen.wintersberger@gmail.com>
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 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 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 General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
GNUARCH:=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
%:
dh $@
#override_dh_install:
# @echo nothing to do for dh_install
#override_dh_auto_configure:
# dh_auto_configure -- --disable-static --libdir=$(DEST)/usr/lib/$(GNUARCH)/hdf5/plugins
#override_dh_auto_test:
# #do nothing here
%:
dh $@ --buildsystem=cmake
# .PHONY: override_dh_strip
override_dh_auto_build:
cd $(BUILDDIR) && make html
dh_auto_build --parallel
override_dh_install:
dh_install
override_dh_auto_test:
cd $(BUILDDIR) && make test # cd $(BUILDDIR) && make check -j4
#override_dh_strip:
# dh_strip --dbg-package=hdf5-plugin-lz4-dbg
override_dh_installdocs:
dh_installdocs
3.0 (quilt)
BLOSC/example/testfiles/h5repack_layout.h5
LZ4/example/testfiles/h5repack_layout.h5
bitshuffle/test/bslz4_3x4x5_testdata.h5
docs/link_dependencies.png
docs/techrequirements.pdf
docs/proposal.pdf
BZIP2/test/ui8_data.h5
BZIP2/example/testfiles/h5repack_layout.h5
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment