File: rules

package info (click to toggle)
crashme 2.8.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch, trixie
  • size: 236 kB
  • sloc: ansic: 1,628; makefile: 145
file content (21 lines) | stat: -rwxr-xr-x 377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_test:

override_dh_auto_clean:
	rm -f *.o
	rm -f pddet
	rm -f debian/upstream_changelog
	rm -f crashme

override_dh_installchangelogs:
	sed -e'1,/-----------/ d' -e'/^$$/,$$ d' crashme.c > debian/upstream_changelog
	dh_installchangelogs debian/upstream_changelog