File: rules

package info (click to toggle)
rows 0.2.1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 784 kB
  • ctags: 547
  • sloc: python: 4,621; sh: 59; makefile: 33
file content (17 lines) | stat: -rwxr-xr-x 515 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
#export DH_VERBOSE = 1

export PYBUILD_NAME=rows
export PYBUILD_AFTER_INSTALL=mv -v debian/python-rows/usr/bin debian/rows/usr

export PYBUILD_BEFORE_TEST=cp -r ./tests .pybuild/pythonX.Y_2.7/build
export PYBUILD_AFTER_TEST=rm -rf .pybuild/pythonX.Y_2.7/build/tests
export PYBUILD_TEST_ARGS_python2=--ignore-files=_parquet.py -dsv --with-yanc

%:
	dh $@ --with python2 --buildsystem=pybuild

override_dh_installman:
# generate man pages from txt files
	debian/manpage/genallman.sh
	dh_installman