Bug#813919: eyed3: renaming fails if genre not set

2016-02-06 Thread David Richfield
Package: eyed3
Version: 0.6.18-1
Severity: normal

Dear Maintainer,

When the title, artist, album and year, but not the genre of a track is set,
renaming fails, but if the genre is set, it succeeds:

$ eyeD3 --rename='%a' 01.mp3 

01.mp3  [ 2.75 MB ]
---
Time: 03:00 MPEG1, Layer III[ 128 kb/s @ 44100 Hz - Joint stereo ]
---
ID3 v2.4:
title: Ist das noch Punkrock?   artist: Die Ärzte
album: Auch year: 2012
track: 
Uncaught exception: 'NoneType' object has no attribute 'name'
Traceback (most recent call last):
  File "/usr/bin/eyeD3", line 1265, in 
retval = main();
  File "/usr/bin/eyeD3", line 1242, in main
retval = app.handleFile(f);
  File "/usr/bin/eyeD3", line 587, in handleFile
self.opts.fs_encoding);
  File "/usr/bin/eyeD3", line 934, in handleRenames
name = f.getTag().tagToString(pattern);
  File "/usr/lib/python2.7/dist-packages/eyeD3/tag.py", line 1063, in 
tagToString
s = self._subst(s, "%G", self.getGenre().name)
AttributeError: 'NoneType' object has no attribute 'name'

$ eyeD3 -G 43 01.mp3 

01.mp3  [ 2.75 MB ]
---
Time: 03:00 MPEG1, Layer III[ 128 kb/s @ 44100 Hz - Joint stereo ]
---
Setting track genre: 43
Writing tag...
ID3 v2.4:
title: Ist das noch Punkrock?   artist: Die Ärzte
album: Auch year: 2012
track:  genre: Punk (id 43)

$ eyeD3 --rename="%A - %t" 01.mp3

01.mp3  [ 2.75 MB ]
---
Time: 03:00 MPEG1, Layer III[ 128 kb/s @ 44100 Hz - Joint stereo ]
---
ID3 v2.4:
title: Ist das noch Punkrock?   artist: Die Ärzte
album: Auch year: 2012
track:  genre: Punk (id 43)
Renaming file to 'Die Ärzte - Ist das noch Punkrock?'


-- System Information:
Debian Release: 8.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages eyed3 depends on:
ii  python2.7.9-1
ii  python-eyed3  0.6.18-1

eyed3 recommends no packages.

eyed3 suggests no packages.

-- no debconf information



Bug#813153: Please don't bite

2016-01-29 Thread David Richfield
This is my first time submitting a patch to this project, so if I've
done anything wrong, please educate me! I wasn't sure of:

* whether to mark it as an upstream patch
* what version to give, because I made the diff against the latest git pull
* how much copy-editing to put into one patch
* whether to put minor copy-editing and significant changes together
* whether to reformat lines in the source

Thanks,

-- 
David Richfield
[[:en:User:Slashme]]



Bug#813153: debian-handbook: Significant copy-edit to Chapter 13 en-US

2016-01-29 Thread David Richfield
Package: debian-handbook
Version: git commit 1ea67dec0a6c5742918e17cc7fadc48cc86cad3c
Severity: normal
Tags: patch

A general read-through copy-edit on Chapter 13, including some wording issues
and significant changes in the history of openoffice and Mozilla.

-- System Information:
Debian Release: 8.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff --git a/en-US/13_workstation.xml b/en-US/13_workstation.xml
index b0a5276..119e456 100644
--- a/en-US/13_workstation.xml
+++ b/en-US/13_workstation.xml
@@ -35,19 +35,19 @@
 driver that makes efficient use of the video card. The features offered
 to the graphical applications are exported through a standard
 interface, X11 (Jessie contains its
-X11R7.7 version).
+role="distribution">Jessie contains version
+X11R7.7).
 
 
   PERSPECTIVE X11, XFree86 and X.org
 
   X11 is the graphical system most widely used on Unix-like
