Package: libxtables9 Version: 1.4.16.3-3 Tags: patch Hi,
From today's upgrade: | Unpacking libxtables9 (from .../libxtables9_1.4.16.3-3_amd64.deb) ... | dpkg: error processing //var/cache/apt/archives/libxtables9_1.4.16.3-3_amd64.deb (--install): | trying to overwrite '/lib/libxtables.so.9.0.0', which is also in package iptables 1.4.16.3-1 How about this patch? I'll send a symbols file to make the package policy ยง8.6 compliant later tonight. diff --git i/debian/changelog w/debian/changelog index 549281d5..db52ea4f 100644 --- i/debian/changelog +++ w/debian/changelog @@ -1,3 +1,11 @@ +iptables (1.4.16.3-3.1) local; urgency=low + + * Added breaks and replaces by libxtables9 against iptables versions + that contained libxtables.so.9. Prevents file conflicts during + upgrade. + + -- Jonathan Nieder <jrnie...@gmail.com> Fri, 02 Nov 2012 20:03:18 -0700 + iptables (1.4.16.3-3) unstable; urgency=low * Added versioned libxtables dependency diff --git i/debian/control w/debian/control index 2e4c9e56..fad3d2c8 100644 --- i/debian/control +++ w/debian/control @@ -23,6 +23,8 @@ Description: administration tools for packet filtering and NAT Package: libxtables9 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} +Breaks: iptables (= 1.4.16.3-1), iptables (= 1.4.16.3-2) +Replaces: iptables (= 1.4.16.3-1), iptables (= 1.4.16.3-2) Description: netfilter xtables library The user-space interface to the Netfilter xtables kernel framework. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org