File: rules

package info (click to toggle)
nzbget 21.2~r2333%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,180 kB
  • sloc: cpp: 62,886; javascript: 19,249; sh: 5,312; python: 1,381; makefile: 489
file content (18 lines) | stat: -rwxr-xr-x 382 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# for arm and armhf, build with -fpermissive
ifneq (,$(findstring arm-linux-gnueabi,$(DEB_HOST_GNU_TYPE)))
export DEB_CXXFLAGS_MAINT_APPEND = -fpermissive
endif

%:
	dh $@ --with autoreconf

override_dh_installman:
	dh_installman debian/nzbget.1

override_dh_installinit: