File: rules

package info (click to toggle)
dh-python 7.20251231
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,596 kB
  • sloc: python: 6,487; makefile: 605; perl: 251; sh: 36
file content (14 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=none

override_dh_install:
	dh_install
	PYTHONPATH=../.. DH_VERBOSE=1 ../../dh_python3

override_dh_auto_build:

override_dh_auto_install:
	mkdir -p debian/python3-foo/usr/lib/python3/dist-packages
	cp -a Foo.egg-info lib/* debian/python3-foo/usr/lib/python3/dist-packages