Quoting Veiko Aasa (2021-01-25 17:25:21)
> On Mon, 2021-01-25 at 17:17 +0100, Jonas Smedegaard wrote:
> > Quoting Veiko Aasa (2021-01-25 16:25:11)
> > > Still I see that jquery files are missing (after upgrading 
> > > libjs-jquery package).
> > 
> > This bug and its fix is tied to exact versions involved in package 
> > updates, so it is of little help to only talk about "after upgrading".
> > 
> > Please share the before and after versions of recent upgrades by 
> > providing the output of this command (all on one line):
> > 
> >   sudo grep -hPo 'libjs-jquery:\S*\s*\(\K[^)]*'
> > /var/log/apt/history.log
> > 
> > 
> >  - Jonas
> > 
> 
> $ sudo grep -hPo 'libjs-jquery:\S*\s*\(\K[^)]*' /var/log/apt/history.log
> 3.5.1+dfsg+~3.5.4-3, automatic
> 3.5.1+dfsg+~3.5.4-3, 3.5.1+dfsg+~3.5.5-7

Thanks.  Unfortunately that wasn't enough - please try this:

  sudo zgrep -hPo '^Upgrade: .* libjs-jquery:\S*\s*\(\K[^)]*' 
/var/log/apt/history.log* | sort -V


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

Attachment: signature.asc
Description: signature

-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to