Bug#383371: gpdf: Does not display text filled into a form by pdftk

2006-08-16 Thread Adam C Powell IV
Package: gpdf
Version: 2.10.0-3

I just filled in a couple of forms using:
pdftk input.pdf fill_form data.fdf output output.pdf

Both xpdf and gv display the filled in text correctly, but neither gpdf
nor evince does; they only display the form with blank lines where text
should be.

Cheers,
-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Welcome to the best software in the world today cafe!
http://www.take6.com/albums/greatesthits.html


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



Bug#368972: NMU mesa 6.4.2-1.1

2006-08-16 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I prepared a Non-Maintainer-Upload which fixes two RC bugs. I am
planning to upload the package tomorrow evening. The changelog with diff
is attached to this mail.

Regards,
  Bastian
- --
  ,''`.  Bastian Kleineidam
 : :' :GnuPG Schlüssel
 `. `'gpg --keyserver wwwkeys.pgp.net --recv-keys 32EC6F3E
   `-

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE450feBwlBDLsbz4RAme4AJ9+qNbP2kXXDr5PMPyC+6H3z1RX5wCfdxaW
kvE1szAs2Q8OU2Puiehrp6I=
=5fpG
-END PGP SIGNATURE-
diff -BurN debian/changelog 
/home/calvin/packages/nmu/mesa-6.4.2/debian/changelog
--- debian/changelog2006-08-14 17:00:50.0 +0200
+++ /home/calvin/packages/nmu/mesa-6.4.2/debian/changelog   2006-08-14 
18:45:05.561138892 +0200
@@ -1,3 +1,12 @@
+mesa (6.4.2-1.1) unstable; urgency=medium
+
+  * NMU
+  * Add libx11-dev to depends of libgl1-mesa-dev (Closes: #378198)
+  * Install GLX include files in libgl1-mesa-directfb-dev (Closes: #368972)
+  * Urgency medium, since it fixes RC bugs
+
+ -- Bastian Kleineidam <[EMAIL PROTECTED]>  Mon, 14 Aug 2006 18:44:59 +0200
+
 mesa (6.4.2-1) unstable; urgency=low
 
   * The "please, please, please don't hate me" release.
diff -BurN debian/control /home/calvin/packages/nmu/mesa-6.4.2/debian/control
--- debian/control  2006-08-14 17:00:50.0 +0200
+++ /home/calvin/packages/nmu/mesa-6.4.2/debian/control 2006-08-14 
18:46:32.459948067 +0200
@@ -99,7 +99,7 @@
 Package: libgl1-mesa-dev
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libc6-dev, mesa-common-dev (= ${Source-Version}), 
libgl1-mesa-glx (=${Source-Version}), libgl1-mesa-dri (= ${Source-Version})
+Depends: ${shlibs:Depends}, libc6-dev, mesa-common-dev (= ${Source-Version}), 
libgl1-mesa-glx (=${Source-Version}), libgl1-mesa-dri (= ${Source-Version}), 
libx11-dev
 Conflicts: libgl-dev, libgl1-mesa-dri-dev
 Replaces: libgl-dev, libgl1-mesa-dri-dev
 Provides: libgl-dev, libgl1-mesa-dri-dev
diff -BurN debian/libgl1-mesa-directfb-dev.install 
/home/calvin/packages/nmu/mesa-6.4.2/debian/libgl1-mesa-directfb-dev.install
--- debian/libgl1-mesa-directfb-dev.install 1970-01-01 01:00:00.0 
+0100
+++ 
/home/calvin/packages/nmu/mesa-6.4.2/debian/libgl1-mesa-directfb-dev.install
2006-08-11 15:11:33.133528581 +0200
@@ -0,0 +1,4 @@
+include/GL/glx.husr/include/GL
+include/GL/glxext.h usr/include/GL
+include/GL/glx_mangle.h usr/include/GL
+


Bug#362183: pinfo: Patch

2006-08-16 Thread Michael Gebetsroither
Package: pinfo
Version: 0.6.9-2
Followup-For: Bug #362183


% diff -Naurp filehandling_functions.c.orig filehandling_functions.c
--- filehandling_functions.c.orig   2006-08-16 22:08:45.863652750 +0200
+++ filehandling_functions.c2006-08-16 22:09:00.820587500 +0200
@@ -200,7 +200,7 @@ dirpage_lookup(char **type, char ***mess
}
 
/* if we haven't found anything, clean up and exit */
-   if (!goodHit)
+   if (!goodHit && id)
{
fclose(id);
id = 0;

Michael Gebetsroither

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#378667: XPCOM glue

2006-08-16 Thread Mike Hommey
On Sun, Aug 13, 2006 at 09:39:05PM +0200, Marc Gueury <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I am the HTML validator extension author. I noticed this bug due to 
> several mails I receive from Debian users. Even, if I do not use Debian 
> distribution.
> 
> The conversation, analysis is quite interesting. To answer to a 
> particular remark above, linking to the XPCOM glue is not stupid at all 
> !!! It is even needed.
> If I was linking the library to the full XPCOM of a particular firefox 
> version. The extension would only work with that particular Firefox 
> version. By linking to XPCOM glue, I am able to make the same extension 
> work for Mozilla Suite, Seamonkey, Firefox 1.0, Firefox 1.5 and 2.0. 
> Without  XPCOM glue, I would need 5 Linux  binaries for the same  
> program what is, in practice, impossible to maintain.

This is just wrong. If you don't link against the glue, it works
everywhere too.

Mike


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



Bug#383372: libsensors3: Uninstallable in etch, depend on virtual libsysfs2

2006-08-16 Thread Petter Reinholdtsen

Package: libsensors3
Version: 1:2.10.0-7
Severity: serious

I discovered this problem when trying to install kdebase in etch using
the debian-edu etch-test CD.  kdebase depends on ksysguardd, which
depend on libsensors3, which depend on the virtual package libsysfs2.

aptitude refuses to install it, claiming it is broken.  Here is the
output:

  The following packages are BROKEN:
libsensors
  0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 0B/84.0kB of archives. After unpacking 250kB will be used.
  The following packages have unmet dependencies:
libsensors3: Depends: libsysfs2 which is a virtual package
  Resolving dependencies...
  Unable to resolve dependencies!  Giving up...
  Abort

Friendly,
-- 
Petter Reinholdtsen


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



Bug#383366: sqwebmail: please provide the url in Readme.Debian

2006-08-16 Thread Jonas Genannt
Package: sqwebmail
Severity: wishlist
Tags: patch

Hello,

please provide the URL to the sqwebmail interface in Readme.Debian.

+ After the installation the default URL for sqWebmail:
+  http://localhost/cgi-bin/sqwebmail

Thanks,
Jonas

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#383373: hcid: package upgrade loses keyboard

2006-08-16 Thread Paul LeoNerd Evans
Package: bluez-utils
Version: 3.1-3.1
Severity: normal

I've just dist-upgraded to latest packages in testing. Part of that
upgrade wanted to replace bluez-utils. It stopped hcid, among other
things, leaving me with no keyboard left to answer the questions about
config files. I had to find a USB keyboard to finish the process until
it started up again.

Perhaps, as a special case, this upgrade logic could leave the old hcid
running while answering questions on the config file, and only when
things are happy could it stop/start to the new code. Admittedly this
still has potential for breakage, but in common cases where it goes
smoothly it'll still work.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-mh3.nim
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages bluez-utils depends on:
ii  libbluetooth23.1-1   Library to use the BlueZ Linux Blu
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libdbus-1-2  0.62-4  simple interprocess messaging syst
ii  libdbus-glib-1-2 0.62-4  simple interprocess messaging syst
ii  libglib2.0-0 2.10.3-3The GLib library of C routines
ii  libusb-0.1-4 2:0.1.12-2  userspace USB programming library
ii  lsb-base 3.1-10  Linux Standard Base 3.1 init scrip
ii  makedev  2.3.1-82creates device files in /dev
ii  module-init-tools3.2.2-3 tools for managing Linux kernel mo
ii  modutils 2.4.27.0-6  Linux module utilities
ii  sysvinit 2.86.ds1-15 System-V-like init utilities
hi  udev 0.093-1 /dev/ and hotplug management daemo

bluez-utils recommends no packages.

-- no debconf information


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



Bug#325542: Already in bugs.kde.org

2006-08-16 Thread Jerome Vizcaino
See
http://bugs.kde.org/show_bug.cgi?id=116341
and
http://bugs.kde.org/show_bug.cgi?id=117463

Although users have claimed that the bug was still present in recent KDE 
versions, bug is marked RESOLVED in the tracker...
Hope KDE maintainers are still working on this one...

Jérôme


 p4.vert.ukl.yahoo.com uncompressed Wed Aug 16 19:27:01 GMT 2006


___
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet !
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos 
expériences.
http://fr.answers.yahoo.com





Bug#372289: mutt: Detects wrong mime type on some .tar.gz, resulting in corrupt files

2006-08-16 Thread Thomas Bleher
[Sorry that it took me so long to respond...]

* Alain Bench <[EMAIL PROTECTED]> [2006-06-10 23:24]:
> Hello Thomas, and thank you for your reports.
> 
>  On Friday, June 9, 2006 at 11:38:33 +0200, Thomas Bleher wrote:
> 
> > When trying to attach
> > http://www.cip.ifi.lmu.de/~bleher/mutt-mime-bug.tar.gz , mutt assigns
> > the file the type and encoding "text/plain, quoted, utf-8"
> 
> The foolable heuristic Mutt uses to guess text or binary attachment
> type would not be used at all if there was a tar.gz entry in one of the
> mime.types files. Example I have this line in /usr/local/etc/mime.types
> (straight from Mutt tarball):
> 
> | application/x-tar-gztgz tar.gz
> 
> And attaching your file shows [applica/x-tar-gz, base64, 1,4K].

Thank you for this very helpful answer.
I think that this line should be added to the mime.types file.

I'd still like to keep this bug open, though, because mutt's heuristics
could be improved[0], and in doubt it should send data as
application/octet-stream to avoid mangling them. Maybe mutt could also 
use file(1) to determine the type of data.

Thanks,
Thomas

[0]: In this case, looking for embedded NULLs would have been enough
(4th byte of the file in question).


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



Bug#383356: fontforge error at ttf generation

2006-08-16 Thread Eugeniy Meshcheryakov
16 серпня 2006 о 21:45 +0200 Peter Černák написав(-ла):
> I applied your patch that strips Hebrew ranges from the d-i fonts but
> fontforge is now giving warnings when I try to generate ttf's from the
> stripped files:
> 
> $ bash -x debian/scripts/generate-udeb.sh
> [...]
> + cd udeb-build
> + ../generate.pe DejaVuSansBold.sfd DejaVuSansOblique.sfd DejaVuSans.sfd
> Copyright (c) 2000-2006 by George Williams.
> Executable based on sources from 15:48 3-Jul-2006.
> A nested lookup with tag 'h' could not be found. The generated font
> will not be useable. Try Element->Find Problems
> A nested lookup with tag 'h' could not be found. The generated font
> will not be useable. Try Element->Find Problems
> A nested lookup with tag 'h' could not be found. The generated font
> will not be useable. Try Element->Find Problems
It is due to contextual substitution that references Hebrew glyphs. It
can be found under "Element->Font Info...->Contextual". It appears there
as "ccmp r". If it removed, there will be no errors reported.

-- 
Eugeniy Meshcheryakov


signature.asc
Description: Digital signature


Bug#383046: Patch

2006-08-16 Thread Patrick Valsecchi
Hi,

Here is a patch for having both the menu and the mime types in KDE

-- 
  -°) Patrick Valsecchi
  /\\  
 _\_vhttp://www.thus.ch/~patrick
--- make-googleearth-package.orig   2006-08-16 20:49:22.0 +0200
+++ make-googleearth-package2006-08-16 21:55:38.0 +0200
@@ -103,6 +103,67 @@
 EOF
 }
 
+function make_kde_menu_entry() {
+  cat 

Bug#383237: [Pkg-openldap-devel] Bug#383237: slapd: schemacheck option dropped in new upstream release

2006-08-16 Thread Matthijs Mohlmann
On Tue, 15 Aug 2006 17:39:22 -0300
Margarita Manterola <[EMAIL PROTECTED]> wrote:

> Package: slapd
> Version: 2.3.24-2
> Severity: important
> 
> Hi!
> 
> The "schemacheck" option has been dropped in the new upstream release.
> This means that slapd will always check the schemas from now on.
> 
> If a current installation has the option set to "schemacheck off", where
> the schemas aren't completely fulfilled, then slapd suddenly won't start
> after upgrade.
> 
> Even though I understand that there might be good reasons to be strict
> about checking the schemas, this is breaking the current installations
> that make use of this previous option, which I find quite unacceptable.
> 
> I found this in OpenLDAP mailing lists:
> http://www.openldap.org/lists/openldap-software/200509/msg00476.html
> 
> Apparently, it was removed because it was difficult to implement it, or
> something like that.  They say they'd accept a patch that re-adds it, I
> don't know how difficult this might be.
> 
> I'm really disappointed at this feature removal.  I don't know if there
> is a fix.  But at least there should be a warning on postinst, and it
> should be documented in README.Debian :-\
> 
> Love,
>   Marga

Hi,

I'm not really a fan of this feature because it will break upgrades from 
earlier versions to the current version. (Well if the feature exist it would be 
easier to do upgrades) but I think a well designed directory shouldn't need 
this feature. You can eventually write your own schema's which are less strict 
then those shipped with slapd.

I don't know if this is worth a note in README.Debian...

Regards,

Matthijs Mohlmann


signature.asc
Description: PGP signature


Bug#383376: gqview: should not exit fullscreen mode when using editors

2006-08-16 Thread Thomas Petazzoni
Package: gqview
Version: 2.0.1-1
Severity: wishlist
Tags: patch


Hi,

Currently, gqview exits fullscreen mode when one uses the
editors. This is particularly annoying when you're browsing a set of
pictures in fullscreen and you want to rotate clockwise or
counterclockwise certain pictures. You can do that using the Ctrl+9
and Ctrl+0 keyboard shortcuts, but each time you do that, gqview exits
full screen mode.

This bug has been fixed upstream in the development version. Gqview
developers introduced a new "%w" flag for editor commands:

%w Prevent full screen from deactivating when command is executed,
   must occur as the first two characters.

However, as the latest development released is more than one year old,
I'm not sure we're going to have a stable release including this fix
any time soon. That's why I've backported the code to 2.0.1. The patch
applies cleanly on the version packaged in Debian.

The patch also modifies the default commands for rotate clockwise and
rotate counterclockwise so that they use "%w" and not "%v" (%v allows
to display the command stdout, which is not really interesting for
rotations). However, if you don't like that default configuration, we
can of course revert it while keeping the rest of the patch.

So, using this patch, one can browse and rotate his pictures in
fullscreen mode ;-)

Could you please include this patch in the Debian version of gqview ?

Thanks a lot !

Thomas

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

Versions of packages gqview depends on:
ii  libatk1.0-0  1.12.1-1The ATK accessibility toolkit
ii  libc62.3.6-19GNU C Library: Shared libraries
ii  libcairo21.2.2-1 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-7 generic font configuration library
ii  libglib2.0-0 2.10.3-3The GLib library of C routines
ii  libgtk2.0-0  2.8.18-7The GTK+ graphical user interface 
ii  libpango1.0-01.12.3-1+b1 Layout and rendering of internatio
ii  libx11-6 2:1.0.0-8   X11 client-side library
ii  libxcursor1  1.1.5.2-5   X cursor management library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxfixes3   1:3.0.1.2-4 X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.0-5   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.0.2-4 X Rendering Extension client libra

Versions of packages gqview recommends:
pn  libjpeg-progs  (no description available)

-- no debconf information
Title: Editor Options - GQview User Manual
Seulement dans gqview-2.0.1.new/: config.h
Seulement dans gqview-2.0.1.new/: config.log
Seulement dans gqview-2.0.1.new/: config.status
diff -ru gqview-2.0.1/doc/10_5_editor_commands.html gqview-2.0.1.new/doc/10_5_editor_commands.html
--- gqview-2.0.1/doc/10_5_editor_commands.html	2005-03-01 17:00:03.0 +0100
+++ gqview-2.0.1.new/doc/10_5_editor_commands.html	2006-08-16 22:40:16.0 +0200
@@ -5,7 +5,7 @@
 	
 	
 	
-	
+	
 
 
 
@@ -86,8 +86,9 @@
 	%v
 
 
-	Display the result of the command in an output window, must
-	occur as the first two characters.
+	Display the result of the command in an output window. Must
+	occur as the first two characters, or immediately after the “%w”
+	macro.
 
 			
 			
@@ -100,6 +101,15 @@
 	file is suppressed.
 
 			
+			
+
+	%w
+
+
+	Prevent full screen from deactivating when command is
+	executed. Must occur as the first two characters.
+
+			
 		
 	
 
@@ -152,4 +162,4 @@
 
 
 
-
+
\ Pas de fin de ligne à la fin du fichier.
Seulement dans gqview-2.0.1.new/doc: Makefile
Seulement dans gqview-2.0.1.new/: Makefile
Seulement dans gqview-2.0.1.new/po: Makefile
Seulement dans gqview-2.0.1.new/po: Makefile.in
Seulement dans gqview-2.0.1.new/po: POTFILES
diff -ru gqview-2.0.1/README gqview-2.0.1.new/README
--- gqview-2.0.1/README	2005-05-14 21:33:47.0 +0200
+++ gqview-2.0.1.new/README	2006-08-16 22:49:32.0 +0200
@@ -361,10 +361,15 @@
  Use of the following to display output window for the command:
 
 %v  Display result of command in output window, must occur as first two
-characters in the command.
+characters in the command, or immediatly after the "%w" macro.
 %V  Like v above, but when used with %p, only displays output window for
 multiple files. The output of a single file is suppressed.
 
+ Additional macros:
+
+%w  Prevent full 

Bug#383381: Uninstallable due to unmet dep on python2.3-subversion

2006-08-16 Thread Luk Claes
Package: gforge-plugin-scmsvn
Severity: serious
Version: 4.5.14-3

Hi

Your package is not installable anymore as it depends on
python2.3-subversion which is not available in unstable anymore. You
might want to test if your package works with python-subversion and use
it instead...

Cheers

Luk

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D



signature.asc
Description: OpenPGP digital signature


Bug#380271: SECURITY: Merge table are unaffected from later right revokations.

2006-08-16 Thread Moritz Muehlenhoff
Christian Hammers wrote:
> > > Does this justify a DSA? If so, can you register a CVE id?
> > 
> > Sorry for the late reply. My intuition tells me that the transferred
> > privileges should be revoked, does the documentation indicate the same?
> > However, if the fix only consists of an option to disable MERGE completely
> > I don't think this solves the problem properly. If that's the case it
> > should rather be documented as being problematic, so that it can be
> > used appropriately.
> 
> The online manual documents this security issue quite well but from the
> wording I guess that it has been updated while fixing the bug :)
> Debian never shipped that manual as it is not DFSG-clean.
> Oh and we only shipped 4.1.11, not 4.1.21.
> 
> Given that upstream did not fix the problem cleanly and merge tables are
> rarely used I would also opt for not fixing the problem.
> 
> Would make a DSA that only document a problem but not fix it make sense?

