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

Bug#801100: marked as done (jessie-pu: package tangerine-icon-theme/0.26.debian-3.1~deb8u1)



Your message dated Sat, 23 Jan 2016 13:57:15 +0000
with message-id <1453557435.1835.52.camel@adam-barratt.org.uk>
and subject line 8.3 point release cleanup
has caused the Debian Bug report #801100,
regarding jessie-pu: package tangerine-icon-theme/0.26.debian-3.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.)


-- 
801100: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=801100
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

tangerine-icon-theme has a flaw in its build system that can cause a race
between internal cleanup (running in the background) and removal of the
build chroot which results in hanging processes blocking the pty.


Andreas
diff -u tangerine-icon-theme-0.26.debian/debian/changelog tangerine-icon-theme-0.26.debian/debian/changelog
--- tangerine-icon-theme-0.26.debian/debian/changelog
+++ tangerine-icon-theme-0.26.debian/debian/changelog
@@ -1,3 +1,17 @@
+tangerine-icon-theme (0.26.debian-3.1~deb8u1) jessie; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for jessie.
+
+ -- Andreas Beckmann <anbe@debian.org>  Tue, 06 Oct 2015 11:46:38 +0200
+
+tangerine-icon-theme (0.26.debian-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/cleanup.sh: Do not run processes in background.  (Closes: #793161)
+
+ -- Andreas Beckmann <anbe@debian.org>  Sat, 12 Sep 2015 18:26:08 +0200
+
 tangerine-icon-theme (0.26.debian-3) unstable; urgency=high
 
   * Use "libmagickcore-dev | libmagick9-dev" as the imagemagick build-dep,
diff -u tangerine-icon-theme-0.26.debian/debian/clean-up.sh tangerine-icon-theme-0.26.debian/debian/clean-up.sh
--- tangerine-icon-theme-0.26.debian/debian/clean-up.sh
+++ tangerine-icon-theme-0.26.debian/debian/clean-up.sh
@@ -3,13 +3,13 @@
 # Manually clean-up 
-find ./ -name Makefile.in* | xargs rm -f &>/dev/null
-rm -f ./po/Makefile.in.in &>/dev/null
-rm -f ./configure &>/dev/null
-rm -f ./intltool-update.in &>/dev/null
-rm -f ./intltool-merge.in &>/dev/null
-rm -r ./intltool-extract.in &>/dev/null
-rm -f ./config.guess &>/dev/null
-rm -f ./config.sub &>/dev/null
-rm -f ./install-sh &>/dev/null
-rm -f ./missing &>/dev/null
-rm -f ./aclocal.m4 &>/dev/null
+find ./ -name Makefile.in* | xargs rm -f >/dev/null
+rm -f ./po/Makefile.in.in >/dev/null
+rm -f ./configure >/dev/null
+rm -f ./intltool-update.in >/dev/null
+rm -f ./intltool-merge.in >/dev/null
+rm -r ./intltool-extract.in >/dev/null
+rm -f ./config.guess >/dev/null
+rm -f ./config.sub >/dev/null
+rm -f ./install-sh >/dev/null
+rm -f ./missing >/dev/null
+rm -f ./aclocal.m4 >/dev/null
 
diff -u tangerine-icon-theme-0.26.debian/debian/control tangerine-icon-theme-0.26.debian/debian/control
--- tangerine-icon-theme-0.26.debian/debian/control
+++ tangerine-icon-theme-0.26.debian/debian/control
@@ -1,3 +1,7 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
 Source: tangerine-icon-theme
 Section: non-free/x11
 Priority: optional

--- End Message ---
--- Begin Message ---
Version: 8.3

Hi,

The updates referred to in these bugs were included in today's 8.3
Jessie point release.

Regards,

Adam

--- End Message ---

Reply to: