File: rules

package info (click to toggle)
libnet-idn-encode-perl 2.400-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,272 kB
  • ctags: 51
  • sloc: perl: 411; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 309 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)
ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	chmod 644 $(TMP)$(ARCHLIB)/Net/IDN/Standards.pod