File: rules

package info (click to toggle)
wvdial 1.61-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 604 kB
  • sloc: cpp: 3,169; sh: 180; makefile: 119
file content (13 lines) | stat: -rwxr-xr-x 346 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --no-parallel

override_dh_auto_build:
	dh_auto_build --buildsystem=makefile -- CXXOPTS="-fno-implement-inlines -fno-exceptions" VERBOSE=1

override_dh_auto_install:
	dh_auto_install -- prefix=debian/wvdial/usr PPPDIR=debian/wvdial/etc/ppp/peers