[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#793018: marked as done (jessie-pu: package mate-themes/1.9.2-1+deb8u1)



Your message dated Sat, 20 Feb 2016 22:22:12 +0000
with message-id <20160220222212.GQ6200@betterave.cristau.org>
and subject line Re: Bug#793018: jessie-pu: package mate-themes/1.9.2-1+deb8u1
has caused the Debian Bug report #793018,
regarding jessie-pu: package mate-themes/1.9.2-1+deb8u1
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 owner@bugs.debian.org
immediately.)


-- 
793018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793018
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu

Dear release team,

The mate-themes package in jessie does not do a proper clean-up of
installed/generated files and folders when removed.

+  * debian/mate-themes.prerm:
+    + Handle icon-theme.cache file removal. (Closes: #792841).
+

This proposed upload adds a debian/mate-themes.prerm script that removes
auto-generated icon-theme.cache files in various icon theme folders
shipped in mate-themes.

light+love
Mike

-- System Information:
Debian Release: 8.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru mate-themes-1.9.2/debian/changelog mate-themes-1.9.2/debian/changelog
--- mate-themes-1.9.2/debian/changelog	2014-11-25 13:24:48.000000000 +0100
+++ mate-themes-1.9.2/debian/changelog	2015-07-20 15:29:10.000000000 +0200
@@ -1,3 +1,10 @@
+mate-themes (1.9.2-1+deb8u1) jessie-proposed-updates; urgency=medium
+
+  * debian/mate-themes.prerm:
+    + Handle icon-theme.cache file removal. (Closes: #792841).
+
+ -- Mike Gabriel <sunweaver@debian.org>  Mon, 20 Jul 2015 15:21:31 +0200
+
 mate-themes (1.9.2-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru mate-themes-1.9.2/debian/mate-themes.prerm mate-themes-1.9.2/debian/mate-themes.prerm
--- mate-themes-1.9.2/debian/mate-themes.prerm	1970-01-01 01:00:00.000000000 +0100
+++ mate-themes-1.9.2/debian/mate-themes.prerm	2015-07-20 15:29:10.000000000 +0200
@@ -0,0 +1,13 @@
+#! /bin/sh
+set -e
+
+if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
+  rm -f /usr/share/icons/ContrastHigh/icon-theme.cache
+  rm -f /usr/share/icons/ContrastHighLargePrint/icon-theme.cache
+  rm -f /usr/share/icons/ContrastHighLargePrintInverse/icon-theme.cache
+  rm -f /usr/share/icons/Fog/icon-theme.cache
+  rm -f /usr/share/icons/MateLargePrint/icon-theme.cache
+  rm -f /usr/share/icons/Quid/icon-theme.cache
+fi
+
+#DEBHELPER#

--- End Message ---
--- Begin Message ---
On Sat, Aug 29, 2015 at 16:03:47 +0200, Julien Cristau wrote:

> Control: tag -1 confirmed
> 
> On Mon, Jul 20, 2015 at 15:41:56 +0200, Mike Gabriel wrote:
> 
> > Package: release.debian.org
> > Severity: normal
> > Tags: jessie
> > User: release.debian.org@packages.debian.org
> > Usertags: pu
> > 
> > Dear release team,
> > 
> > The mate-themes package in jessie does not do a proper clean-up of
> > installed/generated files and folders when removed.
> > 
> > +  * debian/mate-themes.prerm:
> > +    + Handle icon-theme.cache file removal. (Closes: #792841).
> > +
> > 
> > This proposed upload adds a debian/mate-themes.prerm script that removes
> > auto-generated icon-theme.cache files in various icon theme folders
> > shipped in mate-themes.
> > 
> Please elaborate on what real world problem caused by stray
> icon-theme.cache files makes this a serious bug.
> 
There was no followup since last August, closing.

Cheers,
Julien

--- End Message ---

Reply to: