File: rules

package info (click to toggle)
python-leidenalg 0.10.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,020 kB
  • sloc: cpp: 1,727; python: 1,268; ansic: 237; sh: 97; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

DH_VERBOSE := 1
include /usr/share/dpkg/architecture.mk

export PYBUILD_NAME=leidenalg

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export CPATH=/usr/include/igraph:/usr/include/$(DEB_HOST_MULTIARCH)/igraph

%:
	dh $@ --buildsystem=pybuild