File: rules

package info (click to toggle)
python-gnuplot 1.8-9
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,272 kB
  • sloc: python: 2,042; makefile: 6
file content (13 lines) | stat: -rwxr-xr-x 239 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#! /usr/bin/make -f
# -*- makefile -*-

export PYBUILD_NAME=gnuplot

%:
	dh $@ --buildsystem=pybuild

override_dh_installchangelogs:
	dh_installchangelogs NEWS.txt

override_dh_auto_test:
# Upstream does not provide "real" automated tests