tags 300520 + patch thanks For what it's worth, the attached patch will make portslave build from source again. It seems harmless, but since the problem only affects sid and Russell has been active recently with the package, I won't NMU for now.
I hope this has been helpful. Happy hacking.
diff -ruN orig/changelog portslave-2004.03.26/changelog --- orig/changelog 2004-03-26 03:53:44.000000000 +0200 +++ portslave-2004.03.26/changelog 2005-04-03 21:13:46.000000000 +0300 @@ -1,3 +1,12 @@ +portslave (2004.03.26-0.1) unstable; urgency=low + + * Non-maintainer upload. + * Changed debian/rules EXTRA_CFLAGS to add /usr/include/pppd instead + /usr/include/net; added versioned build-dependency on ppp-dev. + Closes: #300520. + + -- Lars Wirzenius <[EMAIL PROTECTED]> Sun, 03 Apr 2005 21:13:37 +0300 + portslave (2004.03.26) unstable; urgency=low * Build-depends on ppp-dev. diff -ruN orig/debian/changelog portslave-2004.03.26/debian/changelog --- orig/debian/changelog 2004-03-26 03:53:44.000000000 +0200 +++ portslave-2004.03.26/debian/changelog 2005-04-03 21:13:46.000000000 +0300 @@ -1,3 +1,12 @@ +portslave (2004.03.26-0.1) unstable; urgency=low + + * Non-maintainer upload. + * Changed debian/rules EXTRA_CFLAGS to add /usr/include/pppd instead + /usr/include/net; added versioned build-dependency on ppp-dev. + Closes: #300520. + + -- Lars Wirzenius <[EMAIL PROTECTED]> Sun, 03 Apr 2005 21:13:37 +0300 + portslave (2004.03.26) unstable; urgency=low * Build-depends on ppp-dev. diff -ruN orig/debian/control portslave-2004.03.26/debian/control --- orig/debian/control 2004-03-26 03:52:33.000000000 +0200 +++ portslave-2004.03.26/debian/control 2005-04-03 21:11:01.000000000 +0300 @@ -2,7 +2,7 @@ Section: comm Priority: optional Maintainer: Russell Coker <[EMAIL PROTECTED]> -Build-Depends: debhelper, xutils, libradius1-dev, ppp-dev +Build-Depends: debhelper, xutils, libradius1-dev, ppp-dev (>= 2.4.3-20050321+1) Standards-Version: 3.5.6 Package: portslave diff -ruN orig/debian/rules portslave-2004.03.26/debian/rules --- orig/debian/rules 2004-03-21 13:02:53.000000000 +0200 +++ portslave-2004.03.26/debian/rules 2005-04-03 21:10:07.000000000 +0300 @@ -25,7 +25,7 @@ dh_testdir # Add here commands to compile the package. - $(MAKE) EXTRA_CFLAGS="-DNO_CHAP -I/usr/include/net" + $(MAKE) EXTRA_CFLAGS="-DNO_CHAP -I/usr/include/pppd" #/usr/bin/docbook-to-man debian/portslave-2000-11.sgml > portslave-2000-11.1 touch build-stamp diff -ruN orig/portslave.spec portslave-2004.03.26/portslave.spec --- orig/portslave.spec 2004-03-21 13:37:35.000000000 +0200 +++ portslave-2004.03.26/portslave.spec 2005-04-03 21:15:16.187560752 +0300 @@ -1,6 +1,6 @@ summary: Terminal server that does PPP and authenticates via RADIUS name: portslave -version: 2002.10.21 +version: 2004.03.26 release: 1 copyright: GPL group: Applications/Communications