File: rules

package info (click to toggle)
python-bugzilla 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,116 kB
  • sloc: python: 6,160; makefile: 7
file content (15 lines) | stat: -rwxr-xr-x 383 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export PYBUILD_NAME = bugzilla

%:
	dh $@ --buildsystem=pybuild

execute_after_dh_install:
# We have a dedicated package for the CLI part of the package, so here
# we delete the files under /usr/bin.
	rm -rf debian/python3-bugzilla/usr/bin

execute_after_dh_installman:
	# Remove the manpage from the Python package.
	rm -rf debian/python3-bugzilla/usr/share/man