r35290 - in /desktop/unstable/gdm3/debian: changelog control control.in gdm3.maintscript
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Sat Jun 9 21:23:14 UTC 2012
Author: joss
Date: Sat Jun 9 21:23:11 2012
New Revision: 35290
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35290
Log:
Use dh maintscript support to remove the old GConf config file.
Added:
desktop/unstable/gdm3/debian/gdm3.maintscript
Modified:
desktop/unstable/gdm3/debian/changelog
desktop/unstable/gdm3/debian/control
desktop/unstable/gdm3/debian/control.in
Modified: desktop/unstable/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/changelog?rev=35290&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdm3/debian/changelog [utf-8] Sat Jun 9 21:23:11 2012
@@ -77,6 +77,7 @@
* Add the metacity default to gsettings too.
* Require a metacity version which supports gsettings.
* Get rid of anything related to GConf.
+ * Use dh maintscript support to remove the old GConf config file.
* Force disable systemd support.
* 06_first_vt.patch, 17_switch_on_finish.patch: refreshed.
* 07_libexec-paths.patch: use the binary path as provided by g-s-d.pc.
Modified: desktop/unstable/gdm3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/control?rev=35290&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/control [utf-8] (original)
+++ desktop/unstable/gdm3/debian/control [utf-8] Sat Jun 9 21:23:11 2012
@@ -9,7 +9,7 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
Build-Depends: gnome-pkg-tools (>= 0.16.3),
- debhelper (>= 8),
+ debhelper (>= 8.1.0),
cdbs,
dh-autoreconf,
intltool (>= 0.40.0),
@@ -51,6 +51,7 @@
Package: gdm3
Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
adduser,
Modified: desktop/unstable/gdm3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/control.in?rev=35290&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/control.in [utf-8] (original)
+++ desktop/unstable/gdm3/debian/control.in [utf-8] Sat Jun 9 21:23:11 2012
@@ -4,7 +4,7 @@
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: gnome-pkg-tools (>= 0.16.3),
- debhelper (>= 8),
+ debhelper (>= 8.1.0),
cdbs,
dh-autoreconf,
intltool (>= 0.40.0),
@@ -46,6 +46,7 @@
Package: gdm3
Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends},
adduser,
Added: desktop/unstable/gdm3/debian/gdm3.maintscript
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/gdm3.maintscript?rev=35290&op=file
==============================================================================
--- desktop/unstable/gdm3/debian/gdm3.maintscript (added)
+++ desktop/unstable/gdm3/debian/gdm3.maintscript [utf-8] Sat Jun 9 21:23:11 2012
@@ -1,0 +1,1 @@
+rm_conffile /etc/gdm3/greeter.gconf-defaults 3.4
More information about the pkg-gnome-commits
mailing list