File: rules

package info (click to toggle)
ruby-lapack 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 28,552 kB
  • sloc: ansic: 191,612; ruby: 3,934; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

override_dh_strip:
	dh_strip --dbgsym-migration='ruby-lapack-dbg (<< 1.7.2-1)'

override_dh_installexamples:
	dh_installexamples
	find $(CURDIR)/debian/ruby-lapack/usr/share/doc/ruby-lapack/examples \
	  -type f -exec chmod 0644 {} \;