File: rules

package info (click to toggle)
doc-rfc 20170121-1
  • links: PTS, VCS
  • area: non-free
  • in suites: stretch
  • size: 541,932 kB
  • ctags: 32
  • sloc: xml: 267,963; sh: 101; python: 90; perl: 42; makefile: 13
file content (20 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

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

%:
	dh $@

override_dh_auto_build:
	cd debian && \
	$(PYTHON) makestatus.py && \
	$(PYTHON) makequeue.py

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

	dh_install -i --fail-missing

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