File: rules

package info (click to toggle)
markdown-exec 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 460 kB
  • sloc: python: 1,111; sh: 84; makefile: 50
file content (14 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE = 1

include /usr/share/dpkg/pkg-info.mk
export PDM_PEP517_SCM_VERSION = $(DEB_VERSION_UPSTREAM)

export PYBUILD_NAME=markdown_exec
export PYBUILD_SYSTEM=pyproject
export PYBUILD_TEST_ARGS=-vv -k 'not test_output_markdown'

%:
	dh $@ --buildsystem=pybuild