File: rules

package info (click to toggle)
niceshaper 1.2.4-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 868 kB
  • ctags: 1,155
  • sloc: cpp: 8,146; sh: 163; makefile: 74; ansic: 28
file content (20 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
#export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

export BINDIR=/usr/bin

override_dh_compress:
	dh_compress -Xchangelog.html -Xniceshaper.vim

override_dh_installinit:
	dh_installinit --no-start

%:
	dh $@ --with systemd