File: rules

package info (click to toggle)
apt-forktracer 0.11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 384 kB
  • sloc: python: 1,995; makefile: 16
file content (15 lines) | stat: -rwxr-xr-x 445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
%:
	dh $@ --with python3 --buildsystem=pybuild

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

execute_after_dh_auto_clean:
	rm -rf lib/apt_forktracer.egg-info