Control: tags -1 + patch [Niels Thykier] > The package rp-pppoe uses debhelper with a compat level of 4, > which is deprecated and scheduled for removal.
The rp-pppoe package is a dependency of FreedomBox, and thus we would like to see this fixed to keep freedombox-setup in testing. Here is a patch to fix it. There are several lintian warnings left to fix in the package, but I choosed to do the minimal changes in this patch. rp-pppoe (3.8-3.1) UNRELEASED; urgency=medium * Non-maintainer upload. * Move to debhelper 9 (Closes: #817658). -- Petter Reinholdtsen <p...@debian.org> Thu, 14 Jul 2016 06:17:15 +0000 diff -u rp-pppoe-3.8/debian/compat rp-pppoe-3.8/debian/compat --- rp-pppoe-3.8/debian/compat +++ rp-pppoe-3.8/debian/compat @@ -1 +1 @@ -4 +9 diff -u rp-pppoe-3.8/debian/control rp-pppoe-3.8/debian/control --- rp-pppoe-3.8/debian/control +++ rp-pppoe-3.8/debian/control @@ -3,11 +3,11 @@ Standards-Version: 3.6.0 Section: net Priority: optional -Build-Depends: debhelper (> 4) +Build-Depends: debhelper (>= 9) Package: pppoe Architecture: any -Depends: ${shlibs:Depends}, ppp (>= 2.3.10-1) +Depends: ${misc:Depends}, ${shlibs:Depends}, ppp (>= 2.3.10-1) Description: PPP over Ethernet driver PPP over Ethernet (PPPoE) is a protocol used by many ADSL Internet service providers. This package allows -- Happy hacking Petter Reinholdtsen