File: rules

package info (click to toggle)
zope.hookable 5.1.0-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 228 kB
  • sloc: python: 296; ansic: 214; makefile: 131
file content (11 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export PYBUILD_NAME=zope.hookable

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

override_dh_install:
	dh_install
	find debian/*/usr/lib -name '*.c' -delete