-  systems (also available, in addition to the native system, for
-  Windows and Mac OS). Strictly speaking, the “X11” term only
+  systems (also available for
+  Windows and Mac OS). Strictly speaking, the term “X11” only
   refers to a protocol specification, but it is also used to refer to
   the implementation in practice.
 
-  X11 had a rough start, but the 1990's saw XFree86 emerge as the
+  X11 had a rough start, but the 1990s saw XFree86 emerge as the
   reference implementation because it was free software, portable, and
   maintained by a collaborative community. However, the rate of
   evolution slowed down near the end when the software only gained new
@@ -85,10 +85,10 @@
 
 Note that if the detected video card is not handled by any
 of the available drivers, X.org tries using the VESA and fbdev
-drivers. The former is a generic driver that should work
+drivers. VESA is a generic driver that should work
 everywhere, but with limited capabilities (fewer available
 resolutions, no hardware acceleration for games and visual effects
-for the desktop, and so on) while the latter works on top of the
+for the desktop, and so on) while fbdev works on top of the
 kernel's framebuffer device. The X server writes its messages to
 the /var/log/Xorg.0.log log file, which is
 where one would look to know what driver is currently in use. For
@@ -126,9 +126,9 @@
   nvidia-glx for nVidia cards, and
   fglrx-driver for some ATI cards. Both
   cases require matching kernel modules. Building these modules can be
-  automated by installing the nvidia-kernel-dkms (for nVidia), or fglrx-modules-dkms (for ATI) packages.
+  role="pkg">fglrx-modules-dkms (for ATI).
 
   The “nouveau” project aims to develop a free software
   driver for nVidia cards. As of 
+  regard although it often requires non-free firmware.
   ATI
   nVidia
 
@@ -180,8 +180,9 @@
   Choosing a Window Manager
 
   Since each graphical desktop provides its own window
-  manager, choosing the former usually implies software selections
-  from the latter. GNOME uses the mutter window
+  manager, which window manager you choose is usually influenced by
+  which desktop you have selected.  GNOME uses the
+  mutter window
   manager, KDE uses kwin, and Xfce (which
   we present later) has xfwm. The Unix
   philosophy always allows using one's window manager of choice,
@@ -197,14 +198,13 @@
 managerwindow
 window manager
 
-	True to the Unix tradition of doing one thing only but doing
-	it well, the window manager displays the “decorations” around
+	The window manager displays the “decorations” around
 	the windows belonging to the currently running applications, which
 	includes frames and the title bar. It also allows reducing,
 	restoring, maximizing, and hiding windows. Most window managers
 	also provide a menu that pops up when the desktop is clicked in a
 	specific way. This menu provides the means to close the window
-	manager session, starting new applications, and in some cases,
+	manager session, start new applications, and in some cases,
 	change to another window manager (if installed).
   
 
@@ -216,8 +216,7 @@
   blackbox, fluxbox, or openbox. In these cases, the system should be configured so that the
   appropriate window manager gets precedence; the standard way is to
   change the x-window-manager alternative with the
-  update-alternatives --config x-window-manager
-  command.
+  command update-alternatives --config x-window-manager.
   WindowMaker
   Afterstep
   Blackbox
@@ -332,8 +331,8 @@
 desktop project, but it chose the Qt grap

Bug#718361: fortunes: typo in a fortune

2013-07-30 Thread David Richfield
Package: fortunes
Version: 1:1.99.1-4
Severity: minor
Tags: patch

Typo in /usr/share/games/fortunes/computers (emnity instead of enmity)

Patch follows:
==

--- computers   2010-07-13 17:54:05.0 +0200
+++ computers_fixed 2013-07-30 19:51:19.830294934 +0200
@@ -2368,7 +2368,7 @@
 %
 It must be remembered that there is nothing more difficult to plan, more
 doubtful of success, nor more dangerous to manage, than the creation of
-a new system.  For the initiator has the emnity of all who would profit
+a new system.  For the initiator has the enmity of all who would profit
 by the preservation of the old institutions and merely lukewarm defenders
 in those who would gain by the new ones.
-- Niccolo Machiavelli, 1513
==

-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise'), (100, 'precise-backports')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-49-generic (SMP w/1 CPU core)
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fortunes depends on:
ii  fortunes-min  1:1.99.1-4

