File: rules

package info (click to toggle)
python-handy-archives 0.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,300 kB
  • sloc: python: 4,153; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
#export DH_VERBOSE = 1
export PYBUILD_TEST_ARGS := \
  -v --ignore=tests/test_tarfile.py \
  -k 'not test_unpack_archive_xztar and not test_unpack_archive_gztar and not test_unpack_archive_tar and not test_unpack_archive_bztar'

%:
	dh $@ --buildsystem=pybuild