File: rules

package info (click to toggle)
python-jswebkit 0.0.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 920 kB
  • ctags: 1,117
  • sloc: python: 69; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

DEB_PYTHON_SYSTEM=pysupport
export DH_PYCENTRAL=include-links

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk

$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
	dh_pysupport -p$(cdbs_curpkg) $(DEB_DH_PYTHON_ARGS)


# Add here any variable or target overrides you need.