Versions of packages fortunes recommends:
ii  fortune-mod  1:1.99.1-4

fortunes suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#446672: xscreensaver: apple2 hack times out too quickly

2007-12-17 Thread David Richfield
> What does you mean with timeout?

The screensaver has a fixed time in which it displays each visual
effect (whether typing a fortune on the screen, loading an image, or
drawing a picture).  The problem that I am experiencing is that it
moves on to the next effect before finishing the previous one.

-- 
David Richfield
e^(πi)+1=0


Bug#448343: Correct patch

2007-10-28 Thread David Richfield
Oops!  I meant to say:

145c145
< http://www.rcsb.org/pdb/docs/format/pdbguide2.2/guide2.2_frame.html
---
> http://www.wwpdb.org/docs.html

-- 
David Richfield
e^(πi)+1=0


Bug#448346: xscreensaver: Molecule manpage: dead link to sources of pdb files

2007-10-28 Thread David Richfield
Package: xscreensaver
Version: 4.24-5
Severity: minor
Tags: patch


The link to "sources of pdb files" in the Molecule manpage doesn't seem
to be responding.  Here is a new link (patch follows)

149c149
< http://www.sci.ouc.bc.ca/chem/molecule/molecule.html
---
> http://www.umass.edu/microbio/rasmol/whereget.htm

-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21.3
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)

Versions of packages xscreensaver depends on:
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpam0g   0.79-4Pluggable Authentication Modules l
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxmu61:1.0.2-2 X11 miscellaneous utility library
ii  libxpm41:3.5.5-2 X11 pixmap library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  libxxf86misc1  1:1.0.1-2 X11 XFree86 miscellaneous extensio
ii  libxxf86vm11:1.0.1-2 X11 XFree86 video mode extension l

Versions of packages xscreensaver recommends:
ii  libjpeg-progs 6b-13  Programs for manipulating JPEG fil
ii  perl [perl5]  5.8.8-7Larry Wall's Practical Extraction 
ii  wamerican [wordlist]  6-2American English dictionary words 
ii  xli   1.17.0-22  command line tool for viewing imag
ii  xloadimage4.1-16 Graphics file viewer under X11

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448345: xscreensaver: Molecule manpage has dead link

2007-10-28 Thread David Richfield
Package: xscreensaver
Version: 4.24-5
Severity: minor
Tags: patch


The link to the PDB format in the molecule manpage is out of date.
Patch follows:

149c149
< http://www.sci.ouc.bc.ca/chem/molecule/molecule.html
---
> http://www.wwpdb.org/docs.html

-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21.3
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)

Versions of packages xscreensaver depends on:
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpam0g   0.79-4Pluggable Authentication Modules l
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxmu61:1.0.2-2 X11 miscellaneous utility library
ii  libxpm41:3.5.5-2 X11 pixmap library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  libxxf86misc1  1:1.0.1-2 X11 XFree86 miscellaneous extensio
ii  libxxf86vm11:1.0.1-2 X11 XFree86 video mode extension l

Versions of packages xscreensaver recommends:
ii  libjpeg-progs 6b-13  Programs for manipulating JPEG fil
ii  perl [perl5]  5.8.8-7Larry Wall's Practical Extraction 
ii  wamerican [wordlist]  6-2American English dictionary words 
ii  xli   1.17.0-22  command line tool for viewing imag
ii  xloadimage4.1-16 Graphics file viewer under X11

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#448343: xscreensaver: Molecule manpage refers to "gltext"

2007-10-28 Thread David Richfield
Package: xscreensaver
Version: 4.24-5
Severity: minor
Tags: patch


The molecule manpage has the incorrect title in its invocation line,
should be "molecule" not "gltext".

Patch follows:

5c5
< .B gltext
---
> .B molecule


-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21.3
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)

Versions of packages xscreensaver depends on:
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpam0g   0.79-4Pluggable Authentication Modules l
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxmu61:1.0.2-2 X11 miscellaneous utility library
ii  libxpm41:3.5.5-2 X11 pixmap library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  libxxf86misc1  1:1.0.1-2 X11 XFree86 miscellaneous extensio
ii  libxxf86vm11:1.0.1-2 X11 XFree86 video mode extension l

