File: rules

package info (click to toggle)
zoo 2.10-21
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 852 kB
  • ctags: 1,258
  • sloc: ansic: 8,944; asm: 793; makefile: 179
file content (19 lines) | stat: -rwxr-xr-x 405 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
  
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk

ifeq ($(DEB_HOST_ARCH),amd64)
DEB_MAKE_BUILD_TARGET := linux64
else
DEB_MAKE_BUILD_TARGET := linux
endif

DEB_INSTALL_MANPAGES_zoo = zoo.1 fiz.1

cleanbuilddir/zoo::
	dh_clean zoo fiz
install/zoo::
	install -m 755 zoo fiz debian/zoo/usr/bin