Bug#314832: unzip: Patch to add proper Unix umask support

2008-06-25 Thread Benjamin Wong
Package: unzip Version: 5.52-11 Followup-For: Bug #314832 The current version of unzip has an annoying bug where it creates files world readable and writable. The user's umask preferences are ignored. I have made a small patch which fixes that bug. Note that the old, broken behavior can still be

Bug#439899: libImlib.so.1: cannot open shared object file: No such file or directory

2007-08-28 Thread Benjamin Wong
Package: vertex Version: 0.1.15-1.2+b1 Severity: important This package depends on Imlib version 11 (eleven), but appears to be linked with Imlib version 1 (one). When I attempt to run vertex, I am presented with an error message. $ vertex vertex: error while loading shared libraries: li

Bug#418908: Summary for bash-doc is incorrect

2007-04-12 Thread Benjamin Wong
Package: bash-doc Version: 3.1dfsg-8 Severity: normal Apt's summary for bash-doc states that the package includes the documentation in info format. This is no longer true and should be updated. Preferably, the package should also be renamed to bash-examples, as there is no documentation in bash-d

Bug#375456: maint-guide: Example grep command is incorrect

2006-06-25 Thread Benjamin Wong
Package: maint-guide Version: 1.2.7 Severity: normal Line 559 of maint-guide.sgml.gz contains this incorrect command: grep -rn usr/local/lib *.[ch] The claimed functionality of this example is to run recursively through the source tree to aid with replacing /usr/local/* with /usr/*. There are