File: rules

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

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

export EU_VER := $(DEB_VERSION_UPSTREAM)

%:
	dh $@ 

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