File: rules

package info (click to toggle)
gitless 0.8.8-7
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 456 kB
  • sloc: python: 3,811; sh: 81; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

export PYBUILD_NAME=gitless

%:
	dh '$@' --buildsystem=pybuild

override_dh_auto_test:
	'${CURDIR}/debian/run-simple-test.sh'
	env GITLESS=./gl '${CURDIR}/debian/run-upstream-test.sh'