File: rules

package info (click to toggle)
einstein 2.0.dfsg.2-7
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,240 kB
  • ctags: 1,653
  • sloc: cpp: 10,424; makefile: 79; sh: 1
file content (21 lines) | stat: -rwxr-xr-x 549 bytes parent folder | download | duplicates (2)
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

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

DEB_INSTALL_DOCS_ALL =
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/einstein

update-config::
	[ -f res/DejaVuSans.ttf ] || cp -p /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf res/
	uudecode debian/einstein.png.uue
	uudecode debian/icon.bmp.uue

reverse-config::
	rm -f res/DejaVuSans.ttf
	rm -f debian/einstein.png
	rm -f debian/icon.bmp

clean::
	rm -f res/icon.bmp