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

Bug#700206: marked as done (unblock: ekg2/1:0.3.1-3)



Your message dated Sun, 10 Feb 2013 14:16:30 +0100
with message-id <51179DAE.4060106@thykier.net>
and subject line Re: Bug#700206: unblock: ekg2/1:0.3.1-3
has caused the Debian Bug report #700206,
regarding unblock: ekg2/1:0.3.1-3
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.)


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

Please unblock package ekg2

Policy violation Bug#685469, present in backports, is not automatically cleared
on upgrade to squeeze. This upload adds a cleanup step to the postinst script.

Bug is not RC because we don't officially support backports, but I still
consider this important.

--- ekg2-0.3.1/debian/changelog	2012-08-21 22:01:07.000000000 +0100
+++ ekg2-0.3.1/debian/changelog	2013-02-09 21:02:24.000000000 +0000
@@ -1,3 +1,14 @@
+ekg2 (1:0.3.1-3) unstable; urgency=medium
+
+  [ Andreas Beckmann ]
+  * Add ekg2.postinst script to perform the directory to symlink
+    transformation of /usr/share/doc/ekg2.  (Closes: #685469)
+
+  [ Marcin Owsiany ]
+  * important bug fix upload, aimed at testing
+
+ -- Marcin Owsiany <porridge@debian.org>  Sat, 09 Feb 2013 21:00:43 +0000
+
 ekg2 (1:0.3.1-2) unstable; urgency=medium
 
   * RC-bugfix upload aimed at testing
diff -Nru ekg2-0.3.1/debian/ekg2.postinst ekg2-0.3.1/debian/ekg2.postinst
--- ekg2-0.3.1/debian/ekg2.postinst	1970-01-01 01:00:00.000000000 +0100
+++ ekg2-0.3.1/debian/ekg2.postinst	2013-02-09 21:02:24.000000000 +0000
@@ -0,0 +1,15 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "configure" ]; then
+	docdir="/usr/share/doc/ekg2"
+	# /usr/share/doc/ekg2 was shipped as a directory in ekg2-core by
+	# mistake in 1:0.3.1-1 (#685469). dpkg does not fix this automatically
+	# on upgrades, we need to do it manually here.
+	if [ ! -L "$docdir" ] && [ -d "$docdir" ]; then
+		rmdir "$docdir"
+		ln -s "ekg2-core" "$docdir"
+	fi
+fi
+
+#DEBHELPER#

unblock ekg2/1:0.3.1-3

-- System Information:
Debian Release: squeeze/sid
  APT prefers lucid-updates
  APT policy: (600, 'lucid-updates'), (600, 'lucid-security'), (600, 'lucid'), (400, 'lucid-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-16-generic (SMP w/4 CPU cores)
Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

--- End Message ---
--- Begin Message ---
On 2013-02-09 22:54, Marcin Owsiany wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package ekg2
> 
> Policy violation Bug#685469, present in backports, is not automatically cleared
> on upgrade to squeeze. This upload adds a cleanup step to the postinst script.
> 
> Bug is not RC because we don't officially support backports, but I still
> consider this important.
> 
> [...]
> 
> unblock ekg2/1:0.3.1-3
> 
> [...]
> 
> 

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: