r17586 - in /desktop/experimental/vinagre/debian: changelog control control.in rules vinagre-common.install vinagre.install

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Fri Nov 14 18:55:26 UTC 2008


Author: pochu-guest
Date: Fri Nov 14 18:55:26 2008
New Revision: 17586

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17586
Log:
  - Update build dependencies.
* debian/control.in, debian/rules, debian/vinagre.install,
  debian-common.install:
  - Add a vinagre-common package for the arch:all files.

Added:
    desktop/experimental/vinagre/debian/vinagre-common.install
    desktop/experimental/vinagre/debian/vinagre.install
Modified:
    desktop/experimental/vinagre/debian/changelog
    desktop/experimental/vinagre/debian/control
    desktop/experimental/vinagre/debian/control.in
    desktop/experimental/vinagre/debian/rules

Modified: desktop/experimental/vinagre/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/changelog?rev=17586&op=diff
==============================================================================
--- desktop/experimental/vinagre/debian/changelog (original)
+++ desktop/experimental/vinagre/debian/changelog Fri Nov 14 18:55:26 2008
@@ -1,8 +1,12 @@
 vinagre (2.24.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
+    - Update build dependencies.
+  * debian/control.in, debian/rules, debian/vinagre.install,
+    debian-common.install:
+    - Add a vinagre-common package for the arch:all files.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Thu, 13 Nov 2008 20:39:30 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Fri, 14 Nov 2008 19:54:55 +0100
 
 vinagre (2.23.4-1) experimental; urgency=low
 

Modified: desktop/experimental/vinagre/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/control?rev=17586&op=diff
==============================================================================
--- desktop/experimental/vinagre/debian/control (original)
+++ desktop/experimental/vinagre/debian/control Fri Nov 14 18:55:26 2008
@@ -38,3 +38,21 @@
  A Virtual Network Computing (VNC) server is a computer sharing its
  screen to the network, so anyone with enough permissions can control
  it remotely.
+
+Package: vinagre-common
+Architecture: all
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: VNC client for the GNOME Desktop (common files)
+ Vinagre is a VNC client integrated into the GNOME Desktop.
+ .
+ With Vinagre you can have several connections open simultaneously,
+ bookmark your servers thanks to the Favorites support, store the
+ passwords in the GNOME keyring, and browse the network to look for
+ VNC servers.
+ .
+ A Virtual Network Computing (VNC) server is a computer sharing its
+ screen to the network, so anyone with enough permissions can control
+ it remotely.
+ .
+ This package contains the help files and other common files.

Modified: desktop/experimental/vinagre/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/control.in?rev=17586&op=diff
==============================================================================
--- desktop/experimental/vinagre/debian/control.in (original)
+++ desktop/experimental/vinagre/debian/control.in Fri Nov 14 18:55:26 2008
@@ -26,7 +26,8 @@
 Package: vinagre
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         vinagre-common (= ${source:Version})
 Description: VNC client for the GNOME Desktop
  Vinagre is a VNC client integrated into the GNOME Desktop.
  .
@@ -38,3 +39,21 @@
  A Virtual Network Computing (VNC) server is a computer sharing its
  screen to the network, so anyone with enough permissions can control
  it remotely.
+
+Package: vinagre-common
+Architecture: all
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: VNC client for the GNOME Desktop (common files)
+ Vinagre is a VNC client integrated into the GNOME Desktop.
+ .
+ With Vinagre you can have several connections open simultaneously,
+ bookmark your servers thanks to the Favorites support, store the
+ passwords in the GNOME keyring, and browse the network to look for
+ VNC servers.
+ .
+ A Virtual Network Computing (VNC) server is a computer sharing its
+ screen to the network, so anyone with enough permissions can control
+ it remotely.
+ .
+ This package contains the help files and other common files.

Modified: desktop/experimental/vinagre/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/rules?rev=17586&op=diff
==============================================================================
--- desktop/experimental/vinagre/debian/rules (original)
+++ desktop/experimental/vinagre/debian/rules Fri Nov 14 18:55:26 2008
@@ -12,6 +12,6 @@
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-avahi \
                              --disable-scrollkeeper
 
-binary-install/vinagre::
-	rm debian/vinagre/usr/share/doc/vinagre/COPYING
-	rm debian/vinagre/usr/share/doc/vinagre/INSTALL
+binary-install/vinagre-common::
+	rm debian/vinagre-common/usr/share/doc/vinagre/COPYING
+	rm debian/vinagre-common/usr/share/doc/vinagre/INSTALL

Added: desktop/experimental/vinagre/debian/vinagre-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/vinagre-common.install?rev=17586&op=file
==============================================================================
--- desktop/experimental/vinagre/debian/vinagre-common.install (added)
+++ desktop/experimental/vinagre/debian/vinagre-common.install Fri Nov 14 18:55:26 2008
@@ -1,0 +1,1 @@
+debian/tmp/usr/share

Added: desktop/experimental/vinagre/debian/vinagre.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/vinagre.install?rev=17586&op=file
==============================================================================
--- desktop/experimental/vinagre/debian/vinagre.install (added)
+++ desktop/experimental/vinagre/debian/vinagre.install Fri Nov 14 18:55:26 2008
@@ -1,0 +1,2 @@
+debian/tmp/usr/lib
+debian/tmp/usr/bin




More information about the pkg-gnome-commits mailing list