If it's an exotic feature and only documented online I guess we don't need
need that.

I've been tinkering with the idea of official Debian security errata, though.
We could use them for issues like this and documentation of vulnerabilities
we deem theoretical.

Cheers,
Moritz


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



Bug#383384: cursor position is wrong after xterm window resize

2006-08-16 Thread Németh Márton

Package: xterm
Version: 4.3.0.dfsg.1-14sarge1
Severity: normal

*** Please type your report below this line ***

When the xterm window is resized when the less (or other similar) 
program runs, after exiting the cursor is located at wrong place.


How to reproduce:
1. Start an xterm window with bash shell
2. Type command: "echo columns=$COLUMNS, lines=$LINES"
3. The response will be: "columns=80, lines=24" (see the attached 
xterm-resize-step1.png)
4. Fill the xterm window with some lines: "for i in $(seq 4 100); do 
echo $i; done" (see the attached xterm-resize-step2.png)

5. Run the command "less -f /dev/null"
6. Now resize the xterm window from 24 lines to 34 lines
7. Press "q" to exit less

Current result:
The cursor is located at row instead of the number "92" (see the 
attached xterm-resize-step3.png)


Expected result:
The cursor is located below the "$ less -f /dev/null" line.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.16.18
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages xterm depends on:
ii  libc6  2.3.5-6   GNU C Library: Shared 
libraries an
ii  libexpat1  1.95.8-3  XML parsing C library - 
runtime li
ii  libfontconfig1 2.3.1-2   generic font configuration 
library
ii  libfreetype6   2.1.7-2.4 FreeType 2 font engine, 
shared lib

ii  libice64.3.0.dfsg.1-14sarge1 Inter-Client Exchange library
ii  libncurses55.4-4 Shared libraries for 
terminal hand
ii  libsm6 4.3.0.dfsg.1-14sarge1 X Window System Session 
Management

ii  libxaw74.3.0.dfsg.1-14sarge1 X Athena widget set library
ii  libxext6   4.3.0.dfsg.1-14sarge1 X Window System 
miscellaneous exte
ii  libxft22.1.7-1   FreeType-based font drawing 
librar
ii  libxmu64.3.0.dfsg.1-14sarge1 X Window System 
miscellaneous util

ii  libxpm44.3.0.dfsg.1-14sarge1 X pixmap library
ii  libxrender11:0.9.0-2 X Rendering Extension 
client libra

ii  libxt6 4.3.0.dfsg.1-14sarge1 X Toolkit Intrinsics
ii  xfree86-common 4.3.0.dfsg.1-14sarge1 X Window System (XFree86) 
infrastr
ii  xlibs  4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) 
configu

ii  xlibs-data 4.3.0.dfsg.1-14sarge1 X Window System client data

-- no debconf information






Bug#382341: INTL:vi

2006-08-16 Thread Frans Pop
On Thursday 10 August 2006 15:31, Christian Perrier wrote:
> retitle 382341 Typos/errors in the installation guide
> thanks
>
> > - voila
> > + voilà
>
> Using non-ASCII in the original English version is likely to create
> some problems with PO files handling, os I'd recommend changing this
> with caution even if it's certainly correct as the English speakers
> have stolen that word from my language..:-)

How about changing it to "hey presto!" ;-)


pgpyaft8XJFTR.pgp
Description: PGP signature


Bug#380504: Bug#383362: New libc breaks GnuPG

2006-08-16 Thread Aurelien Jarno

merge 380504 383362
thanks

Aurelien Jarno wrote:

Martin Schulze wrote:

Package: libc6
Version: 2.3.6-16 (and newer)

When I install a libc6 that is compiled with GCC 4.1 instead of 4.0
gnupg (1.4.5-1) doesn't want to work anymore.
'gnupg --clearsign < file' gets a segmentation fault.  Compiling
2.3.6-16 with GCC 4.0 again makes the problem go away.

2.3.6-19 still causes the segfault.  Not sure if I can compile it
with GCC 4.0, though (first trial failed).

I'm not sure if other people notice the same problem or if
it's just me...



Could you please tell us the architecture you are using, your kernel, 
and also do an 'ldd /usr/bin/gpg'?


It works correctly here, but I am not sure we are using the same setup.

Aurelien


Ok, I bet you are using a 2.4 kernel and you are actually have the same 
bug as 380504. I will try to find a fix asap.


--
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



Bug#383053: galeon: many failures, apparently javascript related

2006-08-16 Thread Mike Hommey
On Mon, Aug 14, 2006 at 11:58:15AM -0700, Thomas Bushnell BSG <[EMAIL 
PROTECTED]> wrote:
> Package: galeon
> Version: 2.0.1-3
> Severity: important
> 
> 
> Just today galeon began failing with a variety of new problems.  Many sites
> that rely on javascript redirects are failing to work properly; javascript
> related web page features are broken, and related rendering problems happen.
> 
> For en example, the web page www.episcopalchurch.org is a disaster to load
> in galeon.  
> 
> The same problems happen with epiphany.  They do not happen with mozilla.

It would be much more useful if you told what particular problems you
see on episcopalchurch.org, because I see none...

Giving examples of the "many sites that rely on javascript redirects"
that "are failing to work properly" would be appreciated, too.

Mike


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



Bug#126731: sqwebmail: Please provide translated templates for the HTML interface

2006-08-16 Thread Daniel Baumann
Hi,

what is the status of this bug? There are several translations available
at http://www.courier-mta.org/sqwebmail/links.html

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


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



Bug#383376: New patch version

2006-08-16 Thread Thomas Petazzoni
Hi,

For some reason, "file" detected the previous patch as being HTML code
(probably because the first hunk of the patch patched HTML
documentation):

$ file gqview-2.0.1-toggle-fullscreen.patch 
gqview-2.0.1-toggle-fullscreen.patch: UTF-8 Unicode HTML document text

Strange. Well, attached is a new version of the patch, that should
work, hopefully.

Thanks,

Thomas
-- 
PETAZZONI Thomas - [EMAIL PROTECTED] 
http://{thomas,sos,kos}.enix.org - Jabber: [EMAIL PROTECTED]
http://{agenda,livret}dulibre.org - http://www.toulibre.org
Fingerprint : 0BE1 4CF3 CEA4 AC9D CC6E  1624 F653 CB30 98D3 F7A7
diff -ru gqview-2.0.1/doc/10_5_editor_commands.html gqview-2.0.1.new/doc/10_5_editor_commands.html
--- gqview-2.0.1/doc/10_5_editor_commands.html	2005-03-01 17:00:03.0 +0100
+++ gqview-2.0.1.new/doc/10_5_editor_commands.html	2006-08-16 22:40:16.0 +0200
@@ -5,7 +5,7 @@
 	Editor Options - GQview User Manual
 	
 	
-	
+	
 
 
 
@@ -86,8 +86,9 @@
 	%v
 
 
-	Display the result of the command in an output window, must
-	occur as the first two characters.
+	Display the result of the command in an output window. Must
+	occur as the first two characters, or immediately after the “%w”
+	macro.
 
 			
 			
@@ -100,6 +101,15 @@
 	file is suppressed.
 
 			
+			
+
+	%w
+
+
+	Prevent full screen from deactivating when command is
+	executed. Must occur as the first two characters.
+
+			
 		
 	
 
@@ -152,4 +162,4 @@
 
 
 
-
+
\ Pas de fin de ligne à la fin du fichier.
diff -ru gqview-2.0.1/README gqview-2.0.1.new/README
--- gqview-2.0.1/README	2005-05-14 21:33:47.0 +0200
+++ gqview-2.0.1.new/README	2006-08-16 22:49:32.0 +0200
@@ -361,10 +361,15 @@
  Use of the following to display output window for the command:
 
 %v  Display result of command in output window, must occur as first two
-characters in the command.
+characters in the command, or immediatly after the "%w" macro.
 %V  Like v above, but when used with %p, only displays output window for
 multiple files. The output of a single file is suppressed.
 
+ Additional macros:
+
+%w  Prevent full screen from deactivating when command is executed,
+must occur as the first two characters.
+
  Additional comments:
 
   Advanced options:
diff -ru gqview-2.0.1/src/editors.c gqview-2.0.1.new/src/editors.c
--- gqview-2.0.1/src/editors.c	2005-03-01 17:00:03.0 +0100
+++ gqview-2.0.1.new/src/editors.c	2006-08-16 22:41:14.0 +0200
@@ -55,8 +55,8 @@
 	NULL, NULL,
 	NULL, NULL,
 	NULL, NULL,
-	N_("Rotate jpeg clockwise"), "%vif jpegtran -rotate 90 -copy all -outfile %p_tmp %p; then mv %p_tmp %p;else rm %p_tmp;fi",
-	N_("Rotate jpeg counterclockwise"), "%vif jpegtran -rotate 270 -copy all -outfile %p_tmp %p; then mv %p_tmp %p;else rm %p_tmp;fi",
+	N_("Rotate jpeg clockwise"), "%wif jpegtran -rotate 90 -copy all -outfile %p_tmp %p; then mv %p_tmp %p;else rm %p_tmp;fi",
+	N_("Rotate jpeg counterclockwise"), "%wif jpegtran -rotate 270 -copy all -outfile %p_tmp %p; then mv %p_tmp %p;else rm %p_tmp;fi",
 	NULL, NULL
 };
 
@@ -464,10 +464,16 @@
  *
  *  Only one of the macros %f or %p may be used in a given commmand.
  *
- *   %v   must be the first two characters in a command, causes a window to display
+ *   %v   must be the first two characters[1] in a command, causes a window to display
  *showing the output of the command(s).
  *   %V   same as %v except in the case of %p only displays a window for multiple files,
  *operating on a single file is suppresses the output dialog.
