File: rules

package info (click to toggle)
yq 3.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 200 kB
  • sloc: python: 874; makefile: 23
file content (13 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE = 1

# Test not working at the moment
export PYBUILD_DISABLE=test

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

override_dh_auto_install:
	dh_auto_install
	mv debian/yq/usr/bin/xq debian/yq/usr/bin/xq-python