r27819 - in /desktop/experimental/vinagre/debian: changelog rules vinagre.install

ah at users.alioth.debian.org ah at users.alioth.debian.org
Fri Apr 29 11:58:23 UTC 2011


Author: ah
Date: Fri Apr 29 11:58:22 2011
New Revision: 27819

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27819
Log:
Don't try to install or remove non-existant files


Modified:
    desktop/experimental/vinagre/debian/changelog
    desktop/experimental/vinagre/debian/rules
    desktop/experimental/vinagre/debian/vinagre.install

Modified: desktop/experimental/vinagre/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/changelog?rev=27819&op=diff
==============================================================================
--- desktop/experimental/vinagre/debian/changelog [utf-8] (original)
+++ desktop/experimental/vinagre/debian/changelog [utf-8] Fri Apr 29 11:58:22 2011
@@ -6,12 +6,16 @@
     - switch to gtk3 abi versions of some libraries
     - drop gconf (now uses gsettings), add libpeas
   * Make vinagre Recommend gnome-icon-theme as per configure warning.
-  * The configure arguments --enable-{avahi,telepathy} are now --with-...
-    so update debian/rules accordingly.
+  * debian/rules:
+    - The configure arguments --enable-{avahi,telepathy} are now --with-...
+    - Don't try to remove COPYING and INSTALL, not installed upstream anymore.
   * Temporarily disable avahi support as Gtk+ 3.x variant of avahi-ui
     isn't available yet.
-  * Temporarily disable telepathy support as it fails to build (link).
-  * Install plugins by their new path and extension.
+  * Temporarily disable telepathy support as it fails to build (link),
+    see also: https://bugzilla.gnome.org/show_bug.cgi?id=622894
+  * debian/vinagre.install:
+    - Install plugins by their new path and extension.
+    - Don't try to install bonobo etc. which no longer exists.
 
  -- Andreas Henriksson <andreas at fatal.se>  Fri, 29 Apr 2011 13:41:27 +0200
 

Modified: desktop/experimental/vinagre/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/rules?rev=27819&op=diff
==============================================================================
--- desktop/experimental/vinagre/debian/rules [utf-8] (original)
+++ desktop/experimental/vinagre/debian/rules [utf-8] Fri Apr 29 11:58:22 2011
@@ -13,7 +13,3 @@
                              --enable-ssh \
                              --with-telepathy=no \
                              --disable-scrollkeeper
-
-binary-install/vinagre::
-	rm debian/vinagre/usr/share/doc/vinagre/COPYING
-	rm debian/vinagre/usr/share/doc/vinagre/INSTALL

Modified: desktop/experimental/vinagre/debian/vinagre.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/vinagre.install?rev=27819&op=diff
==============================================================================
--- desktop/experimental/vinagre/debian/vinagre.install [utf-8] (original)
+++ desktop/experimental/vinagre/debian/vinagre.install [utf-8] Fri Apr 29 11:58:22 2011
@@ -2,6 +2,4 @@
 debian/tmp/usr/lib/vinagre
 debian/tmp/usr/lib/vinagre-3.0/plugins/*.vinagre-plugin
 debian/tmp/usr/lib/vinagre-3.0/plugins/*.so
-debian/tmp/usr/lib/bonobo
 debian/tmp/usr/share
-debian/tmp/etc




More information about the pkg-gnome-commits mailing list