[debian-edu-commits] debian-edu/ 164/437: * Added functionality to remove the alternative-setting for ldm-theme on removal of the debian-edu-artwork package. (Closes: #455054) * Bumped Standards-Version to 3.7.3 (no changes). * Correct the spelling of Debian-Edu in Maintainer-field. * Added myself as Uploader.
Mike Gabriel
sunweaver at debian.org
Sun Mar 2 23:49:33 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 a4a80317472ab441c532aa1e609f62583640dd42
Author: Morten Werner Olsen <werner at debian.org>
Date: Mon Dec 10 22:52:54 2007 +0000
* Added functionality to remove the alternative-setting for ldm-theme
on removal of the debian-edu-artwork package. (Closes: #455054)
* Bumped Standards-Version to 3.7.3 (no changes).
* Correct the spelling of Debian-Edu in Maintainer-field.
* Added myself as Uploader.
---
debian/changelog | 10 ++++++++++
debian/control | 6 +++---
debian/update-artwork | 6 +++++-
3 files changed, 18 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 785693b..758ae54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+debian-edu-artwork (0.0.24) UNRELEASED; urgency=low
+
+ * Added functionality to remove the alternative-setting for ldm-theme on
+ removal of the debian-edu-artwork package. (Closes: #455054)
+ * Bumped Standards-Version to 3.7.3 (no changes).
+ * Correct the spelling of Debian-Edu in Maintainer-field.
+ * Added myself as Uploader.
+
+ -- Morten Werner Forsbring <werner at debian.org> Mon, 10 Dec 2007 23:49:46 +0100
+
debian-edu-artwork (0.0.23) unstable; urgency=low
[ Petter Reinholdtsen ]
diff --git a/debian/control b/debian/control
index b46e47e..5c10e58 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
Source: debian-edu-artwork
Section: graphics
Priority: optional
-Maintainer: Debian Edu developers <debian-edu at lists.debian.org>
-Uploaders: Petter Reinholdtsen <pere at debian.org>, Steffen Joeris <white at debian.org>, Holger Levsen <holger at debian.org>
+Maintainer: Debian-Edu developers <debian-edu at lists.debian.org>
+Uploaders: Petter Reinholdtsen <pere at debian.org>, Steffen Joeris <white at debian.org>, Holger Levsen <holger at debian.org>, Morten Werner Forsbring <werner at debian.org>
Build-Depends: debhelper (>= 4), cdbs, libbogl-dev, imagemagick
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Package: debian-edu-artwork
Architecture: all
diff --git a/debian/update-artwork b/debian/update-artwork
index dc87698..a7b8093 100644
--- a/debian/update-artwork
+++ b/debian/update-artwork
@@ -11,6 +11,10 @@ change_ldm_background() {
ldm-theme /usr/share/ldm/themes/debian-edu 80
}
+restore_ldm_background() {
+ update-alternatives --remove ldm-theme /usr/share/ldm/themes/debian-edu
+}
+
# switch kdm theme to debian-edu
change_kdm_theme() {
if [ -f $kdmrc ] ; then
@@ -79,6 +83,6 @@ case "$1" in
;;
remove)
# restore_kdm_theme
- #restore_ldm_background
+ 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