diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 7834e807..a3d25841 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,8 @@ network-manager (0.7.998-1) UNRELEASED; urgency=low - Bump Build-Depends on libglib2.0-dev to (>= 2.18). - Replace hal Depends with udev. - Replace policykit Recommends with policykit-1. + - Add Recommends on modemmanager which is required for mobile broadband + support. - Update package description: policykit → policykit-1. * debian/network-manager.init - Update LSB header: Replace hal dependency with udev. diff --git a/debian/control b/debian/control index 0cabc958..72c4378c 100644 --- a/debian/control +++ b/debian/control @@ -43,7 +43,8 @@ Recommends: policykit-1, ppp, dnsmasq-base, - iptables + iptables, + modemmanager Suggests: avahi-autoipd Conflicts: network-manager-gnome (<< 0.6.5-1), |