File: rules

package info (click to toggle)
pdm-backend 2.4.6%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,140 kB
  • sloc: python: 2,846; ansic: 21; makefile: 5; sh: 1
file content (12 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

# Ignore scm tests, need command-line git and hg
export PYBUILD_TEST_ARGS=--ignore=tests/pdm/backend/hooks/version/test_scm.py

export HOME=$(CURDIR)/debian/fakehome/

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