File: rules

package info (click to toggle)
libev 1%3A4.22-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,348 kB
  • ctags: 1,405
  • sloc: sh: 11,387; ansic: 6,288; makefile: 21
file content (17 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure
	mv ev.3 ev.3.bak

override_dh_clean:
	- mv -f ev.3.bak ev.3
	dh_clean