File: rules

package info (click to toggle)
python-uinput 0.11.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 296 kB
  • sloc: python: 905; ansic: 370; makefile: 32; sh: 1
file content (12 lines) | stat: -rwxr-xr-x 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

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

override_dh_installchangelogs:
	dh_installchangelogs NEWS.rst

override_dh_installexamples:
	dh_installexamples
	chmod -x debian/*/usr/share/doc/*/examples/*