Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PETRA III Debian Packages
hdf5-external-filter-plugins
Commits
ca80e897
Commit
ca80e897
authored
Jul 03, 2018
by
Jan Kotanski
Browse files
update rules
parent
ec85d3b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/hdf5-external-filter-plugins-doc.install
View file @
ca80e897
/
usr
/
share
/
doc
/*/*
\ No newline at end of file
usr
/
share
/
doc
/*
usr/share/doc/*/
*
\ No newline at end of file
debian/rules
View file @
ca80e897
...
...
@@ -16,27 +16,30 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
GNUARCH
:=
$(
shell
dpkg-architecture
-qDEB_BUILD_GNU_TYPE
)
%
:
dh
$@
dh
$@
--buildsystem
=
cmake
# override_dh_install:
# @echo nothing to do for dh_install
# .PHONY: override_dh_strip
override_dh_auto_configure
:
dh_auto_configure
--
-DENABLE_LZ4_PLUGIN
=
ON
-DENABLE_BZIP2_PLUGIN
=
ON
-DENABLE_BITSHUFFLE_PLUGIN
=
ON
-DCMAKE_INSTALL_LIBDIR
=
$(DEST)
/usr/lib/
$(GNUARCH)
/hdf5
# override_dh_auto_build:
# cd $(BUILDDIR) && make html
# dh_auto_build --parallel
# override_dh_install:
# @echo nothing to do for dh_install
override_dh_installdocs
:
dh_installdocs
#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
...
...
@@ -47,6 +50,4 @@ override_dh_auto_configure:
#override_dh_strip:
# dh_strip --dbg-package=hdf5-plugin-lz4-dbg
#override_dh_installdocs:
# dh_installdocs
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment