File: rules

package info (click to toggle)
python-libnacl 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 488 kB
  • sloc: python: 2,634; makefile: 149; sh: 3
file content (10 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/make -f

export PYBUILD_NAME := libnacl
export PYBUILD_TEST_PYTEST := 1

%:
	dh $@ --buildsystem=pybuild

override_dh_gencontrol:
	dh_gencontrol -- -Vlibsodium:Depends="$(shell debian/get-libsodium-depends)"