Bug#735769: Drupal7 - minified JavaScript

2014-04-10 Thread Daniel Pocock
Hi Gunnar, I just saw your comment on this bug from February 18 Personally, I don't think it is enough to say that a package is not using some artifacts from the source tarball - while it is a technically valid argument, it would make it far more difficult for FTP masters to inspect source

Bug#735769: Drupal7 - minified JavaScript

2014-04-10 Thread Gunnar Wolf
Daniel Pocock dijo [Thu, Apr 10, 2014 at 12:40:27PM +0200]: Hi Gunnar, I just saw your comment on this bug from February 18 Personally, I don't think it is enough to say that a package is not using some artifacts from the source tarball - while it is a technically valid argument, it would

Bug#735769: Drupal7 - minified JavaScript

2014-04-10 Thread Daniel Pocock
On 10/04/14 14:51, Gunnar Wolf wrote: Daniel Pocock dijo [Thu, Apr 10, 2014 at 12:40:27PM +0200]: Hi Gunnar, I just saw your comment on this bug from February 18 Personally, I don't think it is enough to say that a package is not using some artifacts from the source tarball - while it is a

Bug#735769: Drupal7 - minified JavaScript

2014-04-10 Thread Gunnar Wolf
FWIW, this list might prove useful, and also point at libraries not yet packaged: drupal7$ for js in $(find . -name *.min.js); do js=$(basename $js) echo -n $js ⇒ found=$(apt-file search $js|cut -f 1 -d :|grep -v ^drupal7) if [