File: rules

package info (click to toggle)
python-gflanguages 0.7.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,004 kB
  • sloc: python: 818; sh: 8; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export PYBUILD_NAME=gflanguages
export PYBUILD_TEST_ARGS=--ignore-glob "tests/test_d*.py"

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

execute_before_dh_auto_configure:
	cp debian/MANIFEST.in .