Alf Gaida 68505468fb Cherry-picking upstream version 1.95+20160128.
Fixed upload to Imgur
Drop debug package
use secure VCS uris
add hardening=+all
make builds reproducible (Closes: #813167)
2016-01-30 03:19:42 +01:00

16 lines
327 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
%:
dh $@ --buildsystem=cmake --parallel
override_dh_install:
rm -f $(currdir)/debian/screengrab/usr/share/doc/screengrab/LICENSE.txt
dh_install
override_dh_makeshlibs:
# do nothing