File: rules

package info (click to toggle)
teckit 2.5.11%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,468 kB
  • sloc: cpp: 41,964; ansic: 4,550; sh: 4,243; perl: 191; makefile: 180; xml: 15
file content (17 lines) | stat: -rwxr-xr-x 423 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --with autoreconf --with pkgkde_symbolshelper

override_dh_clean:
	dh_clean -X.orig

override_dh_install:
	chrpath -d debian/tmp/usr/bin/* debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*so*
	dh_install

override_dh_auto_test:
	: do nothing here, otherwise test suite is executed