File: rules

package info (click to toggle)
fpylll 0.6.4-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,064 kB
  • sloc: python: 2,193; makefile: 172; sh: 89; ansic: 79; cpp: 48
file content (28 lines) | stat: -rwxr-xr-x 512 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#!/usr/bin/make -f

export PYBUILD_NAME=fpylll

export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow

default:
	@uscan --no-conf --dehs --report || true

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_build-indep:
	@true

override_dh_auto_test-indep:
	@true

override_dh_auto_install-indep:
	@true

override_dh_compress-indep:
	dh_compress -X.pdf -Xexamples

# running `setup.py clean' builts cython files;
# Bug: https://github.com/cython/cython/issues/1495
override_dh_auto_clean:
	rm -rf src/fpylll.egg-info/