diff -Nru ifenslave-2.10ubuntu2/debian/changelog ifenslave-2.10ubuntu3/debian/changelog --- ifenslave-2.10ubuntu2/debian/changelog 2020-07-29 11:10:22.000000000 +0000 +++ ifenslave-2.10ubuntu3/debian/changelog 2020-07-29 11:10:22.000000000 +0000 @@ -1,6 +1,7 @@ -ifenslave (2.10ubuntu2) groovy; urgency=medium +ifenslave (2.10ubuntu3) groovy; urgency=medium * Revert 2.10ubuntu1, back to 2.9ubuntu1, as 2.10ubuntu1 is miss-merged. + * Do not reintroduce transitional package. -- Dimitri John Ledkov Wed, 29 Jul 2020 12:10:22 +0100 diff -Nru ifenslave-2.10ubuntu2/debian/compat ifenslave-2.10ubuntu3/debian/compat --- ifenslave-2.10ubuntu2/debian/compat 2016-09-27 22:47:49.000000000 +0000 +++ ifenslave-2.10ubuntu3/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru ifenslave-2.10ubuntu2/debian/control ifenslave-2.10ubuntu3/debian/control --- ifenslave-2.10ubuntu2/debian/control 2016-09-27 22:47:49.000000000 +0000 +++ ifenslave-2.10ubuntu3/debian/control 2020-07-29 11:10:22.000000000 +0000 @@ -4,18 +4,17 @@ Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Guus Sliepen Uploaders: Dmitry Smirnov -Build-Depends: debhelper (>= 10) -Standards-Version: 3.9.8 -Vcs-Git: https://anonscm.debian.org/git/collab-maint/ifenslave.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/ifenslave.git +Build-Depends: debhelper-compat (= 13) +Rules-Requires-Root: no +Standards-Version: 4.5.0 +Vcs-Git: https://salsa.debian.org/debian/ifenslave.git +Vcs-Browser: https://salsa.debian.org/debian/ifenslave Package: ifenslave Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ifupdown (>= 0.7.46), iproute2 Recommends: net-tools -Breaks: ifenslave-2.6 (<< 1.1.0-22) -Replaces: ifenslave-2.6 (<< 1.1.0-22) Description: configure network interfaces for parallel routing (bonding) This is a tool to attach and detach slave network interfaces to a bonding device. A bonding device will act like a normal Ethernet network device to @@ -25,13 +24,3 @@ . The kernel must have support for bonding devices for ifenslave to be useful. This package supports 2.6.x kernels and the recent 3.x.x kernels. - -Package: ifenslave-2.6 -Section: oldlibs -Priority: extra -Architecture: all -Multi-Arch: foreign -Depends: ${misc:Depends}, ifenslave (>= 2.2) -Description: transitional package, use "ifenslave" - This is a transitional package to aid migration to "ifenslave". - It can be safely removed from the system once nothing depends on it.