File: rules

package info (click to toggle)
python-pypubsub 4.0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 920 kB
  • sloc: python: 4,884; makefile: 156; xml: 16; php: 2
file content (15 lines) | stat: -rwxr-xr-x 311 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# DH_VERBOSE := 1

export PYBUILD_NAME=pubsub

include /usr/share/dpkg/default.mk

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

override_dh_installdocs:
	find debian/python3-$(PYBUILD_NAME) -name RELEASE_NOTES.txt -delete
	dh_installdocs
	find debian -name LICENSE_BSD_Simple.txt -delete