r20310 - in /desktop/unstable/vino/debian: changelog rules

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Tue Jun 9 18:57:33 UTC 2009


Author: pochu-guest
Date: Tue Jun  9 18:57:33 2009
New Revision: 20310

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20310
Log:
Install the autostart file in /usr/share/gnome/autostart.

Modified:
    desktop/unstable/vino/debian/changelog
    desktop/unstable/vino/debian/rules

Modified: desktop/unstable/vino/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vino/debian/changelog?rev=20310&op=diff
==============================================================================
--- desktop/unstable/vino/debian/changelog (original)
+++ desktop/unstable/vino/debian/changelog Tue Jun  9 18:57:33 2009
@@ -6,6 +6,7 @@
   * Standards-Version is 3.8.1, no changes needed.
   * debian/copyright: rewritten
   * Update Vcs-Browser and Vcs-Svn to point to the unstable branch.
+  * Install the autostart file in /usr/share/gnome/autostart.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Tue, 09 Jun 2009 11:29:16 +0200
 

Modified: desktop/unstable/vino/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vino/debian/rules?rev=20310&op=diff
==============================================================================
--- desktop/unstable/vino/debian/rules (original)
+++ desktop/unstable/vino/debian/rules Tue Jun  9 18:57:33 2009
@@ -17,3 +17,10 @@
 clean::
 	rm -f intltool-update intltool-merge intltool-extract
 	rm -f po/.intltool-merge-cache
+
+binary-install/vino::
+	# Move the autostart file to /usr/share/gnome/autostart
+	mkdir -p debian/vino/usr/share/gnome/autostart
+	mv debian/vino/etc/xdg/autostart/vino-server.desktop \
+		debian/vino/usr/share/gnome/autostart
+	cd debian/vino && rmdir -p etc/xdg/autostart




More information about the pkg-gnome-commits mailing list