File: rules

package info (click to toggle)
ruby-narray 0.6.1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 344 kB
  • sloc: ansic: 4,509; ruby: 771; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download | duplicates (2)
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 --dbgsym-migration='ruby-narray-dbg (<< 0.6.1.2-1)'