File: rules

package info (click to toggle)
mp3report 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: perl: 920; sh: 71; makefile: 13; exp: 8
file content (19 lines) | stat: -rwxr-xr-x 457 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
# -*- mode: makefile; coding: utf-8 -*-

%:
	dh $@

override_dh_installman:
	mkdir -p debian/tmp
	pod2man mp3report.pl debian/tmp/mp3report.1
	dh_installman

override_dh_installdocs:
	mkdir -p debian/tmp
	pod2html --infile=mp3report.pl --outfile=debian/tmp/documentation.html
	pod2text mp3report.pl debian/tmp/documentation.txt
	dh_installdocs

override_dh_auto_install:
	install mp3report.pl $(CURDIR)/debian/mp3report/usr/bin/mp3report