File: rules

package info (click to toggle)
ansible-lint 4.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,852 kB
  • sloc: python: 5,378; sh: 11; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

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

override_dh_auto_configure:
	sed -i "s/DEB_VERSION_UPSTREAM/$(DEB_VERSION_UPSTREAM)/" setup.cfg
	dh_auto_configure