forked from linuxmint/nemo
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrules
More file actions
executable file
·37 lines (28 loc) · 767 Bytes
/
rules
File metadata and controls
executable file
·37 lines (28 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#!/usr/bin/make -f
# Force UTF8 to workaround build error
export LC_ALL=C.UTF-8
CONFIGURE_EXTRA_FLAGS = \
--libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/nemo \
--buildtype=debugoptimized \
-D deprecated_warnings=false \
-D gtk_doc=true \
-D gtk_layer_shell=true \
-D selinux=false
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
export DPKG_GENSYMBOLS_CHECK_LEVEL = 2
%:
dh $@ --with gir
override_dh_auto_configure:
dh_auto_configure -- $(CONFIGURE_EXTRA_FLAGS)
override_dh_auto_test:
# Disabled
:
override_dh_strip:
dh_strip --dbg-package=nemo-dbg
override_dh_python3:
dh_python3 -p nemo-data /usr/share/nemo
# workaround for fix lmde4 build
override_dh_dwz:
# Disabled
: