File: rules

package info (click to toggle)
libfurl-perl 3.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 660 kB
  • sloc: perl: 2,188; makefile: 5; sh: 1
file content (12 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

# disable DNS queries during build
# (glibc feature)
export RES_OPTIONS=attempts:0

%:
	dh $@

# drop empty man pages
execute_after_dh_auto_install:
	find debian/*/usr/share/man -type f -not -size +50c -delete