Alf Gaida a8ed52bde7 make builds reproducible again (Closes: #815899), thanks to Eduard Sanou
for the patch, but i fixed this already upstream
Bump Standard to 3.9.7
2016-02-25 21:07:37 +01:00

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