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

update rules

parent ec85d3b5
No related branches found
No related tags found
No related merge requests found
/usr/share/doc/*/* usr/share/doc/*
\ No newline at end of file usr/share/doc/*/*
\ No newline at end of file
...@@ -16,27 +16,30 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) ...@@ -16,27 +16,30 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
GNUARCH:=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) GNUARCH:=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
%: %:
dh $@ dh $@ --buildsystem=cmake
# override_dh_install: # .PHONY: override_dh_strip
# @echo nothing to do for dh_install
override_dh_auto_configure: 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 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: #override_dh_auto_configure:
# dh_auto_configure -- --disable-static --libdir=$(DEST)/usr/lib/$(GNUARCH)/hdf5/plugins # dh_auto_configure -- --disable-static --libdir=$(DEST)/usr/lib/$(GNUARCH)/hdf5/plugins
#override_dh_auto_test: #override_dh_auto_test:
# #do nothing here # #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: # override_dh_install:
# dh_install # dh_install
...@@ -47,6 +50,4 @@ override_dh_auto_configure: ...@@ -47,6 +50,4 @@ override_dh_auto_configure:
#override_dh_strip: #override_dh_strip:
# dh_strip --dbg-package=hdf5-plugin-lz4-dbg # dh_strip --dbg-package=hdf5-plugin-lz4-dbg
#override_dh_installdocs:
# dh_installdocs
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