File: rules

package info (click to toggle)
libev-perl 4.33-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 952 kB
  • sloc: ansic: 7,033; perl: 53; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 373 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

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

%:
	dh $@

override_dh_auto_configure:
	EV_EXTRA_DEFS="-DEV_NO_ATFORK" dh_auto_configure

override_dh_installdocs:
	dh_installdocs
	mv -v $(TMP)/usr/share/doc/libev-perl/Changes $(TMP)/usr/share/doc/libev-perl/changelog.libev