File: rules

package info (click to toggle)
libxfixes 1%3A5.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,708 kB
  • sloc: sh: 11,341; ansic: 1,126; makefile: 46
file content (24 lines) | stat: -rwxr-xr-x 510 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
#!/usr/bin/make -f

PACKAGE = libxfixes3
SHLIBS  = 1:5.0

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

override_dh_missing:
	dh_missing --fail-missing

# Debug package:
override_dh_strip:
	dh_strip -p$(PACKAGE) --dbgsym-migration='$(PACKAGE)-dbg (<< 1:5.0.2)'
	dh_strip -N$(PACKAGE)

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

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