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

Bug#857274: Acknowledgement (unblock: ola/0.10.3.nojsmin-1)



Hi Niels,

On Thu, Mar 16, 2017 at 06:57:00AM +0000, Niels Thykier wrote:
> Wouter Verhelst:
> > Hi,
> > 
> > It looks like this bug didn't reach the list, possibly due to the large
> > attachment that came with it.
> > 
> > Since ola is due to be removed from testing tomorrow, and since I'd like
> > to avoid that, I'd like to see at least some form of response ;-)
> > 
> > [...]
> > 
> 
> Unblocked, thanks.

Awesome, thanks.

In the mean time though, Andreas Beckmann filed #857399 ("ola: broken
symlink: /usr/share/olad/www/new/libs/angular/js/angular.min.js ->
../../../../../../javascript/angular.js/angular.min.sj"). The fix is
trivial; without it, certain (optional) functionality probably won't
work at all. I'd like to upload -2 with (just) the below applied on top
of -1.

Do you want me to wait with the upload until -1 has migrated, or should
I upload -2 now?

Thanks,

commit 3728fb5599c5003a1faf3324850a8a515d7abcbb
Author: Wouter Verhelst <w@uter.be>
Date:   Wed Mar 15 15:48:17 2017 +0100

    Fix symlink target to point to a .js file rather than a .sj one (whoops); Closes: #857399.

diff --git a/debian/changelog b/debian/changelog
index 4c82f376b..ed80759f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ola (0.10.3.nojsmin-2) UNRELEASED; urgency=medium
+
+  * Fix symlink target to point to a .js file rather than a .sj one (whoops);
+    Closes: #857399.
+
+ -- Wouter Verhelst <wouter@debian.org>  Wed, 15 Mar 2017 15:46:48 +0100
+
 ola (0.10.3.nojsmin-1) unstable; urgency=medium
 
   * Drop all minified javascript, and repackage as a 'nojsmin' tarball.
diff --git a/debian/ola.links b/debian/ola.links
index ed2fd3f09..549abec3e 100644
--- a/debian/ola.links
+++ b/debian/ola.links
@@ -1,4 +1,4 @@
 usr/share/javascript/jquery/jquery.min.js usr/share/olad/www/new/libs/jquery/js/jquery.min.js
-usr/share/javascript/angular.js/angular.min.sj usr/share/olad/www/new/libs/angular/js/angular.min.js
+usr/share/javascript/angular.js/angular.min.js usr/share/olad/www/new/libs/angular/js/angular.min.js
 usr/share/javascript/angular.js/angular-route.min.js usr/share/olad/www/new/libs/angular-route/js/angular-route.min.js
 usr/share/javascript/bootstrap/js/bootstrap.min.js usr/share/olad/www/new/libs/bootstrap/js/bootstrap.min.js

-- 
< ron> I mean, the main *practical* problem with C++, is there's like a dozen
       people in the world who think they really understand all of its rules,
       and pretty much all of them are just lying to themselves too.
 -- #debian-devel, OFTC, 2016-02-12


Reply to: