File: rules

package info (click to toggle)
zodbpickle 2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,000 kB
  • sloc: ansic: 10,541; python: 9,230; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#-*- makefile -*-

export PYBUILD_NAME=zodbpickle
export PYBUILD_AFTER_INSTALL_python3 = cd {destdir}{install_dir}/zodbpickle && rm -r *.c tests *_2.py

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

override_dh_auto_clean:
	dh_auto_clean
	rm -f src/zodbpickle/*.so