File: rules

package info (click to toggle)
commonmark 0.9.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 532 kB
  • sloc: python: 4,971; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/make -f

export PYBUILD_NAME=commonmark

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	dh_auto_test -- --system=custom --test-args="PYTHONPATH={build_dir} {interpreter} setup.py test"

override_dh_auto_install:
	dh_auto_install
	mv $(CURDIR)/debian/python3-commonmark/usr/bin/cmark $(CURDIR)/debian/python3-commonmark/usr/bin/python3-commonmark