[Pkg-xfce-commits] r4278 - desktop/branches/experimental/xfdesktop4/debian

Yves-Alexis Perez corsac at alioth.debian.org
Sun Sep 5 03:36:27 UTC 2010


Author: corsac
Date: 2010-09-05 15:36:13 +0000 (Sun, 05 Sep 2010)
New Revision: 4278

Modified:
   desktop/branches/experimental/xfdesktop4/debian/changelog
   desktop/branches/experimental/xfdesktop4/debian/rules
Log:
don't rename generic terminal .desktop file, it's gone too.

Modified: desktop/branches/experimental/xfdesktop4/debian/changelog
===================================================================
--- desktop/branches/experimental/xfdesktop4/debian/changelog	2010-09-05 15:34:34 UTC (rev 4277)
+++ desktop/branches/experimental/xfdesktop4/debian/changelog	2010-09-05 15:36:13 UTC (rev 4278)
@@ -10,8 +10,9 @@
     - pick {C,LD}FLAGS from dpkg-buildflags.
     - drop --libexecdir, --disable-rpath and --enable-final from configure args.
     - drop usr/lib from chrpath call, it doesn't exist anymore.
+    - don't rename generic terminal .desktop file, it's gone too.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 05 Sep 2010 17:33:55 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 05 Sep 2010 17:35:52 +0200
 
 xfdesktop4 (4.6.2-1) unstable; urgency=low
 

Modified: desktop/branches/experimental/xfdesktop4/debian/rules
===================================================================
--- desktop/branches/experimental/xfdesktop4/debian/rules	2010-09-05 15:34:34 UTC (rev 4277)
+++ desktop/branches/experimental/xfdesktop4/debian/rules	2010-09-05 15:36:13 UTC (rev 4278)
@@ -11,12 +11,6 @@
 override_dh_install:
 	chrpath -d -k $(CURDIR)/debian/tmp/usr/bin/*
 	
-	# rename the generic terminal file
-	mv $(CURDIR)/debian/tmp/usr/share/applications/xfce4-terminal.desktop \
-		$(CURDIR)/debian/tmp/usr/share/applications/xfce4-term.desktop
-	sed -i 's/xfce4-terminal/xfce4-term/' \
-		$(CURDIR)/debian/tmp/etc/xdg/menus/xfce-applications.menu
-	
 	dh_install --sourcedir=debian/tmp --fail-missing
 	# why oh why is this necessary?
 	rm -rf $(CURDIR)/debian/xfdesktop4-data/usr/share/man




More information about the Pkg-xfce-commits mailing list