mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-16 01:51:44 +00:00
Release 1.5.0-1
This commit is contained in:
15
debian/rules
vendored
Executable file
15
debian/rules
vendored
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/make -f
|
||||
# output every command that modifies files on the build system.
|
||||
export DH_VERBOSE = 1
|
||||
|
||||
%:
|
||||
dh $@ --builddirectory=build
|
||||
|
||||
override_dh_auto_configure:
|
||||
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_TESTING=OFF -DUSE_BOOST_PRETTY_FUNCTION=ON -DCMAKE_BUILD_TYPE=Release ..
|
||||
|
||||
override_dh_auto_build:
|
||||
cd build && make
|
||||
|
||||
override_dh_auto_install:
|
||||
cd build && make install DESTDIR=../debian/tmp
|
Reference in New Issue
Block a user