File: rules

package info (click to toggle)
lxterminal 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,056 kB
  • ctags: 361
  • sloc: ansic: 2,481; sh: 1,259; xml: 79; makefile: 77; python: 14
file content (21 lines) | stat: -rwxr-xr-x 427 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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh ${@} --parallel

override_dh_auto_configure:
	dh_auto_configure -- --disable-silent-rules

override_dh_auto_install:
	dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxterminal

override_dh_installchangelogs:
	dh_installchangelogs NEWS

override_dh_auto_test:
	# does not work with 0.3.0 sources

override_dh_strip:
	dh_strip --dbg-package=lxterminal-dbg