[Bug 823085] [NEW] command-not-found uses more resources than necessary

2011-08-09 Thread Daniel Fahlgren
Public bug reported: When CommandNotFound.py calls SourcesList is there a lot of information parsed that is never used. Attached is a small patch that will reduce the execution time with ~35-45% depending on hardware. Tested on an i5-2410M and an Atom 330 with natty 64 bit installed. I used:

[Bug 823085] Re: command-not-found uses more resources than necessary

2011-08-09 Thread Daniel Fahlgren
** Patch added: command-not-found.diff https://bugs.launchpad.net/bugs/823085/+attachment/2263330/+files/command-not-found.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/823085 Title:

[Bug 823085] Re: command-not-found uses more resources than necessary

2011-08-11 Thread Daniel Fahlgren
This bug should probably be closed since the change has been merged now -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/823085 Title: command-not-found uses more resources than necessary To manage

[Bug 1229580] [NEW] No .a file in libpcsclite-dev package

2013-09-24 Thread Daniel Fahlgren
Public bug reported: libpcsclite-dev is missing an .a file, needed to create statically linked binaries. Is is missing in Ubuntu 12.04.3 as well as the latest on launchpad, libpcsclite-dev_1.8.6-3ubuntu1b1_amd64.deb. patch attached for 12.04. ** Affects: pcsc-lite (Ubuntu) Importance:

[Bug 1229580] Re: No .a file in libpcsclite-dev package

2013-09-24 Thread Daniel Fahlgren
The code I'm working on is targeted for an embedded system using buildroot. During development and debugging it is easier to compile it for the host system which is running Ubuntu. The embedded system is for various reasons using statically linked binaries and it would be nice to compile it more