+ *
+ *   %w   must be first two characters in a command, presence will disable full screen
+ *from exiting upon invocation.
+ *
+ *
+ * [1] Note: %v,%V may also be preceded by "%w".
  */
 static void editor_command_run(const gchar *template, const gchar *text, GList *list)
 {
@@ -478,6 +484,9 @@
 
 	for_each = (strstr(template, "%p") != NULL);
 
+	/* no window state change flag, skip */
+	if (strncmp(template, "%w", 2) == 0) template += 2;
+
 	if (strncmp(template, "%v", 2) == 0)
 		{
 		template += 2;
@@ -582,3 +591,14 @@
 	start_editor_from_path_list(n, list);
 	g_list_free(list);
 }
+
+gint editor_window_flag_set(gint n)
+{
+	if (n < 0 || n >= GQVIEW_EDITOR_SLOTS ||
+	!editor_command[n] ||
+	strlen(editor_command[n]) == 0) return TRUE;
+
+	return (strncmp(editor_command[n], "%w", 2) == 0);
+}
+
+
diff -ru gqview-2.0.1/src/editors.h gqview-2.0.1.new/src/editors.h
--- gqview-2.0.1/src/editors.h	2005-03-01 17:00:03.0 +0100
+++ gqview-2.0.1.new/src/editors.h	2006-08-16 22:36:18.0 +0200
@@ -18,6 +18,8 @@
 void start_editor_from_file(gint n, const gchar *path);
 void start_editor_from_path_list(gint n, GList *list);
 
+gint editor_window_flag_set(gint n);
+
 
 #endif
 
diff -ru gqview-2.0.1/src/img-view.c gqview-2.0.1.new/src/img-view.c
--- gqview-2.0.1/src/img-view.c	2005-03-01 17:00:03.0 +0100
+++ gqview

Bug#383378: perl-modules: upload() function fails in CGI.pm

2006-08-16 Thread Eric Wong
Package: perl-modules
Version: 5.8.8-6.1
Severity: important
Tags: patch


upload() in CGI.pm is broken at times

This problem was reported in:
   http://rt.cpan.org/Public/Bug/Display.html?id=12694

fileno($_) can be 0, since stdin (the usual taker of fileno 0) is closed
by Apache and can therefore be reused by the operating system when new
file descriptors are opened.  And of course, fileno($_) == 0 is false,
which means nothing gets returned.

--- a/CGI.pm  2006-08-16 14:06:42.0 -0700
+++ b/CGI.pm  2006-08-16 14:06:56.0 -0700
@@ -3411,7 +3411,7 @@
 'upload' =><<'END_OF_FUNC',
 sub upload {
 my($self,$param_name) = self_or_default(@_);
-my @param = grep(ref && fileno($_), $self->param($param_name));
+my @param = grep(ref && defined(fileno($_)), $self->param($param_name));
 return unless @param;
 return wantarray ? @param : $param[0];
 }


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



Bug#383382: fails to build

2006-08-16 Thread Matt Swift
Package: xorg-server-1.0.2
Severity: normal

"dpkg-buildpackage -b -uc" in xorg-server-1.0.2 sources fails.  Here
are the last few lines of the build.  Let me know if other information
would be helpful.

gcc -DHAVE_CONFIG_H -I. -I../../../GL/glx -I../../include -I../../include 
-I../../include -I../../include -I../../include -I../../include 
-I../../../GL/include -I../../../hw/xfree86/os-support -DHAVE_DIX_CONFIG_H 
-I/usr/share/mesa-source/include -DXFree86Server -DIN_MODULE -DXFree86Module 
-DXFree86LOADER -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE 
-DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I../../../include -I../../include 
-I../../../Xext -I../../../composite -I../../../damageext -I../../../xfixes 
-I../../../Xi -I../../../mi -I../../../miext/shadow -I../../../miext/damage 
-I../../../render -I../../../randr -I../../../fb -Wall -g -O2 -MT 
renderpixswap.lo -MD -MP -MF .deps/renderpixswap.Tpo -c 
../../../GL/glx/renderpixswap.c  -fPIC -DPIC -o .libs/renderpixswap.o
if /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../../../GL/glx -I../../include -I../../include -I../../include 
-I../../include -I../../include -I../../include -I../../../GL/include 
-I../../../hw/xfree86/os-support   -DHAVE_DIX_CONFIG_H 
-I/usr/share/mesa-source/include -DXFree86Server -DIN_MODULE -DXFree86Module 
-DXFree86LOADER -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE 
-DHAS_FCHOWN -DHAS_STICKY_DIR_BIT   -I../../../include -I../../include 
-I../../../Xext -I../../../composite -I../../../damageext -I../../../xfixes 
-I../../../Xi -I../../../mi -I../../../miext/shadow  -I../../../miext/damage 
-I../../../render -I../../../randr -I../../../fb  -Wall -g -O2 -MT rensize.lo 
-MD -MP -MF ".deps/rensize.Tpo" \
  -c -o rensize.lo `test -f '../../../GL/glx/rensize.c' || echo 
'../../../GL/glx/'`../../../GL/glx/rensize.c; \
then mv -f ".deps/rensize.Tpo" ".deps/rensize.Plo"; \
else rm -f ".deps/rensize.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I../../../GL/glx -I../../include -I../../include 
-I../../include -I../../include -I../../include -I../../include 
-I../../../GL/include -I../../../hw/xfree86/os-support -DHAVE_DIX_CONFIG_H 
-I/usr/share/mesa-source/include -DXFree86Server -DIN_MODULE -DXFree86Module 
-DXFree86LOADER -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes 
-Wmissing-declarations -Wnested-externs -fno-strict-aliasing -D_BSD_SOURCE 
-DHAS_FCHOWN -DHAS_STICKY_DIR_BIT -I../../../include -I../../include 
-I../../../Xext -I../../../composite -I../../../damageext -I../../../xfixes 
-I../../../Xi -I../../../mi -I../../../miext/shadow -I../../../miext/damage 
-I../../../render -I../../../randr -I../../../fb -Wall -g -O2 -MT rensize.lo 
-MD -MP -MF .deps/rensize.Tpo -c ../../../GL/glx/rensize.c  -fPIC -DPIC -o 
.libs/rensize.o
../../../GL/glx/rensize.c: In function '__glXImageSize':
../../../GL/glx/rensize.c:371: error: 'GL_DEPTH_STENCIL_MESA' undeclared 
(first use in this function)
../../../GL/glx/rensize.c:371: error: (Each undeclared identifier is 
reported only once
../../../GL/glx/rensize.c:371: error: for each function it appears in.)
../../../GL/glx/rensize.c:410: error: 'GL_UNSIGNED_SHORT_15_1_MESA' 
undeclared (first use in this function)
../../../GL/glx/rensize.c:411: error: 'GL_UNSIGNED_SHORT_1_15_REV_MESA' 
undeclared (first use in this function)
../../../GL/glx/rensize.c:425: error: 'GL_UNSIGNED_INT_24_8_MESA' 
undeclared (first use in this function)
../../../GL/glx/rensize.c:426: error: 'GL_UNSIGNED_INT_8_24_REV_MESA' 
undeclared (first use in this function)
make[3]: *** [rensize.lo] Error 1
make[3]: Leaving directory 
`/usr/local/src/debian/clean/source/xorg-server-1.0.2/obj-x86_64-linux-gnu/GL/glx'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/usr/local/src/debian/clean/source/xorg-server-1.0.2/obj-x86_64-linux-gnu/GL'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/usr/local/src/debian/clean/source/xorg-server-1.0.2/obj-x86_64-linux-gnu'
make: *** [build-stamp] Error 2
[corax] xorg-server-1.0.2#


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-6-corax-1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#383383: /usr/share/menu/apollon broken

2006-08-16 Thread Bruce Sass
Package: apollon
Version: 1.0.1-3
Severity: normal
Tags: patch

[EMAIL PROTECTED]:~# update-menus
<...>
In file "/usr/share/menu/apollon", at (or in the definition that ends at) line 
1:
[...]sharing daemon giFT"   command="/usr/bin/apollon"" 
icon="icon="/usr/share/pixma
ps/apollon.xpm"" needs="package(apollon):needs="X11"" package="apollon" 
section="section
="Apps/Net"" title="longtitle="Graphical"
[...] ^
Expected: "="
install-menu: /etc/menu-methods/twm: aborting
update-menus[6654]: Script /etc/menu-methods/twm returned error status 1.
In file "/usr/share/menu/apollon", at (or in the definition that ends at) line 
1:
[...]sharing daemon giFT"   command="/usr/bin/apollon"" 
icon="icon="/usr/share/pixma
ps/apollon.xpm"" needs="package(apollon):needs="X11"" package="apollon" 
section="section
="Apps/Net"" title="longtitle="Graphical"
[...] ^
Expected: "="
install-menu: /etc/menu-methods/uwm: aborting
<...for every menu-method...>


[EMAIL PROTECTED]:~$ diff -u /usr/share/menu/apollon{-orig,}
--- /usr/share/menu/apollon-orig2006-08-16 15:17:58.0 -0600
+++ /usr/share/menu/apollon 2006-08-16 15:25:11.0 -0600
@@ -1,4 +1,4 @@
-package(apollon):needs="X11" section="Apps/Net" \
+?package(apollon):needs="X11" section="Apps/Net" \
title="Apollon" \
icon="/usr/share/pixmaps/apollon.xpm" \
longtitle="Graphical interface to the file-sharing daemon giFT" \

Just a missing "?"


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-onegee
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#383209: tdfx dri: wrong interface to alloc tex memory.

2006-08-16 Thread Kurt Roeckx
tags 383209 + fixed-upstream
thanks

Upstreams seems to have applied my patch, so I'm tagging this as
fixed-upstream.


Kurt



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



Bug#377704: Happens to me, too

2006-08-16 Thread Shawn Willden
Also happens on my machine.  However, the current version of madman in the 
ARCH repository does not have the problem.  I may try to track down the 
difference if I have time, but I don't recommend waiting on me :-)

Shawn.


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



Bug#376080: mozilla-thunderbird-locale-fr: Ambiguity in sorting according to sender date, or receive date.

2006-08-16 Thread Hans Öfverbeck
severity 376080 wishlist
retitle 376080 thunderbird: Ambiguity in sorting according to sender
date, or receive date.
tags 376080 + upstream
reassign 376080 thunderbird
thanks

See below for explanation

Jean-Michel wrote:

>Thunderbird offers several courriel sorting facilities.
>Among others:
>* Senders's datation
>* Reception order
>
>However, labels in menu 'Affichage/Trier par ...' are not easy to
>understand for the novice:
>
>'Date' does not mean reception date, but sender's datation. This mean
>that 'Date' label
>is confusing.
>
>So, I suggest to rename both items:
>'Date' -> 'Daté du' or 'Datation de l'expéditeur'
>'Ordre de réception' ->  'Chronologie' or 'Date de réception'
>  
>
I am reassigning this bug to thunderbird since the mentioned strings
('Date' and 'Ordre de réception') are straightforward and correct (as
far as I can tell) translations of the corresponding strings in the
"unlocalized" version of thunderbird ('Date' and 'Order Received'). Thus
the claimed bug is not in thunderbird-locale-fr, nor in the upstream
french translation, but rather in upstream thunderbird, as such it has
been reported: https://bugzilla.mozilla.org/show_bug.cgi?id=216033 .

Best regards
Hans Öfverbeck



Bug#383354: gnome-blog: not working anymore

2006-08-16 Thread Lars Heppler
Am Mittwoch, den 16.08.2006, 21:08 +0200 schrieb Frederic Peters:

> This was caused by incompatible changes in python-gnome2-desktop; I
> uploaded a new package.  Note that I couldn't reproduce your second
> problem.

after i tried a few more times to add and remove the applet it finally
worked. i also tested your new package and it still works.
thanks for the quick response. i think this bug can be closed.

Regards
Lars



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



Bug#370666: also with plain fluxbox

2006-08-16 Thread martin f krafft
Package: xine-ui
Version: 0.99.4-2
Followup-For: Bug #370666

I am also seeing the problem with plain fluxbox. For me, it does not
even have to be xinerama mode. I have head 1 left of head 0, and if
I start xine on head 0, the window will always be in the leftmost
corner, so the top left of head 1.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system


signature.asc
Description: Digital signature (GPG/PGP)


Bug#373708: Correction: I meant "must have"

2006-08-16 Thread Sukant Hajra
Package: cruft
Version: 0.9.6-0.15
Followup-For: Bug #373708


I just reread my post, and there's typo... when I said "Note, filters
files can not have 'may_exist' semantics because they allow for
globbing" I meant "must_exist" (because it dosn't make sense to say that
* must exist.

- Sukant

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (90, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-hole
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages cruft depends on:
ii  file  4.17-2 Determines file type using "magic"
ii  libc6 2.3.6-15   GNU C Library: Shared libraries

cruft recommends no packages.

-- no debconf information


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



Bug#383380: snmp: "Index out of range" error on valid Unsigned32 index value

2006-08-16 Thread Kevin Humphries
Package: snmp
Version: 5.2.2-5
Severity: important
Tags: patch

While running snmptest, the following error message is seen.  In this
case it is doing a simple GET, but SETs will also fail this way.  The
variable is of type Ospfv3AreaIdTC which is an Unsigned32 
(0..''h) value.  Due to the casting of the upper and lower bounds
as a signed int for range checking, the values of 0 - 0x7FFF all fail.
 (See MIB definition below).  Attached is a patch that will fixed this problem.

Variable: ospfv3AreaStatus.2
ospfv3AreaStatus.2: Unknown Object Identifier (Index out of range: 2 
(ospfv3AreaId))
Variable:

relevant parts of the MIB definition ( ref: draft-ietf-ospf-ospfv3-mib-09.txt)

Ospfv3AreaIdTc ::= TEXTUAL-CONVENTION 
 DISPLAY-HINT "d" 
 STATUS  current 
 DESCRIPTION 
"An OSPFv3 Area Identifier" 
 SYNTAX  Unsigned32 (0..''h) 

[...]

ospfv3AreaTable OBJECT-TYPE 
SYNTAX  SEQUENCE OF Ospfv3AreaEntry 
MAX-ACCESS  not-accessible 
STATUS  current 
DESCRIPTION 
"Information describing the configured  
parameters and cumulative statistics of the router's 
attached areas." 
REFERENCE 
"OSPF Version 2, Section 6 The Area Data  
Structure" 
::= { ospfv3Objects 2 } 
 
ospfv3AreaEntry OBJECT-TYPE 
SYNTAX  Ospfv3AreaEntry 
MAX-ACCESS  not-accessible 
STATUS  current 
DESCRIPTION 
"Information describing the configured  
parameters and cumulative statistics of one of the 
router's attached areas." 
INDEX   { ospfv3AreaId } 
::= { ospfv3AreaTable 1 } 
 
Ospfv3AreaEntry ::= SEQUENCE { 
ospfv3AreaId 
Ospfv3AreaIdTc, 
[...]
} 
 
ospfv3AreaId OBJECT-TYPE 
SYNTAX  Ospfv3AreaIdTc 
MAX-ACCESS  not-accessible 
STATUS  current 
DESCRIPTION 
"A 32-bit integer uniquely identifying an area. 
Area ID 0 is used for the OSPFv3 backbone." 
REFERENCE 
"OSPF Version 2, Appendix C.2 Area parameters" 
::= { ospfv3AreaEntry 1 } 


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

Versions of packages snmp depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libsnmp9  5.2.2-5NET SNMP (Simple Network Managemen

Versions of packages snmp recommends:
ii  perl-modules  5.8.8-6.1  Core Perl modules

-- no debconf information
--- net-snmp-5.2.2/snmplib/mib.c2005-09-26 17:42:35.0 -0600
+++ net-snmp-5.2.2-fixed/snmplib/mib.c  2006-08-15 15:36:10.0 -0600
@@ -5158,8 +5158,8 @@
 struct range_list *rp = tp->ranges;
 int ok = 0;
 while (!ok && rp)
-if ((rp->low <= (int) subid)
-&& ((int) subid <= rp->high))
+if (((unsigned int) rp->low <= subid)
+&& (subid <= (unsigned int) rp->high))
 ok = 1;
 else
 rp = rp->next;


Bug#383362: New libc breaks GnuPG

2006-08-16 Thread Aurelien Jarno

Martin Schulze wrote:

Package: libc6
Version: 2.3.6-16 (and newer)

When I install a libc6 that is compiled with GCC 4.1 instead of 4.0
gnupg (1.4.5-1) doesn't want to work anymore.
'gnupg --clearsign < file' gets a segmentation fault.  Compiling
2.3.6-16 with GCC 4.0 again makes the problem go away.

2.3.6-19 still causes the segfault.  Not sure if I can compile it
with GCC 4.0, though (first trial failed).

I'm not sure if other people notice the same problem or if
it's just me...



Could you please tell us the architecture you are using, your kernel, 
and also do an 'ldd /usr/bin/gpg'?


It works correctly here, but I am not sure we are using the same setup.

Aurelien

--
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



Bug#380343: podebconf-report-po: send a translation status to [EMAIL PROTECTED] with request for translations

2006-08-16 Thread Denis Barbier
On Wed, Aug 16, 2006 at 10:20:16PM +0200, Luk Claes wrote:
[...]
> I would like to see the statistics, a request for translations and the
> pot file sended to [EMAIL PROTECTED] in one invocation of the program. The po
> files could be send as a usual invocation of the program to the
> different translators/translator teams.
> 
> I hope that clarifies it?

Definitely, thanks.

Denis


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



Bug#383377: ignores xinerama head

2006-08-16 Thread martin f krafft
Package: xpdf-reader
Version: 3.01-9
Severity: normal

I have head 1 left of head 0, Xinerama, on fluxbox. If I start xpdf
on head 0, the window will always be displayed on head 1, which is
kind of annoying.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (750, 'unstable'), (500, 'testing'), (250, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages xpdf-reader depends on:
ii  gsfonts   8.14+v8.11+urw-0.2 Fonts for the Ghostscript interpre
ii  lesstif2  1:0.94.4-2 OSF/Motif 2.1 implementation relea
ii  libc6 2.3.6-19   GNU C Library: Shared libraries
ii  libfreetype6  2.2.1-2FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-10 GCC support library
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  libpaper1 1.1.19 Library for handling paper charact
ii  libsm61:1.0.0-4  X11 Session Management library
ii  libstdc++64.1.1-10   The GNU Standard C++ Library v3
ii  libt1-5   5.1.0-2Type 1 font rasterizer library - r
ii  libx11-6  2:1.0.0-8  X11 client-side library
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar
ii  libxp61:1.0.0.xsf1-1 X Printing Extension (Xprint) clie
ii  libxpm4   1:3.5.4.2-3X11 pixmap library
ii  libxt61:1.0.0-5  X11 toolkit intrinsics library
ii  xpdf-common   3.01-9 Portable Document Format (PDF) sui
ii  zlib1g1:1.2.3-13 compression library - runtime

xpdf-reader recommends no packages.

-- no debconf information

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft <[EMAIL PROTECTED]>
: :'  :proud Debian developer and author: http://debiansystem.info
`. `'`
  `-  Debian - when you have better things to do than fixing a system


signature.asc
Description: Digital signature (GPG/PGP)


Bug#383372: libsensors3: Uninstallable in etch, depend on virtual libsysfs2

2006-08-16 Thread Petter Reinholdtsen
[Steve Langasek]
> libsysfs2 is not a virtual package.  Something seems to be wrong
> with the packages list for the debian-edu CD, this package is
> present in both etch and sid.

Right.  Stranger and stranger.  I believe I found out what is going
on.  debian-cd adds libsysfs2-udeb, and it claim to provide libsysfs2,
so debian-cd conclude that libsensors3 have its dependency fulfulled
on the CD and thus fail to include libsysfs2 on the CD.

So this would be a bug in debian-cd and how udebs are handled.  Thank
you for the explanation and the heads up.  I've now made sure both
libsysfs2 and libsysfs2-udeb are put on the CD, and hope that will
solve the problem.

I guess this bug could be reassigned to debian-cd, but I leave it
closed for now.

Friendly,
-- 
Petter Reinholdtsen


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



Bug#374570: one idea to fix this (was: Re: Bug#374570: automake1.9: contains non-free material)

2006-08-16 Thread Eric Dorland
* Joost van Baal ([EMAIL PROTECTED]) wrote:
> Op wo  9 aug 2006 om 01:56:07 +0200 schreef Joost van Baal:
> > On Wed, 21 Jun 2006 00:55:56 -0400, Eric Dorland wrote:
> > > I'm working on it
> > 
> > People are getting nervous.  Any idea on an ETA?  Would it be useful to
> > publish your (incomplete) work, so that I could help in an efficient
> > way?  (I haven't found any public version control system for the
> > automake* Debian packages.)
> 
> I guess the easiest hack would be, in doc/Makefile: replace
> 
>  install-data-am: install-info-am
> 
> with
> 
>  install-data-am:
> 
> .  Remove doc/automake* from the tarball.  debian/ stuff probably
> needs very little changes.   I don't think there's an easy way
> to build without the info stuff without patching the upstream
> buildsystem :( .
> 
> A new automake1.9-nonfree source and binary package could hold the pure
> original upstream tarball, and just install the info stuff.
> 
> I'll work more on this, following this idea, the coming week.

No need, I should have something in the archive tonight. 

-- 
Eric Dorland <[EMAIL PROTECTED]>
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6



signature.asc
Description: Digital signature


Bug#365315: xterm and charcell fonts

2006-08-16 Thread Angus Lees
reassign 365315 xserver-xorg
retitle xserver-xorg whitespace in charcell fonts rendered as squares
thanks

> With the new version of today, the opendir issue has gone, but I
> found some kind of wrong encodings (with the space char) in a font
> previously perfectly working.  See the xterm screenshot enclosed.

> XTerm*Font: -monotype-andale mono-medium-r-normal--14-0-0-0-c-0-iso8859-15

I looked into this last week and it seems the Xserver behaviour has
changed with respect to charcell fonts (...-c-...).  If you change
this to use the monospace variant (...-m-...) it should appear as you
expect.  This is definately a change in behaviour (as I recall it,
previous Xservers treated the two identically), but I'm not sure it is
incorrect.

Rendering the spaces in the font as little squares probably is an
Xserver bug though.  Reassigning.


X guys:

xfd -fn '-monotype-andale mono-medium-r-normal--14-0-0-0-c-0-iso8859-15'
(or the 'charcell' variant of any other truetype monospaced font) and
look at all the squares where there should be whitespace.  Previous
Xservers didn't do the little squares.

Is this intentional?  Should x-ttcidfont-conf be generating the
charcell variants for these fonts at all?  (I never really did
understand the use-case for charcell fonts; is it meant to be only a
CJK thing?)

-- 
 - Gus


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



Bug#383379: libjpeg-progs: [exifautotran] changes file mode

2006-08-16 Thread Vincent Arkesteijn
Package: libjpeg-progs
Version: 6b-13
Severity: normal

exiftran changes the mode of a file. Even though the original file
has mode 0644, the new one has 0600. umask is set to 0022, so that
is not the cause of the problem.

After reading bug report #376376, I found out about exiftran, and
that doesn't have this problem. I agree with the suggestion given
there to move exifautotran out of the way. exiftran seems the more
robust tool.

Thank you.

Vincent.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-amd64-k8
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libjpeg-progs depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 

libjpeg-progs recommends no packages.

-- no debconf information


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



Bug#362034: aptitude: inappropriate location for localized manpages

2006-08-16 Thread Thomas Huriaux
Yunfeng Wang <[EMAIL PROTECTED]> (12/04/2006):
> There exists some unexpected manpages in /usr/share/man/man8
> 
> $ dpkg -L aptitude | grep man
> /usr/share/man/man8/aptitude.fr.8.gz
> /usr/share/man/man8/aptitude.8.gz
> /usr/share/man/man8/aptitude.fi.8.gz
> /usr/share/man/fi
> /usr/share/man/fi/man8
> /usr/share/man/fi/man8/aptitude.8.gz
> /usr/share/man/fr
> /usr/share/man/fr/man8
> /usr/share/man/fr/man8/aptitude.8.gz
> 
> Look, we have `aptitude.{fr,fi}.8.gz' in /usr/share/man/man8/ together
> with `aptitude.8.gz'. They should be better stored in
> /usr/share/man/{fr,fi}/man8/ respectively, I think.
> 
> Another confusing situation:
> there exists some stuff under /usr/share/man/{fr,fi}/man8/ too.
> Is there any difference between them?

Note that the French part of this problem is being dealt with in
#351531.

-- 
Thomas Huriaux


signature.asc
Description: Digital signature


Bug#381493: liferea-xulrunner: accented character not correctly displayed with XulRunner plugin

2006-08-16 Thread Vincent Lefevre
On 2006-08-04 21:54:40 +0200, Vincent Lefevre wrote:
> When I use the XulRunner plugin, I get a strange display error for
> a particular 'é' character (the one that comes before is correctly
> displayed, though). See the attached snapshot. I've switched the
> plugin between XulRunner and GtkHTML2 several times, and the bug
> is reproducible only with the XulRunner plugin.
[...]

I've attached a simple testcase. Also, I've just noticed that the
bug appears only with French messages (e.g. LC_MESSAGES=fr_FR),
but never with the English ones. That's strange...

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


liferea-xul-bug.tar.bz2
Description: Binary data


Bug#382852: New version available

2006-08-16 Thread Ferreira Yohann
Hi there,

Not speaking about many problem with my internet connection last two months, 
I'm happy to tell libguichan is ready in version 0.5.0 !

You can get it there :
deb http://bertram.ifrance.com ./
deb-src http://bertram.ifrance.com ./

The packages'  names are libguichan0 and libguichan0-dev, as usual.

You can have it there in a pre-version. This package will be sponsorised, 
corrected and be released on experimental soon.

Regards,

Bertram

> Package: libguichan0
> Version: 0.4.0-4
>
> Hello,
> Could you please update the guichan version to the new release 0.5.0? I
> need this version to compile some stuff and there are some good
> improvements available.
> Thanks.


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



Bug#383386: libchm1: some chm files sections are not rendered

2006-08-16 Thread Alban BROWAEYS
Package: libchm1
Version: 0.38-1
Severity: normal

In http://www.xisc.com/download/prado_wiki.zip the API
section is not
rendered in kchmviewer nor gnochm.
I though it to be an issue with the library. please
reassign if wrong:

Regards
Alban





-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/baKernel: Linux
2.6.15-1-486
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8
(charmap=UTF-8)

Versions of packages libchm1 depends on:
ii  libc6 2.3.6-15   GNU C
Library: Shared libraries

libchm1 recommends no packages.

-- no debconf information
sh




 p4.vert.ukl.yahoo.com uncompressed/chunked Wed Aug 16 22:15:36 GMT 2006 


___ 
Découvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet 
! 
Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions et vos 
expériences. 
http://fr.answers.yahoo.com 



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



Bug#370136: Me too

2006-08-16 Thread Eugen Dedu
Just to say that I would really appreciate to have the new version of 
kimdaba in debian (and that I am too sad to use the old 2.1 version)...


Friendly,
--
Eugen Dedu


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



Bug#383362: New libc breaks GnuPG

2006-08-16 Thread Aurelien Jarno
tag 380504 + pending
tag 383362 + pending
thanks

On Wed, Aug 16, 2006 at 11:57:18PM +0200, Aurelien Jarno wrote:
> merge 380504 383362
> thanks
> 
> Aurelien Jarno wrote:
> >Martin Schulze wrote:
> >>Package: libc6
> >>Version: 2.3.6-16 (and newer)
> >>
> >>When I install a libc6 that is compiled with GCC 4.1 instead of 4.0
> >>gnupg (1.4.5-1) doesn't want to work anymore.
> >>'gnupg --clearsign < file' gets a segmentation fault.  Compiling
> >>2.3.6-16 with GCC 4.0 again makes the problem go away.
> >>
> >>2.3.6-19 still causes the segfault.  Not sure if I can compile it
> >>with GCC 4.0, though (first trial failed).
> >>
> >>I'm not sure if other people notice the same problem or if
> >>it's just me...
> >>
> >
> >Could you please tell us the architecture you are using, your kernel, 
> >and also do an 'ldd /usr/bin/gpg'?
> >
> >It works correctly here, but I am not sure we are using the same setup.
> >
> >Aurelien
> 
> Ok, I bet you are using a 2.4 kernel and you are actually have the same 
> bug as 380504. I will try to find a fix asap.
> 
 
Ok, fix found, checked in our SVN, it will be in the next upload
(probably soon). Thanks to Denis Barbier for the hint.

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



Bug#382681: [Pkg-ltsp-devel] Bug#382681: ltsp-server: inetd or netbase dependency?

2006-08-16 Thread Otavio Salvador
Vagrant Cascadian <[EMAIL PROTECTED]> writes:

> On Tue, Aug 15, 2006 at 08:45:57AM -0700, Vagrant Cascadian wrote:
>> updated the dependencies for ltsp-server to "openbsd-inetd |
>> netkit-inetd" in our bzr branch
>
> looking at the dependencies for netbase on debian, it looks like netbase
> depends on "openbsd-inetd | netkit-inetd". to make it even more
> interesting, both openbsd-inetd and netkit-inetd depend on netbase...
>
> should we just depend on netbase?

Do that. I think is the right way to solve it.

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
"Microsoft gives you Windows ... Linux gives
 you the whole house."


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



Bug#383032: closed by Steve Kemp <[EMAIL PROTECTED]> (Bug#383032: fixed in xen-tools 2.3-0)

2006-08-16 Thread Henning Sprang

On 8/16/06, Debian Bug Tracking System <[EMAIL PROTECTED]> wrote:

This is an automatic notification regarding your Bug report
#383032: better man page for xen-create-image,
which was filed against the xen-tools package.


already looks much better, only one more point I didn#t realize yet:

Now, the long descriptions of the options are sometimes some
characters too long to fit on the nice tiny 80x25 console I (and
probabl many others) use.

e.g. in the description of "--force" the "match" doesn't fit in the
line anymore.
There are much more things like that.

I personally can work around it by enlarging the screen, but in some
situations and with some terminals that isn't easy to do.

Henning


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



Bug#383387: libgl1-mesa-glx: printf() in line rendering loop

2006-08-16 Thread Nik A. Melchior
Package: libgl1-mesa-glx
Version: 6.5.0.cvs.20060524-2
Severity: normal


The report is for the version of mesa in experimental.

There's some debugging output in the GL library that makes line drawing
unbearably slow.  I've been mystified by these sets of three hex numbers since
recent packaging changes have required the use of xorg/mesa from experimental
in order to enable direct rendering (I have an i855GM).  I finally got around to
building a package with debugging symbols and found the culprit.

There's a printf in src/mesa/tnl/t_vb_render.c line 89 which needs to be removed
(or made conditional for debugging purposes).  I'll include a backtrace at the
point where the macro is expanded, and attach a test program which is probably
not necessary anymore since I've tracked down the culprit.

Thanks!

#0  0xb78f0fdd in clip_render_lines_verts (ctx=0x8054980, start=0, count=84, 
flags=49) at tnl/t_vb_rendertmp.h:85
#1  0xb78fc2e4 in run_render (ctx=0x8054980, stage=0x8298924)
at tnl/t_vb_render.c:321
#2  0xb78e1f3a in _tnl_run_pipeline (ctx=0x8054980) at tnl/t_pipeline.c:162
#3  0xb783c438 in intelRunPipeline (ctx=0x8054980) at intel_tris.c:758
#4  0xb791f452 in _tnl_flush_vtx (ctx=0x8054980) at tnl/t_vtx_exec.c:281
#5  0xb79172cb in _tnl_FlushVertices (ctx=0x8054980, flags=1)
at tnl/t_vtx_api.c:877
#6  0xb7840b45 in _mesa_Flush () at main/context.c:1817
#7  0xb7c5a226 in glFlush () at ../../../src/mesa/glapi/glapitemp.h:1160
#8  0xb7edf3e0 in glutSwapBuffers () at freeglut_display.c:51
#9  0x08048d33 in display_func () at ./test_i810_dri.c:53
#10 0xb7ee8d34 in fghcbDisplayWindow (window=0x804ecf8, enumerator=0xb7820f74)
at freeglut_main.c:212
#11 0xb7eec99a in fgEnumWindows (enumCallback=0xb7ee8cd0 , 
enumerator=0xbfe5bd08) at freeglut_structure.c:388
#12 0xb7ee9263 in glutMainLoopEvent () at freeglut_main.c:251
#13 0xb7ee9cbe in glutMainLoop () at freeglut_main.c:1046
#14 0x08048a59 in main (argc=-1211216176, argv=0xb7dbe3a0)
at ./test_i810_dri.c:75

-- System Information:
Debian Release: testing/unstable
  APT prefers experimental
  APT policy: (500, 'experimental'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.7-swsusp2
Locale: LANG=en_US.ISO-8859-1, LC_CTYPE=en_US.ISO-8859-1 (charmap=ISO-8859-1)

Versions of packages libgl1-mesa-glx depends on:
ii  libc6 2.3.6-19   GNU C Library: Shared libraries
ii  libdrm2   2.0.1-1Userspace interface to kernel DRM 
ii  libx11-6  2:1.0.0-8  X11 client-side library
ii  libxext6  1:1.0.1-1  X11 miscellaneous extension librar
ii  libxxf86vm1   1:1.0.1-1  X11 XFree86 video mode extension l

libgl1-mesa-glx recommends no packages.

-- no debconf information
#include 

float clip_near = 0.5;
float clip_far = 500.0;
float view_elevation = 45;
float view_azimuth = 0;
float view_distance = 50;
float view_x = 0.0;
float view_y = 0.0;
float view_z = 0.0;

void
draw_grid (void)
{
  int i;
  int num_cells = 20;
  float line_spacing = 1.0;
  float R = 0.0, G = 0.0, B = 0.5;

  glBegin(GL_LINES); {
for (i = -num_cells/2; i < num_cells/2+1; i++) { 
  glColor3f(R, G, B); 
  if ((i+num_cells)%4 == 0) {
glColor3f(1.0-R, 1.0-G, 1.0-B);
  }
  glVertex3f( i*line_spacing,  -line_spacing*num_cells/2, 0);
  glVertex3f( i*line_spacing,   line_spacing*num_cells/2, 0);
  glVertex3f(-line_spacing*num_cells/2, i*line_spacing,   0);
  glVertex3f( line_spacing*num_cells/2, i*line_spacing,   0);
}
  } glEnd();
}

void
timer_func (int dummy)
{
  view_azimuth += 5;
  glutTimerFunc(100, &timer_func, 0);
  glutPostRedisplay();
}

void
display_func (void)
{
  glMatrixMode(GL_MODELVIEW);
  glLoadIdentity();
  glTranslated(0.0,0.0,-view_distance);
  glRotated(-view_elevation, 1.0, 0.0, 0.0);
  glRotated( view_azimuth,   0.0, 0.0, 1.0);
  glTranslated(-view_x, -view_y, -view_z);
  glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
  draw_grid();
  glutSwapBuffers();
}

void
reshape_func (int w, int h)
{
  glViewport(0, 0, (GLsizei)w, (GLsizei)h);
  glMatrixMode(GL_PROJECTION);
  glLoadIdentity();
  gluPerspective(30, (GLfloat)w/(GLfloat)h, clip_near, clip_far);
}

int
main (int argc, char *argv[])
{
  glutInit(&argc, argv);
  glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGBA);
  glutInitWindowSize(300, 300);
  glutCreateWindow("test_program");
  glutDisplayFunc(display_func);
  glutReshapeFunc(reshape_func);
  glutTimerFunc(100, &timer_func, 0);
  glutMainLoop();
}


Bug#383391: gimp: Broken icon path in .desktop file

2006-08-16 Thread Free Ekanayaka
Package: gimp
Version: 2.2.12-1
Severity: normal

Hi,

it seems that the 
  
/usr/share/applications/gimp-2.2.desktop  
  
file shipped with 2.2.12-1 has a broken icon path:
  
Icon=${datarootdir}/gimp/2.0/images/wilber-icon.png
  
while it should probably be   
  
Icon=/usr/share/gimp/2.0/images/wilber-icon.png
  
as it were in earlier versions of the packages.
  
Thanks,   

Free


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



Bug#383390: [INTL:pt] Portuguese translation for xtell (debconf)

2006-08-16 Thread Rui Branco

Package: xtell
Version: 2.10.4
Tags: l10n, patch
Severity: wishlist

Portuguese (pt) translation for xtell's debconf messages by
Luísa Lourenço .
Feel free to use it.

For translation updated please contact Luísa Lourenço and CC the Portuguese
translation team 












# Portuguese translation of xtell's debconf messages.
# Luísa Lourenço <[EMAIL PROTECTED]>, 2006.
#
#
msgid ""
msgstr ""
"Project-Id-Version: xtell 2.10.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-01-25 09:27+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Luísa Lourenço <[EMAIL PROTECTED]>\n"
"Language-Team: Native Portuguese <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../templates:4
msgid "Do you want xtell daemon to run from inetd?"
msgstr "Quer que o daemon xtell corra a partir do inetd?"

#. Type: boolean
#. Description
#: ../templates:4
msgid "By default, xtelld runs from inetd."
msgstr "Por omissão, xtelld corre a partir do inetd."

#. Type: boolean
#. Description
#: ../templates:4
msgid ""
"However, you can run it as standalone daemon. If you select No, xtell daemon "
"will be started automatically at boot time."
msgstr ""
"No entanto, pode correr como 'standalone daemon'. Se selecionar Não, o daemon 
"
"xtell irá ser iniciado automaticamente durante o arranque do sistema."

#. Type: boolean
#. Description
#: ../templates:4
msgid "If unsure, select Yes"
msgstr "Se não tem a certeza, seleccione Sim"


Bug#383364: cruft: Maybe explain scripts /do/ make sense for broken symlinks

2006-08-16 Thread Sukant Hajra
Package: cruft
Version: 0.9.6-0.15
Followup-For: Bug #383364


I thought about it, and although I originally thought that filter files
make sense for broken symlinks, maybe this is the kind of thing that
should be scripted.  For instance, broken symlinks for module-init-tools
might only be broken if modutils isn't installed.  So a script could
manage this kind of conditional checking.  

However, I don't see any value to scripts explaining that a symlink
"must be" broken.  Instead, I would give the scripts "may be broken"
semantics.  Just to tie it into my recommendation for Bug #373708, there
could be in /etc/cruft:

  must_exist_scripts/
  may_exist_scripts/   <- globbing could be allowed here maybe?
  may_exist_filters/
  may_be_broken_scripts/   <- and here too?
  may_be_broken_filters/

These directories would allow the end user a lot of control over the
output of cruft's report (especially if coupled with your
CAPITALS-naming convention idea).  

Let me know if there are any real problems with these ideas in theory.
If it's just a matter of time and priority then maybe some time
later I'll have a closer look at cruft's source.  Also, I don't know,
but are any features in dpkg 2.0 supposed to obsolete cruft?  I'll have
to look into that too.

- Sukant


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



Bug#383389: sudo: fails to execute commands in /*/sbin

2006-08-16 Thread Felipe Sateler
Package: sudo
Version: 1.6.8p12-4
Severity: important

sudo fails with a command not found error when trying to execute any
command that lives in /sbin or /usr/sbin. However the environment is set
properly:

[EMAIL PROTECTED] ~ ]% env | grep PATH
PATH=/home/fsateler/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
[EMAIL PROTECTED] ~ ]% sudo visudo
sudo: visudo: command not found
[EMAIL PROTECTED] ~ ]% sudo env | grep PATH
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
[EMAIL PROTECTED] ~ ]% sudo which visudo
/usr/sbin/visudo

This is running zsh, but fails also with bash. The config file has the
env_reset option set, and no other option. The user which calls sudo has
an ALL=ALL config line.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages sudo depends on:
ii  libc6 2.3.6-19   GNU C Library: Shared libraries
ii  libpam-modules0.79-3.2   Pluggable Authentication Modules f
ii  libpam0g  0.79-3.2   Pluggable Authentication Modules l

sudo recommends no packages.

-- no debconf information


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



Bug#383036: closed by Steve Kemp <[EMAIL PROTECTED]> (Bug#383036: fixed in xen-tools 2.3-0)

2006-08-16 Thread Henning Sprang

On 8/16/06, Debian Bug Tracking System <[EMAIL PROTECTED]> wrote:

This is an automatic notification regarding your Bug report
#383036: support for hvm guests,


( I start to see that the topic should be different, but it will be
gone soon anyway...)

I have 2 issues with the current implementation:

I just tried to give "hvm.tmpl" as template, assuming it would take a
file in /etc/xen-tools/. It didn't, but instead the template xm.tmpl
was used.

For one thing it would be convenient to choose to either give a name
in /etc/xen-tools or, if someone prefers stroing their template
elsehwere, an absolute path (similar to xen xm behaviour).
Then, if a wrong temple is given, that is a fatal error - a user
should always give a valid template or none, so the default is being
used.
At least a warning should be given out, but I'd vote for a fatal error instead.

Henning


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



Bug#383368: xsysinfo: fix compile warnings

2006-08-16 Thread Sandro Tosi

Hi, this patch fixes some minor compile warnings.


Thank you very much: I'll include it asap in the package, and I'll try
to forward it to the last known upstream author of the package.

Cheers,
Sandro

--
Sandro Tosi (aka Morpheus, matrixhasu)
My (little) site: http://matrixhasu.altervista.org/


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



Bug#358196: bugzilla bug

2006-08-16 Thread Rainer Zocholl
[EMAIL PROTECTED](Alexis Sukrieh)  14.08.06 16:54

Once upon a time "Alexis Sukrieh " shaped the electrons to say...

>tags 358196 + moreinfo
>thanks

>Hello,

>Do you manage to reproduce the bug with the last version (2.22-1) ?

I'll try at friday.


>Thanks for giving me some feedback about that issue.

Thanks for making bugzilla!



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



Bug#378667: XPCOM glue

2006-08-16 Thread Marc Gueury




Hi Mike,

I would like so much that what you say would be true. It would 
ease my life a lot. The problem is that I was not doing it before 
and I had to recompile the extension for each version of Firefox 
for each platform to let it work... 

The reason is that when you link with xpcom_glue. You link only with
frozen
interface that have to match in each version of the library. Between 
version other xpcom functions have changed of signature. So, it is not
possible
to link against XPCOM. 

If you are able to show me the opposite. I am opened to listen.
But I have already tried and it does not unhappily work :-)

Please read this:

http://developer.mozilla.org/en/docs/XPCOM_Glue

Marc

Mike Hommey wrote:

  On Sun, Aug 13, 2006 at 09:39:05PM +0200, Marc Gueury <[EMAIL PROTECTED]> wrote:
  
  
Hi all,

I am the HTML validator extension author. I noticed this bug due to 
several mails I receive from Debian users. Even, if I do not use Debian 
distribution.

The conversation, analysis is quite interesting. To answer to a 
particular remark above, linking to the XPCOM glue is not stupid at all 
!!! It is even needed.
If I was linking the library to the full XPCOM of a particular firefox 
version. The extension would only work with that particular Firefox 
version. By linking to XPCOM glue, I am able to make the same extension 
work for Mozilla Suite, Seamonkey, Firefox 1.0, Firefox 1.5 and 2.0. 
Without  XPCOM glue, I would need 5 Linux  binaries for the same  
program what is, in practice, impossible to maintain.

  
  
This is just wrong. If you don't link against the glue, it works
everywhere too.

Mike


  






Bug#383334: xorg-server_1:1.1.1-1(sparc/experimental): FTBFS: "Failed to link Mesa source tree"

2006-08-16 Thread David Nusinow
tags 383334 +pending
thanks

On Wed, Aug 16, 2006 at 05:48:49PM +0200, Frank Lichtenheld wrote:
> Package: xorg-server
> Version: 1:1.1.1-1
> Severity: serious
> 
> Hi,
> 
> your package failed to build from source. Sadly I had no time
> investigating yet, why, but it does seem to appear on all architectures.

This is due to me not remembering to bump the required version of the mesa
packages in the build-depends. It's fixed in svn by Drew and I'll be
uploading a fixed version shortly. Thanks for the report!

 - David Nusinow


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



Bug#383393: [INTL:pt] Portuguese translation for wzdftpd (debconf)

2006-08-16 Thread Rui Branco

Package: wzdftpd
Version: 0.7.2-4
Tags: l10n, patch
Severity: wishlist

Portuguese (pt) translation for wzdftpd's debconf messages by
Luísa Lourenço .
Feel free to use it.

For translation updated please contact Luísa Lourenço and CC the Portuguese
translation team 















# Portuguese translation of wzdftpd's debconf messages.
# This file is distributed under the same license as the wzdftpd package.
# Luísa Lourenço <[EMAIL PROTECTED]>, 2006.
#
#
msgid ""
msgstr ""
"Project-Id-Version: wzdftpd 0.7.2-4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-06 05:03-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Luísa Lourenço <[EMAIL PROTECTED]>\n"
"Language-Team: Native Portuguese <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: note
#. Description
#: ../wzdftpd.templates:1001
msgid "Upgrading"
msgstr "A actualizar"

#. Type: note
#. Description
#: ../wzdftpd.templates:1002
msgid ""
"The format of the config file has changed in version 0.6.0, and is not "
"compatible with previous version."
msgstr ""
"O formato do ficheiro de configuração mudou na versão 0.6.0, e não é 
compatível "
"com a versão anterior."

#. Type: note
#. Description
#: ../wzdftpd.templates:1003
msgid ""
"You must create a new config file. See /usr/share/doc/wzdftpd/examples for "
"an example."
msgstr ""
"Tem de criar um novo ficheiro de configuração. Veja /usr/share/doc/wzdftpd/"
"examples para um exemplo."


Bug#323913: Man page for tstat

2006-08-16 Thread Sandro Tosi

Hi Marco,


First, let me thank you for the job you are doing.
Considering the tstat manpage, we didn't update it since we are updating
the HOWTO file. Since the Howto is wrinteen in POD, a manpage is
available "for free". See
http://tstat.tlc.polito.it/HOWTO/HOWTO.man


So, since the manpage is no more included in your tarball, I suggest
to remove the manpage installation call from Makefile: what about?
(see further, anyhow)


I guess that you can include that one as manpage...


I've taken the HOWTO.man (it's too much for a manpage...) and the old
manpage and I've forged a new one, that I attach to this email: you
can include it into you next release.


BTW, we plan to release a new version of Tstat by the end of September.
Can we send it to you, so that you can update the debian package?


Sure, you can notify me, and I'll upgrade the Debian package.

Best Regards,
Sandro

--
Sandro Tosi (aka Morpheus, matrixhasu)
My (little) site: http://matrixhasu.altervista.org/


tstat.man
Description: Unix manual page


Bug#383032: closed by Steve Kemp <[EMAIL PROTECTED]> (Bug#383032: fixed in xen-tools 2.3-0)

2006-08-16 Thread Steve Kemp
On Thu, Aug 17, 2006 at 12:37:11AM +0200, Henning Sprang wrote:

> already looks much better

  Great :)

> only one more point I didn#t realize yet:
> 
> Now, the long descriptions of the options are sometimes some
> characters too long to fit on the nice tiny 80x25 console I (and
> probabl many others) use.

  Yes I see that too, and had noticed it myself before you reported
 it.

  I will fix this in a point-upload once the current package makes it
 into testing.  It isn't worth an immediate upload, or a new upstream
 release just now, but it can be fixed easily enough.

Steve
-- 


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



Bug#383392: ices2: Using a init script to start daemon

2006-08-16 Thread Leonardo Serra
Package: ices2
Version: 2.0.1-5
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
I wrote a init script for start the ices2 daemon.
I believe this will be good for many people.
I send this script in attach.

Thanks
leoserra

- -- System Information:
Debian Release: testing/unstable
  APT prefers experimental
  APT policy: (990, 'experimental'), (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-amd64-k8
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)

Versions of packages ices2 depends on:
ii  libasound21.0.11-4   ALSA library
ii  libc6 2.3.999.2-11   GNU C Library: Shared libraries
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libshout3 2.2.2-1MP3/Ogg Vorbis broadcast streaming
ii  libspeex1 1.1.12-2   The Speex Speech Codec
ii  libtheora00.0.0.alpha7-1 The Theora Video Compression Codec
ii  libvorbis0a   1.1.2-1The Vorbis General Audio Compressi
ii  libvorbisenc2 1.1.2-1The Vorbis General Audio Compressi
ii  libxml2   2.6.26.dfsg-3  GNOME XML library
ii  netbase   4.25   Basic TCP/IP networking system

ices2 recommends no packages.

- -- no debconf information

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

iD8DBQFE46tridffdjWZJQERAuHOAJ4jhxMvfQMGWvqF8QTfiV0W3jmujwCgkhl8
jVAq2yPO0qnw+3H2ZGgvC+E=
=SjQg
-END PGP SIGNATURE-


ices2
Description: application/shellscript


Bug#383387: fixed upstream

2006-08-16 Thread Nik A. Melchior
I've found a web-browsable VCS view of the mesa repository and noticed that the
fix was committed upstream back in June:

http://gitweb.freedesktop.org/?p=users/krh/mesa.git;a=commit;h=efbed00f7661aaf2bfad19e57e6b4d4c3623c9eb


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



Bug#383394: pbuilder: Fails to build if source tree has files with zero size

2006-08-16 Thread Michael Rasmussen
Package: pbuilder
Version: 0.156
Severity: important

when your source tree contains empty files pbuilder for some reason cannot see 
the files. It appears to me that the pbuilder uses stat is to ask for the size 
of the file and if the file has zero size the return in 0 - (NULL) in which 
case pbuilder treats the situation as if it is a missing file.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1)

Versions of packages pbuilder depends on:
ii  cdebootstrap  0.3.11 Bootstrap a Debian system
ii  coreutils 5.97-3 The GNU core utilities
ii  debianutils   2.17   Miscellaneous utilities specific t
ii  debootstrap   0.3.3  Bootstrap a basic Debian system
ii  gcc   4:4.1.1-6  The GNU C compiler
ii  wget  1.10.2-2   retrieves files from the web

Versions of packages pbuilder recommends:
ii  devscripts2.9.20 Scripts to make the life of a Debi
ii  fakeroot  1.5.10 Gives a fake root environment
ii  sudo  1.6.8p12-4 Provide limited super user privile

-- no debconf information


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



Bug#378284: No icon if KWlan is started as normal user

2006-08-16 Thread Thomas Michel
Hello,

can you confirm that in version 0.5.2 there is no kicker icon at all? Or are 
just the interface icons missing? This happens if a normal user cannot start 
ifconfig (for example, I found that in Suse 10.0 it is not in the path of a 
normal user). This will be fixed in KWlan 0.5.3.

If so, can you try to add ifconfig to your path and tell me the results?

Thanks,

Tom.


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



Bug#383395: [INTL:pt] Portuguese translation for xtel (debconf)

2006-08-16 Thread Rui Branco

Package: xtel
Version: 3.3.0-5.3
Tags: l10n, patch
Severity: wishlist

Portuguese (pt) translation for xtel's debconf messages by
Luísa Lourenço .
Feel free to use it.

For translation updated please contact Luísa Lourenço and CC the Portuguese
translation team 













# Portuguese translation of xtel's debconf messages.
# Luísa Lourenço <[EMAIL PROTECTED]>, 2006.
#
#
msgid ""
msgstr ""
"Project-Id-Version: xtel 3.3.0-5.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-22 05:02-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Luísa Lourenço <[EMAIL PROTECTED]>\n"
"Language-Team: Native Portuguese <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: note
#. Description
#: ../templates:1001
msgid "The X font server must be restarted !"
msgstr "O servidor das fontes do X tem de ser reiniciado!"

#. Type: note
#. Description
#: ../templates:1001
msgid "Xtel needs special fonts to work. They just have been installed."
msgstr "Xtel precisa de fontes especiais para funcionar. Acabaram de ser "
"instaladas."

#. Type: note
#. Description
#: ../templates:2001
msgid "I-Minitel configuration needs initial checking"
msgstr "A configuração do I-Minitel precisa de verificação inicial."

#. Type: note
#. Description
#: ../templates:2001
msgid ""
"Check /etc/ppp/peers/iminitel for modem options (line, speed, ...) before "
"trying your first connection to i-iminitel server.  Your may also need to "
"enable this service in /etc/xtel/services."
msgstr ""
"Verifique /etc/ppp/peers/iminitel para opções do modem (linha, velocidade, 
...) "
"antes de tentar a sua primeira ligação ao servidor do i-iminitel. Poderá 
também "
"precisar de activar este serviço em /etc/xtel/services."


Bug#383149: Output of "mkoctfile -v uitest.cc" as requested

2006-08-16 Thread John Dalton
Output as requested:

$ mkoctfile -v uitest.cc
g++ -c -fPIC -I/usr/include/octave-2.9.7
-I/usr/include/octave-2.9.7/octave -m32 uitest.cc -o uitest.o
/usr/bin/g++ -shared -Wl,-Bsymbolic -o uitest.oct uitest.o
-L/usr/lib/octave-2.9.7 -loctinterp -loctave -lcruft -m32 -llapack-3
-lblas-3 -lfftw3 -lreadline -lncurses -ldl -lhdf5 -lz -lm
-L/usr/lib/gcc/x86_64-linux-gnu/4.1.2
-L/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64 -L/lib/../lib64
-L/usr/lib/../lib64 -lhdf5 -lz -lgfortranbegin -lgfortran -lm -lgcc_s
/usr/bin/ld: skipping incompatible /usr/lib/octave-2.9.7/liboctinterp.so
when searching for -loctinterp
/usr/bin/ld: cannot find -loctinterp
collect2: ld returned 1 exit status
$



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



Bug#383343: w3c-linkchecker: contains bogus /usr/share/lintian/overrides/foo/

2006-08-16 Thread Frederic Schutz

On 8/16/06, Justin B Rye <[EMAIL PROTECTED]> wrote:

Hi Justin,


Along with its /usr/share/lintian/overrides/w3c-linkchecker file
("copyright-should-refer-to-common-license-file-for-gpl"), this
package contains an empty directory named .../foo/.


good catch, thanks for the report. I've made the change in my local
repository, the bug will be closed when the next version is uploaded
(but I am not tagging the bug "pending" yet because I have no idea
when it will be...)

Cheers,

Frederic


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



Bug#383058: closed by Steve Kemp <[EMAIL PROTECTED]> (Bug#383058: fixed in xen-tools 2.3-0)

2006-08-16 Thread Henning Sprang

found the problem:
the call to lvcreate in line 1502 of xen-create-image isn't made
dependent from the noswap option...

Henning


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



Bug#335312: patch

2006-08-16 Thread dann frazier
tags 335312 + patch
stop

This gets rid of the warning for me.

--- /usr/share/perl5/Mail/SpamAssassin/Message/Node.pm  2005-08-11 
18:38:46.0 -0600
+++ /tmp/Node.pm2006-08-16 17:31:35.933145658 -0600
@@ -57,7 +57,8 @@
 headers=> {},
 raw_headers=> {},
 body_parts => [],
-header_order   => []
+header_order   => [],
+type=> ""
   };
 
   # deal with any parameters

-- 
dann frazier



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



Bug#382617: samhain: FTBFS: multiple undefined references

2006-08-16 Thread Javier Fernández-Sanguino Peña
On Sat, Aug 12, 2006 at 11:42:05AM +0200, Julien Danjou wrote:
> Package: samhain
> Version: 2.2.0-2
> Severity: serious
> 
> Hello,
> 
> There was a problem while autobuilding your package:

I cannot reproduce this issue and, moreover, it really looks like a GCC
issue:

> > sh_files.o: In function `sh_files_parse_mask':
> > x_sh_files.c:(.text+0x45d): undefined reference to `__stack_chk_guard'
> > x_sh_files.c:(.text+0x695): undefined reference to `__stack_chk_guard'
> > x_sh_files.c:(.text+0x849): undefined reference to `__stack_chk_fail'

Those are references to GCC's stack protector, I'm inclined to think that
it's trying to use '-fstack-protector' in your system and fails. Could you
please provide me with the full build so I can check what those the
'configure' run answers to 'checking whether gcc accepts -fstack-protector'?

Thanks

Javier


signature.asc
Description: Digital signature


Bug#383349: ITP: nifticlib -- IO libraries for the NIfTI-1 data format

2006-08-16 Thread Andreas Tille

On Wed, 16 Aug 2006, Michael Hanke wrote:


I have added support for shared libraries to the package. I'd be glad
about feedback concerning the packaging as this is my first attempt of a
shared library package.


This implies that you are providing preliminary packages. URL???

Kind regards

   Andreas.
--
http://fam-tille.de


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



Bug#382450: [Pkg-cryptsetup-devel] Bug#382450: Root on (lvm-)crypto-md doesn't work

2006-08-16 Thread Mike Kasick
On Wed, Aug 16, 2006 at 09:48:04AM +0200, David H?rdeman wrote:

> It seems likely that this is actually bug #382263. Could you please try
> updating mdadm with the experimental deb package provided in that bug
> report, rebuilding the initramfs image and rebooting?

Yes!  The experimental deb (mdadm_2.5.3-1~unreleased.4) solved this
problem.  Cryptsetup is working perfectly now and the system is able to
boot.

Thanks for helping me in figuring out this issue.


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



Bug#383397: munin-node: Please make te postfix_mailqueue plugin use postconf to find the spooldir

2006-08-16 Thread Sven Mueller
Package: munin-node
Version: 1.2.4-1
Severity: wishlist
Tags: patch

Hi.

Currently, the spool directory is somewhat hardcoded in the plugin even
though it can be overridden by an environment variable. It would be nice
if the plugin automatically found the right path as long as the
"postconf" binary works correctly (i.e. the configuration files are at
their default location). Attached is a patch which implements this.

Regards,
Sven
diff -ur munin-1.2.4/node/node.d/postfix_mailqueue.in 
munin-1.2.4.new/node/node.d/postfix_mailqueue.in
--- munin-1.2.4/node/node.d/postfix_mailqueue.in2005-10-08 
12:11:01.0 +0200
+++ munin-1.2.4.new/node/node.d/postfix_mailqueue.in2006-08-17 
01:33:41.482301467 +0200
@@ -30,8 +30,9 @@
 #%# family=auto
 #%# capabilities=autoconf
 
-# Can be set via environment, but default is /var/spool/postfix
-SPOOLDIR=${spooldir:-/var/spool/postfix}
+# Can be set via environment, but default is fetched by postconf and
+# usually is /var/spool/postfix
+SPOOLDIR=${spooldir:-`postconf -h queue_directory`}
 
 # Postfix mqueue management: http://www.postfix.cs.uu.nl/queuing.html
 # maildrop: Localy posted mail


Bug#382617: samhain: FTBFS: multiple undefined references

2006-08-16 Thread Javier Fernández-Sanguino Peña
On Sat, Aug 12, 2006 at 11:42:05AM +0200, Julien Danjou wrote:
> Package: samhain
> Version: 2.2.0-2
> Severity: serious
> 
> Hello,
> 
> There was a problem while autobuilding your package:

Please also notice that I'm now building and uploading a new upstream version
(2.2.3) which (in its changelog) mentions some fixes to compilation issues
and regressions. Please give it a try and tell me if it works for you.

Thanks

Javier


signature.asc
Description: Digital signature


Bug#383396: [INTL:pt] Portuguese translation for xapian-bindings (debconf)

2006-08-16 Thread Rui Branco

Package: xapian-bindings
Version: 0.9.6-5
Tags: l10n, patch
Severity: wishlist

Portuguese (pt) translation for xapian-bindings's debconf messages by
Luísa Lourenço .
Feel free to use it.

For translation updated please contact Luísa Lourenço and CC the Portuguese
translation team 














# Portuguese translation of xapian-bindings's debconf messages.
# Luísa Lourenço <[EMAIL PROTECTED]>, 2006.
#
#
msgid ""
msgstr ""
"Project-Id-Version: xapian-bindings 0.9.6-5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-07-18 05:08-0600\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Luísa Lourenço <[EMAIL PROTECTED]>\n"
"Language-Team: Native Portuguese <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../php4-xapian.templates:1001 ../php5-xapian.templates:1001
msgid "Do you want php.ini to be configured to load Xapian?"
msgstr "Quer que o php.ini seja configurado para carregar o Xapian?"

#. Type: boolean
#. Description
#: ../php4-xapian.templates:1001
msgid ""
"This package can automatically modify the PHP4 ini file to add the necessary "
"entry to always load Xapian into PHP.  Alternatively any PHP script which "
"uses Xapian can load it explicitly with 'dl(\"xapian.so\");'."
msgstr ""
"Este pacote pode modificar automaticamente o ficheiro ini do PHP4 para "
"adicionar a entrada necessária para que seja sempre carregado o Xapian "
"para o PHP. Alternativamente qualquer script PHP que use o Xapian pode "
"carrega-lo explicitamente com 'dl(\"xapian.so\");'."

#. Type: boolean
#. Description
#: ../php5-xapian.templates:1001
msgid ""
"This package can automatically modify the PHP5 ini file to add the necessary "
"entry to always load Xapian into PHP.  Alternatively any PHP script which "
"uses Xapian can load it explicitly with 'dl(\"xapian.so\");'."
msgstr ""
"Este pacote pode modificar automaticamente o ficheiro ini do PHP5 para "
"adicionar a entrada necessária para que seja sempre carregado o Xapian "
"para o PHP. Alternativamente qualquer script PHP que use o Xapian pode "
"carrega-lo explicitamente com 'dl(\"xapian.so\");'."


Bug#383036: closed by Steve Kemp <[EMAIL PROTECTED]> (Bug#383036: fixed in xen-tools 2.3-0)

2006-08-16 Thread Henning Sprang

I have another issue here with getting hvm going:

hvm systems seem under some(probably all?) circumstances only be able
to boot when having an absolute path to the physical volume.

However, the value {$image_vbd} seem to be replaced with a physical
disk path relative to /dev.
I can workaround it by hard-coding the first and last part of the disk
(phy and -disk) and only replacing the name value, but so I lose the
possibility to create image or disk based vm's with only one template.

(hmm, maybe I can also script the template a bit?)
Anyway, a image_vbd value that works better would be nice.

Henning


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



Bug#383058: Fwd: Bug#383058 closed by Steve Kemp <[EMAIL PROTECTED]> (Bug#383058: fixed in xen-tools 2.3-0)

2006-08-16 Thread Henning Sprang

I can't confirm that this works with 2.3

as well

xen-create-image --noswap --size=2Gb --copy /dev/null
--template=/etc/xen-tools/hvm.tmpl --hostname
faitest-client-generic-hv

as

xen-create-image --noswap=1 --size=2Gb --copy /dev/null
--template=/etc/xen-tools/hvm.tmpl --hostname
faitest-client-generic-hv

(while I'd prefer the first one for brevity) produce images without
swap,  even if I have not defined a swap in the config file (which
should be overridden then anyway).
At a first glance, the code looks like it's doing the right thing, but
I am not a perl guru, and a bit tired. Still issueing the commands
above and sure it's not an old swap I am seeing.

Henning


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



Bug#383388: openoffice.org-draw: re-install attempt succeeded

2006-08-16 Thread Arthur Marsh
Package: openoffice.org-draw
Version: 2.0.3-5
Followup-For: Bug #383388


Trying to re-upgrade openoffice.org-draw and openoffice.org-core 
succeeded:

Reading changelogs...
(Reading database ... 182873 files and directories currently installed.)
Preparing to replace openoffice.org-draw 2.0.3-4 (using 
.../openoffice.org-draw_2.0.3-5_i386.deb) ...
Unpacking replacement openoffice.org-draw ...
Preparing to replace openoffice.org-core 2.0.3-4 (using 
.../openoffice.org-core_2.0.3-5_i386.deb) ...
Unpacking replacement openoffice.org-core ...
Setting up openoffice.org-core (2.0.3-5) ...
Setting up openoffice.org-draw (2.0.3-5) ...

Setting up openoffice.org-writer (2.0.3-5) ...

Setting up openoffice.org-calc (2.0.3-5) ...

Setting up openoffice.org-impress (2.0.3-5) ...

Setting up openoffice.org-math (2.0.3-5) ...

Setting up openoffice.org-base (2.0.3-5) ...

Setting up openoffice.org (2.0.3-5) ...

Setting up openoffice.org-kde (2.0.3-5) ...
Press return to continue.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages openoffice.org-draw depends on:
ii  libc6 2.3.6-19   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-10 GCC support library
ii  libstdc++64.1.1-10   The GNU Standard C++ Library v3
ii  libstlport4.6c2   4.6.2-3STLport C++ class library
ii  openoffice.org-core   2.0.3-5OpenOffice.org office suite archit
ii  zlib1g1:1.2.3-13 compression library - runtime

openoffice.org-draw recommends no packages.

-- no debconf information


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



Bug#383149: tried purging then reinstalling octave2.9 package

2006-08-16 Thread John Dalton
I sent an email yesterday pointing out that I had octave2.1
installed before octave2.9.  It seems to have gone missing.

In case it is a problem with packaging, here is the
sequence I followed in installing octave:

24/10/2005
# apt-get install octave octave-forge octave-plplot octave2.1-doc
octave2.1-info
# apt-get install octave2.1-headers

15/8/2006
Upgrade to octave 2.9:
# apt-get install octave2.9 octave2.9-info octave2.9-doc
octave2.9-htmldoc octave2.9-headers

Try it out, then remove octave 2.1:
# apt-get remove --purge octave octave2.1 octave2.1-info
octave2.1-htmldoc octave2.1-headers

Report bug #383149.

17/8/2006
Wonder if the problem is an interaction between octave 2.1 and 2.9
packages.  Do a clean reinstall of octave2.9 (ie. with no octave2.1)

# apt-get remove --purge octave2.9 octave2.9-info octave2.9-doc
octave2.9-htmldoc octave2.9-headers
# apt-get install octave2.9 octave2.9-info octave2.9-doc
octave2.9-htmldoc octave2.9-headers

After this fresh reinstall, symptoms are still present as before:
$ mkoctfile -v uitest.cc
g++ -c -fPIC -I/usr/include/octave-2.9.7
-I/usr/include/octave-2.9.7/octave -m32 uitest.cc -o uitest.o
/usr/bin/g++ -shared -Wl,-Bsymbolic -o uitest.oct uitest.o
-L/usr/lib/octave-2.9.7 -loctinterp -loctave -lcruft -m32 -llapack-3
-lblas-3 -lfftw3 -lreadline -lncurses -ldl -lhdf5 -lz -lm
-L/usr/lib/gcc/x86_64-linux-gnu/4.1.2
-L/usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64 -L/lib/../lib64
-L/usr/lib/../lib64 -lhdf5 -lz -lgfortranbegin -lgfortran -lm -lgcc_s
/usr/bin/ld: skipping incompatible /usr/lib/octave-2.9.7/liboctinterp.so
when searching for -loctinterp
/usr/bin/ld: cannot find -loctinterp
collect2: ld returned 1 exit status
$



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



Bug#103250: Erection problems can be fixed Gordon

2006-08-16 Thread Tiffany
Want to see something shocking?

Everyone knows it's embarressing for people to talk with their physician about 
their or their partners private "issues". Well, you
don't need to be embarressed. We can offer the pill right to your door and at 
about one third of the cost.

We have hundreds of thousands of happy couples who changed their marriages. If 
you want to take a look, please check
up the site below. You'll be quite impressed:

http://j87a6r7wp066b1ju6jjuo1j1.unsparseck.st







short simple




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



Bug#10813: new generation Margarito

2006-08-16 Thread Jackie Hollingsworth
The three brand name drugs available to improve sex lives are now available in 
generic form at a significantly
lower price.

Pick up the one that is best for you at:

http://hon84p5ung4m9hzsmhzsmzzh.unsparseck.st







nose parcel



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



Bug#381452: emacs21: FTBFS on mips, mipsel

2006-08-16 Thread Steve Langasek
Rob,

Are you (or anyone else) looking into this bug?  The version in testing
FTBFS on all archs, and the version in unstable FTBFS on mips*, so we don't
seem to have a releasable emacs21 anywhere.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#383399: evince: fails to render 38/39 & 40/41 pages correctly

2006-08-16 Thread Anand Kumria
Package: evince
Version: 0.4.0-2
Severity: normal

Hi,

evince doesn't display all the text on pages 38/39 and 40/41. However
xpdf displays them fine.

The PDF is located at:


Thanks,
Anand

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-rc2
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages evince depends on:
ii  gconf2 2.14.0-4  GNOME configuration database syste
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.1-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.11-1  Avahi client library
ii  libavahi-common3   0.6.11-1  Avahi common library
ii  libavahi-glib1 0.6.11-1  Avahi glib integration library
ii  libbonobo2-0   2.14.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-3  The Bonobo UI library
ii  libc6  2.3.6-19  GNU C Library: Shared libraries
ii  libcairo2  1.2.0-3   The Cairo 2D vector graphics libra
ii  libdbus-1-20.62-4simple interprocess messaging syst
ii  libdjvulibre15 3.5.17-1  Runtime support for the DjVu image
ii  libesd-alsa0 [libesd0] 0.2.36-3  Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libgconf2-42.14.0-4  GNOME configuration database syste
ii  libgcrypt111.2.2-3   LGPL Crypto library - runtime libr
ii  libglade2-01:2.5.1-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.3-3  The GLib library of C routines
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.14.1-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-6  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-4  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-1  GNOME virtual file-system (runtime
ii  libgnutls131.4.1-1   the GNU TLS library - runtime libr
ii  libgpg-error0  1.2-1 library for common error values an
ii  libgtk2.0-02.8.18-1  The GTK+ graphical user interface 
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libkpathsea4   3.0-18path search library for teTeX (run
ii  libnautilus-extension1 2.14.1-5  libraries for nautilus components 
ii  liborbit2  1:2.14.0-2libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.12.3-1+b1   Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-5.2  PNG library - runtime
ii  libpoppler0c2  0.4.5-4.1 PDF rendering library
ii  libpoppler0c2-glib 0.4.5-4.1 PDF rendering library (GLib-based 
ii  libpopt0   1.10-2lib for parsing cmdline parameters
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libstdc++6 4.1.1-10  The GNU Standard C++ Library v3
ii  libtasn1-2 1:0.2.17-2Manage ASN.1 structures (runtime)
ii  libtiff4   3.8.2-6   Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.0.0-7 X11 client-side library
ii  libxcursor11.1.5.2-5 X cursor management library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4 X11 Xinerama extension library
ii  libxml22.6.26.dfsg-3 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  zlib1g 1:1.2.3-13compression library - runtime

evince recommends no packages.

-- no debconf information


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



Bug#383398: ITP: tptest3 -- A suite for testing bandwidth

2006-08-16 Thread Michael Rasmussen
Package: wnpp
Severity: wishlist
Owner: Michael Rasmussen <[EMAIL PROTECTED]>


* Package name: tptest3
  Version : 3.1.7
  Upstream Author : Ragnar Loenn <[EMAIL PROTECTED]>
* URL : http://tptest.sourceforge.net
* License : GPL
  Programming Lang: C
  Description : A suite for testing bandwidth

DESCRIPTION
The  purpose with TPTEST is to allow users to measure the speed of their 
Internet connection in a simple way. TPTEST measures the  throughput  speed  to 
 and from  various  reference  servers  on  the Internet. The use of TPTEST may 
help increase the consumer/end user knowledge of how Internet services work.

This package include:
1) The reference server. This is the server users connects to.
2) The master server. The is the server users query for and address of a 
testserver.
3) A very minimal cli client to test the rererence server.

The package provides this in three binary packages.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1)


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



Bug#383403: linux-2.6: includes nondistributable and non-free binary firmware

2006-08-16 Thread Larry Doolittle
Package: linux-2.6
Severity: serious
Justification: Policy 2.1


The following 59 files, found in Debian's linux-2.6_2.6.17.orig.tar.gz,
apparently contain software in binary form, for which Debian has no
corresponding source code.  Debian policy states that "The program
must include source code, and must allow distribution in source code
as well as compiled form." Therefore Debian must not distribute these
files.

drivers/atm/atmsar11.data
drivers/atm/pca200e.data
drivers/atm/pca200e_ecd.data
drivers/atm/sba200e_ecd.data
drivers/char/drm/mga_ucode.h
drivers/char/drm/r128_cce.c
drivers/char/drm/radeon_cp.c
drivers/char/dsp56k.c
drivers/char/ip2/fip_firm.h
drivers/media/dvb/ttpci/av7110_hw.c
drivers/media/dvb/ttusb-budget/dvb-ttusb-dspbootcode.h
drivers/media/video/usbvideo/vicam.c
drivers/net/appletalk/cops_ffdrv.h
drivers/net/appletalk/cops_ltdrv.h
drivers/net/bnx2_fw.h
drivers/net/cassini.h
drivers/net/e100.c
drivers/net/hamradio/yam1200.h
drivers/net/hamradio/yam9600.h
drivers/net/myri_code.h
drivers/net/pcmcia/ositech.h
drivers/net/starfire_firmware.h
drivers/net/tg3.c
drivers/net/tokenring/3c359_microcode.h
drivers/net/typhoon-firmware.h
drivers/scsi/advansys.c
drivers/scsi/ql1040_fw.h
drivers/scsi/ql12160_fw.h
drivers/scsi/ql1280_fw.h
drivers/scsi/qla2xxx/ql2100_fw.c
drivers/scsi/qla2xxx/ql2200_fw.c
drivers/scsi/qla2xxx/ql2300_fw.c
drivers/scsi/qla2xxx/ql2322_fw.c
drivers/scsi/qla2xxx/ql2400_fw.c
drivers/scsi/qlogicpti_asm.c
drivers/usb/misc/emi26_fw.h
drivers/usb/net/kawethfw.h
drivers/usb/serial/io_fw_boot2.h
drivers/usb/serial/io_fw_boot.h
drivers/usb/serial/io_fw_down2.h
drivers/usb/serial/io_fw_down3.h
drivers/usb/serial/io_fw_down.h
drivers/usb/serial/ti_fw_3410.h
drivers/usb/serial/ti_fw_5052.h
drivers/usb/serial/whiteheat_fw.h
sound/isa/sb/sb16/sb16_csp_codecs.h
sound/isa/wavefront/wavefront_fx.c
sound/oss/maestro3.h
sound/oss/ymfpci_image.h
sound/oss/yss225.c
sound/pci/cs46xx/cs46xx_image.h
sound/pci/cs46xx/imgs/cwc4630.h
sound/pci/cs46xx/imgs/cwcasync.h
sound/pci/cs46xx/imgs/cwcdma.h
sound/pci/cs46xx/imgs/cwcemb80.h
sound/pci/cs46xx/imgs/cwcsnoop.h
sound/pci/korg1212/korg1212-firmware.h
sound/pci/maestro3.c
sound/pci/ymfpci/ymfpci_image.h

This list is probably not perfect.  Corrections are welcome.
Additional information is posted at
  http://doolittle.icarus.com/~larry/fwinventory/2.6.17.html

-- System Information: deleted (irrelevant)


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



Bug#374757: Solfege and python

2006-08-16 Thread Ross Boylan
I've been seeing this problem too for quite awhile, and would be glad
if it were fixed.

Ross Boylan


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



Bug#383401: ITP: keytouch -- easily configure extra function keys in multimedia keyboards

2006-08-16 Thread Luis Rodrigo Gallardo Cruz
Package: wnpp
Severity: wishlist
Owner: Luis Rodrigo Gallardo Cruz <[EMAIL PROTECTED]>


* Package name: keytouch
  Version : 2.2.0
  Upstream Author : Marvin Raaijmakers <[EMAIL PROTECTED]>
* URL : http://keytouch.sourceforge.net/index.html
* License : GPL
  Programming Lang: C
  Description : easily configure extra function keys in multimedia keyboards

Kaytouch allows you to define, for every individual function key, what
to do if it is pressed.

KeyTouch version 2 is designed for Linux kernel 2.6 and is the first
program of its kind that perfectly works together with kernel 2.6.



Keytouch 2.1.4 is already packaged for Ubuntu. Said packaging will be
used as a starting point for the Debian package.

-- 
Rodrigo Gallardo
GPG-Fingerprint: 7C81 E60C 442E 8FBC D975  2F49 0199 8318 ADC9 BC28


signature.asc
Description: Digital signature


Bug#383400: tiger: deb_checkmd5sums and udev problem

2006-08-16 Thread James Strandboge
Package: tiger
Version: 1:3.2.1-25tpp3
Severity: normal

I encountered this bug on in ubuntu.  See:
https://launchpad.net/distros/ubuntu/+source/tiger/+bug/50611

This is more of a heads up as I do not run a Debian system with udev.
When tiger runs deb_checkmd5sums on a udev package, device files are
checked which won't work and may disable keyboard input.  See the above
report for a patch.

Jamie Strandboge

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-3-386
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages tiger depends on:
ii  binutils  2.15-6 The GNU assembler, linker and bina
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  debconf   1.4.30.13  Debian configuration management sy
ii  diff  2.8.1-11   File comparison utilities
ii  fileutils 5.2.1-2The GNU file management utilities 
ii  libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an
ii  net-tools 1.60-10The NET-3 networking toolkit
ii  shellutils5.2.1-2The GNU shell programming utilitie
ii  textutils 5.2.1-2The GNU text file processing utili

-- debconf information excluded


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



Bug#332433: Processed: severity of 332433 is serious

2006-08-16 Thread Steve Langasek
Alec,

On Wed, Aug 16, 2006 at 03:04:51PM -0700, Debian Bug Tracking System wrote:

> > severity 332433 serious

Why?  The original bug was filed by a member of the security team, and he
tagged the bug as "important".  Please don't change bug severities without
some explanation.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/



Bug#383402: mb_Delete() fails to free memory

2006-08-16 Thread Ian Gulliver
Package: libmusicbrainz4-dev
Version: 2.1.2

When doing normal query operations with the musicbrainz C interface, it
leaks memory like a sieve because mb_Delete() doesn't actually free
the RDF parser object.  Patch is attached.

-- 
Ian Gulliver
Penguin Hosting
"Failure is not an option; it comes bundled with your Microsoft products."
diff -Naur libmusicbrainz-2.1.2/lib/rdfextract.cpp 
libmusicbrainz-2.1.2.mod/lib/rdfextract.cpp
--- libmusicbrainz-2.1.2/lib/rdfextract.cpp 2004-10-12 10:10:46.0 
+0200
+++ libmusicbrainz-2.1.2.mod/lib/rdfextract.cpp 2006-08-16 03:59:15.0 
+0200
@@ -52,8 +52,6 @@
 
 RDFExtract::RDFExtract(const string &rdfDocument, bool useUTF8)
 {
-   RDF_Parser parser;
-
hasError = false;
this->useUTF8 = useUTF8;
 
@@ -77,7 +75,7 @@
 
 RDFExtract::~RDFExtract(void)
 {
-
+   RDF_ParserFree (parser);
 }
 
 void RDFExtract::StatementHandler(RDF_SubjectType subject_type,
diff -Naur libmusicbrainz-2.1.2/lib/rdfextract.h 
libmusicbrainz-2.1.2.mod/lib/rdfextract.h
--- libmusicbrainz-2.1.2/lib/rdfextract.h   2004-10-12 09:28:44.0 
+0200
+++ libmusicbrainz-2.1.2.mod/lib/rdfextract.h   2006-08-16 03:59:04.0 
+0200
@@ -70,6 +70,7 @@
 
 private:
 
+RDF_Parser parser;
 vector  triples;
 stringerror, empty, retValue, count;
 bool  useUTF8, hasError;


signature.asc
Description: Digital signature


Bug#366843: apache: same problem here...

2006-08-16 Thread Cristian Ionescu-Idbohrn
Followup-For: Bug #366843
Package: apache
Version: 1.3.34-3

...but with the latest unstable package. here is some info:

,
| ...
| + '[' '!' /var/www ']'
| + '[' apache '!=' apache-ssl ']'
| + '[' '!' 80 ']'
| + '[' '!' localhost ']'
| + db_set apache/server-name localhost
| + _db_cmd 'SET apache/server-name' localhost
| + printf '%s\n' 'SET apache/server-namelocalhost'
| + IFS='
| '
| + read -r _db_internal_line
| + RET='10 apache/server-namelocalhost doesn'\''t exist'
| + case ${_db_internal_line%%[   ]*} in
| + return 10
| dpkg: error processing apache (--configure):
|  subprocess post-installation script returned error exit status 10
| Errors were encountered while processing:
|  apache
| E: Sub-process /usr/bin/dpkg returned an error code (1)
`

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

Versions of packages apache depends on:
pn  apache-common  (no description available)
ii  debconf [debconf-2.0] 1.5.3  Debian configuration management sy
ii  libc6 2.3.6-19   GNU C Library: Shared libraries
ii  libdb4.4  4.4.20-7   Berkeley v4.4 Database Libraries [
ii  libexpat1 1.95.8-3.2 XML parsing C library - runtime li
ii  libmagic1 4.17-3 File type determination library us
ii  logrotate 3.7.1-3Log rotation utility
ii  lsb-base  3.1-14 Linux Standard Base 3.1 init scrip
ii  mime-support  3.37-1 MIME files 'mime.types' & 'mailcap
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction

apache recommends no packages.

-- no debconf information


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



Bug#383398: ITP: tptest3 -- A suite for testing bandwidth

2006-08-16 Thread Otavio Salvador
Michael Rasmussen <[EMAIL PROTECTED]> writes:

> This package include:
> 1) The reference server. This is the server users connects to.
> 2) The master server. The is the server users query for and address of a 
> testserver.
> 3) A very minimal cli client to test the rererence server.
   ^ typo

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
"Microsoft gives you Windows ... Linux gives
 you the whole house."


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



