Bug#432434: mutt(1) claims remember-mail-date is broken

2007-07-09 Thread Trent Buck
Package: remember-el Version: 1.9-1 Severity: normal File: /usr/share/emacs/site-lisp/remember-el/remember.el Tags: patch Mutt cannot read mboxes written by remember. The following patch fixes this. | --- /usr/share/emacs/site-lisp/remember-el/remember.el 2006-08-13 23:09:02.0 +1000 |

Bug#432017: loss of 'auto' status, evidence

2007-07-09 Thread Trent Buck
Package: aptitude Version: 0.4.5.4-1 Followup-For: Bug #432017 The following listing demonstrates that the auto status is being removed when an action is scheduled instead of being performed immediately. This didn't happen in Etch, or in the aptitude in Sid a few months ago. | $ echo n | sudo ap

Bug#432287: bashism at line 31 of some file

2007-07-08 Thread Trent Buck
Package: xserver-xorg Version: 1:7.2-5 Severity: normal During dpkg-reconfigure xserver-xorg, the following is printed shortly after monitor autodetection: [: 31: ==: unexpected operator This strongly suggests there is a bashism somewhere; /bin/[ does not support the == operator and its func

Bug#432281: SIGABRT when using limit with ~d after installing.

2007-07-08 Thread Trent Buck
Package: aptitude Version: 0.4.5.3-1 Severity: normal I get the following error often (but not consistently) in aptitude when using the `l' binding to limit list to a pattern. I think it happens after I type ~d, but it might be after typing any letter. I also think it's happening only after I've

Bug#432280: "bash-like" command interface locks up typing long lines?

2007-07-08 Thread Trent Buck
On Mon, Jul 09, 2007 at 03:28:42PM +1000, Trent Buck wrote: > I could enter linux, initrd and boot commands and succeeded in booting > (yay for tab completion!). However I noticed that typing a line > longer wider than the screen, e.g. > > linux (hd0,1)/vmlinuz-2.6.21-2-

Bug#432280: "bash-like" command interface locks up typing long lines?

2007-07-08 Thread Trent Buck
Package: grub-pc Version: 1.95+20070626-1 Severity: normal After copying /usr/share/grub/unifont.pff to my /boot partition, I re-ran update-grub and rebooted. The gfxterm terminal didn't appear to start (still 640x480 with white text), and there were no entries in the menu chooser thingy. I pres

Bug#432272: --mbox doesn't work with multiple bugs

2007-07-08 Thread Trent Buck
Package: devscripts Version: 2.10.6 Severity: wishlist File: /usr/bin/bts Observe: $ bts show --mbox from:[EMAIL PROTECTED] bts: you can only request a mailbox for a single bug report. I much prefer to read bug reports in an MUA than a web browser -- for example, I can only customize thr

Bug#411425: sponsor needed

2007-07-07 Thread Trent Buck
I'm not a DD, so I can't upload packages to Debian without a sponsor! http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=scheme48 -- Trent Buck signature.asc Description: Digital signature

Bug#432154: Acknowledgement (LVM not working when *any* md array degraded)

2007-07-07 Thread Trent Buck
See also <http://bugs.debian.org/426341>, although I'm not convinced these reports concern the same bug. -- Trent Buck signature.asc Description: Digital signature

Bug#432159: update-grub tries to execute directories

2007-07-07 Thread Trent Buck
Package: grub-pc Version: 1.95+20070626-1 Severity: minor File: /usr/sbin/update-grub Tags: patch update-grub does not sufficiently validate the contents of /etc/grub.d: | $ sudo update-grub | Updating /boot/grub/grub.cfg ... | Found linux image: /boot/vmlinuz-2.6.21-2-amd64 | Found initrd image:

Bug#432156: 00_header long-winded

2007-07-07 Thread Trent Buck
Package: grub-pc Version: 1.95+20070626-1 Severity: wishlist File: /etc/grub.d/00_header Tags: patch The following is (AFAIK) SUS/POSIX portable, and is both terser and, IMO, more concise: | --- 00_header 2007/07/08 01:18:03 1.1 | +++ 00_header 2007/07/08 01:19:11 1.2 | @@ -25,20 +25,15 @

Bug#432154: LVM not working when *any* md array degraded

2007-07-07 Thread Trent Buck
Package: grub-pc Version: 1.95+20070626-1 Severity: normal I have the following disk setup: ARRAY /dev/md0 level=raid1 num-devices=2 UUID=35350c38:74a95022:4eeb7f3f:b5bc804c devices=/dev/sdc1,/dev/sdd1 ARRAY /dev/md1 level=raid1 num-devices=2 UUID=3c0b822d:7ad0dd9a:997fa798:3fa99da6 dev

Bug#432121: --in-place switch

2007-07-07 Thread Trent Buck
Package: bbe Version: 0.1.9-1 Severity: wishlist GNU sed has the immensely useful --in-place switch: sed -i -e x y is roughly equivalent to sed -e x y >y~ && mv y~ y It would be convenient if bbe(1) had the same functionality. -- System Information: Debian Release: lenny/sid APT

Bug#432124: postinst doesn't grok grub2?

2007-07-07 Thread Trent Buck
Package: linux-image-2.6.21-2-amd64 Version: 2.6.21-5 Severity: normal Observe: | $ nl -b a /var/lib/dpkg/info/linux-image-2.6.21-2-amd64.postinst | grep -A 9 sub.run_lilo | 1247 sub run_lilo (){ | 1248my $ret; | 1249# Try and figure out if the user really wants lilo to be run --

Bug#431637: apt-get source reports "Unable to find a source package"

2007-07-03 Thread Trent Buck
Package: apt Version: 0.7.3 Severity: normal apt-get source is playing silly buggers, and I don't understand why. $ cd `mktemp -d` $ grep -v ^# /etc/apt/sources.list deb-src http://ftp.debian.org/debian experimental main $ sudo apt-get update && > sudo apt-get source aptitude

Bug#430553: python.el AWOL

2007-06-25 Thread Trent Buck
Package: emacs22-common Version: 22.0.99+1-1 Severity: minor Old emacs-snapshot packages have python.el: emacs-snapshot-common: /usr/share/emacs/22.1.50/lisp/progmodes/python.elc emacs-snapshot-el: /usr/share/emacs/22.1.50/lisp/progmodes/python.el.gz and they seem to be in the upstream c

Bug#430525: emacsclient manually seven-eighths missing

2007-06-25 Thread Trent Buck
Package: emacs22-common Version: 22.0.99+1-1 Severity: minor File: /usr/share/man/man1/emacsclient.1emacs22.gz The emacsclient manually only mentions one of the eight options listed by the --help switch. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Con

Bug#411425: scheme48: Please package new upstream version

2007-06-21 Thread Trent Buck
le? > I don't think you understood me correctly: I will not be a reliable > sponsor for the months to come. You need to find another sponsor. So > tagging them no-sponsor-need doesn't seem a good idea to me. OK, understood. Should I file ITA bugs to wnpp for s48 and scsh? -- Trent Buck signature.asc Description: Digital signature

Bug#411425: scheme48: Please package new upstream version

2007-06-21 Thread Trent Buck
On Thu, Jun 21, 2007 at 02:37:39PM +0200, Lionel Elie Mamane wrote: > On Fri, Mar 16, 2007 at 03:43:41AM +1100, Trent Buck wrote: > > On Thu, Mar 15, 2007 at 05:15:01PM +0100, Lionel Elie Mamane wrote: > > >> As such, scheme48 is mostly orphaned in Debian. Do you want to &g

Bug#429769: Acknowledgement (3.x versions available)

2007-06-19 Thread Trent Buck
instead of "darkstat". -- Trent Buck signature.asc Description: Digital signature

Bug#429769: 3.x versions available

2007-06-19 Thread Trent Buck
Package: darkstat Version: 2.6-13 Severity: wishlist http://purl.org/net/darkstat reports the existence of version 3.0.619. I can't see this in Sid; have you considered packaging it? -- Trent Buck -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". T

Bug#429526: C-h r still reports "Info file emacs does not exist"

2007-06-18 Thread Trent Buck
Package: emacs22-common-non-dfsg Version: 22.0.99+1-1 Severity: normal Typing C-h r (info-emacs-manual) in emacs22 fails thusly: | Debugger entered--Lisp error: (error "Info file emacs does not exist") | signal(error ("Info file emacs does not exist")) | error("Info file %s does not exist" "e

Bug#240215: X11 dependency is annoying

2007-06-16 Thread Trent Buck
kind of autohinting should be used in X, and so on. For a headless server, this is a (brief) source of annoyance and confusion. If gs-esp can be produced in a -nox variant or cupsys can be made to support other flavours of gs, this issue would go away. -- Trent Buck -- To UNSUBSCRIBE, email to

Bug#427279: emacs 22.1 status?

2007-06-11 Thread Trent Buck
On Mon, Jun 11, 2007 at 05:41:16PM -0700, Rob Browning wrote: > "Trent Buck" <[EMAIL PROTECTED]> writes: > > > If it's not too much trouble, I'd appreciate an acknowledgement reply > > to this bug along the lines of > > > > Packaging of

Bug#427279: emacs 22.1 status?

2007-06-11 Thread Trent Buck
he process along (other than testing 22.0.99+1-1). -- Trent Buck signature.asc Description: Digital signature

Bug#427737: logcheck regexp broken

2007-06-05 Thread Trent Buck
Package: ssmtp Version: 2.61-12 Severity: minor Tags: patch Per http://bugs.debian.org/319942, ssmtp instructs logcheck to ignore boring syslog entries. This regexp is no longer correct, for entries like the one below, the regexp does not expect the "2.0.0 " string. Jun 6 15:02:07 baal sSMTP

Bug#427560: querybts: allow -m to fetch package/multiple bugs

2007-06-04 Thread Trent Buck
Package: reportbug Version: 3.38 Severity: wishlist File: /usr/bin/querybts Currently the following do not work: querybts -m mutt >tmp.mbox querybts -m 310205 364870 >tmp.mbox In the latter case, only the mbox of the first bug is downloaded. -- Package-specific info: ** Environment sett

Bug#426457: fretsonfire: Nothing displayed

2007-06-04 Thread Trent Buck
A Python interface to the Ogg library You may also wish to Suggests: psyco for the benefit of users on the i386 architecture. -- Trent Buck $ fretsonfire -v (W) PyOGG not found. OGG files will be fully decoded prior to playing; expect absurd memory usage. (W) PyAmanith not found, SVG su

Bug#426457: fretsonfire: Nothing displayed

2007-05-31 Thread Trent Buck
On Thu, May 31, 2007 at 02:55:49PM +0200, Miriam Ruiz wrote: > Do other programs using SDL and OpenGL Work well for you? Yes, stuff like Tremulous, Sauerbraten and Solarfox work perfectly. -- Trent Buck signature.asc Description: Digital signature

Bug#426457: fretsonfire: Nothing displayed

2007-05-31 Thread Trent Buck
bian/Sid on the amd64 architecture, with a Radeon 9000 GPU. -- Trent Buck Section "InputDevice" Identifier "Default Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc104&qu

Bug#398661: Fixed upstream in 2.25b

2007-05-23 Thread Trent Buck
n wrote: > Tomorrow i'll do thttpd. It's been six months since you said "tomorrow". What is the hold up? I have a little packaging experience (cf. mg, paredit-el); is it something I can help with? -- Trent Buck signature.asc Description: Digital signature

Bug#425676: syntactically incorrect completion script

2007-05-23 Thread Trent Buck
Package: debconf Version: 1.5.13 Severity: normal File: /etc/bash_completion.d/debconf Tags: patch >From the bash manual: ,[ bash(1), Definitions ] | name: A word consisting only of alphanumeric characters and | underscores, and beginning with an alphabetic character or an | underscore. Also

Bug#425657: Conflicts with ghc6=6.6.1-2

2007-05-22 Thread Trent Buck
Package: libghc6-gtk-dev Version: 0.9.10.5-1 Severity: important This package cannot be installed with GHC 6.6.1: [EMAIL PROTECTED] sudo aptitude install libghc6-gtk-dev [...] The following packages are BROKEN: libghc6-cairo-dev libghc6-glib-dev libghc6-gtk-dev [...] The

Bug#425285: This bug is due to a bashism

2007-05-20 Thread Trent Buck
Package: dpatch Version: 2.0.23 Followup-For: Bug #425285 The following is a minimal transcript: | $ readlink /bin/sh | dash | $ dpatch --help | set: 8: Illegal option -o pipefail | $ sed -n '1p;8p' /usr/bin/dpatch | #! /bin/sh | set -o pipefail One of the two lines from dpatch shown above must

Bug#425142: ITP: dpans2texi -- draft ANS Common Lisp specification

2007-05-19 Thread Trent Buck
Package: wnpp Severity: wishlist Owner: Trent Buck <[EMAIL PROTECTED]> * Package name: dpans2texi Version : 1.03 Upstream Author : Jesper Harder <[EMAIL PROTECTED]> * URL : http://whome.phys.au.dk/~harder/dpans.html * License : GPL / non-Free Prog

Bug#424947: dependency typo: texlive-doc-cn vs. texlive-doc-ch

2007-05-18 Thread Trent Buck
On Fri, May 18, 2007 at 08:25:18AM +0200, Norbert Preining wrote: > On Fre, 18 Mai 2007, Trent Buck wrote: > > texlive-full depends on texlive-doc-cn, a package that does not exist. > > I note that texlive-doc-ch DOES exist, and is not depended upon. This > > is probably a ty

Bug#424953: filename typo

2007-05-17 Thread Trent Buck
Package: dh-make Version: 0.43 Severity: minor File: /usr/share/debhelper/dh_make/debian/package-default.ex According to its manpage, dh_installinit expects the files debian/[.]init.d debian/[.]default Since debian/init.d.ex exists, debian/package-default.ex should be renamed to debian/d

Bug#424947: dependency typo: texlive-doc-cn vs. texlive-doc-ch

2007-05-17 Thread Trent Buck
Package: texlive-full Version: 2007-5 Severity: serious texlive-full depends on texlive-doc-cn, a package that does not exist. I note that texlive-doc-ch DOES exist, and is not depended upon. This is probably a typo. This is a serious (if trivial) mistake, because it prevents the texlive-full be

Bug#424948: Strange info manual category

2007-05-17 Thread Trent Buck
Package: readline-common Version: 5.2-2 Severity: minor File: /usr/share/info/rluserman.info.gz In the info directory, rluserman is listed as being in the `Miscellaneous:' category. None of the other categories have a colon, and the groff manual is in the category `Miscellaneous'. This suggests

Bug#424946: info manual in unusual category

2007-05-17 Thread Trent Buck
Package: rubber Version: 1.1-2 Severity: minor File: /usr/share/info/rubber.info.gz In the info dir, rubber is listed as being in the `teTeX' category. I can't currently afford to download the tetex or texlive info manuals, but on my Ubuntu Edgy host at work, they are placed in the `TeX' category

Bug#424736: Evince 0.8 supports compressed PDFs (pdf.gz).

2007-05-16 Thread Trent Buck
Package: bash Version: 3.1dfsg-8 Severity: minor File: /etc/bash_completion Per http://bugs.debian.org/395119, bash should complete pdf.gz (and pdf.bz2?) for evince. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Archit

Bug#327541: Status?

2007-05-14 Thread Trent Buck
What is the status of this bug? Does the maintainer require assistance packaging festival 1.9[56] beta? Are there reasons why these versions should not be added to Debian? signature.asc Description: Digital signature

Bug#423828: 822-date apparently deprecated

2007-05-14 Thread Trent Buck
Package: dpkg-dev-el Version: 26.10-1 Severity: normal File: /usr/share/emacs/site-lisp/dpkg-dev-el/debian-changelog-mode.el d-c-m.el uses 822-date. In dpkg-dev 1.14.2, this now prints a warning: $ 822-date 822-date: warning: This program is deprecated. Please use 'date -R' instead.

Bug#423544: perl warnings

2007-05-12 Thread Trent Buck
Package: dpkg Version: 1.14.2 Severity: normal File: /usr/sbin/update-alternatives I get a bunch of these when installing some home-made emacs-snapshot packages: Use of uninitialized value in concatenation (.) or string at /usr/sbin/update-alternatives line 718. Use of uninitialized valu

Bug#423119: Invert Colour option

2007-05-09 Thread Trent Buck
Package: evince Version: 0.8.1-1 Severity: wishlist I spend all day staring at white-on-black terminal emulators, emacs frames, and browser windows. When I flip across to an evince window, the brightness of the black-on-white text is blinding. I would like a "Invert Colors" option in the menu or

Bug#421997: unwanted focus-follows-mouse behaviour

2007-05-02 Thread Trent Buck
CCing the Ratpoison mailing list. Ratpoison readers, see http://bugs.debian.org/421997 for the previous message. On Wed, May 02, 2007 at 10:46:29PM +0200, Marc 'HE' Brockschmidt wrote: > I tried this with another window manager (openbox), both while using > xte to change the mouse cursor position

Bug#421997: unwanted focus-follows-mouse behaviour

2007-05-02 Thread Trent Buck
Package: evince Version: 0.8.1-1 Severity: normal Today I upgraded from evince/testing (to experimental). I find that now, unless the pointer is positioned over the main canvas area, the arrow, F11 and PgUp/PgDn keys no longer appear to have any effect. Previously they would allow me to pan over

Bug#375631: Depends on libgamin0

2007-05-02 Thread Trent Buck
ady been taken in libthunar-vfs-1-2 0.8.0-2 (in unstable), and this bug should therefore be closed. -- Trent Buck, Student Errant signature.asc Description: Digital signature

Bug#375631: Depends on libgamin0

2007-05-02 Thread Trent Buck
I notice that other packages (e.g. bmpx, konqueror, libgnomevfs2-0) depend on libfam0, which can be provided by EITHER libfam0 or libgamin0. Since thunar explicitly depends on libgamin0, it forces the user to remove libfam0 and thereby run these other applications on top of libgamin0. Is it simpl

Bug#421385: $HOME/.html2psrc not read

2007-04-28 Thread Trent Buck
Package: html2ps Version: 1.0b5-4 Severity: important Tags: patch The #410011 fix applied as 1.0b5-4 1) did not fix #410011; and 2) introduced further errors. The most important of these is that users' config files are not read. The attached patch (in ADDITION to the 1.0b5-4 patch, NOT instead o

Bug#415287: Should ion3 snapshots be kept from testing?

2007-04-25 Thread Trent Buck
*, and can now be closed. -- Trent Buck, Student Errant signature.asc Description: Digital signature

Bug#420579: zangband: High scores not updated the lib/apex on NFS.

2007-04-23 Thread Trent Buck
Package: zangband Version: 2.7.4b Severity: normal I have not reproduced this issue with the Debian package. I'm reporting this bug to Debian anyway because upstream's BTS is unpleasant. I unpacked the zangband 2.7.4b source tarball, compile it and ran it in-place (i.e. with no "make install" st

Bug#419322: /usr/share/cdbs/1/class/hbuild.mk: Typo: DEB_PAKCAGES

2007-04-14 Thread Trent Buck
Package: cdbs Version: 0.4.48 Severity: important File: /usr/share/cdbs/1/class/hbuild.mk I'm pretty sure DEB_PAKCAGES is a typo in /usr/share/cdbs/1/class/hbuild.mk:30: cdbs_hugs_packages = $(filter %-hugs,$(DEB_PAKCAGES)) cdbs_ghc_packages = $(filter %-ghc,$(DEB_PAKCAGES)) Especially

Bug#418747: New upstream version: 2.6

2007-04-11 Thread Trent Buck
Package: chicken-bin Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There is a new upstream release, 2.6. Attached is a working .diff.gz for the new upstream, based on the 2.5 .diff.gz, but cleaned up and using CDBS. As a side effect, the patch is a lot smaller (doesn't includ

Bug#418738: chicken-bin: chicken-setup -l fails if no packages are installed

2007-04-11 Thread Trent Buck
Package: chicken-bin Version: 2.5-1 Severity: minor chicken-setup fails if no packages are installed: $ chicken-setup -list Error: (directory) can not open directory - No such file or directory: "/var/lib/chicken/1" Suggest the (empty) directory /var/lib/chicken/1 is included in chicken

Bug#418115: common-lisp-controller: UID not exported?

2007-04-06 Thread Trent Buck
Package: common-lisp-controller Version: 6.9 Severity: important In my normal shell environment, I tried to use ECL's ASDF to load a package: | [EMAIL PROTECTED] ecl -eval "(require 'clx)" -eval "(asdf:oos 'asdf:load-op :stumpwm)" -eval "(in-package :stumpwm)" | ;;; Loading #P"/usr/lib/ecl/cmp.

Bug#415908: lhs2tex: Indirect dependency conflict with texlive

2007-03-22 Thread Trent Buck
Package: lhs2tex Version: 1.11-2 Severity: important There are currently two competing TeX distributions in Debian: tetex and texlive. They cannot both be installed concurrently. lhs2tex currently depends only on tetex; therefore texlive users cannot install lhs2tex. If (as is probably the case

Bug#414846: mg: Segfaults on very long extended commands

2007-03-19 Thread Trent Buck
From upstream: 09:06 twb, ``Yep. reproducable. I'll look into it.'' -- Kjell Wooding. signature.asc Description: Digital signature

Bug#415485: /usr/share/emacs/site-lisp/pylint/pylint.el: binds keys

2007-03-19 Thread Trent Buck
Package: pylint Version: 0.12.1-1 Severity: normal File: /usr/share/emacs/site-lisp/pylint/pylint.el pylint.el binds [f1], [f2] and [f3] in the python mode map, without asking. It should not. I personally feel that pylint.el should not bind any keys at all. If you feel pylint.el really must bin

Bug#415267: mg: have two spaces before Homepage: in the description

2007-03-17 Thread Trent Buck
Package: mg Version: 20070214-1 Severity: wishlist kaol says: it's customary to have two spaces before Homepage: in the description. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#410401: scheme48: Please package new upstream version

2007-03-15 Thread Trent Buck
ered to find a new one yet because I haven't needed to (for the packages I currently maintain). Presumably I need to find a new sponsor before I can adopt s48. -- Trent Buck, Student Errant signature.asc Description: Digital signature

Bug#410401: scheme48: Please package new upstream version

2007-03-15 Thread Trent Buck
IME48 is not currently part of Debian. [1] http://mumble.net/~campbell/slime48.html -- Trent Buck, Student Errant signature.asc Description: Digital signature

Bug#401855: scheme48: FTBFS on kfreebsd-i386: kfreebsd-i386 not in the architecture list

2007-03-15 Thread Trent Buck
approach could be adopted here. -- Trent Buck, Student Errant signature.asc Description: Digital signature

Bug#414931: scsh-0.6: patch for amd64 support

2007-03-15 Thread Trent Buck
On Thu, Mar 15, 2007 at 07:16:09AM +0100, Lionel Elie Mamane wrote: > On Thu, Mar 15, 2007 at 07:28:49AM +1100, Trent Buck wrote: > > > The attached patch makes scsh 0.6.7 compile on the amd64 platform, > > using 32-bit libraries. > > Thank you for the patch. >

Bug#414846: mg: Segfaults on very long extended commands

2007-03-14 Thread Trent Buck
nse will be WONTFIX. Reducing severity because... > [...]it does not affect normal use. PS: Han, please preserve the CC to [EMAIL PROTECTED] when you reply, so that the BTS will file your reply with the original report. -- Trent Buck, Student Errant signature.asc Description: Digital signature

Bug#412388: cdbs: hbuild.mk assumes Setup.lhs

2007-02-25 Thread Trent Buck
Package: cdbs Version: 0.4.48 Severity: important I'm trying to package shim[1], an Emacs interface for Haskell. This is my first attempt to package a Haskell project, so I may be doing things wrong. I notice that hbuild.mk assumes the Setup program (roughly analogous to the ./configure file in

Bug#410011: html2ps: Honour PAPERSIZE environment variable

2007-02-07 Thread Trent Buck
t > /etc/html2psrc is breaking it. > > The "paper { type: letter; }" setting should be removed from > /etc/html2psrc. That doesn't work either, because of a quoting bug in the html2ps source. The attached patch fixes it. -- Trent Buck, Student Errant --- /tmp/html2ps-1

Bug#410011: html2ps: Honour PAPERSIZE environment variable

2007-02-07 Thread Trent Buck
On Wed, Feb 07, 2007 at 01:10:32PM +1100, Trent Buck wrote: > Package: html2ps > Version: 1.0b5-1 > Severity: wishlist > > AFAICT, html2ps always generates pages of size letter, as this is what > is hard-coded in /etc/html2psrc. > > The libpaper-utils package provides a

Bug#410012: html2ps: Unnecessary repetition of author metadata

2007-02-06 Thread Trent Buck
the case when a large document is split into 80 separate HTML documents. Instead of "Author: Trent Buck", the resulting PDF will contain "Author: Trent Buck + Trent Buck + ... + Trent Buck". html2ps should accumulate a list of author metadata values as it reads in each source

Bug#410011: html2ps: Honour PAPERSIZE environment variable

2007-02-06 Thread Trent Buck
Package: html2ps Version: 1.0b5-1 Severity: wishlist AFAICT, html2ps always generates pages of size letter, as this is what is hard-coded in /etc/html2psrc. The libpaper-utils package provides a mechanism for setting a host-wide paper size (/etc/papersize), which can be overridden by users using

Bug#408713: emacs-snapshot-bin-common: New binaries: b2m, ebrowse, grep-changelog, rcs-checkin

2007-01-27 Thread Trent Buck
Package: emacs-snapshot-bin-common Version: 1:20061218-1 Severity: normal Observe: $ lintian emacs-snapshot-bin-common_20061218-1_i386.deb W: emacs-snapshot-bin-common: binary-without-manpage b2m.emacs-snapshot W: emacs-snapshot-bin-common: binary-without-manpage ebrowse.emacs-snapsho

Bug#408689: FTBFS: missing -no-site-file in test invocation

2007-01-27 Thread Trent Buck
Package: emacs-snapshot Version: 1:20070122-1 Severity: important Tags: patch Justification: fails to build from source I was mucking around applying the emacs-snapshot diff.gz to the unicode-2 branch when I got this error. This bug may not actually manifest in a clean emacs-snapshot, but I think

Bug#408260: haskell-mode does no byte-compilation

2007-01-24 Thread Trent Buck
Package: haskell-mode Version: 2.1-1 Severity: normal haskell-mode has no debian/emacsen-install and debian/emacsen-remove files (emacsen-startup is installed indirectly). Consequently, haskell-mode is not byte-compiled for each installed flavour Emacs at install time. I also note that switch-to

Bug#370809: works-for-me patch

2007-01-19 Thread Trent Buck
tags 370809 + patch thank you The attached patch Worked For MeTM a year ago; I don't have an amd64 box handy to confirm that this is still the case. The approach I used (i.e. -m32) may violate policy somehow; I never bothered to check. -- Trent Buck, Student Errant --- old/scheme48_1.3-4

Bug#405011: ITP: ledger -- command-line accounting program

2007-01-01 Thread Trent Buck
On Mon, Jan 01, 2007 at 03:46:24PM +0100, Josselin Mouette wrote: > Le samedi 30 d?cembre 2006 ? 22:24 +1100, Trent Buck a ?crit : > > Package: wnpp > > Severity: wishlist > > Owner: Trent Buck <[EMAIL PROTECTED]> > > > > > > * Package name: ledg

Bug#329620: provide zevince similiar to zxpdf

2006-12-31 Thread Trent Buck
p "rm -rf \"$x\"" 0 TERM INT QUIT cd "$x" zcat "$@" >x.pdf evince x.pdf -- Trent Buck, Student Errant signature.asc Description: Digital signature

Bug#405011: ITP: ledger -- command-line accounting program

2006-12-30 Thread Trent Buck
Package: wnpp Severity: wishlist Owner: Trent Buck <[EMAIL PROTECTED]> * Package name: ledger Version : 2.5 Upstream Author : John Wiegley <[EMAIL PROTECTED]> * URL : http://newartisans.com/ledger.html * License : BSD Programming Lang: C++

Bug#403251: fortunes-mario: Does not Provide: fortune-cookie-db

2006-12-15 Thread Trent Buck
Package: fortunes-mario Version: 0.20-1 Severity: normal All the other fortune cookie packages include Provides: fortune-cookie-db which allows them to (respectively) be the only fortune cookie database installed. Because fortunes-mario does not, fortunes-mod's dependency forces at least on

Bug#402122: debiandoc-sgml: HTML output should include LINK tags in HEAD

2006-12-08 Thread Trent Buck
Package: debiandoc-sgml Severity: wishlist I notice that the HTML version of new-maint[1], and presumably other Debian documentation, lacks LINK[2] tags in the HEAD header. These tags make it a little easier to read large documents in some browsers, such as emacs-w3m or firefox (with the Link Wid

Bug#402119: mg: include watch file

2006-12-08 Thread Trent Buck
Package: mg Version: 20061119-1 Severity: wishlist Tags: patch Include the following watch file in the next release: version=3 http://www.xs4all.nl/~hanb/software/mg/mg-(.*).tar.gz -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PR

Bug#401417: accessibility: terminal preferences dialog requires mouse

2006-12-03 Thread Trent Buck
Package: xfce4-terminal Severity: important In a xfce4-terminal main window, choose Edit > Preferences. A window called "Terminal Preferences" appears. On the left is a list of icons with the following labels: - General - Appearance - Colors - Shortcuts - Advanced These ico

Bug#388632: patch available

2006-11-27 Thread Trent Buck
tags 388632 + patch thank you I have packaged Chicken 2.5; the packages Work For Me(TM). Diff attached. See also http://twb.ath.cx/~twb/debian/pool/chicken/ -- Trent Buck, Student Errant chicken_2.5-1.diff.gz Description: Binary data

Bug#364883: SRFI HTML validity

2006-11-24 Thread Trent Buck
`tidy' which can (mostly) do this without intervention http://tidy.sf.net/ I can probably do some/all of this work if you don't want to; I have cleaned up the tex2page version of SICP similarly: http://twb.ath.cx/~twb/canon/sicp/book.xhtml -- Trent Buck, Student Errant -- To U

Bug#400273: /usr/share/pycentral/dosage/site-packages/dosage/modules/DieselSweeties.py: DieselSweeties is broken

2006-11-24 Thread Trent Buck
Package: dosage Version: 1.5.8-1 Severity: important File: /usr/share/pycentral/dosage/site-packages/dosage/modules/DieselSweeties.py DieselSweeties> Retrieving the current strip... DieselSweeties> Traceback (most recent call last): DieselSweeties> File "/usr/bin/mainline", line 28, in ? DieselS

Bug#398661: Fixed upstream in 2.25b

2006-11-14 Thread Trent Buck
This issue is fixed upstream in thttpd 2.25b (see http://bugs.debian.org/338883). -- Trent Buck, Student Errant -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#398661: thttpd: Wrong MIME type returned for .svg files.

2006-11-14 Thread Trent Buck
Package: thttpd Version: 2.23beta1-5 Severity: normal Tags: patch The mime_types.txt file in the source code has no entry for files ending in .svg. Consequently, thttpd serves them as type text/plain, confusing users. $ curl -I http://www/test.svg HTTP/1.1 200 OK Server: thttpd/2.23

Bug#391827: [Fwd: mg: does not display correct line numbers]

2006-11-10 Thread Trent Buck
these events on the Debian BTS already, so you knew things were happening. I apologize. -- Trent Buck, Student Errant -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#396811: prerm script calls /etc/init.d/avahi-daemon directly

2006-11-02 Thread Trent Buck
Package: avahi-daemon Version: 0.6.14-2 Severity: important >From the policy manual: Maintainers should use the abstraction layer provided by the update-rc.d and invoke-rc.d programs to deal with initscripts in their packages' scripts such as postinst, prerm and postrm. http://ww

Bug#396306: telnetd-ssl: postrm script doesn't test for /etc/ssl/certs existence

2006-10-30 Thread Trent Buck
Package: telnetd-ssl Version: 0.17.24+0.1-10 Severity: normal When purging a bunch of packages, I somehow end up with /etc/ssl/certs not existing when telnetd-ssl's postrm script starts. Thus cd /etc/ssl/certs fails; thus the script fails; thus apt complains. Replacing cd /etc/ssl/certs

Bug#396301: isdnutils-base: postrm script calls /etc/init.d/isdnutils directly

2006-10-30 Thread Trent Buck
Package: isdnutils-base Version: 1:3.8.2005-12-06-4 Severity: important >From the policy manual: Maintainers should use the abstraction layer provided by the update-rc.d and invoke-rc.d programs to deal with initscripts in their packages' scripts such as postinst, prerm and postrm.

Bug#396297: mg should provide editor

2006-10-30 Thread Trent Buck
Package: mg Version: 20060919-1 Severity: minor The virtual package `editor' is provided by xjed, jed, nano, nano-tiny, nano, aee, emacs21-nox, emacs21, vim, vim-tiny and vim. It should also be provided by mg. -- System Information: Debian Release: testing/unstable APT prefers testing APT po

Bug#395824: doc-base: inadequate quotation in prerm script

2006-10-27 Thread Trent Buck
Package: doc-base Version: 0.7.21 Severity: normal Consider the following transcript: [EMAIL PROTECTED]/]# DEBUG=true [EMAIL PROTECTED]/]# export DEBUG [EMAIL PROTECTED]/]# apt-get --purge remove doc-base Reading package lists... Done Building dependency tree... Done The

Bug#395119: evince: Add support for compressed PDFs (.pdf.gz)

2006-10-24 Thread Trent Buck
Package: evince Severity: wishlist It is typical for documentation provided by Debian in /usr/share/doc to be compressed with gzip (unless it is very small), including PDF documentation. This means that one cannot view Debian documentation directly in Evince -- one first has to uncompress the PD

Bug#394954: xfonts-x3270-misc: postrm script assumes mkfontdir(1) is installed

2006-10-23 Thread Trent Buck
Package: xfonts-x3270-misc Severity: normal Consider the purge clause of the postrm script: set -e [...] purge|remove) if [ -d /usr/X11R6/lib/X11/fonts/misc ]; then ( cd /usr/X11R6/lib/X11/fonts/misc; mkfontdir ) update-fonts-alias mi

Bug#375069: libnss-ldap: Confirmed

2006-10-09 Thread Trent Buck
Package: libnss-ldap Version: 251-5.2 Followup-For: Bug #375069 This bug also manifests on my systems. I had been providing ldap connction settings solely by debconf-set-selections; suddenly new systems were trying to connect to 127.0.0.1 instead of the real server. The only config file affected

Bug#388873: chicken-bin: Fails to compile when libffi4-dev is installed

2006-09-22 Thread Trent Buck
Package: chicken-bin Severity: important Justification: fails to build from source When libffi4-dev is installed, chicken fails to build from source. AFAICT ./configure && make works just fine with libffi4-dev installed, so presumably the problem is in debian/rules somewhere. Until resolved, the

Bug#386360: inkscape: Related but not interdependent applications should be in Suggests, not Recommends

2006-09-06 Thread Trent Buck
Package: inkscape Severity: normal >From http://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps Recommends This declares a strong, but not absolute, dependency. The Recommends field should list packages that would be found together with this one i

Bug#385270: Daemon user name change

2006-08-31 Thread Trent Buck
postrm. I'm about to try the following fix: set -ex if getent passwd hal >/dev/null then /etc/dbus-1/event.d/20hal stop || true deluser --quiet --system hal delgroup --quiet --system hal rmdir /var/run/hal fi -- Trent Buck, Student Errant -- To UNS

Bug#385540: Duplicate of #385270

2006-08-31 Thread Trent Buck
This ticket is a duplicate of #385270. -- Trent Buck, Student Errant -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#385540: hal postinst gives errors when installed within chroot

2006-08-31 Thread Trent Buck
Package: hal Severity: normal I run a Debian/Etch chroot environment within Ubuntu/Dapper and CentOS4 host OSs (it's a long story). When aptitude upgrading hal, I get the following output: With Ubuntu/Dapper host OS: Setting up hal (0.5.7.1-1) ... Installing new version of config file /

  1   2   >