File: rules

package info (click to toggle)
doc-rfc 20120225-2
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 461,380 kB
  • ctags: 166
  • sloc: xml: 204,780; perl: 240; sh: 59; makefile: 10
file content (17 lines) | stat: -rwxr-xr-x 253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

SH=/bin/bash
PERL=/usr/bin/perl -w

%:
	dh $@

override_dh_auto_build:
	cd debian && $(PERL) makestatus.pl

override_dh_install:
	cd debian && $(SH) distribute.sh

	dh_install -i --fail-missing

	cd debian && $(PERL) create-links.pl