File: rules

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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PYBUILD_TEST_ARGS=-v -rxs --pyargs diff_match_patch.tests.diff_match_patch_test

%:
	dh $@ --buildsystem pybuild

execute_after_dh_install:
	find debian -name \*_py2.py -delete