File: rules

package info (click to toggle)
linux-show-player 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,776 kB
  • sloc: python: 12,388; sh: 152; makefile: 17; xml: 8
file content (16 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

#DH_VERBOSE = 1

export PYBUILD_NAME=linux-show-player

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

override_dh_auto_install:
	rm -f $(CURDIR)/lisp/ui/styles/icons/LICENSE
	dh_auto_install

override_dh_auto_test:
# pass upstream tests, since OLA is only available for python2
# the tests are broken.