File: rules

package info (click to toggle)
thefuck 3.32-0.3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,020 kB
  • sloc: python: 12,054; makefile: 8; sh: 2
file content (14 lines) | stat: -rwxr-xr-x 425 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

# tests works fine in "debuild" but not in a clean "gbp buildpackage --git-pbuilder"
export PYBUILD_DISABLE=test

export PYBUILD_TEST_ARGS= -k 'not test_get_valid_history_without_current and not test_readm'
export PYBUILD_INSTALL_ARGS= --install-lib=usr/share/thefuck/ --install-scripts=usr/share/thefuck/

%:
	dh $@ --buildsystem=pybuild

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