File: rules

package info (click to toggle)
libfuse-perl 0.16.1%2B20180422git6becd92d7fce3fc411d7c-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 608 kB
  • sloc: perl: 1,938; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 370 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

# buildd does not have fuse
override_dh_auto_test:
	@echo disable need to be root and fuse allowed

override_dh_installexamples:
	dh_installexamples
	find debian/libfuse-perl/usr/share/doc/libfuse-perl/examples/ -name '*.pl' -exec sed -i '1 s,^\#!/usr/bin/env perl,\#!/usr/bin/perl,' {} \;