r29804 - in /desktop/unstable/vinagre/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 28 18:12:43 UTC 2011


Author: biebl
Date: Wed Sep 28 18:12:42 2011
New Revision: 29804

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29804
Log:
Add Recommends on rdesktop for RDP support and update list of supported
protocols accordingly.

Modified:
    desktop/unstable/vinagre/debian/changelog
    desktop/unstable/vinagre/debian/control
    desktop/unstable/vinagre/debian/control.in

Modified: desktop/unstable/vinagre/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/changelog?rev=29804&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/changelog [utf-8] (original)
+++ desktop/unstable/vinagre/debian/changelog [utf-8] Wed Sep 28 18:12:42 2011
@@ -12,6 +12,8 @@
     - Remove .la files manually as we have a single binary package now and no
       more .install files.
     - Drop DEB_DH_GIREPOSITORY_ARGS_ALL, no longer needed.
+  * Add Recommends on rdesktop for RDP support and update list of supported
+    protocols accordingly.
 
  -- Michael Biebl <biebl at debian.org>  Wed, 28 Sep 2011 19:07:30 +0200
 

Modified: desktop/unstable/vinagre/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/control?rev=29804&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/control [utf-8] (original)
+++ desktop/unstable/vinagre/debian/control [utf-8] Wed Sep 28 18:12:42 2011
@@ -36,7 +36,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Recommends: gnome-icon-theme
+Recommends: gnome-icon-theme,
+            rdesktop
 Description: remote desktop client for the GNOME Desktop
  Vinagre is a remote desktop client integrated into the GNOME Desktop.
  .
@@ -45,4 +46,4 @@
  passwords in the GNOME keyring, and browse the network to look for
  VNC servers.
  .
- Supported protocols are VNC and SSH.
+ Supported protocols are VNC, SSH, and RDP.

Modified: desktop/unstable/vinagre/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vinagre/debian/control.in?rev=29804&op=diff
==============================================================================
--- desktop/unstable/vinagre/debian/control.in [utf-8] (original)
+++ desktop/unstable/vinagre/debian/control.in [utf-8] Wed Sep 28 18:12:42 2011
@@ -31,7 +31,8 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Recommends: gnome-icon-theme
+Recommends: gnome-icon-theme,
+            rdesktop
 Description: remote desktop client for the GNOME Desktop
  Vinagre is a remote desktop client integrated into the GNOME Desktop.
  .
@@ -40,4 +41,4 @@
  passwords in the GNOME keyring, and browse the network to look for
  VNC servers.
  .
- Supported protocols are VNC and SSH.
+ Supported protocols are VNC, SSH, and RDP.




More information about the pkg-gnome-commits mailing list