← Back to team overview

xubuntu-dev team mailing list archive

[Merge] lp:~micahg/xubuntu-artwork/xubuntu-artwork-oneiric into lp:xubuntu-artwork

 

Micah Gersten has proposed merging lp:~micahg/xubuntu-artwork/xubuntu-artwork-oneiric into lp:xubuntu-artwork.

Requested reviews:
  Lionel Le Folgoc (mrpouit)

For more details, see:
https://code.launchpad.net/~micahg/xubuntu-artwork/xubuntu-artwork-oneiric/+merge/63669

Update to drop gdm related theme package 
-- 
https://code.launchpad.net/~micahg/xubuntu-artwork/xubuntu-artwork-oneiric/+merge/63669
Your team Xubuntu Artwork Team is subscribed to branch lp:xubuntu-artwork.
=== modified file 'debian/changelog'
--- debian/changelog	2011-04-07 18:35:41 +0000
+++ debian/changelog	2011-06-07 10:00:54 +0000
@@ -1,3 +1,11 @@
+xubuntu-artwork (11.10.1) UNRELEASED; urgency=low
+
+  * debian/control: Drop xubuntu-gdm-theme package
+  * debian/copyright: Remove reference to usr/share/gdm
+  * Drop debian/xubuntu-gdm-theme*
+
+ -- Micah Gersten <micahg@xxxxxxxxxx>  Tue, 07 Jun 2011 04:51:29 -0500
+
 xubuntu-artwork (11.04.9) natty; urgency=low
 
   * Update elementaryXubuntu to include some missing icons (gdm, panel plugins).

=== modified file 'debian/control'
--- debian/control	2011-03-22 21:55:02 +0000
+++ debian/control	2011-06-07 10:00:54 +0000
@@ -11,7 +11,7 @@
 Architecture: all
 Depends: ${misc:Depends}, gtk2-engines-murrine, libnewt0.52 (>= 0.52.11-2ubuntu7)
 Recommends: plymouth-theme-xubuntu-logo, plymouth-theme-xubuntu-text,
- xubuntu-gdm-theme, xubuntu-wallpapers, xubuntu-icon-theme, murrine-themes
+ xubuntu-wallpapers, xubuntu-icon-theme, murrine-themes
 Description: Xubuntu themes and artwork
  This package contains Xubuntu themes and artwork.
 
@@ -21,15 +21,6 @@
 Description: Xubuntu wallpapers
  This package contains the default wallpapers for Xubuntu.
 
-Package: xubuntu-gdm-theme
-Architecture: all
-Depends: ${misc:Depends}, gdm
-Recommends: gnome-settings-daemon, xfwm4
-Suggests: xfce4-power-manager
-Provides: gdm-theme
-Description: Xubuntu GDM greeter theme
- This package contains the default GDM greeter theme for Xubuntu.
-
 Package: xubuntu-plymouth-theme
 Architecture: all
 Depends: ${misc:Depends}, plymouth-theme-xubuntu-logo, plymouth-theme-xubuntu-text

=== modified file 'debian/copyright'
--- debian/copyright	2011-04-07 18:19:47 +0000
+++ debian/copyright	2011-06-07 10:00:54 +0000
@@ -60,7 +60,7 @@
  On Debian systems the full text of the GNU General Public License can be found
  in the `/usr/share/common-licenses/GPL-2' file.
 
-Files: var/*, usr/share/xubuntu/*, usr/share/gdm/*
+Files: var/*, usr/share/xubuntu/*
 Copyright: 2010-2011, Lionel Le Folgoc <mrpouit@xxxxxxxxxx>
 License: GPL-2+
  On Debian systems the full text of the GNU General Public License can be found

=== removed file 'debian/xubuntu-gdm-theme.gconf-defaults'
--- debian/xubuntu-gdm-theme.gconf-defaults	2010-02-02 21:59:47 +0000
+++ debian/xubuntu-gdm-theme.gconf-defaults	1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-/apps/gdm/simple-greeter/logo_icon_name xubuntu-logo

=== removed file 'debian/xubuntu-gdm-theme.install'
--- debian/xubuntu-gdm-theme.install	2010-08-20 18:01:14 +0000
+++ debian/xubuntu-gdm-theme.install	1970-01-01 00:00:00 +0000
@@ -1,3 +0,0 @@
-usr/share/gdm
-usr/share/xubuntu
-var/lib/gdm

=== removed file 'debian/xubuntu-gdm-theme.postrm'
--- debian/xubuntu-gdm-theme.postrm	2010-02-02 21:59:47 +0000
+++ debian/xubuntu-gdm-theme.postrm	1970-01-01 00:00:00 +0000
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-	remove)
-		dpkg-divert --package xubuntu-gdm-theme --remove --rename \
-			--divert /var/lib/gdm/.gconf.defaults/%gconf-tree.xml.ubuntu \
-			/var/lib/gdm/.gconf.defaults/%gconf-tree.xml
-		;;
-esac
-
-#DEBHELPER#

=== removed file 'debian/xubuntu-gdm-theme.preinst'
--- debian/xubuntu-gdm-theme.preinst	2010-02-02 21:59:47 +0000
+++ debian/xubuntu-gdm-theme.preinst	1970-01-01 00:00:00 +0000
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
-	install|upgrade)
-		dpkg-divert --package xubuntu-gdm-theme --add --rename \
-			--divert /var/lib/gdm/.gconf.defaults/%gconf-tree.xml.ubuntu \
-			/var/lib/gdm/.gconf.defaults/%gconf-tree.xml
-		;;
-esac
-
-#DEBHELPER#


Follow ups