Bug#356300:

2006-08-16 Thread Michael Banck
tags 356300 +fixed-upstream
thanks

Hi,

this got applied upstream now (thanks, daniels), any chance this is
going into the Debian packages, *please*?


Michael


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



Bug#382429: Same problem

2006-08-16 Thread John Dalton
I've got the same problem with samba on my AMD64 system since the last
upgrade (2 days ago).

Interestingly since that upgrade totem fails with the same error:

$ totem
ERROR: Could not determine network interfaces, you must use a interfaces
config line
$ dpkg -S `which totem`
totem-xine: /usr/bin/totem
$ dpkg -l totem*
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  totem  1.4.4-1A simple media player for the Gnome
desktop
un  totem-gstreame  (no description available)
un  totem-mozilla   (no description available)
ii  totem-xine 1.4.4-1A simple media player for the Gnome
desktop


Do your systems do this as well?  Is this related to samba's problem?




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



Bug#382977: [Pbuilder-maint] Bug#382977: fails to umount with internal pdebuild

2006-08-16 Thread Junichi Uekawa
Hi,

> --- pbuilder-checkparams  2006-07-26 00:39:52.0 +0100
> +++ /tmp/pbuilder-checkparams 2006-08-16 16:15:12.0 +0100
> @@ -264,3 +264,5 @@
>   ;;
>  esac
>  
> +# sort BINDMOUNTS to ensure that deeper directories are mounted last
> +BINDMOUNTS="$(for i in $BINDMOUNTS; do echo $i; done | sort -u)"
> 
> 
> 
> --- pbuilder-modules  2006-07-26 00:39:53.0 +0100
> +++ /tmp/pbuilder-modules 2006-08-16 16:18:26.0 +0100
> @@ -126,7 +126,13 @@
>   fi
>   umount_one "proc"
>  fi
> +# push arguments on a stack to reverse direction
> +local reversed
> +reversed=''
>  for mnt in $BINDMOUNTS; do
> +  reversed="$mnt $reversed"
> +done
> +for mnt in $reversed; do
>   umount_one "$mnt"
>  done
>  }

