File: rules

package info (click to toggle)
python-pyeclib 1.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,648 kB
  • sloc: python: 2,365; ansic: 982; sh: 136; makefile: 30
file content (11 lines) | stat: -rwxr-xr-x 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export PYBUILD_NAME=py
export PYBUILD_TEST_ARGS=-v -k 'not test_get_metadata_memory_usage'

UPSTREAM_GIT = https://github.com/openstack/pyeclib.git
-include /usr/share/openstack-pkg-tools/pkgos.make

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