Jonathan Nieder wrote:
> --- 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)
Oops, I can read, really.
Here's a corrected patch.
diff --git i/debian/changelog w/debian/changelog
index 549281d5..b3db8ddb 100644
--- i/debian/changelog
+++ w/debian/changelog
@@ -1,3 +1,10 @@
+iptables (1.4.16.3-3.1) local; urgency=low
+
+ * Added breaks and replaces by libxtables9 against iptables 1.4.16.3-1.
+ Prevents file conflicts during upgrade.
+
+ -- Jonathan Nieder <[email protected]> Fri, 02 Nov 2012 20:05:05 -0700
+
iptables (1.4.16.3-3) unstable; urgency=low
* Added versioned libxtables dependency
diff --git i/debian/control w/debian/control
index 2e4c9e56..78b1c4e6 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)
+Replaces: iptables (= 1.4.16.3-1)
Description: netfilter xtables library
The user-space interface to the Netfilter xtables kernel framework.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]