[Pkg-xfce-commits] r507 - desktop/trunk/exo/debian
Simon Huggins
huggie at costa.debian.org
Sun Mar 12 12:45:21 UTC 2006
Author: huggie
Date: 2006-03-12 12:45:21 +0000 (Sun, 12 Mar 2006)
New Revision: 507
Modified:
desktop/trunk/exo/debian/changelog
desktop/trunk/exo/debian/rules
Log:
Debianise the helpers.rc file.
Modified: desktop/trunk/exo/debian/changelog
===================================================================
--- desktop/trunk/exo/debian/changelog 2006-03-12 11:58:21 UTC (rev 506)
+++ desktop/trunk/exo/debian/changelog 2006-03-12 12:45:21 UTC (rev 507)
@@ -13,6 +13,8 @@
lintian.
* Add #DEBHELPER# to the postinst and only run makeshlibs on the lib
package.
+ * Make the exo-preferred-applications system default to
+ debian-sensible-browser and debian-x-terminal-emulator.
-- Yves-Alexis Perez <corsac at corsac.net> Sun, 05 Mar 2006 16:40:32 +0100
Modified: desktop/trunk/exo/debian/rules
===================================================================
--- desktop/trunk/exo/debian/rules 2006-03-12 11:58:21 UTC (rev 506)
+++ desktop/trunk/exo/debian/rules 2006-03-12 12:45:21 UTC (rev 507)
@@ -91,6 +91,11 @@
# delete the unneeded .a and .la files
rm -rf debian/tmp/usr/lib/xfce4/mcs-plugins/*.{a,la}
+ # Debianise
+ sed -i -e 's/^WebBrowser=.*/WebBrowser=debian-sensible-browser/' \
+ -e 's/TerminalEmulator=.*/TerminalEmulator=debian-x-terminal-emulator/' \
+ debian/tmp/etc/xdg/xfce4/helpers.rc
+
# delete all pre-compiled python files
#-find $(CURDIR)/debian/tmp -name '*.py[co]' -exec rm -f '{}' ';'
More information about the Pkg-xfce-commits
mailing list