File: rules

package info (click to toggle)
thefuck 3.11-2.1~deb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,900 kB
  • sloc: python: 7,048; makefile: 7; sh: 2
file content (11 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with python2

override_dh_auto_install:
	dh_auto_install -- --install-lib=/usr/share/thefuck/ --install-scripts=/usr/share/thefuck/

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