File: rules

package info (click to toggle)
etckeeper 1.18.20-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,424 kB
  • sloc: sh: 1,230; python: 111; makefile: 107; ansic: 81
file content (13 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYTHON_INSTALL_OPTS=--install-layout=deb

%:
	dh $@ --with python3

override_dh_installdocs:
	dh_installdocs -X.gitignore

override_dh_auto_install:
	dh_auto_install
	find debian/etckeeper -name '__pycache__' -print0 | xargs -0 -r rm -rv