File: rules

package info (click to toggle)
rootskel 1.131%2B10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 444 kB
  • sloc: sh: 299; makefile: 239; ansic: 62; perl: 50
file content (11 lines) | stat: -rwxr-xr-x 243 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/make -f
%:
	dh $@

override_dh_auto_build: debian/templates
	dh_auto_build

DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)

debian/templates: debian/templates-arch
	debian/templates-build.pl $(DEB_HOST_ARCH) < $< > $@