File: rules

package info (click to toggle)
python-jwcrypto 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 344 kB
  • ctags: 622
  • sloc: python: 3,742; makefile: 173
file content (14 lines) | stat: -rwxr-xr-x 521 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.5 at
# Fri, 02 Oct 2015 09:24:49 +0300
export PYBUILD_NAME=jwcrypto
%:
	dh $@ --with python2,python3 --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	rm -rf debian/python*-jwcrypto/usr/lib/python*/dist-packages/jwcrypto-*.egg-info
	find $(CURDIR)/debian/python* -name 'tests*.py' -exec rm '{}' ';'
	find $(CURDIR)/debian/python* -name 'LICENSE' -exec rm '{}' ';'
	find $(CURDIR)/debian/python* -name 'README.md' -exec rm '{}' ';'