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

Bug#856832: marked as done (jessie-pu: package webissues-server/0.8.5-3+deb8u1)



Your message dated Sat, 06 May 2017 14:44:18 +0100
with message-id <1494078258.26551.13.camel@adam-barratt.org.uk>
and subject line Closing bugs for updates included in 8.8
has caused the Debian Bug report #856832,
regarding jessie-pu: package webissues-server/0.8.5-3+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.)


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

Hi,

I'd like to update webissues-server in jessie to fix its unconditional
usage of ucf during postrm purge. This is the last package triggering
this bug after piuparts (upgrade) tests. Like ndoutils, the package
has been removed from unstable, therefore it can be fixed in stable
only.


Andreas
diff -Nru webissues-server-0.8.5/debian/changelog webissues-server-0.8.5/debian/changelog
--- webissues-server-0.8.5/debian/changelog	2011-04-10 18:36:22.000000000 +0200
+++ webissues-server-0.8.5/debian/changelog	2017-03-05 07:01:11.000000000 +0100
@@ -1,3 +1,10 @@
+webissues-server (0.8.5-3+deb8u1) jessie; urgency=medium
+
+  * QA Upload.
+  * postrm purge: Check for ucf before calling it.  (Closes: #677062)
+
+ -- Andreas Beckmann <anbe@debian.org>  Sun, 05 Mar 2017 07:01:11 +0100
+
 webissues-server (0.8.5-3) unstable; urgency=low
 
   * Bump Standards-Version to 3.9.2 (no changes needed).
diff -Nru webissues-server-0.8.5/debian/postrm webissues-server-0.8.5/debian/postrm
--- webissues-server-0.8.5/debian/postrm	2011-04-10 18:36:22.000000000 +0200
+++ webissues-server-0.8.5/debian/postrm	2017-03-05 07:00:29.000000000 +0100
@@ -13,7 +13,9 @@
 case "$1" in
 	purge)
 		rm -f /etc/webissues-server/debian-db.php
+	      if which ucf >/dev/null; then
 		ucf --purge /etc/webissues-server/debian-db.php
+	      fi
 	;;
 	remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
 	;;

--- End Message ---
--- Begin Message ---
Version: 8.8

Hi,

Each of these bugs refers to an update that was included in today's
jessie point release. Thanks!

Regards,

Adam

--- End Message ---

Reply to: