File: rules

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

export PYBUILD_DISABLE=test
export PYBUILD_INSTALL_ARGS_python3 = --install-lib=usr/share/thefuck/ --install-scripts=usr/share/thefuck/ --install-layout=deb

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

override_dh_auto_clean:
	dh_auto_clean
	rm -fr thefuck.egg-info/