[Pkg-xfce-commits] r1403 - desktop/trunk/xfce4-terminal/debian

huggie at alioth.debian.org huggie at alioth.debian.org
Sun Oct 21 12:33:14 UTC 2007


Author: huggie
Date: 2007-10-21 12:33:14 +0000 (Sun, 21 Oct 2007)
New Revision: 1403

Modified:
   desktop/trunk/xfce4-terminal/debian/changelog
   desktop/trunk/xfce4-terminal/debian/rules
Log:
Fix up the help after the rename with the configure option.


Modified: desktop/trunk/xfce4-terminal/debian/changelog
===================================================================
--- desktop/trunk/xfce4-terminal/debian/changelog	2007-10-21 11:01:45 UTC (rev 1402)
+++ desktop/trunk/xfce4-terminal/debian/changelog	2007-10-21 12:33:14 UTC (rev 1403)
@@ -9,8 +9,9 @@
   [ Simon Huggins ]
   * debian/control: Move fake Homepage field to a real one now dpkg
     supports it.
+  * debian/rules: Fix up rename so that help works again.
 
- -- Simon Huggins <huggie at earth.li>  Sat, 20 Oct 2007 12:47:13 +0100
+ -- Simon Huggins <huggie at earth.li>  Sun, 21 Oct 2007 13:28:45 +0100
 
 xfce4-terminal (0.2.6-4) unstable; urgency=low
   

Modified: desktop/trunk/xfce4-terminal/debian/rules
===================================================================
--- desktop/trunk/xfce4-terminal/debian/rules	2007-10-21 11:01:45 UTC (rev 1402)
+++ desktop/trunk/xfce4-terminal/debian/rules	2007-10-21 12:33:14 UTC (rev 1403)
@@ -19,10 +19,12 @@
 	rm debian/xfce4-terminal/usr/bin/terminal
 	install -c -m 0755 debian/xfce4-terminal.wrapper debian/xfce4-terminal/usr/bin/xfce4-terminal.wrapper
 #	sed -i 's/for browser in mozilla/for browser in sensible-browser mozilla/' debian/xfce4-terminal/usr/lib/xfce4-terminal/TerminalHelp
-#	sed -i 's#doc/Terminal/#doc/xfce4-terminal/html#' debian/xfce4-terminal/usr/lib/xfce4-terminal/TerminalHelp
 	# .desktop file call to the right binary
 	mv debian/xfce4-terminal/usr/share/applications/Terminal.desktop debian/xfce4-terminal/usr/share/applications/xfce4-terminal.desktop
 	sed -i 's#Exec=Terminal#Exec=xfce4-terminal#' debian/xfce4-terminal/usr/share/applications/xfce4-terminal.desktop
 	install -m 0644 debian/terminal.xpm debian/xfce4-terminal/usr/share/pixmaps/
+	mv debian/xfce4-terminal/usr/lib/xfce4-terminal/xfce4-terminalHelp \
+		debian/xfce4-terminal/usr/lib/xfce4-terminal/TerminalHelp
+	sed -i 's#doc/Terminal/#doc/xfce4-terminal/html#' debian/xfce4-terminal/usr/lib/xfce4-terminal/TerminalHelp
 	chrpath -d -k debian/xfce4-terminal/usr/bin/xfce4-terminal
 




More information about the Pkg-xfce-commits mailing list