File: rules

package info (click to toggle)
pyxdameraulevenshtein 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: python: 119; sh: 7; makefile: 6
file content (12 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --buildsystem=pybuild

# Cannot run tests pre-installation
override_dh_auto_test:

execute_after_dh_clean:
	rm -f pyxdameraulevenshtein/_initialize.c