File: rules

package info (click to toggle)
ruby-narray 0.6.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 344 kB
  • ctags: 493
  • sloc: ansic: 4,509; ruby: 771; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --buildsystem ruby --with ruby

override_dh_auto_clean:
	dh_auto_clean
	rm -f $(CURDIR)/src/na_math.c
	rm -f $(CURDIR)/src/na_op.c
	rm -f $(CURDIR)/src/narray_config.h

override_dh_strip:
	dh_strip --dbg-package=ruby-narray-dbg