File: rules

package info (click to toggle)
libxrender 1%3A0.9.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 1,780 kB
  • ctags: 462
  • sloc: sh: 11,341; ansic: 2,926; makefile: 42
file content (18 lines) | stat: -rwxr-xr-x 420 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# debian/rules for the Debian libxrender package.

# set this to the name of the main shlib's binary package
PACKAGE = libxrender1

%:
	dh $@ --builddirectory=build/

override_dh_install:
	dh_install --list-missing

override_dh_strip:
	dh_strip -p$(PACKAGE) --dbgsym-migration='$(PACKAGE)-dbg (<< 1:0.9.10-1~)'
	dh_strip -N$(PACKAGE)

override_dh_makeshlibs:
	dh_makeshlibs --add-udeb=$(PACKAGE)-udeb