Versions of packages xscreensaver recommends:
ii  libjpeg-progs 6b-13  Programs for manipulating JPEG fil
ii  perl [perl5]  5.8.8-7Larry Wall's Practical Extraction 
ii  wamerican [wordlist]  6-2American English dictionary words 
ii  xli   1.17.0-22  command line tool for viewing imag
ii  xloadimage4.1-16 Graphics file viewer under X11

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#446688: inkscape: No letter spacing, incorrect glyphs in some fonts

2007-10-14 Thread David Richfield
Package: inkscape
Version: 0.44.1-1
Severity: normal


When I export an SVG from chemtool or xfig with default text and then
open it in inkscape, the wrong letters appear, and the letters are all
on top of one another.  This occurs when the font-family is Helvetica or
Times.  Doing a search-and-replace from Helvetica to Sans, and from
Times to Serif fixes the problem.  Maybe inkscape should interpret
Helvetica as Sans and Times as Serif?

-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21.3
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)

Versions of packages inkscape depends on:
ii  libatk1.0-0   1.12.4-3   The ATK accessibility toolkit
ii  libbonobo2-0  2.14.0-3   Bonobo CORBA interfaces library
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.0.2-1simple interprocess messaging syst
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgc1c2  1:6.8-1conservative garbage collector for
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libgconf2-4   2.16.1-1   GNOME configuration database syste
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libglibmm-2.4-1c2a2.12.0-1   C++ wrapper for the GLib toolkit (
ii  libgnomevfs2-01:2.14.2-7 GNOME virtual file-system (runtime
ii  libgtk2.0-0   2.8.20-7   The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a 1:2.8.8-1  C++ wrappers for GTK+ 2.4 (shared 
ii  liblcms1  1.15-1 Color management library
ii  libloudmouth1-0   1.1.4-2Lightweight C Jabber library
ii  liborbit2 1:2.14.3-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.14.8-5   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libsigc++-2.0-0c2a2.0.17-2   type-safe Signal Framework for C++
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.1-5  X11 miscellaneous 'fixes' extensio
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxml2   2.6.27.dfsg-1  GNOME XML library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxslt1.11.1.19-1   XSLT processing library - runtime 
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages inkscape recommends:
ii  imagemagick 7:6.2.4.5.dfsg1-0.14 Image manipulation programs
pn  libwmf-bin (no description available)
pn  perlmagick (no description available)
pn  pstoedit   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#446672: xscreensaver: apple2 hack times out too quickly

2007-10-14 Thread David Richfield
Package: xscreensaver
Version: 4.24-5
Severity: normal


The Apple ][ hack (/usr/lib/xscreensaver/apple2) never gets around to
actually drawing the patterns on the screen on my system - it writes the
BASIC code, and then times out before it gets to draw them.

-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21.3
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)

Versions of packages xscreensaver depends on:
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpam0g   0.79-4Pluggable Authentication Modules l
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxmu61:1.0.2-2 X11 miscellaneous utility library
ii  libxpm41:3.5.5-2 X11 pixmap library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  libxxf86misc1  1:1.0.1-2 X11 XFree86 miscellaneous extensio
ii  libxxf86vm11:1.0.1-2 X11 XFree86 video mode extension l

Versions of packages xscreensaver recommends:
ii  libjpeg-progs 6b-13  Programs for manipulating JPEG fil
ii  perl [perl5]  5.8.8-7Larry Wall's Practical Extraction 
ii  wamerican [wordlist]  6-2American English dictionary words 
ii  xli   1.17.0-22  command line tool for viewing imag
ii  xloadimage4.1-16 Graphics file viewer under X11

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#443738: inkscape: unnecessary style elements defined

2007-09-23 Thread David Richfield
Package: inkscape
Version: 0.44.1-1
Severity: wishlist


Most graphical elements are defined with unnecessary default styles.
for example, if I place default text on a blank document, I get:

style="font-size:32px;font-style:normal;font-weight:normal;text-align:center;text-anchor:middle;fill:black;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Serif"

Why should font-style and font-weight be defined when they are set as
"normal"?  Why should fill-opacity be defined when it is "1"?  And when
stroke is "none", why are all the stroke parameters defined?  All this
makes the file larger than necessary.

-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21.3
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)

Versions of packages inkscape depends on:
ii  libatk1.0-0   1.12.4-3   The ATK accessibility toolkit
ii  libbonobo2-0  2.14.0-3   Bonobo CORBA interfaces library
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.0.2-1simple interprocess messaging syst
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgc1c2  1:6.8-1conservative garbage collector for
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libgconf2-4   2.16.1-1   GNOME configuration database syste
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libglibmm-2.4-1c2a2.12.0-1   C++ wrapper for the GLib toolkit (
ii  libgnomevfs2-01:2.14.2-7 GNOME virtual file-system (runtime
ii  libgtk2.0-0   2.8.20-7   The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a 1:2.8.8-1  C++ wrappers for GTK+ 2.4 (shared 
ii  liblcms1  1.15-1 Color management library
ii  libloudmouth1-0   1.1.4-2Lightweight C Jabber library
ii  liborbit2 1:2.14.3-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.14.8-5   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libsigc++-2.0-0c2a2.0.17-2   type-safe Signal Framework for C++
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.1-5  X11 miscellaneous 'fixes' extensio
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxml2   2.6.27.dfsg-1  GNOME XML library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxslt1.11.1.19-1   XSLT processing library - runtime 
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages inkscape recommends:
ii  imagemagick 7:6.2.4.5.dfsg1-0.14 Image manipulation programs
pn  libwmf-bin (no description available)
pn  perlmagick (no description available)
pn  pstoedit   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#430584: gnome-hearts: Should depend on librsvg2-common

2007-06-25 Thread David Richfield
Package: gnome-hearts
Version: 0.1.3-2
Severity: important


gnome-hearts fails on startup if librsvg2-common is not installed.
Should be a dependency.

-- System Information:
Debian Release: 4.0
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21.3
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)

Versions of packages gnome-hearts depends on:
ii  gnome-cards-data   1:2.16.3-1data files for the GNOME card game
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libgconf2-42.16.1-1  GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-3   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.14.2-7GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  liblua50   5.0.3-2   Main interpreter library for the L
ii  liblualib505.0.3-2   Extension library for the Lua 5.0 
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra

Versions of packages gnome-hearts recommends:
pn  gnome-games-extra-data (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#415993: latex-make: Doesn't find figures included in .cls file

2007-03-28 Thread David Richfield

Hi Vincent,

Thank you very much for a quick response, and a sensible work-around.

Your work is very much appreciated!

Best regards

David


On 3/27/07, Vincent Danjean <[EMAIL PROTECTED]> wrote:

tag 415993 +upstream
thanks

David Richfield a écrit :
> I am using the USthesis class (available on CTAN) for typesetting my
> thesis.  It includes an eps file (the university crest) which is located
> at ~/texmf/tex/latex/USlogos/UScrest-top.eps because the class is
> installed in my home directory.
>
> The project builds fine if I do "latex DRMSc.tex", but when I try "make
> dvi", I get the following error:
>
> make[2]: Entering directory `/home/david/davidr/AcademicStuff/p450/thesis'
> make[2]: *** No rule to make target `UScrest-top.eps', needed by
`DRMSc.dvi'.  Stop.

  Hi,

  The correct fix will probably involve to use kpsewhich on all LaTeX
depends. In fact, this is trickier because, for graphics, you can modify
the search patch with the \graphicpath{} command in your LaTeX source
file...

  For now, I can suggest you a workaround. Try to add these two lines in
your
Makefile:
.INTERMEDIATE: UScrest-top.eps
UScrest-top.eps:

The second line tell make not to cry it cannot build `UScrest-top.eps'
The first line tell make not to rebuild your master if UScrest-top.eps
is not there.

  Best regards,
Vincent




--
David Richfield
Yond Cassius has a lean and hungry look;
he thinks too much.  Such men are dangerous



Bug#415998: latex-make: Doesn't seem to handle multiple chapter-bib

2007-03-23 Thread David Richfield
Package: latex-make
Version: 2.1.10-1
Severity: important


If a latex project uses chapterbib to allow a bibliography per chapter, 
one gets errors when bibtex is run on the main file, of this form:

This is BibTeX, Version 0.99c (Web2C 7.5.4)
The top-level auxiliary file: DRMSc.aux
A level-1 auxiliary file: introoi.aux
The style file: DRMSc.bst
A level-1 auxiliary file: RinhP450.aux
Illegal, another \bibdata command---line 3 of file RinhP450.aux
 : \bibdata
 : {DRMSc}
I'm skipping whatever remains of this command

These errors are harmless, but latex-make fails when it sees them 
(because bibtex bombed out).  All that has to happen is that bibtex must 
be run on each of the included files that have a bibliography.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)

Versions of packages latex-make depends on:
ii  gs-common   0.3.11   Common files for different Ghostsc
ii  make3.81-2   The GNU version of the "make" util
ii  perl5.8.8-7  Larry Wall's Practical Extraction 
ii  tex-common  1.0.1Common infrastructure for using an
ii  transfig1:3.2.5-alpha7-5 Utilities for converting XFig figu

Versions of packages latex-make recommends:
ii  tetex-base  3.0.dfsg.3-5 Basic TeX input files of teTeX
ii  tetex-extra 3.0.dfsg.3-5 Additional TeX input files of teTe

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#415993: latex-make: Doesn't find figures included in .cls file

2007-03-23 Thread David Richfield
Package: latex-make
Version: 2.1.10-1
Severity: normal


I am using the USthesis class (available on CTAN) for typesetting my 
thesis.  It includes an eps file (the university crest) which is located 
at ~/texmf/tex/latex/USlogos/UScrest-top.eps because the class is 
installed in my home directory.

The project builds fine if I do "latex DRMSc.tex", but when I try "make 
dvi", I get the following error:

make[2]: Entering directory `/home/david/davidr/AcademicStuff/p450/thesis'
make[2]: *** No rule to make target `UScrest-top.eps', needed by `DRMSc.dvi'.  
Stop.


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)

Versions of packages latex-make depends on:
ii  gs-common   0.3.11   Common files for different Ghostsc
ii  make3.81-2   The GNU version of the "make" util
ii  perl5.8.8-7  Larry Wall's Practical Extraction 
ii  tex-common  1.0.1Common infrastructure for using an
ii  transfig1:3.2.5-alpha7-5 Utilities for converting XFig figu

Versions of packages latex-make recommends:
ii  tetex-base  3.0.dfsg.3-5 Basic TeX input files of teTeX
ii  tetex-extra 3.0.dfsg.3-5 Additional TeX input files of teTe

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#405267: RD-bomb speed parameter reversed in xscreensaver-demo

2007-01-02 Thread David Richfield
Package: xscreensaver
Version: 4.24-5
Severity: normal

The xscreensaver-demo settings windows for RD-bomb and RD-bomb (mobile)
each have a slider marked "Animation speed", which sets the parameter
"-delay".  The side marked "Fast" should be marked "Slow" and vice
versa.


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xscreensaver depends on:
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpam0g   0.79-4Pluggable Authentication Modules l
ii  libpango1.0-0  1.14.8-2  Layout and rendering of internatio
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-4 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxmu61:1.0.2-2 X11 miscellaneous utility library
ii  libxpm41:3.5.5-2 X11 pixmap library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  libxxf86misc1  1:1.0.1-2 X11 XFree86 miscellaneous extensio
ii  libxxf86vm11:1.0.1-2 X11 XFree86 video mode extension l

Versions of packages xscreensaver recommends:
ii  libjpeg-progs 6b-13  Programs for manipulating JPEG fil
ii  perl [perl5]  5.8.8-6.1  Larry Wall's Practical Extraction 
ii  wamerican [wordlist]  6-2American English dictionary words 
ii  xloadimage4.1-16 Graphics file viewer under X11

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#405266: xscreensaver: interaggregate option "num-discs" should be "num-circles"

2007-01-02 Thread David Richfield
Package: xscreensaver
Version: 4.24-5
Severity: normal

xscreensaver-demo gives the option "num-discs" to the hack
interaggregate, whereas it should be "num-circles".


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xscreensaver depends on:
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpam0g   0.79-4Pluggable Authentication Modules l
ii  libpango1.0-0  1.14.8-2  Layout and rendering of internatio
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-4 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxmu61:1.0.2-2 X11 miscellaneous utility library
ii  libxpm41:3.5.5-2 X11 pixmap library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  libxxf86misc1  1:1.0.1-2 X11 XFree86 miscellaneous extensio
ii  libxxf86vm11:1.0.1-2 X11 XFree86 video mode extension l

Versions of packages xscreensaver recommends:
ii  libjpeg-progs 6b-13  Programs for manipulating JPEG fil
ii  perl [perl5]  5.8.8-6.1  Larry Wall's Practical Extraction 
ii  wamerican [wordlist]  6-2American English dictionary words 
ii  xloadimage4.1-16 Graphics file viewer under X11

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#402366: wmaker: WPrefs dies when I select the "background texture" tab

2006-12-09 Thread David Richfield
Package: wmaker
Version: 0.92.0-6
Severity: normal


I recently upgraded to debian etch from debian sarge.  Windowmaker works
just fine, except that I cannot select the "Background texture
configuration for windows, menus and icons" tab in WPrefs.

Just before it dies, it says:

WPrefs warning: could not load file 'Captured.tile.xpm': no error
WPrefs warning: could not load file 'Captured.tile.xpm': no error
X Error of failed request:  BadDrawable (invalid Pixmap or Window
parameter)
  Major opcode of failed request:  62 (X_CopyArea)
  Resource id in failed request:  0x0
  Serial number of failed request:  3556
  Current serial number in output stream:  3835

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.7-laptop.1aug06
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages wmaker depends on:
ii  cpp  4:4.1.1-13  The GNU C preprocessor (cpp)
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libwraster3  0.92.0-6Shared libraries of Window Maker r
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxft2  2.1.8.2-8   FreeType-based font drawing librar
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library

wmaker recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#302730: Solved: Use 2.1.2006031301-1

2006-08-09 Thread David Richfield

I also had this bug:  Not only does middle click not work, but the
right-click context menu item "open in new tab" doesn't work either.
The bug is fixed in the etch version (2.1.2006031301-1), and this
version works fine with sarge, and has no dependency problems.

--
David Richfield
Yond Cassius has a lean and hungry look;
he thinks too much.  Such men are dangerous


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#311286: spaces in DavFS URL continued

2005-06-29 Thread David Richfield
I looked at the explanation offered for my DavFS problem, but it is not 
correct!  I did escape the spaces, using a number of different methods:


I tried putting the URL in quotes, putting backslashes before the 
spaces, putting the URL in double-quotes, using + characters instead of 
spaces, and even using %20 instead of spaces.


It is of course possible that it is not the fault of davfs2, but simply 
a problem with the WebCT server that is serving the WebDAV filesystem.


What further data should I get to help determine the nature of the problem?

David

--
David Richfield
[EMAIL PROTECTED]
+27 82 921 1817


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#311286: acknowledged by developer (closing)

2005-06-17 Thread David Richfield
Hi!  This bug has been closed "per Werner's very plausible explanation". 
 Nowhere in the email is a link to where I can find the relevant 
discussion.  I tried browsing bugtraq, but came up empty.  Where should 
I look to find the answer?


Thanks!

David Richfield

Debian Bug Tracking System wrote:

This is an automatic notification regarding your Bug report
#311286: davfs2: WebDAV URL's with spaces do not work,
which was filed against the davfs2 package.

It has been closed by one of the developers, namely
martin f krafft <[EMAIL PROTECTED]>.

Their explanation is attached below.  If this explanation is
unsatisfactory and you have not received a better one in a separate
message then please contact the developer, by replying to this email.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

Received: (at 311286-done) by bugs.debian.org; 16 Jun 2005 09:44:32 +
From [EMAIL PROTECTED] Thu Jun 16 02:44:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from armagnac.ifi.unizh.ch (albatross.madduck.net) [130.60.75.72] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))

