File: rules

package info (click to toggle)
libev 1%3A3.9-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,008 kB
  • ctags: 1,006
  • sloc: sh: 8,567; ansic: 5,048; makefile: 30
file content (26 lines) | stat: -rwxr-xr-x 464 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/usr/bin/make -f
%:
	dh $@

include /usr/share/quilt/quilt.make

build: patch build-stamp
build-stamp:
	dh build --before configure
	autoreconf -fvi
	dh build --remaining
	touch $@

clean: unpatch
	dh clean 
	rm -f config.guess config.sub ltmain.sh

install: build
	dh install --until dh_auto_install
	pod2man --section=3 ev.pod > debian/tmp/usr/share/man/man3/ev.3
	dh install --remaining

binary-arch: install
	dh binary-arch

binary: binary-arch binary-indep