Bug#456179: pychecker: man page omits many command-line switches

2007-12-13 Thread Dan O'Huiginn
Package: pychecker Version: 0.8.17-3 Severity: minor The man page for pychecker omits many of the command-line switches which are listed in 'pychecker --help'. It would be nice to: a) update the man page to point users at --help for more complete documentation b) include more of the options in

Bug#456179: pychecker: man page omits many command-line switches

2007-12-20 Thread Dan O'Huiginn
in case it is useful, I'm also attaching the file I used with help2man. Run: $ help2man --include pychecker-manincludes pychecker.1 and you'll recreate something similar. Best, Dan -- Dan O'Huiginn [EMAIL PROTECTED] http://www.ohuiginn.net diff -Nur pychecker-0.8.17.orig/debian/pychecker.1 pychecker

Bug#446671: out-of-date copyright, and wrong version number in readme

2007-10-14 Thread Dan O'Huiginn
Package: python-defaults Version: 2.4.4 /usr/share/doc/python/README.debian contains an out-of-date directory: More documentation and README's for this package can be found in the directory /usr/share/doc/python2.3/ Below is a patch to fix this, inserting the current version number.

Bug#446682: copyright and README files have wrong python versions

2007-10-14 Thread Dan O'Huiginn
Package: python2.5 Version: 2.5.1-5 Couple of documentation problems here, and a patch to fix them 1) README.maintainers and README.Debian contain old python version numbers. I've changed them to automatically contain the correct version number. 2) The copyright file is for python2.4. I've

Bug#424750: programming error?

2007-10-14 Thread Dan O'Huiginn
Robert, Thanks for your report. Unless I have misunderstood something (which is entirely possible), this is a bug in your program rather than in python. The error you describe is because your program is referring to the variable 'links' before defining it. Move the line frameManager =

Bug#406956: Link to Ubuntu reports of this bug

2007-03-20 Thread Dan O'Huiginn
Same bug in Ubuntu: https://launchpad.net/bugs/57067 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#415054: example config file not installed [cryptmount-1.2-1]

2007-03-15 Thread Dan O'Huiginn
://bugs.launchpad.net/ubuntu/+source/cryptmount/+bug/73893 best, Dan O'Huiginn diff -Nur cryptmount-1.2.orig/debian/rules cryptmount-1.2/debian/rules --- cryptmount-1.2.orig/debian/rules 2006-10-15 12:42:36.0 +0200 +++ cryptmount-1.2/debian/rules 2007-03-15 21:05:36.0 +0100 @@ -78,7 +78,7

Bug#418482: Typo in portmap.8 manpage

2007-04-09 Thread Dan O'Huiginn
Package: portmap Version: 5-26 Severity: minor Tags: patch Fix for a typo in the portmap.8 manpage, sent to ubuntu by Matt LaPlante (https://bugs.launchpad.net/ubuntu/+source/portmap/+bug/93972) man portmap shows this at the bottom: HISTORY The portmap command appeared in BSDBSD 4.3

Bug#958853: Fix

2022-12-21 Thread Dan O'Huiginn
Upstream has now moved away from Bazel: https://github.com/ankitects/anki/commit/5e0a761b875fff4c9e4b202c08bd740c7bb37763 The new build system uses cargo and ninja. It'll still be a substantial job to package this for Debian, but hopefully more feasible than before.