id 1DiqvI-0007IP-00; Thu, 16 Jun 2005 02:44:32 -0700
Received: from localhost (albatross.madduck.net [127.0.0.1])
by albatross.madduck.net (postfix) with ESMTP id 5719B8DC45C
for <[EMAIL PROTECTED]>; Thu, 16 Jun 2005 11:44:28 +0200 (CEST)
Received: from cirrus.madduck.net (cirrus.madduck.net [192.168.14.1])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(Client CN "cirrus.madduck.net", Issuer "madduck.net CA" (verified OK))
by albatross.madduck.net (postfix) with ESMTP id 0C1CA8CC256
for <[EMAIL PROTECTED]>; Thu, 16 Jun 2005 11:44:27 +0200 (CEST)
Received: by cirrus.madduck.net (Postfix, from userid 1000)
id 1B10820438D; Thu, 16 Jun 2005 11:44:27 +0200 (CEST)
Date: Thu, 16 Jun 2005 11:44:27 +0200
From: martin f krafft <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: closing
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c"
Content-Disposition: inline
Organization: Debian GNU/Linux
X-OS: Debian GNU/Linux 3.1 kernel 2.6.11-cirrus i686
X-Motto: Keep the good times rollin'
X-Subliminal-Message: debian/rules!
X-Debbugs-No-Ack: please spare me
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: by albatross.madduck.net
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org

