File: rules

package info (click to toggle)
colortest-python 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 84 kB
  • ctags: 14
  • sloc: python: 312; makefile: 10
file content (18 lines) | stat: -rwxr-xr-x 321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

PACKAGE = colortest-python
PKGDIR  = $(shell pwd)/debian/$(PACKAGE)
BINDIR  = $(PKGDIR)/usr/bin

man:
	$(MAKE) -C debian -f pod2man.mk PACKAGE=colortest-python makeman

override_dh_auto_install: man
	install -m 755 -D terminal_colors $(BINDIR)/colortest-python

%:
	dh  $@

.PHONY: man

# End of file