File: rules

package info (click to toggle)
httest 2.4.23-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,748 kB
  • sloc: ansic: 19,551; sh: 10,550; xml: 1,047; makefile: 509; lisp: 145; perl: 31
file content (16 lines) | stat: -rwxr-xr-x 359 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# output every command that modifies files on the build system.
# export DH_VERBOSE = 1

%:
	dh $@

# Upstream does not remove auto-generated files
override_dh_auto_clean:
	dh_auto_clean
	rm -rf src/*.1 src/modules.c test/Makefile

# remove libhello
override_dh_install:
	dh_install
	rm -rf debian/httest/usr/lib/x86_64-linux-gnu/libhello*