X-Spam-Status: No, hits=-5.0 required=4.0 tests=BAYES_00,ONEWORD,
X_DEBBUGS_NO_ACK autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 



--sm4nu43k4a2Rpi4c
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Closing this bug per Werner's plausible explanation. Thanks!

--=20
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
=20
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
=20
"if you are going to run a rinky-dink distro made by a couple of
 volunteers, why not run a rinky-dink distro made by a lot of
 volunteers?"
-- jaldhar h. vyas

--sm4nu43k4a2Rpi4c
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCsUn7IgvIgzMMSnURAqEOAKCLvvgB8LXAp7ytiUyQyNVfUA0qGQCeLrSP
SvqubMCjRTZkfolPVMHixt8=
=mOgX
-END PGP SIGNATURE-

--sm4nu43k4a2Rpi4c--



--
David Richfield
[EMAIL PROTECTED]
+27 82 921 1817


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#311286: davfs2: WebDAV URL's with spaces do not work

2005-05-30 Thread David Richfield
Package: davfs2
Version: 0.2.3-2
Severity: important


mount.davfs seems to fail on URL's that contain spaces, but the process
doesn't die.  The server inserts + signs instead of spaces, but
replacing them with %20's or spaces (with the URL in quotes) doesn't
help.  A sample output follows:

[EMAIL PROTECTED]:/home/david/davidr/webdav# mount.davfs 
http://vista.sun.ac.za:80/webct/webdav/146.232.128.129-1099131904310-2015121000.4753974000/My+Files/mathml
 /home/david/davidr/webdav/TestProj/ -o username=,password=
[EMAIL PROTECTED]:/home/david/davidr/webdav# Needs password
/dev/davfs0 to /home/david/davidr/webdav/TestProj/ mount error : Invalid
argument

[EMAIL PROTECTED]:/home/david/davidr/webdav# ps ax | grep -i davfs
  5216 ?Ss 0:00 mount.davfs 
http://vista.sun.ac.za:80/webct/webdav/146.232.128.129-1099131904310-2015121000.4753974000/My+Files/mathml
  /home/david/davidr/webdav/TestProj/ -o *
[EMAIL PROTECTED]:/home/david/davidr/webdav# lsmod | grep coda
coda   35300  2 

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-dave
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages davfs2 depends on:
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libneon24  0.24.7.dfsg-1 An HTTP and WebDAV client library
ii  libssl0.9.70.9.7e-3  SSL shared libraries
ii  libxml22.6.16-7  GNOME XML library
ii  zlib1g 1:1.2.2-4 compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]