File: rules

package info (click to toggle)
cjs 4.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,616 kB
  • sloc: cpp: 26,410; javascript: 16,665; sh: 1,129; python: 760; ansic: 604; xml: 81; makefile: 15
file content (25 lines) | stat: -rwxr-xr-x 526 bytes parent folder | download
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
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
	dh $@ --with=gir,gnome,pkgkde_symbolshelper

override_dh_auto_configure:
	dh_auto_configure -- \
	  -Dinstalled_tests=false

override_dh_gnome_clean:
	dh_gnome_clean --no-control

override_dh_strip:
	dh_strip --dbgsym-migration='libcjs-dbg (<< 3.0.1-1~)' || dh_strip

override_dh_missing:
	dh_missing --list-missing

override_dh_auto_test:
	# Disable
	# make -k check VERBOSE=1
	: