File: rules

package info (click to toggle)
diveintopython-zh 5.4b-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, stretch, wheezy
  • size: 4,044 kB
  • ctags: 2,745
  • sloc: python: 4,417; xml: 894; makefile: 10
file content (14 lines) | stat: -rwxr-xr-x 900 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk

DEB_COMPRESS_EXCLUDE := .py -license

install/diveintopython-zh::
	install -d $(CURDIR)/debian/diveintopython-zh/usr/share/doc/diveintopython-zh/
	install -d $(CURDIR)/debian/diveintopython-zh/usr/share/doc/diveintopython-zh/examples/
	cp -r $(CURDIR)/html/  $(CURDIR)/debian/diveintopython-zh/usr/share/doc/diveintopython-zh/
	cp -r $(CURDIR)/py/* $(CURDIR)/debian/diveintopython-zh/usr/share/doc/diveintopython-zh/examples/
	find $(CURDIR)/debian/diveintopython-zh/usr/share/doc/diveintopython-zh/examples/ -type f | xargs chmod -x
	perl -pi -e 's|href\=\"download/diveintopython-|href="http://www.woodpecker.org.cn/diveintopython/download/diveintopython-|' $(CURDIR)/debian/diveintopython-zh/usr/share/doc/diveintopython-zh/html/index.html
	rm $(CURDIR)/debian/diveintopython-zh/usr/share/doc/diveintopython-zh/examples/LICENSE.txt