File: rules

package info (click to toggle)
python-cramjam 2.7.0.1%2Bds1-2
  • links: PTS
  • area: main
  • in suites: sid
  • size: 3,048 kB
  • sloc: python: 622; makefile: 41
file content (13 lines) | stat: -rwxr-xr-x 308 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/make -f

export DH_VERBOSE=1
export PYBUILD_NAME=cramjam
export PYBUILD_DIR=cramjam-python
export CARGO_NET_OFFLINE=true
export CARGO_HOME=$(shell pwd)/debian/cargo_home

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

execute_after_dh_auto_configure:
	rm -f Cargo.lock cramjam-python/Cargo.lock