This looks good.
Could you commit with appropriate entries in:
ChangeLog
debian/changelog


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Bug#383404: harden-doc: dangerous default policy DROP in the example firewall in Appendix F

2006-08-16 Thread Ratiu Petru
Package: harden-doc
Version: 3.5
Severity: normal


Although correct when viewed strictly from the security point of view,
default policy of DROP on the INPUT chain is very dangerous when
flushing the chain remotely, as I once found out myself, as a newbie :(

My suggestion would be:
a) either to append "iptables -A INPUT -j DROP" at the end and setting
the policy to ACCEPT , or
b) include a note about this pitfall and methods to avoid it, like
keeping an "on" and "off" state of the firewall and applying them with
iptables-restore, for example.

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

-- no debconf information


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



Bug#383407: dpsyco-cfengine: please convert to using cfengine2

2006-08-16 Thread Alec Berryman
Package: dpsyco-cfengine
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

cfengine has been superseded by cfengine2 and is dead upstream.  #367057
requests cfengine be removed from the archive.  Would you please
convert dpsyco-cfengine to use cfengine2?

Thanks,

Alec

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

iD8DBQFE49G+Aud/2YgchcQRAqq7AKDkMD/umbmaoyUr1Qk7UkP6NKmQ2QCfRavW
NXZ5TUYN2hhATXRIKzjoC2Y=
=ABEJ
-END PGP SIGNATURE-


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



