Re: Minimized Javascript

2014-11-06 Thread Maxime Chatelle
On Fri, Nov 07, 2014 at 08:50:13AM +0800, Paul Wise wrote: > Sounds like a good plan (see also Andreas Bombe's answer), however: > > CollapsibleLists.compressed.js is modified from the original upstream > so you are going to need to get the changes upstream, get upstream to > make a new release and

Re: Minimized Javascript

2014-11-06 Thread Maxime Chatelle
On Thu, Nov 06, 2014 at 07:33:00PM +0100, Andreas Bombe wrote: > This is already packaged in libjs-prettify. You just have to check if > the current packaged version (appears to be from 2013) works. I missed that. I'm running Wheezy and I had only done a quick apt-cache search. Thanks -- Maxime

Re: Minimized Javascript

2014-11-06 Thread Paul Wise
On Fri, Nov 7, 2014 at 12:47 AM, Maxime Chatelle wrote: > Well, if I understand, the best way is: > * Three packages for the three libraries. > * One package for Gruntjs. > * Request to POCO authors to provide a tarball without minimized libraries OR > remove it myself, making a dfsg package. > >

Re: Minimized Javascript

2014-11-06 Thread Wookey
+++ Maxime Chatelle [2014-11-06 17:47 +0100]: > On Thu, Nov 06, 2014 at 07:10:26PM +0800, Paul Wise wrote: > Upstream sources for libraries: > > * https://github.com/davidjbradshaw/iframe-resizer > Tarball available, license MIT, gruntfile.js file to build minimized > version. > Gruntjs (sim

Re: Minimized Javascript

2014-11-06 Thread Andreas Bombe
On Thu, Nov 06, 2014 at 05:47:09PM +0100, Maxime Chatelle wrote: > * https://code.google.com/p/google-code-prettify/ > Tarball available, license Apache 2.0, Makefile to build minimized > version, uses yui-compressor to minimize. In fact, > poco-1.4.7-all-doc.tar.gz uses only a part of pretti

Re: Minimized Javascript

2014-11-06 Thread Maxime Chatelle
On Thu, Nov 06, 2014 at 07:10:26PM +0800, Paul Wise wrote: > The ideal solution would be for the respective upstreams to remove > these embedded code copies from their tarballs or provide a second > tarball with these code copies removed. Then you would package all > three libraries in separate sou

Re: Minimized Javascript

2014-11-06 Thread Paul Wise
On Thu, Nov 6, 2014 at 5:14 PM, Maxime Chatelle wrote: > I'm doing the packaging for a documentation package. The content is > HTML, CSS, some images, one "source" javascript library, and 2 minimized > javascript libraries. The minimized libraries is a problem. > >

Re: Minimized Javascript

2014-11-06 Thread Mattia Rizzolo
On Nov 6, 2014 10:30 AM, "Maxime Chatelle" wrote: > > Hi, > > I'm doing the packaging for a documentation package. The content is > HTML, CSS, some images, one "source" javascript library, and 2 minimized > javascript libraries. The minimized libr

Re: Minimized Javascript

2014-11-06 Thread Jeroen Massar
On 2014-11-06 10:14, Maxime Chatelle wrote: > Hi, > > I'm doing the packaging for a documentation package. The content is > HTML, CSS, some images, one "source" javascript library, and 2 minimized > javascript libraries. The minimized libraries is a problem. Why wo

Minimized Javascript

2014-11-06 Thread Maxime Chatelle
Hi, I'm doing the packaging for a documentation package. The content is HTML, CSS, some images, one "source" javascript library, and 2 minimized javascript libraries. The minimized libraries is a problem. I think about these solutions: 1) Remove minimized libraries from the sourc