File: rules

package info (click to toggle)
fpylll 0.2.3%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 648 kB
  • ctags: 527
  • sloc: python: 818; makefile: 18
file content (31 lines) | stat: -rwxr-xr-x 612 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
29
30
31
#!/usr/bin/make -f

export PYBUILD_NAME=fpylll

export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow

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

%:
	dh $@ --with autoreconf --with python2 --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:
	@true

get-orig-source:
	uscan --no-conf --download-current-version --compression xz --verbose