File: rules

package info (click to toggle)
pynag 1.1.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 1,328 kB
  • sloc: python: 9,792; javascript: 1,320; makefile: 200
file content (9 lines) | stat: -rwxr-xr-x 194 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --with python2 --buildsystem=python_distutils


override_dh_auto_install:
	python setup.py install --root=debian/pynag --install-layout=deb
override_dh_auto_build: