diff options
| author | Michael Biebl <biebl@debian.org> | 2011-03-06 17:54:23 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2011-03-06 17:54:27 +0100 |
| commit | 98f9573701b6b33e995b5338ca26be75b3d6c374 (patch) | |
| tree | c629790cf2b2b8bb5faf2f36c9ec78292990ee7b | |
| parent | 3c0f0842b7417d8d935dac2281a8b7d978656c32 (diff) | |
Bump Breaks against network-manager-gnome to (<< 0.8.2)
to avoid partial upgrades which can lead to problems with user settings for ethernet connections. (Closes: #612291)
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 981e96d3..0558a9dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ network-manager (0.8.2-6) UNRELEASED; urgency=low * debian/control - Remove old Conflicts/Replaces which were required for upgrades to squeeze. + - Bump Breaks against network-manager-gnome to (<< 0.8.2) to avoid + partial upgrades which can lead to problems with user settings for + ethernet connections. (Closes: #612291) -- Michael Biebl <biebl@debian.org> Sun, 06 Mar 2011 17:12:47 +0100 diff --git a/debian/control b/debian/control index c787bd2a..b601f310 100644 --- a/debian/control +++ b/debian/control @@ -44,11 +44,11 @@ Recommends: modemmanager Suggests: avahi-autoipd Breaks: - network-manager-gnome (<< 0.7~~), + network-manager-gnome (<< 0.8.2), network-manager-kde (<< 1:0.9~~), - network-manager-openvpn (<< 0.7~~), - network-manager-vpnc (<< 0.7~~), - network-manager-pptp (<< 0.7~~), + network-manager-openvpn (<< 0.8), + network-manager-vpnc (<< 0.8), + network-manager-pptp (<< 0.8), ppp (<< 2.4.5) Description: network management framework daemon NetworkManager attempts to keep an active network connection available at all |