File: rules

package info (click to toggle)
grub-installer 1.209
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,004 kB
  • sloc: sh: 1,305; ansic: 128; makefile: 16
file content (11 lines) | stat: -rwxr-xr-x 169 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/make -f

include /usr/share/dpkg/default.mk

%:
	dh $@

ifeq ($(DEB_HOST_ARCH),mipsel)
override_dh_gencontrol:
	dh_gencontrol -- -Vsubarch=loongson-2f
endif