File: rules

package info (click to toggle)
libchipcard 5.1.0beta-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,688 kB
  • sloc: ansic: 21,052; xml: 6,746; sh: 4,177; makefile: 610; cpp: 448
file content (19 lines) | stat: -rwxr-xr-x 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

# Let dpkg-gensymbols fail if symbols file updates are needed
DPKG_GENSYMBOLS_CHECK_LEVEL ?= 4

override_dh_clean:
	find $(CURDIR) -type l -exec rm -v \{\} \;
	$(MAKE) -C debian/man clean
	dh_clean

override_dh_auto_build:
	dh_auto_build
	$(MAKE) -C debian/man

override_dh_makeshlibs:
	dh_makeshlibs -Xgwenhywfar/plugins

%:
	dh $@