Your message dated Sat, 10 Jan 2015 13:16:09 +0100
with message-id <[email protected]>
and subject line Re: Bug#774943: unblock: debian-edu-artwork/0.52-2
has caused the Debian Bug report #774943,
regarding unblock: debian-edu-artwork/0.52-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
774943: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=774943
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
x-debbugs-cc: [email protected]
Dear release team,
please unblock debian-edu-artwork 0.52-2 as it fixes a serious bug, #774864
"debian-edu-artwork-lines: fails to remove":
$ debdiff debian-edu-artwork_0.52-1.dsc debian-edu-artwork_0.52-2.dsc
diff -Nru debian-edu-artwork-0.52/debian/changelog
debian-edu-artwork-0.52/debian/changelog
--- debian-edu-artwork-0.52/debian/changelog 2014-12-04 11:08:14.000000000
+0100
+++ debian-edu-artwork-0.52/debian/changelog 2015-01-09 11:41:27.000000000
+0100
@@ -1,3 +1,11 @@
+debian-edu-artwork (0.52-2) unstable; urgency=medium
+
+ [ Wolfgang Schweer ]
+ * debian/update-debian-edu-artwork-(joy|lines|spacefun):
+ Only execute 'glib-compile-schemas' if it is available. (Closes: #774864)
+
+ -- Holger Levsen <[email protected]> Fri, 09 Jan 2015 11:41:25 +0100
+
debian-edu-artwork (0.52-1) unstable; urgency=medium
[ Wolfgang Schweer ]
diff -Nru debian-edu-artwork-0.52/debian/update-debian-edu-artwork-joy
debian-edu-artwork-0.52/debian/update-debian-edu-artwork-joy
--- debian-edu-artwork-0.52/debian/update-debian-edu-artwork-joy
2014-10-25 18:17:56.000000000 +0200
+++ debian-edu-artwork-0.52/debian/update-debian-edu-artwork-joy
2015-01-08 17:32:06.000000000 +0100
@@ -101,7 +101,9 @@
}
compile_gschemas() {
- glib-compile-schemas /usr/share/glib-2.0/schemas/
+ if [ -d /usr/share/glib-2.0/schemas/ ] && [ -x
/usr/bin/glib-compile-schemas ]; then
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ fi
}
symlink_login_background() {
diff -Nru debian-edu-artwork-0.52/debian/update-debian-edu-artwork-lines
debian-edu-artwork-0.52/debian/update-debian-edu-artwork-lines
--- debian-edu-artwork-0.52/debian/update-debian-edu-artwork-lines
2014-10-25 18:17:56.000000000 +0200
+++ debian-edu-artwork-0.52/debian/update-debian-edu-artwork-lines
2015-01-08 17:32:19.000000000 +0100
@@ -101,7 +101,9 @@
}
compile_gschemas() {
- glib-compile-schemas /usr/share/glib-2.0/schemas/
+ if [ -d /usr/share/glib-2.0/schemas/ ] && [ -x
/usr/bin/glib-compile-schemas ]; then
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ fi
}
symlink_login_background() {
diff -Nru debian-edu-artwork-0.52/debian/update-debian-edu-artwork-spacefun
debian-edu-artwork-0.52/debian/update-debian-edu-artwork-spacefun
--- debian-edu-artwork-0.52/debian/update-debian-edu-artwork-spacefun
2014-12-04 11:07:21.000000000 +0100
+++ debian-edu-artwork-0.52/debian/update-debian-edu-artwork-spacefun
2015-01-08 17:32:32.000000000 +0100
@@ -101,7 +101,9 @@
}
compile_gschemas() {
- glib-compile-schemas /usr/share/glib-2.0/schemas/
+ if [ -d /usr/share/glib-2.0/schemas/ ] && [ -x
/usr/bin/glib-compile-schemas ]; then
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+ fi
}
symlink_login_background() {
The package has been uploaded to sid and accepted.
Thanks for your work on jessie!
cheers,
Holger
signature.asc
Description: This is a digitally signed message part.
--- End Message ---
--- Begin Message ---
On 2015-01-09 12:23, Holger Levsen wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
> x-debbugs-cc: [email protected]
>
> Dear release team,
>
> please unblock debian-edu-artwork 0.52-2 as it fixes a serious bug, #774864
> "debian-edu-artwork-lines: fails to remove":
>
> [...]
>
> The package has been uploaded to sid and accepted.
>
> Thanks for your work on jessie!
>
>
> cheers,
> Holger
>
Not sure why anyone would remove the "lines" artwork. :>
Anyhow, unblocked, thanks. :)
~Niels
--- End Message ---