File: rules

package info (click to toggle)
namebench 1.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 1,808 kB
  • ctags: 494
  • sloc: python: 4,047; sh: 116; makefile: 17
file content (21 lines) | stat: -rwxr-xr-x 451 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
#!/usr/bin/make -f
export NO_THIRD_PARTY=yes
%:
	dh $@ --with python2

override_dh_auto_install:
	dh_auto_install --destdir=debian/tmp
	rm debian/tmp/usr/lib/python*/*-packages/namebench.py

override_dh_auto_build:
	dh_auto_build
	rst2man debian/namebench.rst namebench.1

get-orig-source:
	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
	uscan \
		--verbose \
		--no-symlink \
		--destdir $(CURDIR) \
		--watchfile debian/watch \
		--force-download