File: rules

package info (click to toggle)
qbrz 0.23.2%2Bbzr1641-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,564 kB
  • sloc: python: 25,630; makefile: 117; sh: 5
file content (8 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

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

override_dh_auto_install:
	dh_auto_install
	find debian/qbrz/usr/lib/python*/dist-packages/breezy/plugins/qbrz -name __pycache__ | xargs rm -rf {}