File: rules

package info (click to toggle)
gertty 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 876 kB
  • sloc: python: 9,289; makefile: 151; sh: 2
file content (13 lines) | stat: -rwxr-xr-x 284 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME=gertty

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

override_dh_auto_install:
	dh_auto_install
	rm -f $(CURDIR)/debian/gertty/usr/lib/python3*/dist-packages/gertty/alembic/README

override_dh_python3:
	dh_python3 --shebang=/usr/bin/python3