File: rules

package info (click to toggle)
libwhisker2-perl 2.5-1.3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,168 kB
  • sloc: perl: 9,119; makefile: 22
file content (15 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
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@

execute_after_dh_auto_build:
	pod2man --section=3perl LW2.pm > debian/LW2.3perl

execute_after_dh_auto_install:
	install -m 0755 -d $(CURDIR)/debian/libwhisker2-perl/usr/share/perl5
	install -m 0644 LW2.pm $(CURDIR)/debian/libwhisker2-perl/usr/share/perl5/LW2.pm