File: rules

package info (click to toggle)
anyremote 6.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,464 kB
  • sloc: ansic: 16,483; sh: 4,225; python: 107; makefile: 49
file content (13 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk

%:
	dh  $@ --without perl --with autotools-dev --with autoreconf

override_dh_fixperms:
	dh_fixperms
	find . -name *.sh -type f -exec chmod 755 {} \;