File: rules

package info (click to toggle)
httpie 2.2.0-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 2,332 kB
  • sloc: python: 5,541; makefile: 118; ruby: 50; sh: 17
file content (9 lines) | stat: -rwxr-xr-x 155 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test: