Fix building DEB packages
Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
parent
5a6d4bea86
commit
f085081a67
@ -1,3 +1,3 @@
|
|||||||
utils/opencas.conf.5
|
utils/opencas.conf.5
|
||||||
utils/casadm.8
|
|
||||||
utils/casctl.8
|
utils/casctl.8
|
||||||
|
casadm/casadm.8
|
||||||
|
@ -9,15 +9,15 @@
|
|||||||
override_dh_auto_configure :
|
override_dh_auto_configure :
|
||||||
|
|
||||||
override_dh_auto_build :
|
override_dh_auto_build :
|
||||||
(cd utils/; ./cas_version_gen build)
|
(cd tools/; ./cas_version_gen build)
|
||||||
make -C casadm
|
make -C casadm
|
||||||
|
|
||||||
override_dh_auto_install :
|
override_dh_auto_install :
|
||||||
make -C casadm install_files DESTDIR="$(shell pwd)/debian/tmp"
|
(cd casadm; make install_files DESTDIR="$(shell pwd)/debian/tmp")
|
||||||
make -C utils install_files DESTDIR="$(shell pwd)/debian/tmp"
|
(cd utils; make install_files DESTDIR="$(shell pwd)/debian/tmp")
|
||||||
# clean and generate version again before installing sources for DKMS
|
# clean and generate version again before installing sources for DKMS
|
||||||
make distclean
|
make distclean
|
||||||
(cd utils/; ./cas_version_gen)
|
(cd tools/; ./cas_version_gen)
|
||||||
|
|
||||||
override_dh_dkms :
|
override_dh_dkms :
|
||||||
dh_dkms -V $(DEB_VERSION_UPSTREAM)
|
dh_dkms -V $(DEB_VERSION_UPSTREAM)
|
||||||
|
Loading…
Reference in New Issue
Block a user