File: rules

package info (click to toggle)
atig 0.6.1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 868 kB
  • sloc: ruby: 5,315; makefile: 11; sh: 3
file content (17 lines) | stat: -rwxr-xr-x 413 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-
#PKG_DIR := $(CURDIR)/debian/ruby-atig

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

override_dh_auto_install:
	dh_auto_install
	rm -f $(CURDIR)/debian/atig/usr/bin/console
	rm -f $(CURDIR)/debian/atig/usr/bin/setup
	rm -f $(CURDIR)/debian/atig/usr/lib/ruby/vendor_ruby/memory_profiler.rb

override_dh_auto_clean:
	dh_auto_clean
	rm -f $(CURDIR)/*.db
	rm -fr $(CURDIR)/coverage