File: rules

package info (click to toggle)
libtie-hash-indexed-perl 0.08%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 10; perl: 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