I'm attaching another patch on top of the previous one.
Barak will review it and I'll remove the moreinfo tag as soon as it is uploaded on unstable. (I was requesting for permission to upload on unstable) debian/changelog | 1 + debian/control | 11 +++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 723b6dd..efe8b6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ ettercap (1:0.8.1-2) unstable; urgency=medium * Add flex-old as b-d, used with bison++. * Fix conflicting files in both common and graphical package (Closes: #768831). + * Fix some obsolete breaks+replaces, thanks Andreas! * Remove the gksu dependency, not needed anymore. -- Gianfranco Costamagna <[email protected]> Tue, 21 Oct 2014 13:19:19 +0200 diff --git a/debian/control b/debian/control index e44129a..1643669 100644 --- a/debian/control +++ b/debian/control @@ -30,8 +30,6 @@ Package: ettercap-common Architecture: any Depends: ethtool [linux-any], ${misc:Depends}, ${shlibs:Depends} Recommends: ettercap-graphical | ettercap-text-only -Replaces: ettercap-plugins -Conflicts: ettercap (<= 1:0.7.3), ettercap-plugins Description: Multipurpose sniffer/interceptor/logger for switched LAN Ettercap supports active and passive dissection of many protocols (even encrypted ones) and includes many feature for network and host @@ -58,8 +56,8 @@ Architecture: any Depends: ettercap-common (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} -Replaces: ettercap, ettercap-graphical, ettercap-gtk -Conflicts: ettercap (<= 1:0.7.3), ettercap-graphical, ettercap-gtk +Replaces: ettercap, ettercap-gtk +Conflicts: ettercap, ettercap-gtk Provides: ettercap Description: Ettercap console-mode executable Ettercap supports active and passive dissection of many protocols @@ -85,8 +83,9 @@ Depends: ettercap-common (= ${binary:Version}), policykit-1, ${misc:Depends}, ${shlibs:Depends} -Replaces: ettercap, ettercap-common, ettercap-gtk, ettercap-text-only -Conflicts: ettercap (<= 1:0.7.3), ettercap-gtk, ettercap-text-only +Breaks: ettercap-common (<< 1:0.8.1-2~) +Replaces: ettercap, ettercap-common (<< 1:0.8.1-2~), ettercap-gtk +Conflicts: ettercap, ettercap-gtk Provides: ettercap Description: Ettercap GUI-enabled executable Ettercap supports active and passive dissection of many protocols thanks, Gianfranco -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/365978913.61796.1415786744283.javamail.ya...@jws11125.mail.ir2.yahoo.com

