diff options
| author | Michael Biebl <biebl@debian.org> | 2007-04-02 19:35:02 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2007-04-02 19:35:02 +0000 |
| commit | 6b0da5e00a0a0a3649f757f55915fff6fb6ab932 (patch) | |
| tree | 3c55ff14d74e98177e1a49492ee56b2cc53ad3ef | |
| parent | 815d2dc4af5bd9bb56c7c651c7b0cc4de983a567 (diff) | |
network-manager-vpnc/network-manager-openvpn are now in the archive resp. NEW.
Add Recommends to network-manager-gnome git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@1316 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8353c00d..1c9c04b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ network-manager (0.6.4-7) unstable; urgency=low network-manager. - Add Recommends: libpam-keyring to network-manager-gnome. This allows to unlock the gnome-keyring automatically upon login. + - Add Recommends: network-manager-vpnc, network-manager-openvpn to + network-manager-gnome. (Closes: #406241) - Add XS-Vcs-* fields. * debian/patches/12_dbus1.0.patch - Updated to unref rather than close the D-Bus connection. diff --git a/debian/control b/debian/control index 889c5279..25396769 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Package: network-manager-gnome Architecture: any Section: gnome Depends: ${shlibs:Depends}, ${misc:Depends}, network-manager (= ${Source-Version}) -Recommends: notification-daemon, libpam-keyring +Recommends: notification-daemon, libpam-keyring, network-manager-vpnc, network-manager-openvpn Description: network management framework (GNOME frontend) NetworkManager attempts to keep an active network connection available at all times. It is intended only for the desktop use-case, and is not intended for |