Hi, I uploaded an NMU of your package.
Please see this as help to get the package into a releaseable condition for etch. Please find the used diff below. Cheers, Andi diff -ur ../rp-pppoe-3.8~/debian/changelog ../rp-pppoe-3.8/debian/changelog --- ../rp-pppoe-3.8~/debian/changelog 2006-04-26 02:55:32.000000000 +0200 +++ ../rp-pppoe-3.8/debian/changelog 2006-11-27 12:21:00.000000000 +0100 @@ -1,3 +1,11 @@ +rp-pppoe (3.8-1.1) unstable; urgency=high + + * Non-maintainer upload. + * Hardcode path to pppd so that pppoe works even when there is no + pppd installed in the compilation chroot. Closes: #380584 + + -- Andreas Barth <[EMAIL PROTECTED]> Mon, 27 Nov 2006 12:20:15 +0100 + rp-pppoe (3.8-1) unstable; urgency=low * New upstream release diff -ur ../rp-pppoe-3.8~/debian/rules ../rp-pppoe-3.8/debian/rules --- ../rp-pppoe-3.8~/debian/rules 2003-09-16 21:12:35.000000000 +0200 +++ ../rp-pppoe-3.8/debian/rules 2006-11-27 12:20:03.000000000 +0100 @@ -7,7 +7,7 @@ build-stamp: dh_testdir # test -f configure || (aclocal; autoconf) - test -f src/Makefile || (cd src && ./configure) + test -f src/Makefile || (cd src && PPPD=/usr/sbin/pppd ./configure) $(MAKE) -C src touch build-stamp -- http://home.arcor.de/andreas-barth/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]