File: rules

package info (click to toggle)
xorgproto 2020.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,004 kB
  • sloc: xml: 65,716; ansic: 28,556; sh: 3,644; makefile: 549; cpp: 397
file content (35 lines) | stat: -rwxr-xr-x 925 bytes parent folder | download | duplicates (4)
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
#!/usr/bin/make -f

PACKAGE = x11proto-dev
PKGVER = $(shell dpkg-parsechangelog -S Version)

# Build html and txt only:
override_dh_auto_configure:
	dh_auto_configure -- \
		--docdir=\$${prefix}/share/doc/$(PACKAGE) \
		--libdir=\$${prefix}/lib \
		--with-xmlto

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

# Forget no-one:
override_dh_install:
	find debian/tmp/usr/share/doc/ -name '*.db' -delete
	find debian/tmp/usr/share/doc/ -name '*.html' -delete
	find debian/tmp/usr/share/doc/ -name '*.ps' -delete
	find debian/tmp/usr/share/doc/ -name '*.svg' -delete
	find debian/tmp/usr/share/doc/ -name '*.xml' -delete

	dh_install

override_dh_missing:
	dh_missing --fail-missing

override_dh_gencontrol:
	dh_gencontrol -px11proto-render-dev    -- -v2:$(PKGVER)
	dh_gencontrol --remaining-packages

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