File: rules

package info (click to toggle)
pixman 0.36.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,292 kB
  • sloc: ansic: 50,075; asm: 8,487; sh: 4,253; makefile: 293; perl: 143
file content (37 lines) | stat: -rwxr-xr-x 940 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
26
27
28
29
30
31
32
33
34
35
36
37
#!/usr/bin/make -f

PACKAGE = libpixman-1-0
SHLIBS  = 0.25.2

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# Disable Gtk+ autodetection:
override_dh_auto_configure:
	# also avoid loongson2f optimizations on mipsel, see 0.26.0-3
	# changelog entry:
	LS_CFLAGS=" " dh_auto_configure -- --disable-gtk \
	  --disable-arm-iwmmxt

# Install in debian/tmp to retain control through dh_install:
override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp

# Kill *.la files, and forget no-one:
override_dh_install:
	find debian/tmp -name '*.la' -delete
	dh_install --fail-missing

# Debug package:
override_dh_strip:
	dh_strip -p$(PACKAGE) --dbgsym-migration="$(PACKAGE)-dbg (<< 0.34.0-2~)"
	dh_strip -N$(PACKAGE)

# Shlibs:
override_dh_makeshlibs:
	dh_makeshlibs -p$(PACKAGE) --add-udeb $(PACKAGE)-udeb -V"$(PACKAGE) (>= $(SHLIBS))" -- -c4

override_dh_auto_test:
	dh_auto_test -- VERBOSE=1

%:
	dh $@ --with quilt --builddirectory=build/