File: rules

package info (click to toggle)
plots 0.8.5%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 2,612 kB
  • sloc: python: 3,247; xml: 443; sh: 26; makefile: 6
file content (17 lines) | stat: -rwxr-xr-x 416 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE = 1

export PYBUILD_NAME = plots

%:
	dh $@ --buildsystem=pybuild

# Patch wrapper script to add environment variables GDK_DEBUG and GSK_RENDERER
execute_after_dh_auto_install:
	patch -p1 <debian/usr-bin-plots.patch

# Disable broken tests, see https://github.com/alexhuntley/Plots/issues/138
override_dh_auto_test: