File: rules

package info (click to toggle)
trove-classifiers 2025.4.28.22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: python: 1,075; makefile: 25
file content (17 lines) | stat: -rwxr-xr-x 381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

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

include /usr/share/dpkg/pkg-info.mk
export DEB_VERSION_UPSTREAM

export PYBUILD_NAME=trove-classifiers

ifeq ($(PYBUILD_AUTOPKGTEST),)
export PYBUILD_TEST_ARGS := --deselect tests/test_cli.py
endif

%:
	dh $@ --buildsystem=pybuild