Bug#383405: openoffice.org-gtk: The package cause strange behavior on oooqs-kde package

2006-08-16 Thread Odair Trujillo
Package: openoffice.org-gtk
Version: 2.0.3-2
Severity: normal


If openoffice.org-gtk is installed, it makes oooqs-kde have a strange 
behavior, jumping focus from any application to ooo's applications, and 
the icons of kde pannel they blinks. So I closed oooqs-kde and the 
problem dessapeard, but if I remove openoffice.org-gtk I can use 
oooqs-kde without problems, even if I remove the package in hot the 
problem dessapear.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=es_CO, LC_CTYPE=es_CO (charmap=ISO-8859-1)

Versions of packages openoffice.org-gtk depends on:
ii  libatk1.0-0  1.12.1-1The ATK accessibility toolkit
ii  libc62.3.6-15GNU C Library: Shared libraries
ii  libcairo21.2.0-3 The Cairo 2D vector graphics libra
ii  libdbus-1-2  0.62-4  simple interprocess messaging syst
ii  libdbus-glib-1-2 0.62-4  simple interprocess messaging syst
ii  libfontconfig1   2.3.2-7 generic font configuration library
ii  libgcc1  1:4.1.1-5   GCC support library
ii  libglib2.0-0 2.10.3-3The GLib library of C routines
ii  libgtk2.0-0  2.8.18-1The GTK+ graphical user interface 
ii  libpango1.0-01.12.3-1+b1 Layout and rendering of internatio
ii  libstdc++6   4.1.1-5 The GNU Standard C++ Library v3
ii  libstlport4.6c2  4.6.2-3 STLport C++ class library
ii  libx11-6 2:1.0.0-7   X11 client-side library
ii  libxcursor1  1.1.5.2-5   X cursor management library
ii  libxext6 1:1.0.0-4   X11 miscellaneous extension librar
ii  libxfixes3   1:3.0.1.2-4 X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.0-5   X11 Input extension library
ii  libxinerama1 1:1.0.1-4   X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  libxrender1  1:0.9.0.2-4 X Rendering Extension client libra
ii  openoffice.org-core  2.0.3-2 OpenOffice.org office suite archit

