File: rules

package info (click to toggle)
libtie-hash-indexed-perl 0.05%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 168 kB
  • sloc: perl: 10; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 260 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

ppport.h:
	perl -e 'use Devel::PPPort;Devel::PPPort::WriteFile();'

override_dh_auto_configure: ppport.h
	dh_auto_configure

override_dh_auto_clean:
	rm -f ppport.h
	dh_auto_clean