xubuntu-dev team mailing list archive
-
xubuntu-dev team
-
Mailing list archive
-
Message #01199
[Branch ~xubuntu-dev/xubuntu-default-settings/trunk] Rev 330: Call dh_installgsettings instead of manually shipping an override file.
------------------------------------------------------------
revno: 330
committer: Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
branch nick: xubuntu-default-settings
timestamp: Sat 2011-11-19 20:35:17 +0100
message:
Call dh_installgsettings instead of manually shipping an override file.
removed:
usr/share/glib-2.0/
usr/share/glib-2.0/schemas/
renamed:
usr/share/glib-2.0/schemas/xubuntu-default-settings.gschema.override => debian/xubuntu-default-settings.gsettings-override
modified:
debian/changelog
debian/rules
--
lp:xubuntu-default-settings
https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk
Your team Xubuntu Team is subscribed to branch lp:xubuntu-default-settings.
To unsubscribe from this branch go to https://code.launchpad.net/~xubuntu-dev/xubuntu-default-settings/trunk/+edit-subscription
=== modified file 'debian/changelog'
--- debian/changelog 2011-11-19 19:21:28 +0000
+++ debian/changelog 2011-11-19 19:35:17 +0000
@@ -12,6 +12,7 @@
* etc/xdg/xdg-xubuntu/Terminal/terminalrc: reduce the default font size
for xfce4-terminal. lp: #752886
* etc/skel/.xscreensaver: added, set blank mode by default. lp: #799268
+ * Call dh_installgsettings instead of manually shipping an override file.
-- Lionel Le Folgoc <mrpouit@xxxxxxxxxx> Sat, 19 Nov 2011 19:58:43 +0100
=== modified file 'debian/rules'
--- debian/rules 2009-12-12 15:50:04 +0000
+++ debian/rules 2011-11-19 19:35:17 +0000
@@ -3,5 +3,8 @@
override_dh_gconf:
dh_gconf --priority=20
+override_dh_installgsettings:
+ dh_installgsettings --priority=20
+
%:
dh $@
=== renamed file 'usr/share/glib-2.0/schemas/xubuntu-default-settings.gschema.override' => 'debian/xubuntu-default-settings.gsettings-override'
=== removed directory 'usr/share/glib-2.0'
=== removed directory 'usr/share/glib-2.0/schemas'