File: rules

package info (click to toggle)
pkg-perl-tools 0.36
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 568 kB
  • ctags: 175
  • sloc: sh: 2,651; perl: 1,958; makefile: 125; python: 18
file content (18 lines) | stat: -rwxr-xr-x 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# vim: set noet ft=make
# -*- makefile -*-

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

APT=$(CURDIR)/debian/pkg-perl-autopkgtest/usr/share/pkg-perl-autopkgtest

%:
	# The build system is hard-coded to make sure debhelper
	# doesn't fall for the trick which is intended to fool
	# autodep8. See the fake Makefile.PL for details.
	dh $@ --buildsystem=makefile

override_dh_fixperms:
	dh_fixperms
	chmod +x $(APT)/* $(APT)/*/*