File: rules

package info (click to toggle)
jmeters 0.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 544 kB
  • ctags: 253
  • sloc: cpp: 1,381; makefile: 44
file content (21 lines) | stat: -rwxr-xr-x 568 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f
# -*- makefile -*-

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export LDLIBS += -Wl,--as-needed

export PREFIX=/usr

%:
	dh $@ --sourcedir=source

override_dh_installchangelogs:
	dh_installchangelogs README

override_dh_auto_install:
	dh_auto_install
	install -d $(CURDIR)/debian/jmeters/usr/share/applications/
	install -d $(CURDIR)/debian/jmeters/usr/share/pixmaps/
	install -m 644 $(CURDIR)/debian/*.desktop $(CURDIR)/debian/jmeters/usr/share/applications/
	install -m 644 $(CURDIR)/debian/*.xpm $(CURDIR)/debian/jmeters/usr/share/pixmaps/