File: rules

package info (click to toggle)
pycryptopp 0.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,192 kB
  • sloc: cpp: 29,872; asm: 3,519; python: 2,034; ansic: 1,517; makefile: 77; sh: 6
file content (13 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/make -f

export PYBUILD_BUILD_ARGS=--disable-embedded-cryptopp
export PYBUILD_INSTALL_ARGS=--skip-build --single-version-externally-managed
export PYBUILD_NAME=pycryptopp
%:
	dh $@ --with python2 --buildsystem=pybuild

override_dh_auto_clean:
	dh_testdir -O--buildsystem=pybuild
	rm -rf .pybuild/
	rm -rf dist build build-*
	find . -name "*\.pyc" -delete