25 lines
533 B
Plaintext
Raw Normal View History

2015-08-15 19:54:16 +02:00
#!/usr/bin/make -f
#export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
2016-08-08 00:19:36 +08:00
export LC_ALL=C.UTF-8
2015-08-15 19:54:16 +02:00
%:
dh ${@} --buildsystem=cmake
2015-08-15 19:54:16 +02:00
override_dh_install:
rm -f $(currdir)/debian/screengrab/usr/share/doc/screengrab/LICENSE.txt
2015-08-15 19:54:16 +02:00
dh_install
override_dh_makeshlibs:
# do nothing
2017-09-26 21:45:56 +02:00
override_dh_auto_configure:
dh_auto_configure -- \
-DSG_DBUS_NOTIFY=ON \
-DSG_EXT_EDIT=ON \
-DSG_GLOBALSHORTCUTS=OFF \
-DUPDATE_TRANSLATIONS=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo