File: rules

package info (click to toggle)
pydantic-settings 2.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,172 kB
  • sloc: python: 9,463; makefile: 33
file content (15 lines) | stat: -rwxr-xr-x 390 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# See debhelper(7) (uncomment to enable).
# Output every command that modifies files on the build system.
#export DH_VERBOSE = 1

export PYBUILD_NAME=pydantic-settings

# Some build environments (e.g. Launchpad) set V=1 in the environment to
# make other build systems verbose, but that conflicts with this package's
# tests.
undefine V

%:
	dh $@ --buildsystem=pybuild