[Pkg-utopia-commits] r2166 - in /packages/unstable/network-manager-applet/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Apr 3 02:14:54 UTC 2008


Author: biebl
Date: Thu Apr  3 02:14:53 2008
New Revision: 2166

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2166
Log:
debian/rules
- The nm-applet autostart file is now installed into /etc/xdg/autostart by
default, so we no longer have to move it around manually.

Modified:
    packages/unstable/network-manager-applet/debian/changelog
    packages/unstable/network-manager-applet/debian/rules

Modified: packages/unstable/network-manager-applet/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-applet/debian/changelog?rev=2166&op=diff
==============================================================================
--- packages/unstable/network-manager-applet/debian/changelog (original)
+++ packages/unstable/network-manager-applet/debian/changelog Thu Apr  3 02:14:53 2008
@@ -13,8 +13,11 @@
     - debian/patches/20-stable_branch_updates_r98.patch (applied upstream)
     - debian/patches/30-connection_info_hide_on_delete_event.patch (merged
       upstream)
+  * debian/rules
+    - The nm-applet autostart file is now installed into /etc/xdg/autostart by
+      default, so we no longer have to move it around manually.
 
- -- Michael Biebl <biebl at debian.org>  Thu, 03 Apr 2008 04:05:54 +0200
+ -- Michael Biebl <biebl at debian.org>  Thu, 03 Apr 2008 04:10:56 +0200
 
 network-manager-applet (0.6.5-3) unstable; urgency=low
 

Modified: packages/unstable/network-manager-applet/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-applet/debian/rules?rev=2166&op=diff
==============================================================================
--- packages/unstable/network-manager-applet/debian/rules (original)
+++ packages/unstable/network-manager-applet/debian/rules Thu Apr  3 02:14:53 2008
@@ -11,13 +11,6 @@
 build/network-manager-gnome::
 	/usr/bin/docbook-to-man debian/nm-applet.sgml > debian/nm-applet.1
 
-binary-install/network-manager-gnome::
-	# Install the autostart file following the new freedesktop.org spec
-	mkdir debian/${cdbs_curpkg}/etc/xdg/
-	mv debian/${cdbs_curpkg}/usr/share/gnome/autostart/ debian/${cdbs_curpkg}/etc/xdg/
-	rm -rf debian/${cdbs_curpkg}/usr/share/gnome/
-
 clean::
-	rm -f po/*.gmo
 	rm -f debian/*.1
 




More information about the Pkg-utopia-commits mailing list