File: rules

package info (click to toggle)
cerealizer 0.7-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 128 kB
  • ctags: 248
  • sloc: python: 652; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 415 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

include /usr/share/cdbs/1/rules/debhelper.mk
DEB_PYTHON_SYSTEM = pysupport
include /usr/share/cdbs/1/class/python-distutils.mk

DEB_COMPRESS_EXCLUDE := .py

ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
install/python-cerealizer::
	$(call cdbs_python_binary,python$(cdbs_python_compile_version)) \
		debian/runtests.py debian/python-cerealizer
endif