File: rules

package info (click to toggle)
ratmenu 2.3.23
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 104 kB
  • sloc: ansic: 480; makefile: 32; sh: 2
file content (10 lines) | stat: -rwxr-xr-x 202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/make -f
# lintian hardening
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_auto_install:
	dh_auto_install -- INSTALL='install --strip-program=true'