Your message dated Thu, 13 Nov 2014 02:18:41 +0100
with message-id <[email protected]>
and subject line Re: Bug#769332: unblock: ckeditor/4.4.4+dfsg1-3
has caused the Debian Bug report #769332,
regarding unblock: ckeditor/4.4.4+dfsg1-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 [email protected]
immediately.)
--
769332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769332
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package ckeditor
In the previous version I removed by error _bootstrap.js leading to some
problem in reverse deps.
Fix #768570
Debdiff
diff -Nru ckeditor-4.4.4+dfsg1/debian/changelog
ckeditor-4.4.4+dfsg1/debian/changelog
--- ckeditor-4.4.4+dfsg1/debian/changelog 2014-10-24 20:48:18.000000000
+0200
+++ ckeditor-4.4.4+dfsg1/debian/changelog 2014-11-10 22:49:29.000000000
+0100
@@ -1,3 +1,10 @@
+ckeditor (4.4.4+dfsg1-3) unstable; urgency=medium
+
+ * Bug fix: "missing core/_bootstrap.js" (Closes:
+ #768570).
+
+ -- Bastien Roucariès <[email protected]> Mon, 10 Nov 2014
22:48:39 +0100
+
ckeditor (4.4.4+dfsg1-2) unstable; urgency=high
* Add core/ subdirectory to packaged files (Closes: #753668).
diff -Nru
ckeditor-4.4.4+dfsg1/debian/patches/0001-Removed-autogenerated-code.patch
ckeditor-4.4.4+dfsg1/debian/patches/0001-Removed-autogenerated-code.patch
--- ckeditor-4.4.4+dfsg1/debian/patches/0001-Removed-autogenerated-code.patch
2014-10-24 20:58:21.000000000 +0200
+++ ckeditor-4.4.4+dfsg1/debian/patches/0001-Removed-autogenerated-code.patch
2014-11-10 23:03:24.000000000 +0100
@@ -42,5 +42,5 @@
// http://closure-compiler.appspot.com/
--
-2.1.0
+2.1.1
diff -Nru ckeditor-4.4.4+dfsg1/debian/rules ckeditor-4.4.4+dfsg1/debian/rules
--- ckeditor-4.4.4+dfsg1/debian/rules 2014-10-24 20:48:18.000000000 +0200
+++ ckeditor-4.4.4+dfsg1/debian/rules 2014-11-10 22:49:29.000000000 +0100
@@ -35,7 +35,8 @@
cp -f ckeditor.js.inc
debian/ckeditor/usr/share/javascript/ckeditor/ckeditor.js
# remove internal file
- find debian/ckeditor/usr/share/javascript/ckeditor -type f -name '_*' |
xargs rm -f
+ find debian/ckeditor/usr/share/javascript/ckeditor -type f \
+ \(-name '_*' -not -name '_bootstrap.js' \) | xargs rm -f
# remove build file
find debian/ckeditor/usr/share/javascript/ckeditor -type f -name
'build-config.js' | xargs rm -f
# remove extra LICENSE.md
--- End Message ---
--- Begin Message ---
On Wed, Nov 12, 2014 at 10:29:01PM +0100, bastien ROUCARIES wrote:
> Please unblock package ckeditor
>
> In the previous version I removed by error _bootstrap.js leading to some
> problem in reverse deps.
Unblocked, thanks.
Kind regards
Philipp Kern
signature.asc
Description: Digital signature
--- End Message ---