File: rules

package info (click to toggle)
liblogger-syslog-perl 1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 88 kB
  • sloc: perl: 136; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

execute_before_dh_auto_build:
	iconv --from-code=ISO-8859-1 --to-code=UTF-8 \
		lib/Logger/Syslog.pm  --output=lib/Logger/Syslog.pm
	# and then clear the copyright symbol causing pod errors
	sed -i 's/© //' lib/Logger/Syslog.pm