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

Bug#775216: marked as done (unblock: ciderwebmail/1.05-4)



Your message dated Mon, 12 Jan 2015 18:38:28 +0100
with message-id <54B40694.6030204@thykier.net>
and subject line Re: Bug#775216: unblock: ciderwebmail/1.05-4
has caused the Debian Bug report #775216,
regarding unblock: ciderwebmail/1.05-4
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.)


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

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Please unblock package ciderwebmail.

1.05-4 contains (only) a tested fix for #774862. Changelog entry:

#v+
ciderwebmail (1.05-4) unstable; urgency=medium

  * Team upload.
  * Handle symlink-to-directory transition of
    /usr/share/ciderwebmail/root/static/images/mimeicons.

    Add debian/ciderwebmail.maintscript with the symlink_to_dir instruction,
    and 'Pre-Depends: ${misc:Pre-Depends}' in debian/control{,.in}.

    Thanks to Andreas Beckmann for the bug report. (Closes: #774862)

 -- gregor herrmann <gregoa@debian.org>  Mon, 12 Jan 2015 18:00:22 +0100

#v-

I'm attaching the complete debdiff against -3.


unblock ciderwebmail/1.05-4



Thanks in advance,
gregor

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQJ8BAEBCgBmBQJUs/9AXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGm3gP/i8/XfTwDe8+OrCVXbHrBRnL
5YyA03V0lwp8TcIYpJ7Q9X35YmmicoukeZsvgDMy0BcUOz+T+8/dCVDQmN2R0jUL
vLQadCKFhwB/xx/3e7w6Qrb6WnvJilfw227yfbzdfPCtKiX+vp4npFi3BtXp4WnT
u/S5XbnVG/q3tWI3rsTz/4rSf5s+UVzkmz+ZeIWpTqiuNB2qxmQ2IhoQBrlLyk6o
TtQIF8ACUQ+o3mtIBjhttrIiEAD+44vnDAlVchXtg2TVyVELKr/yD6pJV1ALAb4z
HRdE8ra/bLQWvN9Vq/u/hMjPOi/6RBeH2DrZC9lzGHPpuHCCdiHAMT5bTY7sdPRs
SfRueH4xj5mFW//A1hDHjR/C/8LBtnom2fVwWT4DiHo7vBq/f33Fp38tnk6yxoJB
zMcmzRebM+WxPXq7KN00S+7OSgx+tV7zDlFaP7YWQnW3OMOV8pQ8awwinDZk6HAo
joc6R84bWywkO55TtK5JJj5oe8hrc/vml05t7vWUPXFstol5Z2MbbqjcFEMreKfz
3Jcq5RvM2SFKxT3EFmeG6Ad7Hf+P49hol1Kd0maIyUKcHDMN9UT4e+Snfr5welaM
DrDvKl5wafsij2yLlmsviWpC6Ve/7nCSjBKIgnBF8jVcX8XB+FxYZ+OFzmwoehZA
VkD6zHBUA+in0jJL2Ysc
=8V2+
-----END PGP SIGNATURE-----
diff --git a/debian/changelog b/debian/changelog
index 85fba85..0b5c9d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+ciderwebmail (1.05-4) unstable; urgency=medium
+
+  * Team upload.
+  * Handle symlink-to-directory transition of
+    /usr/share/ciderwebmail/root/static/images/mimeicons.
+
+    Add debian/ciderwebmail.maintscript with the symlink_to_dir instruction,
+    and 'Pre-Depends: ${misc:Pre-Depends}' in debian/control{,.in}.
+
+    Thanks to Andreas Beckmann for the bug report. (Closes: #774862)
+
+ -- gregor herrmann <gregoa@debian.org>  Mon, 12 Jan 2015 18:00:22 +0100
+
 ciderwebmail (1.05-3) unstable; urgency=medium
 
   * Add patch 1002 to fix submit button for sending mail.
diff --git a/debian/ciderwebmail.maintscript b/debian/ciderwebmail.maintscript
new file mode 100644
index 0000000..ea1fdfb
--- /dev/null
+++ b/debian/ciderwebmail.maintscript
@@ -0,0 +1 @@
+symlink_to_dir /usr/share/ciderwebmail/root/static/images/mimeicons ../../../../images/http-icons 1.05-4~
diff --git a/debian/control b/debian/control
index 129884f..a698afb 100644
--- a/debian/control
+++ b/debian/control
@@ -76,6 +76,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/ciderwebmail.git
 
 Package: ciderwebmail
 Architecture: all
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${cdbs:Depends},
  ${misc:Depends},
  ${perl:Depends}
diff --git a/debian/control.in b/debian/control.in
index 97ab1af..82aeee8 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -11,6 +11,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/ciderwebmail.git
 
 Package: ciderwebmail
 Architecture: all
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${cdbs:Depends},
  ${misc:Depends},
  ${perl:Depends}

--- End Message ---
--- Begin Message ---
On 2015-01-12 18:07, gregor herrmann wrote:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package ciderwebmail.
> 
> 1.05-4 contains (only) a tested fix for #774862. Changelog entry:
> 
> [...]
> 
> I'm attaching the complete debdiff against -3.
> 
> 
> unblock ciderwebmail/1.05-4
> 
> 
> 
> Thanks in advance,
> gregor
> 
> 

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: