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

Bug#858847: marked as done (unblock: libmojomojo-perl/1.11+dfsg-3)



Your message dated Mon, 27 Mar 2017 17:22:00 +0000
with message-id <fd65e30e-614e-82be-71bf-d73aaf767bed@thykier.net>
and subject line Re: Bug#858847: unblock: libmojomojo-perl/1.11+dfsg-3
has caused the Debian Bug report #858847,
regarding unblock: libmojomojo-perl/1.11+dfsg-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.)


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

unblock libmojomojo-perl/1.11+dfsg-3


I've uploaded a new version of libmojomojo-perl which fixes #858501.
The only change compared to the package in stretch is the fixed
target of the symlink.

Complete debdiff attached.


Thanks in advance,
gregor

-----BEGIN PGP SIGNATURE-----

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAljZOeVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZkHxAAq4WtOMx1Jncp2fXqN9VkWV27n4tZQl2cNMds1OiW/opuaASbINjVCqKz
Hfv86Bm1efqidTYMnW78iVDgbOYrHnjGywzDDs2qDzvaqV/ob4QSLmWWPZBEPyuO
o9eJXMGXCtvB9ytw0hAoG4Xas8juxVSMcFeBmPsLvmm/LvfS5UUwFU4heZd+YnUt
D/B/73jrIrPvHSL+uhyTMuO4NWd+O/vIFX31ovNVwr1faPytbKMW+/2N+TDuNnTy
U1xvUNiMecV+RqKshxtHjjQ23u69k5pAvFXdZlACkbroKWIJjhH5sxW+R5U/pOuS
SufyKmmhWyJiC8F++yYXJRmlakT1s5stxt38nqHH/fznqkRdekhzlyGwwJksNght
QAf1VyDByyQ7KtikSHjYwuaCLvPjwUsUOtu/M5v7MqViEkOknAVGimjT0UiVM+oT
rSvbi705vIIHxQWWlXl6PQZVJ62cR4KTK+hXx9nd+ip5ckjrw1/zat68xHxntOi8
SGD1nTQwXtmWEukwexm8IX1qWxWAEVaqsni328K4DjOx/zu4VJgKn6iErJnmORNR
S6XTGWPu8TCm+s23dGXpB7cDoPt67vsr9C/zmymxXb9QS51GwkTADswyv6sHcm4J
54XRGUgTt47CosCHeYCtOzjeP3ObPk2U2NBWYLO0cwFMmpVu1s4=
=kIBz
-----END PGP SIGNATURE-----
diff -Nru libmojomojo-perl-1.11+dfsg/debian/changelog libmojomojo-perl-1.11+dfsg/debian/changelog
--- libmojomojo-perl-1.11+dfsg/debian/changelog	2015-12-26 04:13:22.000000000 +0100
+++ libmojomojo-perl-1.11+dfsg/debian/changelog	2017-03-27 18:00:10.000000000 +0200
@@ -1,3 +1,10 @@
+libmojomojo-perl (1.11+dfsg-3) unstable; urgency=medium
+
+  * Fix symlink to libjs-jquery-ui's autocomplete.min.js.
+    Thanks to Andreas Beckmann for the bug report. (Closes: #858501)
+
+ -- gregor herrmann <gregoa@debian.org>  Mon, 27 Mar 2017 18:00:10 +0200
+
 libmojomojo-perl (1.11+dfsg-2) unstable; urgency=medium
 
   * Add patch from upstream Git to fix deprecation warnings about
diff -Nru libmojomojo-perl-1.11+dfsg/debian/libmojomojo-perl.links libmojomojo-perl-1.11+dfsg/debian/libmojomojo-perl.links
--- libmojomojo-perl-1.11+dfsg/debian/libmojomojo-perl.links	2015-12-26 04:13:22.000000000 +0100
+++ libmojomojo-perl-1.11+dfsg/debian/libmojomojo-perl.links	2017-03-27 18:00:10.000000000 +0200
@@ -1,4 +1,4 @@
 /usr/share/javascript/jquery/jquery.min.js  usr/share/perl5/MojoMojo/root/static/js/jquery.js
 /usr/share/javascript/jquery-form/jquery.form.min.js usr/share/perl5/MojoMojo/root/static/js/jquery.form.js
 /usr/share/javascript/jquery-livequery/jquery.livequery.min.js usr/share/perl5/MojoMojo/root/static/js/jquery.livequery.js
-/usr/share/javascript/jquery-ui/ui/jquery.ui.autocomplete.min.js usr/share/perl5/MojoMojo/root/static/js/jquery.autocomplete.js
+/usr/share/javascript/jquery-ui/ui/widgets/autocomplete.min.js usr/share/perl5/MojoMojo/root/static/js/jquery.autocomplete.js

--- End Message ---
--- Begin Message ---
gregor herrmann:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> unblock libmojomojo-perl/1.11+dfsg-3
> 
> 
> I've uploaded a new version of libmojomojo-perl which fixes #858501.
> The only change compared to the package in stretch is the fixed
> target of the symlink.
> 
> Complete debdiff attached.
> 
> 
> Thanks in advance,
> gregor
> 
> 

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: