File: rules

package info (click to toggle)
libi18n-ruby 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 576 kB
  • ctags: 619
  • sloc: ruby: 4,655; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

DEB_AUTO_CLEANUP_RCS := yes

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/ruby-pkg-tools/1/class/ruby-common.mk

binary/libi18n-ruby::
	find debian/*/usr/lib/ruby/*/ -type f -name '*.rb' -exec chmod a-x {} \;