File: rules

package info (click to toggle)
ttyrec 1.0.8-5.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 520 kB
  • sloc: ansic: 5,348; makefile: 56
file content (16 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile-gmake -*-

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

%:
	dh --with quilt $@

override_dh_auto_clean:
	dh_auto_clean
	rm -f sample1.tty

override_dh_auto_build:
	uudecode debian/sample1.tty.uue
	dh_auto_build