File: rules

package info (click to toggle)
python-backports-shutil-get-terminal-size 1.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • sloc: python: 117; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=backports-shutil-get-terminal-size

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

override_dh_auto_install:
	dh_auto_install
	rm -rf $(CURDIR)/debian/*/usr/lib/python2.7/dist-packages/backports/__init__.py

override_dh_python2:
	dh_python2 --namespace backports