[debian-edu-commits] debian-edu/ 118/437: Change how kdm is configured to use the new /etc/default/kdm.d/ method instead of the policy breaking editing during postinst.

Mike Gabriel sunweaver at debian.org
Sun Mar 2 23:49:28 UTC 2014


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository debian-edu-artwork.

commit fc9fa86a06f9e311d808cf8ad4828e499598225c
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Wed Jul 4 07:36:34 2007 +0000

    Change how kdm is configured to use the new /etc/default/kdm.d/ method instead of the policy breaking editing during postinst.
---
 art/kdm-theme/Makefile.am | 1 +
 art/kdm-theme/kdm-default | 4 ++++
 debian/changelog          | 7 +++++++
 debian/update-artwork     | 6 ++++--
 4 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/art/kdm-theme/Makefile.am b/art/kdm-theme/Makefile.am
index 638dae9..895a00e 100644
--- a/art/kdm-theme/Makefile.am
+++ b/art/kdm-theme/Makefile.am
@@ -14,5 +14,6 @@ kdmtheme_DATA = $(KDMTHEME)
 
 install-data-local:
 	$(mkinstalldirs) $(DESTDIR)$(kdmthemedir)
+	$(INSTALL_DATA) kdm-default $(sysconfdir)/default/kdm.d/20_debian-edu
 
 EXTRA_DIST = $(kdmtheme_DATA) gpl.txt
diff --git a/art/kdm-theme/kdm-default b/art/kdm-theme/kdm-default
new file mode 100644
index 0000000..21286fa
--- /dev/null
+++ b/art/kdm-theme/kdm-default
@@ -0,0 +1,4 @@
+USETHEME=true
+THEME=/usr/share/apps/kdm/themes/debian-edu
+USEBACKGROUND=true
+WALLPAPER=debian-edu-wallpaper.png
diff --git a/debian/changelog b/debian/changelog
index 59b42db..e8cc0a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debian-edu-artwork (0.0.19) unstable; urgency=low
+
+  * Change how kdm is configured to use the new /etc/default/kdm.d/
+    method instead of the policy breaking editing during postinst.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Wed,  4 Jul 2007 09:33:04 +0200
+
 debian-edu-artwork (0.0.18) unstable; urgency=low
 
   [ Holger Levsen ]
diff --git a/debian/update-artwork b/debian/update-artwork
index dc8a406..51f7447 100644
--- a/debian/update-artwork
+++ b/debian/update-artwork
@@ -72,10 +72,12 @@ restore_kdm_theme() {
 case "$1" in
   configure)
     change_ldm_background
-    change_kdm_theme
+# Switched to using the new kdm configuration option 2007-07-04
+    restore_kdm_theme
+#    change_kdm_theme
     ;;
   remove)
-    restore_kdm_theme
+#    restore_kdm_theme
     #restore_ldm_background
     ;;
 esac

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git



More information about the debian-edu-commits mailing list