diff -Ndru ppp-2.4.2+20030811/debian/control ppp-2.4.2+20030811-woody/debian/control
--- ppp-2.4.2+20030811/debian/control	Mon Sep  8 19:09:38 2003
+++ ppp-2.4.2+20030811-woody/debian/control	Mon Sep  8 19:10:44 2003
@@ -8,7 +8,7 @@
 Package: ppp
 Section: base
 Architecture: any
-Depends: ${shlibs:Depends}, libpam-modules, libpam-runtime (>= 0.76-13.1), netbase, procps, makedev (>= 2.3.1-56)
+Depends: ${shlibs:Depends}, libpam-modules, libpam-runtime, netbase, procps, makedev (>= 2.3.1-56)
 Conflicts: ppp-pam, ppp-udeb
 Replaces: ppp-pam, ppp-udeb
 Description: Point-to-Point Protocol (PPP) daemon
diff -Ndru ppp-2.4.2+20030811/debian/rules ppp-2.4.2+20030811-woody/debian/rules
--- ppp-2.4.2+20030811/debian/rules	Mon Sep  8 19:09:38 2003
+++ ppp-2.4.2+20030811-woody/debian/rules	Mon Sep  8 19:11:01 2003
@@ -126,9 +126,9 @@
 	dh_installman extra/pon.1
 	dh_link
 	dh_installlogrotate
-	dh_installinit --init-script=pppd-dns --no-start \
+	dh_installinit --init-script=pppd-dns \
 		--update-rcd-params='start 38 S .'
-	dh_installinit --no-start \
+	dh_installinit \
 		--update-rcd-params='start 14 2 3 4 5 . stop 86 0 1 6 .'
 	dh_installpam
 
diff -Ndru ppp-2.4.2+20030811/extra/0000usepeerdns-down ppp-2.4.2+20030811-woody/extra/0000usepeerdns-down
--- ppp-2.4.2+20030811/extra/0000usepeerdns-down	Mon Sep  8 19:09:38 2003
+++ ppp-2.4.2+20030811-woody/extra/0000usepeerdns-down	Mon Sep  8 19:48:27 2003
@@ -4,7 +4,7 @@
 [ -x /sbin/resolvconf ] && exit 0
 
 # follow any symlink to find the real file
-REALRESOLVCONF=$(readlink --canonicalize /etc/resolv.conf)
+REALRESOLVCONF=$(readlink -f /etc/resolv.conf)
 
 # if an old resolv.conf file exists, restore it
 if [ -e $REALRESOLVCONF.pppd-backup ]; then
diff -Ndru ppp-2.4.2+20030811/extra/0000usepeerdns-up ppp-2.4.2+20030811-woody/extra/0000usepeerdns-up
--- ppp-2.4.2+20030811/extra/0000usepeerdns-up	Mon Sep  8 19:09:38 2003
+++ ppp-2.4.2+20030811-woody/extra/0000usepeerdns-up	Mon Sep  8 19:48:20 2003
@@ -7,7 +7,7 @@
 [ -x /sbin/resolvconf ] && exit 0
 
 # follow any symlink to find the real file
-REALRESOLVCONF=$(readlink --canonicalize /etc/resolv.conf)
+REALRESOLVCONF=$(readlink -f /etc/resolv.conf)
 
 # merge the new nameservers with the other options from the old configuration
 {

