File: rules

package info (click to toggle)
thefuck 3.32-0.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,132 kB
  • sloc: python: 12,011; makefile: 5; sh: 2
file content (10 lines) | stat: -rwxr-xr-x 359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/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