File: rules

package info (click to toggle)
python-zopfli 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: python: 355; ansic: 316; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 251 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# -*- makefile -*-

export PYBUILD_NAME = zopfli
export PYBUILD_BEFORE_TEST = cp {dir}/README.rst {build_dir}/
export PYBUILD_AFTER_TEST = rm -fv {build_dir}/README.rst

export USE_SYSTEM_ZOPFLI = 1

%:
	dh $@ --buildsystem=pybuild