File: rules

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

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'