File: rules

package info (click to toggle)
dbf 0.99.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 972 kB
  • sloc: python: 12,664; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/make -f
#export DH_VERBOSE = 1
export PYBUILD_NAME = dbf
export PYBUILD_TEST_ARGS = dbf/test.py

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_python3:
	rm -vf debian/python3-dbf/usr/lib/python3/dist-packages/dbf/LICENSE
	rm -vf debian/python3-dbf/usr/lib/python3/dist-packages/dbf/README.md
	rm -vf debian/python3-dbf/usr/lib/python3/dist-packages/dbf/WHATSNEW