[pkg-netfilter-team] Bug#949576: libiptc-dev: Breaks/Replaces missing between libiptc-dev and libip4tc-dev

Jamie Strandboge jamie at ubuntu.com
Fri Feb 28 14:34:06 GMT 2020


Package: iptables
Version: 1.8.4-3
Followup-For: Bug #949576
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu focal ubuntu-patch

Dear Maintainer,

The Breaks/Replaces added to fix this bug were not quite correct (we saw this
in Ubuntu: https://launchpad.net/bugs/1865055). I've adjusted the
Breaks/Replaces in the attached patch to follow case 9 of
https://wiki.debian.org/PackageTransition and it fixes the issue.

The Ubuntu changelog entry:

  * debian/control: correct Breaks/Replaces for ipt_kernel_headers.h
    move from libiptc-dev to libip4tc-dev (LP: #1865055)


Thanks for considering the patch.


-- System Information:
Debian Release: bullseye/sid
  APT prefers focal
  APT policy: (500, 'focal'), (500, 'eoan')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-14-generic (SMP w/4 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-------------- next part --------------
diff -Nru iptables-1.8.4/debian/control iptables-1.8.4/debian/control
--- iptables-1.8.4/debian/control	2020-02-13 16:23:25.000000000 -0600
+++ iptables-1.8.4/debian/control	2020-02-28 08:16:32.000000000 -0600
@@ -1,8 +1,7 @@
 Source: iptables
 Section: net
 Priority: optional
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
-XSBC-Original-Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team at lists.alioth.debian.org>
+Maintainer: Debian Netfilter Packaging Team <pkg-netfilter-team at lists.alioth.debian.org>
 Uploaders: Arturo Borrero Gonzalez <arturo at debian.org>,
            Alberto Molina Coballes <alb.molina at gmail.com>,
            Laurence J. Lane <ljlane at debian.org>
@@ -100,7 +99,6 @@
 Depends: libip4tc-dev (=${binary:Version}),
          libip6tc-dev (=${binary:Version}),
          ${misc:Depends}
-Replaces: libip4tc-dev (<< 1.8.4-2)
 Breaks: libip4tc-dev (<< 1.8.4-2)
 Section: libdevel
 Description: Common development files for libiptc
@@ -133,8 +131,8 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: libip4tc2 (=${binary:Version}),
          ${misc:Depends}
-Replaces: iptables-dev (<< 1.6.0-3)
-Breaks: iptables-dev (<< 1.6.0-3)
+Replaces: iptables-dev (<< 1.6.0-3), libiptc-dev (<< 1.8.4-2)
+Breaks: iptables-dev (<< 1.6.0-3), libiptc-dev (<< 1.8.4-2)
 Section: libdevel
 Description: Development files for libip4tc
  The iptables/xtables framework has been replaced by nftables. You should


More information about the pkg-netfilter-team mailing list