File: rules

package info (click to toggle)
glueviz 0.9.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,180 kB
  • ctags: 6,728
  • sloc: python: 37,111; makefile: 134; sh: 60
file content (19 lines) | stat: -rwxr-xr-x 353 bytes parent folder | download
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 python2,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