File: rules

package info (click to toggle)
blendsel 0.5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 816 kB
  • sloc: perl: 703; makefile: 80; sh: 60
file content (13 lines) | stat: -rwxr-xr-x 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
%:
	dh $@ --no-parallel

override_dh_auto_install:
	$(MAKE) install DESTDIR=`pwd`/debian/blendsel
	$(MAKE) install-data DESTDIR=`pwd`/debian/blendsel-data

override_dh_installdocs:
	dh_installdocs --link-doc=blendsel

override_dh_perl:
	dh_perl -d