openoffice.org-gtk recommends no packages.


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



Bug#356300:

2006-08-16 Thread David Nusinow
On Thu, Aug 17, 2006 at 12:45:17AM +0200, Michael Banck wrote:
> tags 356300 +fixed-upstream
> thanks
> 
> Hi,
> 
> this got applied upstream now (thanks, daniels), any chance this is
> going into the Debian packages, *please*?

Ok, once 1.1.1 hits unstable we can put it in.

 - David Nusinow


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



Bug#382429: rebuilding on non-vserver solves #382429

2006-08-16 Thread Erich Schubert
Just for reference, I did a straight rebuild of the package for my home
PC and it solved the problems. Thanks to those who did the investigation
on the buildd logs!

best regards,
Erich Schubert
-- 
erich@(vitavonni.de|debian.org)--GPG Key ID: 4B3A135C(o_
The best things in life are free: Friendship and Love.   //\
   Die kürzeste Verbindung zwischen zwei Menschen ist ein Lächeln.   V_/_




Bug#381378: CVE-2006-3913: arbitrary code execution in freeciv

2006-08-16 Thread Steve Langasek
tags 381378 patch
thanks

Hi guys,

I've prepared a 0-day NMU for this security bug in freeciv, applying the
relevant bits of the patch Joey sent to the bug report.  Please find the
full NMU diff attached.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



  1   2   3   4   5   >