File: rules

package info (click to toggle)
fetchyahoo 2.14.7-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 296 kB
  • sloc: perl: 2,437; makefile: 12
file content (19 lines) | stat: -rwxr-xr-x 320 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

%: 
	dh $@

override_dh_auto_install: 
	cp fetchyahoo debian/fetchyahoo/usr/bin/

override_dh_installexamples:
	dh_installexamples fetchyahoorc

override_dh_installman:
	dh_installman fetchyahoo.1

override_dh_installchangelogs:
	dh_installchangelogs ChangeLog

override_dh_perl:
	dh_perl fetchyahoo