File: rules

package info (click to toggle)
libchipcard 5.1.5rc2-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,040 kB
  • sloc: ansic: 24,354; xml: 6,931; sh: 4,192; makefile: 695; cpp: 448
file content (23 lines) | stat: -rwxr-xr-x 424 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
#!/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_gencontrol:
	sh debian/update_substvars.sh
	dh_gencontrol

override_dh_makeshlibs:
	dh_makeshlibs -Xgwenhywfar/plugins

%:
	dh $@