File: rules

package info (click to toggle)
apt-forktracer 0.5
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 368 kB
  • sloc: python: 1,991; makefile: 14
file content (12 lines) | stat: -rwxr-xr-x 355 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
%:
	dh $@ --with python2

# Install the module as private.
override_dh_auto_install:
	python setup.py install --no-compile \
		--root=debian/apt-forktracer \
		--install-layout=deb \
		--install-scripts=/usr/bin \
		--install-lib=/usr/share/apt-forktracer
	rm -f debian/apt-forktracer/usr/share/apt-forktracer/apt_forktracer-*.egg-info