Alf Gaida eae01a5850 Cherry-picked upstream version 1.96.
* Removed disable-upload.patch, applied upstream
* Bumped minimum version libqt5xdg-dev (>= 2.0.0)
* Added buid dependency libqt5svg5-dev
* Added build dependency libqt5xdgiconloader-dev
* Removed --parallel from rules, compat 10 standard
2016-10-19 00:00:59 +02:00

17 lines
341 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