File: rules

package info (click to toggle)
hg-git 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,372 kB
  • sloc: python: 8,708; sh: 185; makefile: 23
file content (13 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

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

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_test:
	make tests HG=/usr/bin/hg PYTHON=python3 TESTFLAGS="--blacklist $(CURDIR)/debian/hg-git.test_blacklist"

override_dh_installchangelogs:
	dh_installchangelogs NEWS.rst