File: rules

package info (click to toggle)
pyrad 2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 400 kB
  • ctags: 569
  • sloc: python: 2,405; makefile: 60
file content (11 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_DESTDIR_python2=debian/python-pyrad/
export PYBUILD_DESTDIR_python3=debian/python3-pyrad/

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

override_dh_auto_test:
	: