File: rules

package info (click to toggle)
glymur 0.12.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,836 kB
  • sloc: python: 15,028; makefile: 132; sh: 71; xml: 39
file content (16 lines) | stat: -rwxr-xr-x 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_TEST_ARGS=\
-k 'not test__printing__geotiff_uuid__xml_sidecar and not test_print_bad_geotiff and not test_thread_support' \
$(CURDIR)/tests

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

override_dh_auto_clean:
	dh_auto_clean
	$(RM) -r *.egg-info