File: rules

package info (click to toggle)
zope.proxy 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 376 kB
  • ctags: 680
  • sloc: python: 1,850; ansic: 1,036; xml: 356; makefile: 131
file content (12 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export PYBUILD_NAME=zope.proxy

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


override_dh_install:
	dh_install
	find debian/python-zope.proxy -name '*.c' -delete
	find debian/python3-zope.proxy -name '*.c' -delete