File: rules

package info (click to toggle)
turtleart 98-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 2,772 kB
  • ctags: 741
  • sloc: python: 9,109; sh: 14; makefile: 11; xml: 7
file content (21 lines) | stat: -rwxr-xr-x 646 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f
DEB_PYTHON_SYSTEM=pysupport
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk

# Disable bundlebuilder, use distutils instead.
DEB_PYTHON_SETUP_CMD = setup.py --no-sugar

# Add here any variable or target overrides you need.

makebuilddir::
	ln -f turtleart.py turtleart
	chmod +x turtleart


clean::
	rm -f turtleart

manpages:
	 help2man -N --version-string==$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p') --source='Sugar Labs' --include='./debian/help2man.include' --name='a LOGO-like tool for teaching programming' ./turtleart.py > ./debian/turtleart.1