| 1234567891011121314151617181920212223 | #!/usr/bin/make -f%:	dh $@ --with systemd --with autoreconf --with pppoverride_dh_auto_configure:	dh_auto_configure -- \		--prefix=/usr \		--mandir=/usr/share/man \		--with-libwrap \		--enable-bcrelayoverride_dh_install:	dh_install --fail-missingoverride_dh_installdocs:	dh_installdocs --exclude=test.txtoverride_dh_installinit:	dh_installinit -- start 20 2 3 4 5 . stop 20 1 .override_dh_systemd_enable:	dh_systemd_enable --no-enable
 |