File: rules

package info (click to toggle)
libnet-interface-perl 1.016-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: ansic: 3,397; sh: 2,736; perl: 888; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-fortify
export DEB_CFLAGS_MAINT_APPEND = -D_FORTIFY_SOURCE=0

%:
	dh $@ --buildsystem=perl_makemaker

override_dh_auto_configure:
	PERL5LIB=$(CURDIR) dh_auto_configure