#!/usr/bin/make -f
# Copyright 2010 - Sylvestre Ledru <sylvestre@debian.org>

include /usr/share/python/python.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk

DEB_PYTHON_SYSTEM := pysupport
LD_LIBRARY_PATH :=  $(DEB_DESTDIR)/usr/lib/pyshared/python2.5/:/usr/lib/libfakeroot/:/usr/lib/scilab

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

DEB_PYTHON_COMPILE_VERSION  := $(shell pyversions -r)
DEB_DH_INSTALL_SOURCEDIR    := debian/tmp
DEB_PYTHON_INSTALL_ARGS_ALL += --no-compile --root=$(CURDIR)/debian/python-sciscipy/ $(py_setup_install_args)

get-orig-source:
	uscan --upstream-version 0 --rename
