File: rules

package info (click to toggle)
gkrelltop 2.2.13-1.3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 308 kB
  • sloc: sh: 2,805; ansic: 1,823; makefile: 168
file content (17 lines) | stat: -rwxr-xr-x 486 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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

DPKG_EXPORT_BUILDTOOLS=1
include /usr/share/dpkg/buildtools.mk

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_install:
	# Add here commands to install the package into debian/gkrelltop.
	$(MAKE) PREFIX=$(CURDIR)/debian/gkrelltop  DESTDIR=usr/lib/gkrellm2/plugins install
	$(MAKE) PREFIXD=$(CURDIR)/debian/gkrelltopd DESTDIR=usr/lib/gkrellm2/plugins-gkrellmd install-server