File: rules

package info (click to toggle)
ruby-bootstrap-sass 3.3.5.1-5.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,312 kB
  • sloc: ruby: 1,181; sh: 17; makefile: 14
file content (20 lines) | stat: -rwxr-xr-x 469 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DH_RUBY = --gem-install
version = $(shell dpkg-parsechangelog -SVersion | cut -d - -f 1)

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

override_dh_auto_install:
	dh_auto_install
	dh_link -p compass-bootstrap-sass-plugin \
		/usr/share/rubygems-integration/all/gems/bootstrap-sass-$(version) \
		/usr/share/compass/frameworks/bootstrap-sass

override_dh_installchangelogs:
	dh_installchangelogs CHANGELOG.md

clean:
	dh clean
	rm -rf .sass-cache