File: rules

package info (click to toggle)
orange3 3.38.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 45,236 kB
  • sloc: python: 159,527; ansic: 622; makefile: 478; sh: 93; cpp: 77
file content (16 lines) | stat: -rwxr-xr-x 237 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /usr/bin/make -f

export PYBUILD_NAME=orange3
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:

override_dh_dwz:
	dh_dwz -X.tab

override_dh_strip:
	dh_strip -X.tab

override_dh_makeshlibs:
	dh_makeshlibs -X.tab