File: rules

package info (click to toggle)
libinline-ruby 3.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 180 kB
  • ctags: 147
  • sloc: ruby: 1,467; makefile: 8
file content (17 lines) | stat: -rwxr-xr-x 342 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
#
# CDBS file to build the libinline-ruby package.

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk

DEB_INSTALL_CHANGELOGS_ALL = History.txt

build: build-stamp

build-stamp:
	# Run unit tests:
	/usr/bin/ruby1.8 -w -Ilib -Idebian ./test/test_*.rb

clean::
	rm -f build-stamp