File: rules

package info (click to toggle)
python-jwcrypto 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 440 kB
  • sloc: python: 5,358; makefile: 177
file content (13 lines) | stat: -rwxr-xr-x 431 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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 python3 --buildsystem=pybuild

override_dh_auto_install:
	dh_auto_install
	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 '{}' ';'