File: rules

package info (click to toggle)
tomoscan 2.3.5-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,288 kB
  • sloc: python: 18,298; sh: 44; makefile: 9
file content (17 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /usr/bin/make -f

export DH_BERBOSE=1

export PYBUILD_NAME=tomoscan

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_auto_clean:
	rm -rf tomoscan.egg-info/

# The current test fail with the segfault so run test from autopkgtests.
override_dh_auto_test:

execute_after_dh_auto_install:
	find debian -name conf.py -delete