File: rules

package info (click to toggle)
glueviz 0.14.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 29,280 kB
  • sloc: python: 41,995; makefile: 138; sh: 63
file content (19 lines) | stat: -rwxr-xr-x 345 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

#DH_VERBOSE = 1

export PYBUILD_NAME=glue

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

override_dh_install:
	dh_install
#Removes unnecesary executable from python3 module
	rm -rf debian/python3-glue/usr/bin

override_dh_installchangelogs:
	dh_installchangelogs CHANGES.md

override_dh_auto_test:
#Upstream test is broken