Bug#926501: xpdf: continuousView memory leak

2019-04-06 Thread Kevin Ryde
Package: xpdf Version: 3.04-13 Severity: normal With continuousView enabled by ~/.xpdfrc containing include /etc/xpdf/xpdfrc continuousView yes Viewing a medium to large document such as xpdf /usr/share/doc/bash-doc/bash.pdf and paging through it with space or page-down, results in

Bug#909632: pngmeta: segfault on bad png

2018-10-23 Thread Kevin Ryde
tag 909632 + patch thanks Actually, pngmeta segfaults on good pngs too. I believe - The time displaying bit has dodgy pointers to pointers which stores to uninitialized if png contains a time chunk. The normal gcc warning for uninitialized apparently doesn't appear due to other warnings. -

Bug#909632: pngmeta: segfault on bad png

2018-09-25 Thread Kevin Ryde
Package: pngmeta Version: 1.11-9 Severity: normal File: /usr/bin/pngmeta With file https://www.gutenberg.org/files/16713/16713-h/images/q248.png (about 7 kbytes), running "pngmeta q248.png" gets a segfault. I suspect some badness in that image, since some other programs don't enjoy it either (xzg

Bug#806399: blackbox: postrm debhelper block under remove

2015-11-26 Thread Kevin Ryde
Package: blackbox Version: 0.70.1-30 Severity: minor /var/lib/dpkg/info/blackbox.postrm has its generated debhelper block only under "remove" case case "$1" in remove) # Automatically added by dh_installmenu inst=/etc/menu-methods/blackbox if [ "$1" = "remove" ] && [ -f "$i

Bug#729335: nvi: /etc/mailcap entries

2013-11-11 Thread Kevin Ryde
Package: nvi Version: 1.81.6-10 Severity: wishlist Tags: patch It'd be good if nvi was in /etc/mailcap the same way that vim is. debian/nvi.mime and rules diff below can install /usr/lib/mime/packages/nvi which mime-support "update-mime" automatically puts into /etc/mailcap. These bits are lower

Bug#728813: eterm: Esetroot on PseudoColor visual

2013-11-05 Thread Kevin Ryde
Package: eterm Version: 0.9.6-1 Severity: normal Tags: patch File: /usr/bin/Esetroot If the default visual on a screen is PseudoColor then Esetroot gets an error. This can be seen with the Xvfb test server, xvfb-run -a -s '-cc 33' Esetroot /usr/share/Eterm/pix/tile/circuit.jpg => X Error o

Bug#723725: xloadimage: /etc/mailcap of pcx

2013-09-19 Thread Kevin Ryde
Package: xloadimage Version: 4.1-21 Severity: wishlist File: /usr/lib/mime/packages/xloadimage I believe xloadimage supports pcx format -- it's listed by xloadimage -supported and it works :-). /usr/lib/mime/packages/xloadimage could helpfully have an entry for image/pcx the same as the other ima

Bug#717440: sml-mode: sml-indent-level safe-local-variable

2013-07-20 Thread Kevin Ryde
Package: sml-mode Version: 4.1-2 Severity: wishlist File: /usr/share/emacs/site-lisp/sml-mode/sml-mode.el It'd be good if sml-mode.el had (put 'sml-indent-level 'safe-local-variable 'integerp) so a per-file sml-indent-level like foo.sml below doesn't prompt The local variables list in f

Bug#713036: mgp: 50mgp.el debian-pkg-add-load-path-item

2013-06-21 Thread Kevin Ryde
Package: mgp Version: 1.13a+upstream20090219-6 Severity: minor File: /etc/emacs/site-start.d/50mgp.el /usr/share/doc/emacsen-common/debian-emacs-policy.gz section 8 asks lisp add-ons to add load-path directories with `debian-pkg-add-load-path-item' rather than directly modifying `load-path' the wa

Bug#713034: mgp: 50mgp.el mgp-mode autoload interactive

2013-06-21 Thread Kevin Ryde
Package: mgp Version: 1.13a+upstream20090219-6 Severity: minor File: /etc/emacs/site-start.d/50mgp.el In "emacs24 -q", M-x mgp-mode gives an error [No match] It'd be good if the autoload in 50mgp.el (autoload 'mgp-mode "mgp-mode") was marked interactive the same as mgp-mode.el ha

Bug#669319: bhl: visiting .bhl after --remove

2012-04-18 Thread Kevin Ryde
Package: bhl Version: 1.7.3-2 Severity: normal File: /etc/emacs/site-start.d/50bhl.el After dpkg --remove bhl visiting a .bhl file emacs23 -q /tmp/foo.bhl gives an error File mode specification error: (file-error "Cannot open load file" "bhl") where I hoped it would just give fun

Bug#668681: bhl: help mode access to source code

2012-04-13 Thread Kevin Ryde
Package: bhl Version: 1.7.3-2 Severity: minor File: /usr/lib/emacsen-common/packages/install/bhl In emacs23 -q, C-h f bhl-mode doesn't have a link button to the bhl.el source code, where I hoped it would. In emacs23 a .el must be in the same directory as the .elc to be recognised as its sou

Bug#417531: emacs-snapshot: snapshot vs elisp-manual package

2007-04-02 Thread Kevin Ryde
Package: emacs-snapshot Version: 1:20070302-1 Severity: normal Running up emacs-snapshot -Q and opening the manual C-h i g (emacs) then following the emacs lisp manual link Tab Ret opens the emacs 21 manual from the elisp-manual package, ie. /usr/share/info/elisp.gz,

Bug#322258: efax: efax man page web location

2005-08-09 Thread Kevin Ryde
Package: efax Version: 1:0.9a-15 Severity: minor The efax man page gives http://casas.ee.ubc.ca/efax/ as the web page, but that doesn't seem to exist. I guess it should be http://www.cce.com/efax as given in the ocpyright file. -- System Information: Debian Release: testing/unstable

Bug#322259: efax: man page PAGE=A4 error

2005-08-09 Thread Kevin Ryde
Package: efax Version: 1:0.9a-15 Severity: minor The fax man page shows an example fax PAGE=A4 print letter.001 but it gives an error Error: PAGE="A4" not valid. I guess it should be lower case PAGE=a4, as shown in the /usr/bin/fax script itself. -- System Information: Debian

Bug#322255: efax: paperconf not found

2005-08-09 Thread Kevin Ryde
Package: efax Version: 1:0.9a-15 Severity: normal Running fax make foo.txt gives an error /etc/efax.rc: 63: paperconf: not found This is with libpaper1 installed, but not libpaper-utils. Maybe efax should depend on libpaper-utils these days, for the paperconf program. Or mayb

Bug#292553: xlhtml: date as number in certain xls

2005-01-27 Thread Kevin Ryde
Package: xlhtml Version: 0.5.1-2 Severity: normal Near the bottom of the page http://www.amp.com.au/au/3column/0,2338,CH8437%255FCT5%255FCI24915%255FSI56,00.html there's a "Download an Excel version of the unit prices" link. In the xlhtml output from that document, the line "Unit prices ef

Bug#157795: gstalker: stray cvs directory

2002-08-21 Thread Kevin Ryde
Package: gstalker Version: 1.2-14 Severity: wishlist gstalker contains a /usr/share/doc/gstalker/examples/CVS which appears to be a cvs working directory and probably doesn't need to be included in the package.