File: rules

package info (click to toggle)
python-fuse 1%3A0.2-pre3-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 308 kB
  • ctags: 281
  • sloc: python: 962; ansic: 951; sh: 42; makefile: 11
file content (18 lines) | stat: -rwxr-xr-x 512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

include /usr/share/dpatch/dpatch.make

DEB_PYTHON_SYSTEM=pycentral

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

STAGING_DIR               := $(CURDIR)/debian/python-fuse
UPSTREAM_EXAMPLE_DIR      := example
DEB_COMPRESS_EXCLUDE      := .py
DEB_INSTALL_DOCS_ALL      := debian/README.Debian FAQ AUTHORS Changelog

install/python-fuse:: patch
	cp -r $(UPSTREAM_EXAMPLE_DIR) $(STAGING_DIR)/usr/share/doc/python-fuse/examples

clean:: unpatch