File: rules

package info (click to toggle)
extundelete 0.2.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 740 kB
  • sloc: cpp: 2,547; ansic: 1,324; sh: 1,049; makefile: 60
file content (14 lines) | stat: -rwxr-xr-x 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

export EU_VER := $(DEB_VERSION_UPSTREAM)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_autoreconf:
	touch NEWS AUTHORS ChangeLog  # please automake
	rm -f aclocal.m4              # force run of aclocal
	dh_autoreconf autoreconf -- -f -i -v