Alf Gaida 66e6942d8c Cherry-picked upstream version 1.99.
* Picked fix-reading-config.patch from upstream
  Big thanks to Helge Kreutzmann <debian@helgefjell.de> and
  Bernhard Übelacker <bernhardu@mailbox.org>
  (Closes: #905967)
* Bumped Standards to 4.2.0, no changes needed
2018-08-18 15:27:13 +02:00

20 lines
425 B
Makefile
Executable File

#!/usr/bin/make -f
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export LC_ALL=C.UTF-8
%:
dh ${@} --buildsystem=cmake
override_dh_install:
rm -f $(currdir)/debian/screengrab/usr/share/doc/screengrab/LICENSE.txt
dh_install
override_dh_makeshlibs:
# do nothing
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo