Bug#537535: debconf-set-selections patch

2011-05-26 Thread Christian PERRIER
Quoting Regis Boudin (re...@boudin.name):
 Hi folks,
 
 I haven't disappeared yet, still working on cdebconf, and should
 hopefully have more time to hack on it in a couple of days. Here is a
 patch implementing debconf-set-slections.
 
 flag_value() should probably be moved somewhere more reusable like
 question.c, as it is exactly the same logic as what I did in rfc822db.c
 for #625317, and sounds like something that could be useful in general.
 
 I also have a patch for the escape CAPB, though the results I get with
 my tests look a bit odd, so any input with an actual example, or a patch
 to test.config, so I could compare the result with the original debconf
 would be very useful.
 
 As before, any feedback or comment would be very welcome.

I haven't seen much feedback...and I'm not in position to give it
myself.

My proposal, here, would be to commit your patches...maybe also those
you proposed yesterdayupload the package...and wait for
breakage..:-)

Joey, any objection to this plan? I can do it myself if that helps in
any way.




signature.asc
Description: Digital signature


Bug#601406: Patch for this bug

2011-05-26 Thread Christian PERRIER
tags 601406 patch
thanks

The attached patch fixes the issue.

-- 


Description: Fix path to perl binary in example file
Author: Christian Perrier bubu...@debian.org
Bug-Debian: http://bugs.debian.org/601406
Forwarded: no

Index: samba/examples/misc/wall.perl
===
--- samba.orig/examples/misc/wall.perl
+++ samba/examples/misc/wall.perl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
 # 
 #@(#) smb-wall.pl Description:
 #@(#) A perl script which allows you to announce whatever you choose to


signature.asc
Description: Digital signature


Bug#621181: encfs: diff for NMU version 1.7.4-2.2

2011-05-26 Thread Luk Claes
tags 621181 + patch
tags 621181 + pending
thanks

Dear maintainer,

I've prepared an NMU for encfs (versioned as 1.7.4-2.2) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Cheers

Luk
diff -Nru encfs-1.7.4/debian/changelog encfs-1.7.4/debian/changelog
--- encfs-1.7.4/debian/changelog	2011-03-14 09:40:16.0 +0100
+++ encfs-1.7.4/debian/changelog	2011-05-26 08:28:59.0 +0200
@@ -1,3 +1,11 @@
+encfs (1.7.4-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Remove references to other libraries from the
+dependency_libs field in libencfs.la (Closes: #621181).
+
+ -- Luk Claes l...@debian.org  Thu, 26 May 2011 08:28:55 +0200
+
 encfs (1.7.4-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru encfs-1.7.4/debian/rules encfs-1.7.4/debian/rules
--- encfs-1.7.4/debian/rules	2010-12-27 22:25:24.0 +0100
+++ encfs-1.7.4/debian/rules	2011-05-26 08:33:28.0 +0200
@@ -63,6 +63,7 @@
 
 	# Add here commands to install the package into debian/encfs.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/encfs
+	sed -i /dependency_libs/ s/'.*'/''/ $(CURDIR)/debian/encfs/usr/lib/libencfs.la
 	cp debian/overrides.lintian $(CURDIR)/debian/encfs/usr/share/lintian/overrides/encfs
 	rm -r debian/encfs/usr/share/locale/de_*
 


Bug#627929: ntfs-3g: libntfs-3g.so symlink still resides in /usr/lib

2011-05-26 Thread Michael Biebl
Hi,

devel files don't belong into /lib and should stay in /usr/lib.

You simply need to fix up the symlink.
Something like this:

override_dh_link:
dh_link -plibntfs-3g-dev lib/$$(basename $$(readlink
debian/tmp/usr/usr/lib/libntfs-3g.so)) usr/lib/libntfs-3g.so
dh_link --remaining-packages




-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#627980: ITP: bmake-mk-files -- Portable collection of mk-files for bmake

2011-05-26 Thread Jeroen Schot
Package: wnpp
Severity: wishlist
Owner: Jeroen Schot sc...@a-eskwadraat.nl

* Package name: bmake-mk-files
  Version : 20110505
  Upstream Author : Simon J. Gerraty s...@crufty.net
* URL : http://www.crufty.net/help/sjg/mk-files.htm
* License : BSD
  Programming Lang: Make
  Description : Portable collection of mk-files for bmake

Bmake-mk-files contains macros for use with bmake. These macros make it
easy to create simple makefiles that just work on many different
systems.

The *.mk files were originally modelled after NetBSD's
/usr/share/mk/*.mk, but have diverged over time and are not backwards
compatible.



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



Bug#627921: systemd: jobs time out when starting xvdb and gettys

2011-05-26 Thread Russell Coker
On Thu, 26 May 2011, Michael Biebl bi...@debian.org wrote:
 Might be a Xen issue not generating proper uevents for block devices, so
 they don't show up in the udev db.
 Could you attach the output of
 udevadm info -q all -p /sys/block/xvda
 udevadm info -q all -p /sys/block/xvdb

udev is no longer installed on that system, it seems that the current udev in 
unstable breaks systemd.

-- 
My Main Blog http://etbe.coker.com.au/
My Documents Bloghttp://doc.coker.com.au/



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



Bug#627929: ntfs-3g: libntfs-3g.so symlink still resides in /usr/lib

2011-05-26 Thread Michael Biebl
Am 26.05.2011 08:49, schrieb Michael Biebl:
 Hi,
 
 devel files don't belong into /lib and should stay in /usr/lib.
 
 You simply need to fix up the symlink.
 Something like this:
 
 override_dh_link:
   dh_link -plibntfs-3g-dev lib/$$(basename $$(readlink
 debian/tmp/usr/usr/lib/libntfs-3g.so)) usr/lib/libntfs-3g.so
 ^
 one /usr too many.

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#627981: imagemagick: missing config files

2011-05-26 Thread Uwe Steinmann
Package: imagemagick
Version: 8:6.6.9.7-2
Severity: normal

Hi,

libmagickcore4 says in NEWS.Debian.gz that all config are now in /etc.
I can't find them and convert reports errors

steinm@macbook:/tmp$ convert -background white formprint-sv9SMq.pdf 
formprint-sv9SMq.png 
convert: unable to access configure file `colors.xml' @ 
warning/configure.c/GetConfigureOptions/589.
convert: unable to access configure file `delegates.xml' @ 
warning/configure.c/GetConfigureOptions/589.

Looks like the config files are all missing.

  Uwe

-- System Information:
Debian Release: wheezy/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages imagemagick depends on:
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.13-4   Embedded GNU C Library: Shared lib
ii  libfontconfig1  2.8.0-2.2generic font configuration library
ii  libfreetype62.4.4-1  FreeType 2 font engine, shared lib
ii  libglib2.0-02.28.6-1 The GLib library of C routines
ii  libgomp14.6.0-9  GCC OpenMP (GOMP) support library
ii  libice6 2:1.0.7-1X11 Inter-Client Exchange library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  liblcms11.18.dfsg-1.2+b4 Color management library
ii  liblqr-1-0  0.4.1-1  converts plain array images into m
ii  libltdl72.4-2A system independent dlopen wrappe
ii  libmagickcore4  8:6.6.9.7-2  low-level image manipulation libra
ii  libmagickwand4  8:6.6.9.7-2  image manipulation library
ii  libsm6  2:1.2.0-1X11 Session Management library
ii  libtiff43.9.5-1  Tag Image File Format (TIFF) libra
ii  libx11-62:1.4.3-1X11 client-side library
ii  libxext62:1.3.0-1X11 miscellaneous extension librar
ii  libxt6  1:1.1.1-1X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages imagemagick recommends:
ii  ghostscript   9.02~dfsg-2interpreter for the PostScript lan
ii  libmagickcore4-extra  8:6.6.9.7-2low-level image manipulation libra
ii  netpbm2:10.0-12.2+b1 Graphics conversion tools between 
ii  ufraw-batch   0.18-1 batch importer for raw camera imag

Versions of packages imagemagick suggests:
pn  autotrace  none(no description available)
ii  cups-bsd [lpr] 1.4.6-6   Common UNIX Printing System(tm) - 
ii  curl   7.21.6-1  Get a file from an HTTP, HTTPS or 
pn  enscript   none(no description available)
ii  ffmpeg 5:0.6.2-0.4   audio/video encoder, streaming ser
ii  gimp   2.6.11-2  The GNU Image Manipulation Program
ii  gnuplot4.4.0-1.1 A command-line driven interactive 
pn  grads  none(no description available)
ii  groff-base 1.21-5GNU troff text-formatting system (
pn  hp2xx  none(no description available)
pn  html2psnone(no description available)
pn  imagemagick-do none(no description available)
pn  libwmf-bin none(no description available)
ii  mplayer3:1.0~rc4+svn20110505-0.0 The Ultimate Movie Player For Linu
pn  povray none(no description available)
pn  radiance   none(no description available)
ii  sane-utils 1.0.22-2  API library for scanners -- utilit
ii  texlive-binari 2009-8Binaries for TeX Live
pn  transfig   none(no description available)
ii  xdg-utils  1.1.0~rc1-2   desktop integration utilities from

-- no debconf information



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



Bug#627921: systemd: jobs time out when starting xvdb and gettys

2011-05-26 Thread Michael Biebl
Am 26.05.2011 08:54, schrieb Russell Coker:
 On Thu, 26 May 2011, Michael Biebl bi...@debian.org wrote:
 Might be a Xen issue not generating proper uevents for block devices, so
 they don't show up in the udev db.
 Could you attach the output of
 udevadm info -q all -p /sys/block/xvda
 udevadm info -q all -p /sys/block/xvdb
 
 udev is no longer installed on that system, it seems that the current udev in 
 unstable breaks systemd.

That's not good. We should probably add a hard dep on udev, otherwise, as you
experienced, mount support and all sorts of other stuff is broken.

Please upgrade to systemd from experimental and (re)install udev.

Cheers,
Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#627982: xorg: MatchDevicePath does not handle symlinks (required by latest udev)

2011-05-26 Thread Gabriel Kerneis
Package: xorg
Version: 1:7.5+7
Severity: normal


Hi,

latest versions of udev require (or suggest strongly) to use SYMLINK
instead of NAME in udev rules, thus letting the kernel choose the name
and merely installing symlinks in /dev.
[ see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581593 for
  instance ]

I used to have the following udev rule:

# /etc/udev/rules.d/typematrix.rules
ATTRS{name}==TypeMatrix.com USB Keyboard, NAME=input/typematrix

and the corresponding xorg rule:

# /etc/X11/xorg.conf.d/typematrix.conf
Section InputClass
Identifier Typematrix Bepo
MatchIsKeyboard on
 
MatchDevicePath /dev/input/typematrix
Driver evdev
 
Option XkbRules  xorg
Option XkbModel  pc105
Option XkbLayout fr
Option XkbVariant bepo
EndSection

Facing warnings from udev, I changed the rule to read:

# /etc/udev/rules.d/typematrix.rules
ATTRS{name}==TypeMatrix.com USB Keyboard, SYMLINK+=input/typematrix

It correctly installs a symlink in /dev:

$ ls -l /dev/input
total 0
drwxr-xr-x 2 root root 80 26 mai   09:03 by-id
drwxr-xr-x 2 root root140 26 mai   09:03 by-path
crw-r- 1 root root 13, 64 26 mai   08:39 event0
crw-r- 1 root root 13, 65 26 mai   09:03 event1
crw-r- 1 root root 13, 66 26 mai   09:03 event2
crw-r- 1 root root 13, 67 26 mai   08:39 event3
crw-r- 1 root root 13, 68 26 mai   08:39 event4
crw-r- 1 root root 13, 69 26 mai   08:39 event5
crw-r- 1 root root 13, 70 26 mai   08:39 event6
crw-r- 1 root root 13, 63 26 mai   08:39 mice
crw-r- 1 root root 13, 32 26 mai   08:39 mouse0
lrwxrwxrwx 1 root root  6 26 mai   09:03 typematrix - event2

But xorg does not set up the requested layout anymore.  I therefore
guess MatchDevicePath does not handle symlinks, which will become an
increasingly annoying issue as the udev switch to symlinks becomes more
widespread.

Best,
Gabriel

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xorg depends on:
ii  gnome-terminal [x-terminal-em 2.30.2-1   The GNOME terminal emulator applic
ii  libgl1-mesa-dri   7.10.2-2   free implementation of the OpenGL 
ii  libgl1-mesa-glx [libgl1]  7.10.2-2   free implementation of the OpenGL 
ii  libglu1-mesa  7.10.2-2   The OpenGL utility library (GLU)
ii  x11-apps  7.6+4  X applications
ii  x11-session-utils 7.6+1  X session utilities
ii  x11-utils 7.5+4  X11 utilities
ii  x11-xfs-utils 7.6+1  X font server utilities
ii  x11-xkb-utils 7.6+2  X11 XKB utilities
ii  x11-xserver-utils 7.6+2  X server utilities
ii  xauth 1:1.0.5-1  X authentication utility
ii  xfonts-100dpi 1:1.0.3100 dpi fonts for X
ii  xfonts-75dpi  1:1.0.375 dpi fonts for X
ii  xfonts-base   1:1.0.3standard fonts for X
ii  xfonts-scalable   1:1.0.3-1  scalable fonts for X
ii  xfonts-utils  1:7.6~1X Window System font utility progr
ii  xinit 1.3.0-1X server initialisation tool
ii  xkb-data  2.1-2  X Keyboard Extension (XKB) configu
ii  xorg-docs-core1:1.6-1Core documentation for the X.org X
ii  xserver-xorg  1:7.5+7the X.Org X server
ii  xterm [x-terminal-emulator]   269-1  X terminal emulator

xorg recommends no packages.

Versions of packages xorg suggests:
pn  xorg-docs none (no description available)

-- no debconf information



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



Bug#627983: ITP: bmake -- Portable version of NetBSD's make

2011-05-26 Thread Jeroen Schot
Package: wnpp
Severity: wishlist
Owner: Jeroen Schot sc...@a-eskwadraat.nl

* Package name: bmake
  Version : 20110505
  Upstream Author : Simon J. Gerraty s...@crufty.net 
* URL : http://www.crufty.net/help/sjg/bmake.html
* License : BSD
  Programming Lang: C
  Description : Portable version of NetBSD's make

This is a portable version of the make from NetBSD. The bmake program
aids automatic building and installing of software with the help
Makefiles.


Note: Debian already contains pmake, also derived from NetBSD's make.
But pmake is a manual sync from NetBSD and thus difficult to maintain
(and as a consequence outdated). Bmake has a active upstream.



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



Bug#627844: po plugin does not handle country-specific codes

2011-05-26 Thread intrigeri
Hi,

 Currently the po plugin only supports 2-letter language codes,
 but someone on Transifex supports codes in the forms
 'fr', 'es_AR', and 'arn'.

 Is there a reason not to adjust the regexes accordingly?

I don't think so. This was merely defensive programming IIRC. I've
tried to implement it, I'm pretty confident it mostly should work, but
I did not test it thoroughly. Can you please test the code in the
po-long-language-codes branch in my Git repository?

  git://gaffer.ptitcanardnoir.org/ikiwiki.git

(Currently being offline, I've not pushed this branch yet.
Feel free to ping me if this branch does not appear within 1 day).

Bye,
--
  intrigeri intrig...@boum.org
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc
  | Every now and then I get a little bit restless
  | and I dream of something wild.



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



Bug#627927: po: language pagespec function(s)

2011-05-26 Thread intrigeri
Hi,

Clint Adams wrote (25 May 2011 15:08:48 GMT) :
 At present we find it necessary to do things like

 [[!inline pages=page(news/*) and !*.da and !*.de and !*.es and !*.ko]]

 to restrict that feed to only English.  This directive also makes
 it into the translation and thus the translated page contains
 aggregation of the wrong language.

 I'd like a way to restrict to either the master language or
 the language of the translation.

Don't the lang(LL) and/or currentlang() pagespec syntax extensions
(see the ikiwiki/pagespec/po documentation page) suit your needs?

Bye,
--
  intrigeri intrig...@boum.org
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc
  | If you must label the absolute, use it's proper name: Temporary.



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



Bug#627921: systemd: jobs time out when starting xvdb and gettys

2011-05-26 Thread Michael Biebl
retitle 627921 systemd: mount support and device units/triggers require udev
thanks

Am 26.05.2011 09:12, schrieb Michael Biebl:
 
 That's not good. We should probably add a hard dep on udev, otherwise, as you
 experienced, mount support and all sorts of other stuff is broken.

I'm going to retitle the bug report accordingly.

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#627984: Restrict versions of libsasl2-2 slapd depends on

2011-05-26 Thread Benjamin Gufler
Package: slapd
Version: 2.4.25-1+b1
Severity: important
Tags: sid

slapd does not work with the latest version of libsasl2-2 in sid
(2.1.24~rc1.dfsg1-1):

slapd[2816]: @(#) $OpenLDAP: slapd 2.4.25 (May  3 2011 23:46:04) $
^Ibuildd@biber:/build/buildd-openldap_2.4.25-1+b1-i386-QCBDvS/openldap-2.4.25/debian/b
uild/servers/slapd  
slapd[2816]: slap_sasl_init: auxprop add plugin failed
slapd[2816]: slapd stopped.

Please add version information to the dependency on libsasl2-2
(=2.1.13 should be fine)

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages slapd depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  coreutils 8.5-1  GNU core utilities
ii  debconf [debconf-2.0] 1.5.39 Debian configuration management sy
ii  libc6 2.13-4 Embedded GNU C Library: Shared lib
ii  libdb4.8  4.8.30-8   Berkeley v4.8 Database Libraries [
ii  libgcrypt11   1.4.6-5LGPL Crypto library - runtime libr
ii  libgnutls26   2.10.5-1+b1the GNU TLS library - runtime libr
ii  libldap-2.4-2 2.4.25-1+b1OpenLDAP libraries
ii  libltdl7  2.4-2  A system independent dlopen wrappe
ii  libperl5.12   5.12.3-7   shared Perl library
ii  libsasl2-22.1.23.dfsg1-7 Cyrus SASL - authentication abstra
ii  libslp1   1.2.1-7.8  OpenSLP libraries
ii  libwrap0  7.6.q-19   Wietse Venema's TCP wrappers libra
ii  lsb-base  3.2-27 Linux Standard Base 3.2 init scrip
ii  perl [libmime-base64-perl 5.12.3-7   Larry Wall's Practical Extraction 
ii  psmisc22.13-1utilities that use the proc file s
ii  unixodbc  2.2.14p2-2 ODBC tools libraries

Versions of packages slapd recommends:
pn  libsasl2-modules  none (no description available)

Versions of packages slapd suggests:
ii  ldap-utils   2.4.25-1+b1 OpenLDAP utilities

-- Configuration Files:
/etc/default/slapd changed [not included]

-- debconf information excluded



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



Bug#627985: Serious font problems with newer version

2011-05-26 Thread Vincent Fourmond
Package: imagemagick
Version: 8:6.6.9.7-2
Severity: important

  Hello,

  I think the newer imagemagick has a serious font problem. Please see:

# convert -size 100x60 xc:skyblue -fill white -font Helvetica -stroke black 
-pointsize 40 -gravity center -draw text 0,0 'Hello'   draw_text_bis-1.png
convert: unable to access configure file `type.xml' @ 
warning/configure.c/GetConfigureOptions/589.
convert: unable to read font `Helvetica' @ error/annotate.c/RenderFreetype/1128.
convert: unable to access configure file `delegates.xml' @ 
warning/configure.c/GetConfigureOptions/589.
convert: unable to read font `Helvetica' @ error/annotate.c/RenderFreetype/1128.
convert: unable to access configure file `colors.xml' @ 
warning/configure.c/GetConfigureOptions/589.

  This command was working perfectly with the previous version of
imagemagick (the output is attached for completeness's sake).

  I'm pretty sure this is the reason of librmagick-ruby's FTBS with
newer imagemagick.

  Cheers,

Vincent



-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages imagemagick depends on:
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc6   2.13-4   Embedded GNU C Library: Shared lib
ii  libfontconfig1  2.8.0-2.2generic font configuration library
ii  libfreetype62.4.4-1  FreeType 2 font engine, shared lib
ii  libglib2.0-02.28.6-1 The GLib library of C routines
ii  libgomp14.6.0-9  GCC OpenMP (GOMP) support library
ii  libice6 2:1.0.7-1X11 Inter-Client Exchange library
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  liblcms11.18.dfsg-1.2+b4 Color management library
ii  liblqr-1-0  0.4.1-1  converts plain array images into m
ii  libltdl72.4-2A system independent dlopen wrappe
ii  libmagickcore4  8:6.6.9.7-2  low-level image manipulation libra
ii  libmagickwand4  8:6.6.9.7-2  image manipulation library
ii  libsm6  2:1.2.0-1X11 Session Management library
ii  libtiff43.9.5-1  Tag Image File Format (TIFF) libra
ii  libx11-62:1.4.3-1X11 client-side library
ii  libxext62:1.3.0-1X11 miscellaneous extension librar
ii  libxt6  1:1.1.1-1X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages imagemagick recommends:
ii  ghostscript   9.02~dfsg-2interpreter for the PostScript lan
ii  libmagickcore4-extra  8:6.6.9.7-2low-level image manipulation libra
ii  netpbm2:10.0-12.2+b1 Graphics conversion tools between 
ii  ufraw-batch   0.18-1 batch importer for raw camera imag

Versions of packages imagemagick suggests:
pn  autotrace  none(no description available)
ii  cups-bsd [lpr] 1.4.6-6   Common UNIX Printing System(tm) - 
ii  curl   7.21.6-1  Get a file from an HTTP, HTTPS or 
pn  enscript   none(no description available)
ii  ffmpeg 5:0.6.2-0.4   audio/video encoder, streaming ser
ii  gimp   2.6.11-2  The GNU Image Manipulation Program
ii  gnuplot4.4.0-1.1 A command-line driven interactive 
pn  grads  none(no description available)
ii  groff-base 1.21-5GNU troff text-formatting system (
pn  hp2xx  none(no description available)
pn  html2psnone(no description available)
ii  imagemagick-do 8:6.6.9.7-2   document files of ImageMagick
ii  libwmf-bin 0.2.8.4-8 Windows metafile conversion tools
ii  mplayer-nogui  3:1.0~rc4+svn20110505-0.0 The Ultimate Movie Player For Linu
pn  povray none(no description available)
pn  radiance   none(no description available)
ii  sane-utils 1.0.22-2  API library for scanners -- utilit
ii  texlive-binari 2009-8Binaries for TeX Live
ii  transfig   1:3.2.5.d-1   Utilities for converting XFig figu
ii  xdg-utils  1.1.0~rc1-2   desktop integration utilities from

-- no debconf information
attachment: draw_text-previous-imagemagick.png

Bug#627615: VM terminates when doing a live migration

2011-05-26 Thread Michael Tokarev
25.05.2011 22:42, Daniel Bareiro wrote:

 I tested the new version of qemu-kvm (0.12.5+dfsg-5+squeeze2) available
 on Squeeze which was notified in the DSA 2241-1, but the problem still
 persists.

Sure it persists because DSA 2241-1 has absolutely nothing to
do with the problem.  It was an unrelated security update.
You may guess that by the fact that this bug has not been
closed by the update.  I told you where the fix is.

/mjt



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



Bug#567781: Conversion of english pages to Unicode, via HTML entities.

2011-05-26 Thread Gerfried Fuchs
  Hi again.

* Charles Plessy ple...@debian.org [2011-05-19 12:29:43 CEST]:
 Dear Gerfried and WWW team,
 
 my proposition is the following:
 
 1) Bring the English pages into a state where the files are the same
regardless whether the encoding is iso-8859-1, ascii or utf8.
 
 2) Make the English pages served as utf8 instead of iso-8859-1.
 
 3) If necessary, convert entities to accented characters.

 I am aware of that and directly responded to it, there is no need to
re-iterate the same statement over and over again ...

 I propose to use smart-change in the steps 1) and 3), so that the
 translators are not disturbed.

 If a translation is outdated already, it will disturb translators, and
one bump only instead of two is far more convenient in that respect.

 It is true that in 1) and 3) there is a risk of side effects. I will
 look for them and revert them. 

 The thing is, I still don't understand the need and gain or benefit for
buying that side effect risks.

 At Debcamp, technically, how do you intend to convert the English
 pages to unicode without bumping translation-check headers ?

 I never stated that it would be doable without translation-check bumps,
I have no clue where you picked that one up. All I was saying that it
would be possible to do it with a single bump, and that when sitting
together at debcamp more people can watch and think along and check
things so that the risk of overlooking stuff is reduced to a minimum,
without IMHO totally unnecessary commits for converting to entities and
back that leave the gut feeling of overengineering and overcomplicating
things.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



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



Bug#626169: closed by Rene Mayrhofer rm...@debian.org (Bug#626169: fixed in strongswan 4.5.2-1)

2011-05-26 Thread Pierre Habouzit
found  626169 4.5.2-1
thanks

Sadly the problem still exists with 4.5.2. The squeeze version is
unaffected.

So I've downgraded again :/
-- 
·O·  Pierre Habouzit
··Omadco...@debian.org
OOOhttp://www.madism.org



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



Bug#610010: patches

2011-05-26 Thread Michael Meskes
On Mon, May 02, 2011 at 11:35:54PM +0200, Robert Millan wrote:
 A set of patches is available at:
 
 http://www.freebsd.org/cgi/cvsweb.cgi/ports/emulators/virtualbox-ose/files/

If you want to have them included into the vbox packages please send them in a
usable way. This URL has files that are not patches but complete scripts but
alas I have no idea where to install those files. 

 However, it's likely that the build system also requires porting work for
 GNU/kFreeBSD userland (as most ad-hoc build systems do).

So this means even with the patches vbox probably won't build on GNU/kFreeBSD,
right? So we will leave this bug open until somebody works on this.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
Jabber: michael.meskes at googlemail dot com
VfL Borussia! Força Barça! Go SF 49ers! Use Debian GNU/Linux, PostgreSQL



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



Bug#627986: dnsmasq: does not restart with configuration syntax check due to bad hex constant

2011-05-26 Thread Vincent van Leeuwen
Package: dnsmasq
Version: 2.57-1
Severity: important


Lines like the following in /etc/dnsmasq.conf cause dnsmasq 2.57 to fail to
restart:

dhcp-host=00:11:d8:a8:58:21,10.32.1.3,tag:lan,tijger

/var/log/daemon.log reports:

May 26 10:28:14 ur-quan dnsmasq[30846]: bad hex constant at line 228 of 
/etc/dnsmasq.conf
May 26 10:28:14 ur-quan dnsmasq[30846]: FAILED to start up

Downgrading to 2.55 (from squeeze) resolves the issue. Commenting the line
above causes dnsmasq 2.57 to fail on other similar lines.


Regards,
Vincent van Leeuwen

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29.4 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dnsmasq depends on:
ii  adduser   3.112+nmu2 add and remove users and groups
ii  dnsmasq-base  2.57-1 A small caching DNS proxy and DHCP
ii  netbase   4.45   Basic TCP/IP networking system

dnsmasq recommends no packages.

Versions of packages dnsmasq suggests:
pn  resolvconfnone (no description available)

-- Configuration Files:
/etc/dnsmasq.conf changed [not included]

-- no debconf information



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



Bug#627933: Regression: hot plugging sdhc card on Acer Aspire One

2011-05-26 Thread ael
On Wed, May 25, 2011 at 05:00:35PM +, maximilian attems wrote:
 On Wed, May 25, 2011 at 05:49:03PM +0100, ael wrote:
  Package: linux-2.6
  Version: 2.6.38-5
  Severity: normal
  
  The Acer Aspire One netbook has two card readers, left  right.
  Until recently (sorry not sure when regression happened) hotplugging
  the right hand card worked. But now such a card is only seen
  on cold boot.
 
 please try against 2.6.39 in unstable, outdated linux image report against.

Just tried it. No change. 
# uname -a
Linux elf 2.6.39-1-686-pae #1 SMP Fri May 20 20:40:05 UTC 2011 i686 GNU/Linux

Do you need me to collect all the dumps for 2.6.39-1-686.. ?

# modinfo pciehp 
filename:   
/lib/modules/2.6.39-1-686-pae/kernel/drivers/pci/hotplug/pciehp.ko
license:GPL
description:PCI Express Hot Plug Controller Driver
author: Dan Zink dan.z...@compaq.com, Greg Kroah-Hartman 
g...@kroah.com, Dely Sy dely.l...@intel.com
depends:pci_hotplug
intree: Y
vermagic:   2.6.39-1-686-pae SMP mod_unload modversions 686 
parm:   pciehp_detect_mode:Slot detection mode: pcie, acpi, auto
  pcie  - Use PCIe based slot detection
  acpi  - Use ACPI for slot detection
  auto(default) - Auto select mode. Use acpi option if duplicate
  slot ids are found. Otherwise, use pcie option
 (charp)
parm:   pciehp_debug:Debugging mode enabled or not (bool)
parm:   pciehp_poll_mode:Using polling mechanism for hot-plug events or 
not (bool)
parm:   pciehp_poll_time:Polling mechanism frequency, in seconds (int)
parm:   pciehp_force:Force pciehp, even if OSHP is missing (bool)


Maybe I need to play around with the pciehp_detect-mode parameter?

ael




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



Bug#627983: ITP: bmake -- Portable version of NetBSD's make

2011-05-26 Thread Andrew O. Shadoura
Hello,

On Thu, 26 May 2011 09:29:44 +0200
Jeroen Schot sc...@a-eskwadraat.nl wrote:

 * Package name: bmake
   Version : 20110505
   Upstream Author : Simon J. Gerraty s...@crufty.net 
 * URL : http://www.crufty.net/help/sjg/bmake.html
 * License : BSD
   Programming Lang: C
   Description : Portable version of NetBSD's make

 This is a portable version of the make from NetBSD. The bmake program
 aids automatic building and installing of software with the help
 Makefiles.

 Note: Debian already contains pmake, also derived from NetBSD's make.
 But pmake is a manual sync from NetBSD and thus difficult to maintain
 (and as a consequence outdated). Bmake has a active upstream.

Alexey Cheusov and me are already working on creation of the package
for bmake, so you can join our team instead of doing this on your own.

-- 
WBR, Andrew


signature.asc
Description: PGP signature


Bug#627964: xorg: xorg freezes when stopping hibernating by hitting backspace

2011-05-26 Thread Cyril Brulebois
reassign 627964 src:nvidia-graphics-drivers
thanks

(quoting in full for nvidia folks.)

Hi Jim,

Jim Green student.northwest...@gmail.com (25/05/2011):
 Package: xorg
 Version: 1:7.5+8
 Severity: normal
 
 I got the following back trace in syslog when trying to stop
 hibernating when system is trying to save image to disk. system
 froze when I hit backspace to stop hibernating.

what follows is a kernel backtrace. Since you're using nvidia stuff, I
can't do anything for you, I'm therefore reassigning this bug report
to nvidia maintainers.

 May 24 23:38:01 localhost kernel: [533482.199071] Pid: 1604, comm: Xorg 
 Tainted: P2.6.38.4-4-amd64-20110426204858 #42 System manufacturer 
 System Product Name/P8P67 DELUXE
 May 24 23:38:01 localhost kernel: [533482.199074] RIP: 
 0010:[a0546c14]  [a0546c14] _nv009908rm+0x3be/0x583 
 [nvidia]
 May 24 23:38:01 localhost kernel: [533482.199165] RSP: 0018:8802156d9938  
 EFLAGS: 00013246
 May 24 23:38:01 localhost kernel: [533482.199166] RAX: 0800 RBX: 
 012f RCX: 
 May 24 23:38:01 localhost kernel: [533482.199168] RDX: 1000 RSI: 
 0100 RDI: 0002
 May 24 23:38:01 localhost kernel: [533482.199169] RBP: 8802162f2bd0 R08: 
 0030 R09: 
 May 24 23:38:01 localhost kernel: [533482.199170] R10:  R11: 
  R12: 0001
 May 24 23:38:01 localhost kernel: [533482.199171] R13:  R14: 
 880215438780 R15: 88020d4cdc90
 May 24 23:38:01 localhost kernel: [533482.199173] FS:  7f13b4c03880() 
 GS:8800df00() knlGS:
 May 24 23:38:01 localhost kernel: [533482.199174] CS:  0010 DS:  ES:  
 CR0: 8005003b
 May 24 23:38:01 localhost kernel: [533482.199175] CR2: 1800 CR3: 
 0131b000 CR4: 000406f0
 May 24 23:38:01 localhost kernel: [533482.199176] DR0:  DR1: 
  DR2: 
 May 24 23:38:01 localhost kernel: [533482.199177] DR3:  DR6: 
 0ff0 DR7: 0400
 May 24 23:38:01 localhost kernel: [533482.199179] Process Xorg (pid: 1604, 
 threadinfo 8802156d8000, task 8802154f3ba0)
 May 24 23:38:01 localhost kernel: [533482.199180] Stack:
 May 24 23:38:01 localhost kernel: [533482.199181]  88021574dc00 
 8802114ea000 c1d1 8802154aac00
 May 24 23:38:01 localhost kernel: [533482.199183]  0810 
 a054901c 8802114ea000 88020cab80f8
 May 24 23:38:01 localhost kernel: [533482.199184]  88020c71 
 88020bea0328 0001 a06668f7
 May 24 23:38:01 localhost kernel: [533482.199186] Call Trace:
 May 24 23:38:01 localhost kernel: [533482.199277]  [a054901c] ? 
 _nv010088rm+0x8c/0xa1 [nvidia]
 May 24 23:38:01 localhost kernel: [533482.199377]  [a06668f7] ? 
 _nv015181rm+0xf4/0x342 [nvidia]
 May 24 23:38:01 localhost kernel: [533482.199476]  [a05eeded] ? 
 _nv012585rm+0x275/0x498 [nvidia]
 May 24 23:38:01 localhost kernel: [533482.199573]  [a05c091e] ? 
 _nv012583rm+0x172/0x503 [nvidia]
 May 24 23:38:01 localhost kernel: [533482.199618]  [a031ce73] ? 
 _nv003395rm+0x484/0x4db [nvidia]
 May 24 23:38:01 localhost kernel: [533482.199663]  [a031b8e0] ? 
 _nv003393rm+0xc7/0xef [nvidia]
 May 24 23:38:01 localhost kernel: [533482.199707]  [a031b929] ? 
 _nv023926rm+0xe/0x13 [nvidia]
 May 24 23:38:01 localhost kernel: [533482.199752]  [a031bd5a] ? 
 _nv003403rm+0x11e/0x49a [nvidia]
 May 24 23:38:01 localhost kernel: [533482.199796]  [a031b8e0] ? 
 _nv003393rm+0xc7/0xef [nvidia]
 May 24 23:38:01 localhost kernel: [533482.199840]  [a031b929] ? 
 _nv023926rm+0xe/0x13 [nvidia]
 May 24 23:38:01 localhost kernel: [533482.199884]  [a031bacc] ? 
 _nv003399rm+0x117/0x287 [nvidia]
 May 24 23:38:01 localhost kernel: [533482.199928]  [a031b8e0] ? 
 _nv003393rm+0xc7/0xef [nvidia]
 May 24 23:38:01 localhost kernel: [533482.199972]  [a031b916] ? 
 _nv023928rm+0xe/0x13 [nvidia]
 May 24 23:38:01 localhost kernel: [533482.200024]  [a07d8a97] ? 
 _nv002139rm+0xdf/0x120 [nvidia]
 May 24 23:38:01 localhost kernel: [533482.200076]  [a07da90e] ? 
 rm_free_unused_clients+0x89/0xf7 [nvidia]
 May 24 23:38:01 localhost kernel: [533482.200079]  [810bb767] ? 
 __slab_free+0x78/0x100
 May 24 23:38:01 localhost kernel: [533482.200130]  [a07f5f14] ? 
 nv_kern_ctl_close+0x91/0xc4 [nvidia]
 May 24 23:38:01 localhost kernel: [533482.200132]  [810c6a3a] ? 
 fput+0xf9/0x201
 May 24 23:38:01 localhost kernel: [533482.200134]  [810c4097] ? 
 filp_close+0x5f/0x6a
 May 24 23:38:01 localhost kernel: [533482.200136]  [81036674] ? 
 put_files_struct+0x67/0xbf
 May 24 23:38:01 localhost kernel: [533482.200137]  [81037e87] ? 
 do_exit+0x23e/0x6f2
 May 24 23:38:01 

Bug#627987: halevt: fails to install properly

2011-05-26 Thread Keshav Kini
Package: halevt
Severity: important

halevt fails to install properly. Console output from aptitude is as follows:



fs@zhenghe ~ $ sudo aptitude -R install halevt
The following NEW packages will be installed:
  halevt libboolstuff-0.1-0{a}
0 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/101 kB of archives. After unpacking 451 kB will be used.
Do you want to continue? [Y/n/?] Y
Preconfiguring packages ...
Selecting previously deselected package libboolstuff-0.1-0.
(Reading database ... 81449 files and directories currently installed.)
Unpacking libboolstuff-0.1-0 (from .../libboolstuff-0.1-0_0.1.12-3_amd64.deb)

Selecting previously deselected package halevt.
Unpacking halevt (from .../halevt_0.1.6.2-1.4_amd64.deb) ...
Processing triggers for install-info ...
Processing triggers for man-db ...
Setting up libboolstuff-0.1-0 (0.1.12-3) ...
Setting up halevt (0.1.6.2-1.4) ...
adduser: Warning: The home directory `/var/lib/halevt/' does not belong to the
user you are currently creating.
Adding user halevt to group plugdev
dpkg: error processing halevt (--configure):
 subprocess installed post-installation script returned error exit status 100
configured to not write apport reports
  Errors were encountered while processing:
 halevt
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up halevt (0.1.6.2-1.4) ...
dpkg: error processing halevt (--configure):
 subprocess installed post-installation script returned error exit status 100
Errors were encountered while processing:
 halevt

fs@zhenghe ~ $



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (100, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages halevt depends on:
ii  adduser  3.112+nmu2  add and remove users and groups
ii  debconf [debconf-2.0 1.5.39  Debian configuration management sy
ii  dpkg 1.16.0.3Debian package management system
ii  hal  0.5.14-6Hardware Abstraction Layer
ii  install-info 4.13a.dfsg.1-6  Manage installed documentation in 
pn  libboolstuff-0.1-0   none  (no description available)
ii  libc62.13-4  Embedded GNU C Library: Shared lib
ii  libdbus-1-3  1.4.8-3 simple interprocess messaging syst
ii  libdbus-glib-1-2 0.92-1  simple interprocess messaging syst
ii  libglib2.0-0 2.28.6-1The GLib library of C routines
ii  libhal1  0.5.14-6Hardware Abstraction Layer - share
ii  libxml2  2.7.8.dfsg-2+b1 GNOME XML library
ii  lsb-base 3.2-27  Linux Standard Base 3.2 init scrip
ii  passwd   1:4.1.4.2+svn3283-3 change and administer password and

halevt recommends no packages.

halevt suggests no packages.



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



Bug#592419: glassfish-javaee: Please provide a copy of jstl jar in /usr/share/java directory

2011-05-26 Thread Onkar Shinde
On Wed, May 25, 2011 at 10:06 PM, Damien Raude-Morvan
draz...@drazzib.com wrote:
 Hi Tony,

 On Wed, 25 May 2011 08:34:29 -0700, tony mancill tmanc...@debian.org
 wrote:
 It might be better that it's not named jstl.jar, as it doesn't seem to
 provide
 all of the classes that other JARs floating around with that name
 provide.
 Specifically, I was hoping that wiring up Tomcat to this JAR would solve
 the
 issue with the tag plugin examples in tomcat6-examples and
 tomcat7-examples
 (#606768).  But tomcat still needs something to provide the
 javax.servlet.jsp.jstl.* classes.

 JFTR, I know two things named JSTL :

 - javax.servlet.jsp.jstl.* (JavaServer Pages Standard Tag Library)
  - http://mvnrepository.com/artifact/jstl/jstl/1.1.2
  - Homepage: http://java.sun.com/products/jsp/jstl/

 - org.apache.taglibs.standard.* (Apache Standard Taglib)
  - http://mvnrepository.com/artifact/taglibs/standard/1.0.6
  - Homepage: http://tomcat.apache.org/taglibs/index.html

The link with title 'Apache Standard Taglib' on the second page
actually leads to a download which contains both Apache Standard
Taglib (standard.jar) and reference implementation of JSTL (jstl.jar)
http://tomcat.apache.org/taglibs/standard/

I have a half-done package of this taglib I mention lying on my
machine. The package builds fine but I haven't completed the
debian/copyright file. I will try to complete it over weekend and
upload it on mentors.d.n for sponsorship. Worst case I will at least
push everything to SVN/GIT so that someone else can continue.

Regards,
Onkar
-- 
Passion - Some people climb mountains - others write Free software.
Don't ask why - the reason is the same.



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



Bug#475122: working and tested patch

2011-05-26 Thread Mihai
Marek,

I think this is not an issue. According to the rfc2869.txt:


5.1.  Acct-Input-Gigawords

   Description

  This attribute indicates how many times the Acct-Input-Octets
  counter has wrapped around 2^32 over the course of this service
  being provided, and can only be present in Accounting-Request
  records where the Acct-Status-Type is set to Stop or Interim-
  Update.


As i understand from this:
Acct-Input-Octets still has a 32 bit length (4GB), but everytime it is
rolled-over, Acct-Input-Gigawords is incremented. In the end, the radius
server will multiply the 2 attribute values to get the correct ammount
of data transfered. My radius server now shows the correct data
transfers (bigger then 4GB) without additional modifications except the
patch I forementioned.





 
 I've just discovered one issue with this patch - while it adds
 Gigawords support in the RADIUS client, the BYTES_{SENT,RCVD} values
 passed to the ip-down scripts and logged by print_link_stats still
 have 4GB rollover. This should be fairly easy to fix, I hope to
 implement and test it soon. The rp-pppoe package seems to be in need
 of more maintenance as well.
 
 Thanks,
 Marek
 
 
 





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



Bug#627988: exim4: blacklist issue rcpt tempararely rejected

2011-05-26 Thread Roberto Burceni
Package: exim4
Version: 4.72
Severity: important

When in a blacklist file there is a domain that is no more valid. Exim stop to 
deliver mails and return a generic error like rcpt temporarely rejected. 
Unfortunately there aren't no indicatioon abotu the domain that causes the 
problem. Exim stop delivering any mails.

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash



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



Bug#627982: xorg: MatchDevicePath does not handle symlinks (required by latest udev)

2011-05-26 Thread Cyril Brulebois
Hi Gabriel,

(oh, Jussieu again)

Gabriel Kerneis kern...@pps.jussieu.fr (26/05/2011):
 Package: xorg
 Version: 1:7.5+7
 Severity: normal

given you're running unstable+experimental, I'm not sure why you're
still having xorg from squeeze. Anyway, please follow up with the bug
script output:
  http://pkg-xorg.alioth.debian.org/howto/report-bugs.html

[stuff you did]

 But xorg does not set up the requested layout anymore.  I therefore
 guess MatchDevicePath does not handle symlinks, which will become an
 increasingly annoying issue as the udev switch to symlinks becomes
 more widespread.

The bug script should tell us what udev think about the various input
devices, including attached properties (XKB*); see details in:
  http://pkg-xorg.alioth.debian.org/howto/configure-input.html

If the options are actually set, various things can eat them, like
gdm3. Otherwise, we'll see what's actually happening.

(And I think symlinks are handled just fine, fwiw.)

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#627951: linux-image-2.6.39-1-amd64: Resume from hibernate reboots after loading pages from disk

2011-05-26 Thread Andreas Beckmann
found 627951 270.41.06-1
tags 627951 + moreinfo
thanks

On Thursday, 26. May 2011 04:15:26 Phil Miller wrote:
 When I switched away from the proprietary Nvidia driver, the problem
 disappeared (two successful hibernate/resume cycles in a row). So it
 looks like the issue is probably on Nvidia's side. I haven't found
 anything else on the net about this yet, though.

Please retry with 270.41.19-1. If the problem still exists, please report this 
directly to NVIDIA, there is nothing we can do about this here.

http://www.nvnews.net/vbulletin/showthread.php?t=46678


Andreas



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



Bug#567781: Conversion of english pages to Unicode, via HTML entities.

2011-05-26 Thread Charles Plessy
Le Thu, May 26, 2011 at 10:31:47AM +0200, Gerfried Fuchs a écrit :
 
  I propose to use smart-change in the steps 1) and 3), so that the
  translators are not disturbed.
 
  If a translation is outdated already, it will disturb translators

Hi Gerfried,

I did not realise that smart_change was not bumping version of outdated
translations, and this clarifies a big misunderstanding.  This said, I could
probably modify smart_change locally if needed.

If you plan to do the migration at Debcamp that is great: this is more free
time for me.  If after Debconf the migration is not done, I will come back with
my proposal.


Cheers,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan



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



Bug#627986: dnsmasq: does not restart with configuration syntax check due to bad hex constant

2011-05-26 Thread Simon Kelley
Vincent van Leeuwen wrote:
 Package: dnsmasq
 Version: 2.57-1
 Severity: important
 
 
 Lines like the following in /etc/dnsmasq.conf cause dnsmasq 2.57 to fail to
 restart:
 
 dhcp-host=00:11:d8:a8:58:21,10.32.1.3,tag:lan,tijger
^^^

There's an error in that line, it should probably be

dhcp-host=00:11:d8:a8:58:21,10.32.1.3,set:lan,tijger


dhcp-host can set tags, but not test them: from the man page

--dhcp-host=[hwaddr][,id:client_id|*][,set:tag][,ipaddr][,hostname][,lease_time][,ignore]


 /var/log/daemon.log reports:
 
 May 26 10:28:14 ur-quan dnsmasq[30846]: bad hex constant at line 228 of 
 /etc/dnsmasq.conf
 May 26 10:28:14 ur-quan dnsmasq[30846]: FAILED to start up
 
 Downgrading to 2.55 (from squeeze) resolves the issue. Commenting the line
 above causes dnsmasq 2.57 to fail on other similar lines.
 


So, 2.55 - 2.57 has gone from not reporting an error, to reporting a
misleading error. That's progress, of a sort. I'll try and make the
message less misleading in the next release.


Cheers,

Simon.






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



Bug#627983: ITP: bmake -- Portable version of NetBSD's make

2011-05-26 Thread Jeroen Schot
Hi,

On Thu, May 26, 2011 at 11:58:49AM +0300, Andrew O. Shadoura wrote:
 Alexey Cheusov and me are already working on creation of the package
 for bmake, so you can join our team instead of doing this on your own.

Good to hear. I've already had contact with Alexey. I'm more than
happy to work together on this. Any resources (Alioth project, VCS
repo) I can check? 

Regards,
-- 
Jeroen Schot


signature.asc
Description: Digital signature


Bug#627989: spamass-milter: Add SMTP AUTH information to received header

2011-05-26 Thread Knut Arne Bjørndal
Package: spamass-milter
Version: 0.3.1-10
Severity: normal
Tags: patch

The synthesized received header that spamass-milter adds does not
contain information on SMTP AUTH. This results in false positives for
mail from for example road-warriors that submit mail from addresses that
are listed in various RBLs, but which should be accepted since they are
authenticated.

The attached patch is based on the one from https://www.linuxhacker.at
/opensource-projects/spamass-milter but both cleaned up so it applies to
the debian source and modified to output (authenticated) even if
auth_ssf isn't available (which it isn't from postfix).

The patched milter is running in production here with
postfix-2.7.1-1+squeeze1 and spamassassin-3.3.1-1 and everything seems
to work just fine.

-- 
Knut Arne Bjørndal, Technician Easy Connect AS - http://1890.no
E-mail: knut.arne.bjorn...@easyconnect.no Phone: +47 53 20 53 25

--- spamass-milter.cpp	2011-05-26 10:32:52.0 +0200
+++ spamass-milter.cpp	2011-05-26 10:44:53.0 +0200
@@ -894,7 +894,8 @@
 		   
 		*/
 		const char *macro_b, *macro_i, *macro_j, *macro_r,
-		   *macro_s, *macro_v, *macro_Z, *macro__;
+		   *macro_s, *macro_v, *macro_Z, *macro__,
+		   *macro_auth_type, *macro_auth_ssf;
 		char date[32];
 
 		/* RFC 822 date. */
@@ -931,7 +932,22 @@
 			macro_r = SMTP;
 			warnmacro(r, ENVRCPT);
 		}
-			
+
+		/* Authenticated bits Information */
+		macro_auth_type = smfi_getsymval(ctx, {auth_type});
+		if (!macro_auth_type)
+		{
+			macro_auth_type = ;
+			warnmacro(auth_type, ENVRCPT);
+		}
+
+		macro_auth_ssf = smfi_getsymval(ctx, {auth_ssf});
+		if (!macro_auth_ssf)
+		{
+			macro_auth_ssf = ;
+			warnmacro(auth_ssf, ENVRCPT);
+		}
+
 		/* Sendmail currently cannot pass us the {s} macro, but
 		   I do not know why.  Leave this in for the day sendmail is
 		   fixed.  Until that day, use the value remembered by
@@ -970,11 +986,22 @@
 		assassin-output((string)X-Envelope-From: +assassin-from()+\r\n);
 		assassin-output((string)X-Envelope-To: +envrcpt[0]+\r\n);
 
-		assassin-output((string)
-			Received: from +macro_s+ (+macro__+)\r\n\t+
-			by +macro_j+ (+macro_v+/+macro_Z+) with +macro_r+ id +macro_i+\r\n\t+
+		string rec_header;
+		rec_header=(string)Received: from +macro_s+ (+macro__+)\r\n\t;
+		if (strlen(macro_auth_type)!=0) {
+			rec_header+=(string)(authenticated;
+			if (strlen(macro_auth_ssf)!=0) {
+rec_header+=(string) bits=+macro_auth_ssf;
+			}
+			rec_header+=(string))\r\n\t;
+		}
+		rec_header+=(string)by +macro_j+(+macro_v+/+macro_Z+) with +
+			macro_r+ id +macro_i+\r\n\t+
 			macro_b+\r\n\t+
-			(envelope-from +assassin-from()+)\r\n);
+			(envelope-from +assassin-from()+\r\n;
+
+		debug(D_SPAMC, Received header for spamc: %s, rec_header.c_str());
+		assassin-output(rec_header);
 
 	} else
 		assassin-output((string)X-Envelope-To: +envrcpt[0]+\r\n);



signature.asc
Description: OpenPGP digital signature


Bug#627990: move apache2 etc. from Recommends: to Suggests:

2011-05-26 Thread Mike Gabriel
Package: man2html
Version: 1.6f+repack-1
Severity: minor

Installing man2html in Debian squeeze currently results in an installation
of apache2. This is probably not want most people want. 

Solution: move apache2 and other web servers from Recommends: to Suggests: 
section.

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages man2html depends on:
ii  debconf [debconf-2.0] 1.5.36.1   Debian configuration management sy
ii  debianutils   3.4Miscellaneous utilities specific t
ii  gawk  1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
ii  libc6 2.13-4 Embedded GNU C Library: Shared lib
ii  man-db2.5.7-8on-line manual pager

Versions of packages man2html recommends:
pn  apache2 | httpd-cgi | lynxnone (no description available)

Versions of packages man2html suggests:
ii  epiphany-browser [www-browser 2.30.6-1   Intuitive GNOME web browser
ii  iceweasel [www-browser]   3.5.16-6   Web browser based on Firefox
ii  manpages  3.27-1 Manual pages about using a GNU/Lin
ii  manpages-dev  3.27-1 Manual pages about using GNU/Linux
pn  swish++   none (no description available)
ii  w3m [www-browser] 0.5.2-9WWW browsable pager with excellent

-- debconf information:
  man2html/index_manpages: true



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



Bug#450760: hex-a-hop: Does not remember fullscreen option

2011-05-26 Thread Ronny Standtke
I would even like to have a command line option to start hex-a-hop in
fullscreen mode. This way it can also become default by adding it to a
(custom) desktop file.

Best regards

Ronny Standtke

-- 
Ronny Standtke Fachhochschule Nordwestschweiz
Dozent Medienpädagogik / ICT   Pädagogische Hochschule
Telefon: +41 32 628 67 08  Obere Sternengasse 7
Mobil  : +41 79 786 81 82  4502 Solothurn




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



Bug#627964: xorg: xorg freezes when stopping hibernating by hitting backspace

2011-05-26 Thread Andreas Beckmann
found 627964 270.41.06-1
tags 627964 + moreinfo upstream
thanks

On 2011-05-26 11:04, Cyril Brulebois wrote:
 Jim Green student.northwest...@gmail.com (25/05/2011):

 I got the following back trace in syslog when trying to stop
 hibernating when system is trying to save image to disk. system
 froze when I hit backspace to stop hibernating.
 
 what follows is a kernel backtrace. Since you're using nvidia stuff, I
 can't do anything for you, I'm therefore reassigning this bug report
 to nvidia maintainers.

Hi Jim,

please retry with 270.41.19-1. If the problem persists, please report
this directly to NVIDIA, we can't fix this.

http://www.nvnews.net/vbulletin/showthread.php?t=46678

Drop a note with a forum link here. Thank you.

Andreas



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



Bug#567781: Conversion of english pages to Unicode, via HTML entities.

2011-05-26 Thread Gerfried Fuchs
* Charles Plessy ple...@debian.org [2011-05-26 11:21:39 CEST]:
 Le Thu, May 26, 2011 at 10:31:47AM +0200, Gerfried Fuchs a écrit :
   I propose to use smart-change in the steps 1) and 3), so that the
   translators are not disturbed.
  
   If a translation is outdated already, it will disturb translators
 
 I did not realise that smart_change was not bumping version of outdated
 translations, and this clarifies a big misunderstanding.  This said, I could
 probably modify smart_change locally if needed.

 Erm, smart_change can't bump versions of outdated translations - how
should translators otherwise be aware that they have to update their
translation? It makes me wonder in what way you would like to modify
smart_change locally.

 If you plan to do the migration at Debcamp that is great: this is more
 free time for me.  If after Debconf the migration is not done, I will
 come back with my proposal.

 Don't let this stop you from doing it - but please (and this will be my
last response on that track) explain to me why you would want to switch
to entities and later remove the entities again instead of directly
switching the encoding with one run? It seems to me you are avoiding
responding to that (you mentioned once that it could get spread over
longer time - but I don't see how it would take a long time to do that,
or need that?). And with which propsal exactly do you want to come back?

 Thanks,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



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



Bug#623194: fvwm 2.6.1

2011-05-26 Thread Sylvestre Ledru
severity 623194 wishlist
thanks

Hello,

I am also interested to see this version into debian!

Sylvestre




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



Bug#601345: battery charge level utterly wrong

2011-05-26 Thread Christophe TROESTLER
I have the very same problem with kernel 2.6.38.2 from kernel.org.
Funnily the wrong percentage given by upower seems to be reported when
the real one is  50%.

$ upower --dump
Device: /org/freedesktop/UPower/devices/line_power_AC
  native-path:  
/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C09:00/ACPI0003:00/power_supply/AC
  power supply: yes
  updated:  Thu May 26 11:17:43 2011 (320 seconds ago)
  has history:  no
  has statistics:   no
  line-power
online: no

Device: /org/freedesktop/UPower/devices/battery_BAT0
  native-path:  
/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C09:00/PNP0C0A:00/power_supply/BAT0
  vendor:   SANYO
  model:42T4710
  serial:   8352
  power supply: yes
  updated:  Thu May 26 11:22:48 2011 (15 seconds ago)
  has history:  yes
  has statistics:   yes
  battery
present: yes
rechargeable:yes
state:   discharging
energy:  89.3217 Wh
energy-empty:0 Wh
energy-full: 924.408 Wh
energy-full-design:  103.496 Wh
energy-rate: 24.2646 W
voltage: 12.521 V
time to empty:   3.7 hours
percentage:  9.66258%
capacity:89.393%
technology:  lithium-ion
  History (charge):
1306401768  9.663   discharging
1306401738  9.691   discharging
1306401708  9.721   discharging
1306401678  9.750   discharging
  History (rate):
1306401770  24.265  discharging
1306401739  25.153  discharging
1306401710  24.742  discharging
1306401679  25.019  discharging

Daemon:
  daemon-version:  0.9.10
  can-suspend: yes
  can-hibernateyes
  on-battery:  yes
  on-low-battery:  yes
  lid-is-closed:   no
  lid-is-present:  yes
  is-docked:   no


$ acpi -V
Battery 0: Discharging, 99%, 03:27:25 remaining
Battery 0: design capacity 9324 mAh, last full capacity 8328 mAh = 89%
Adapter 0: off-line
Thermal 0: ok, 47.0 degrees C
Thermal 0: trip point 0 switches to mode critical at temperature 98.0 degrees C
Thermal 0: trip point 1 switches to mode passive at temperature 127.5 degrees C
Cooling 0: LCD 4 of 15
Cooling 1: Processor 0 of 7
Cooling 2: Processor 0 of 7
Cooling 3: Processor 0 of 7
Cooling 4: Processor 0 of 7
Cooling 5: Processor 0 of 7
Cooling 6: Processor 0 of 7
Cooling 7: Processor 0 of 7
Cooling 8: Processor 0 of 7


$ cat /sys/class/power_supply/BAT0/charge_now 
8088000
$ cat /sys/class/power_supply/BAT0/charge_full
8328000



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



Bug#625555: buildbot-slave: disabling a slave in /etc/default/buildslave does not work

2011-05-26 Thread Andriy Senkovych
Hello,

Thank you for your patches and report. I changed the patch a bit to
remove duplicate logic and pushed them for both buildbot and
buildbot-slave packages to upstream [1].

 I would gladly provide a patch that switches the ENABLED value to 1,
 since 0 is a very weird integer value for TRUE)

There might be an issue with backward compatibility, so I asked
upstream to make a decision on this.

Thank you again for your help. I'll prepare the packages right after I
get answer from upstream.

 [1]: https://github.com/buildbot/buildbot/pull/135

-- 
WBR, Andriy Senkovych



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



Bug#627983: ITP: bmake -- Portable version of NetBSD's make

2011-05-26 Thread Andrew O. Shadoura
Hello,

On Thu, 26 May 2011 11:09:27 +0200
Jeroen Schot sc...@a-eskwadraat.nl wrote:

  Alexey Cheusov and me are already working on creation of the package
  for bmake, so you can join our team instead of doing this on your
  own.

 Good to hear. I've already had contact with Alexey. I'm more than
 happy to work together on this. Any resources (Alioth project, VCS
 repo) I can check? 

First of all,
http://mova.org/~cheusov/pub/debian/dists/lenny/main/source/

Here are the original packages by Alexey. They have some problems, they
aren't really policy-compliant and so on. I did some work on some of
them, mostly bmake. I keep it versioned in Mercurial repository here:
  http://anonscm.debian.org/hg/collab-maint/bmake/
  http://anonscm.debian.org/hg/collab-maint/pkgsrc-mk-files/ (not much
here yet).

(After Alioth migration, hgweb isn't operational yet, but cloning via
http works, however.)

Last Friday, he had a discussion with Alexey and decided that we will
do the packaging work on these and other packages together as soon as
he gets an Alioth account.

-- 
WBR, Andrew


signature.asc
Description: PGP signature


Bug#452412: fuse: moving to /, adding to initramfs

2011-05-26 Thread Daniel Baumann

tag 505691 - wontfix
tag 505691 pending
tag 452412 - wontfix
tag 452412 pending
thanks

will look into it in the next couple of days.

--
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



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



Bug#627608: nvidia-glx: Notifications cause black area in top left of screen

2011-05-26 Thread Andreas Beckmann
tags 627608 + moreinfo upstream
thanks

Hi Manuel,

please try the new upstream release, packaged as 270.41.19-1.

Andreas



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



Bug#510463: [fuse-utils] Add a fuse(5) man page

2011-05-26 Thread Daniel Baumann

tag 510463 pending
thanks

fixed in git.

--
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



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



Bug#627991: RFP: kde-l10n-se -- Northern Sami (se) localization files for KDE

2011-05-26 Thread Christopher Forster
Package: wnpp
Version: 4:4.4.5-1; reported 2011-03-21
Severity: wishlist
 
* Package name : kde-l10n-se
Version : 4:4.4.5-1
Upstream Author : Børre Gaup boe...@skolelinux.no
* URL : http://developer.skolelinux.no/info/samisk/index.html.en
* License : GPL
Description : Northern Sami Localization for KDE. This package contains
the Northern Sami translations for applications from the official KDE 4
release. 
 


Ppfont face=Arial, Helvetica, sans-serif size=2 
style=font-size:13.5px___BRHitta
 ditt drömjobb -
a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Hotell-Restaurang-och-Turism--1500.html;Turism/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Forsaeljning-och-Inkop--200.html;Försäljning/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Haelsa-och-Sjukvard--1400.html;Sjukvård/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Ekonomi--400.html;Ekonomi/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Data-och-IT--100.html;IT/a
/font

Bug#627992: RFP: koffice-l10n-se -- Northern Sami (se) language support for Koffice

2011-05-26 Thread Christopher Forster
Package: wnpp
Version: 2.3.1-3; reported 2011-03-21
Severity: wishlist
 
* Package name : koffice-l10n-se
Version : 2.3.1-3
Upstream Author : Børre Gaup boe...@skolelinux.no
* URL : http://developer.skolelinux.no/info/samisk/index.html.en
http://developer.skolelinux.no/info/samisk/index.html.en 
* License : GPL
Description : Northern Sami Localization for KDE. This package contains
the Northern Sami translations for all applications in the KDE Office
Suite. 


Ppfont face=Arial, Helvetica, sans-serif size=2 
style=font-size:13.5px___BRHitta
 ditt drömjobb -
a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Hotell-Restaurang-och-Turism--1500.html;Turism/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Forsaeljning-och-Inkop--200.html;Försäljning/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Haelsa-och-Sjukvard--1400.html;Sjukvård/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Ekonomi--400.html;Ekonomi/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Data-och-IT--100.html;IT/a
/font

Bug#627993: RFP: ipmasq -- IP Masquerade NAT (Network Adress Translation)

2011-05-26 Thread Christopher Forster
Package: wnpp
Version: 4.0.8-7; reported 2011-03-21
Severity: wishlist
 
* Package name : ipmasq
Version : 4.0.8-7
Upstream Author : Brian Bassett bbass...@bbassett.net
* URL : http://www.bbassett.net/ipmasq/
http://www.bbassett.net/ipmasq/ 
* License : GPL
Description : This package contains scripts to initialize IP Masquerade
for use as a firewall. IP Masquerade is a feature of Linux that allows
an entire network of computers to be connected to another network
(usually the Internet) with only one network address on the other
network. IP Masquerade is often referred to as NAT (Network Address
Translation) on other platforms.


Ppfont face=Arial, Helvetica, sans-serif size=2 
style=font-size:13.5px___BRHitta
 ditt drömjobb -
a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Hotell-Restaurang-och-Turism--1500.html;Turism/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Forsaeljning-och-Inkop--200.html;Försäljning/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Haelsa-och-Sjukvard--1400.html;Sjukvård/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Ekonomi--400.html;Ekonomi/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Data-och-IT--100.html;IT/a
/font

Bug#627994: RFP: usb-imagewriter -- A GUI tool to write .img files

2011-05-26 Thread Christopher Forster
Package: wnpp
Version: 0.1.3-0ubuntu4; reported 2009-10-27
Severity: wishlist
 
* Package name : usb-imagewriter
Version : 
Upstream Author : Oliver Grawert
* URL : https://launchpad.net/usb-imagewriter
https://launchpad.net/usb-imagewriter 
* License : GPL
Description : A GUI tool to write .img files like produced by the
ubuntu-mobile team for UME to USB Keys. 


Ppfont face=Arial, Helvetica, sans-serif size=2 
style=font-size:13.5px___BRHitta
 ditt drömjobb -
a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Hotell-Restaurang-och-Turism--1500.html;Turism/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Forsaeljning-och-Inkop--200.html;Försäljning/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Haelsa-och-Sjukvard--1400.html;Sjukvård/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Ekonomi--400.html;Ekonomi/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Data-och-IT--100.html;IT/a
/font

Bug#627995: RFP: fribid -- FriBID for the Swedish e-id system called BankID

2011-05-26 Thread Christopher Forster
Package: wnpp
Version: 0.2.2; reported 2011-04-10
Severity: wishlist
 
* Package name : fribid
Version : 0.2.2
Upstream Author : Samuel Lidén Borell sam...@slbdata.se
* URL : http://fribid.se/ http://fribid.se/ 
* License : MIT
Description : FriBID is an open source software for the Swedish e-id
system called BankID. It's an open source software to handle BankID on
websites. 


Ppfont face=Arial, Helvetica, sans-serif size=2 
style=font-size:13.5px___BRHitta
 ditt drömjobb -
a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Hotell-Restaurang-och-Turism--1500.html;Turism/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Forsaeljning-och-Inkop--200.html;Försäljning/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Haelsa-och-Sjukvard--1400.html;Sjukvård/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Ekonomi--400.html;Ekonomi/a

a 
href=http://secure-dk.imrworldwide.com/cgi-bin/b?ci=aller-kampanj-secg=spraytu=http%3A%2F%2Fwww.stepstone.se%2Fjobb-i--Data-och-IT--100.html;IT/a
/font

Bug#626522: libfuse-dev: examples file fioc.h missing

2011-05-26 Thread Daniel Baumann

tag 626522 pending
thanks

fixed in git.

--
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



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



Bug#626662: [pkg-cli-apps-team] Bug#626662: [f-spot] f-spot refuses to run

2011-05-26 Thread Iain Lane

severity 626662 important
tags 626662 + unreproducible
thanks

Hi there,

On Sat, May 14, 2011 at 11:18:51AM +0700, ras wrote:

Package: f-spot
Version: 0.6.2-2
Severity: critical

F-Spot starts, shows critical error dialog box and exits when I press Close 
button.
Here's what dialog box says:

===
An unhandled exception was thrown: Object reference not set to an instance of 
an object

 at FSpot.Widgets.PhotoImageView.LoadErrorImage (System.Exception e) [0x0] in 
filename unknown:0


Thanks for your report.

This line makes me suspicious that a particular image in your f-spot 
library is causing the program to crash. Would you be able to try 
cleaning your library out and using f-spot then?


You could also try installing f-spot 0.8.2.2 from testing and see if 
that fixes your problem. It has much more robust image loading code.


If I'm right and you're able to discern which image breaks f-spot (by 
adding them back gradually) then we may be able to make some progress.


Cheers,
Iain


signature.asc
Description: Digital signature


Bug#356429: fuse entries in /etc/fstab considered invalid

2011-05-26 Thread Daniel Baumann

retitle 356429 entries in /etc/fstab considered invalid
reassign 356429 sshfs
thanks

this is not a bug in fuse, reassigning.

--
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



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



Bug#627996: Tool to automatically mark packages as auto-installed

2011-05-26 Thread Mente Binária | Sérgio Santos
Package: synaptic
Version: 0.75.1ubuntu2
Severity: wishlist

Thank you for Synaptic. I've tried all the other popular package managers and 
this is definitely the best (although it could borrow some ideas from YaST).

I like to keep my system free from unnecessary packages, and a feature that 
would greatly help me do this would be a tool that would go through each 
package not marked as auto-installed and check if any dependant package is 
installed. If any dependant package is installed, mark the current package as 
auto-installed. This seems like a simple algorithm to implement.

One other similar feature would also help: a tool that would first mark all 
installed packages as auto-installed and then go through each package marked as 
auto-installed, checking if any dependant package is installed. The tool would 
go through the tree of packages and only unmark the main package(s) as 
auto-installed.
This algorithm comes to mind:
- a pointer to an array of installed packages (the packages in this array could 
be sorted by decreasing number of dependencies, to increase the efficiency of 
the tool) would be supplied to a recurring function, which would also accept a 
single package as a second parameter;
- this function would pick the first package still in the array (if that second 
parameter isn't given) and remove that package from the array;
- then, if the function finds that none of the dependant packages is installed, 
it unmarks the current package as auto-installed and exits;
- otherwise, the function calls itself for each dependant packages still in the 
array;

I don't even know if the programming language of Synaptic supports what i 
describe here, but any of these features would make it easier for a user to 
remove unnecessary packages, and the second function could be reused by an 
automated package removal tool. I am indeed a programmer, but i think such 
features would be easier to implement for someone who is already in the project.



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



Bug#626662: [pkg-cli-apps-team] Bug#626662: [f-spot] f-spot refuses to run

2011-05-26 Thread Iain Lane

On Thu, May 26, 2011 at 11:15:29AM +0100, Iain Lane wrote:

severity 626662 important
tags 626662 + unreproducible
thanks

Hi there,

On Sat, May 14, 2011 at 11:18:51AM +0700, ras wrote:

Package: f-spot
Version: 0.6.2-2
Severity: critical

F-Spot starts, shows critical error dialog box and exits when I press Close 
button.
Here's what dialog box says:

===
An unhandled exception was thrown: Object reference not set to an instance of 
an object

at FSpot.Widgets.PhotoImageView.LoadErrorImage (System.Exception e) [0x0] in 
filename unknown:0


Thanks for your report.

This line makes me suspicious that a particular image in your f-spot 
library is causing the program to crash. Would you be able to try 
cleaning your library out and using f-spot then?


Sorry, should have mentioned that you do this by removing or moving 
~/.config/f-spot/photos.db


Iain


signature.asc
Description: Digital signature


Bug#627652: Please don't use obsolete libsysfs-dev any more

2011-05-26 Thread Gregor Jasny
Hello Martin,

I'm on holidays for the next 14 days and will take care of this report
afterwards.

Thanks,
Gregor


Bug#627997: mime-support: Extension associated with MIME type application/pgp-signature doesn't match GnuPG's default

2011-05-26 Thread T(A)ILS developers
Package: mime-support
Version: 3.48-1
Severity: normal


The only extension associated with MIME type application/pgp-signature in
/etc/mime.types is 'pgp'. In GnuPG, the default extensions for detached
signatures are .sig and .asc.

I'd like to see the .sig extension being also associated with MIME type
application/pgp-signature. The .asc extension already corresponds to MIME type
text/plain.

I'm not sure whether this is a mime-support or GnuPG bug.



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



Bug#556689: xawtv: diff for NMU version 3.95.dfsg.1-8.2

2011-05-26 Thread Alessio Treglia
Dear maintainer,

I've prepared an NMU for xawtv (versioned as 3.95.dfsg.1-8.2). The diff
is attached to this message.

Regards.
diff -u xawtv-3.95.dfsg.1/debian/control xawtv-3.95.dfsg.1/debian/control
--- xawtv-3.95.dfsg.1/debian/control
+++ xawtv-3.95.dfsg.1/debian/control
@@ -1,7 +1,7 @@
 Source: xawtv
 Section: graphics
 Priority: extra
-Build-Depends: debhelper (= 5), dpatch, libjpeg62-dev,
libncurses5-dev, libx11-dev, libxext-dev, libxinerama-dev, libxmu-dev,
libxpm-dev, libxrandr-dev, libxt-dev, libxv-dev, libxxf86dga-dev,
libxxf86vm-dev, x-dev, liblircclient-dev, xutils, xbase-clients,
libaa1-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64
!hurd-i386], libzvbi-dev (= 0.2.1), libquicktime-dev (= 0.9.9),
libxaw7-dev, libgl1-mesa-dev, libxft-dev, po-debconf, libpng12-dev,
libglib2.0-dev, libfs-dev, libdv-dev
+Build-Depends: debhelper (= 5), dpatch, libjpeg62-dev,
libncurses5-dev, libx11-dev, libxext-dev, libxinerama-dev, libxmu-dev,
libxpm-dev, libxrandr-dev, libxt-dev, libxv-dev, libxxf86dga-dev,
libxxf86vm-dev, x11proto-core-dev, liblircclient-dev, xutils,
xbase-clients, libaa1-dev, libasound2-dev [!kfreebsd-i386
!kfreebsd-amd64 !hurd-i386], libzvbi-dev (= 0.2.1), libquicktime-dev
(= 0.9.9), libxaw7-dev, libgl1-mesa-dev, libxft-dev, po-debconf,
libpng12-dev, libglib2.0-dev, libfs-dev, libdv-dev
 Maintainer: Krzysztof Burghardt krzysz...@burghardt.pl
 Standards-Version: 3.7.3

diff -u xawtv-3.95.dfsg.1/debian/changelog xawtv-3.95.dfsg.1/debian/changelog
--- xawtv-3.95.dfsg.1/debian/changelog
+++ xawtv-3.95.dfsg.1/debian/changelog
@@ -1,3 +1,14 @@
+xawtv (3.95.dfsg.1-8.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with binutils-fold (Closes: #556689);
+patch from Felix Geyer.
+  * Replace x-dev with x11proto-core-dev in the Build-Depends field;
+report and patch come from Julien Cristau (Closes:# 515517).
+  * Also rebuild with newest libquicktime in sid.
+
+ -- Alessio Treglia ales...@debian.org  Thu, 26 May 2011 12:05:53 +0200
+
 xawtv (3.95.dfsg.1-8.1) unstable; urgency=low

   * Non-maintainer upload.
diff -u xawtv-3.95.dfsg.1/debian/po/tr.po xawtv-3.95.dfsg.1/debian/po/tr.po
--- xawtv-3.95.dfsg.1/debian/po/tr.po
+++ xawtv-3.95.dfsg.1/debian/po/tr.po
@@ -10,6 +10,7 @@
 PO-Revision-Date: 2004-05-15 11:11+0300\n
 Last-Translator: Recai Oktaş rok...@omu.edu.tr\n
 Language-Team: Turkish debian-l10n-turk...@lists.debian.org\n
+Language: tr\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
diff -u xawtv-3.95.dfsg.1/debian/po/cs.po xawtv-3.95.dfsg.1/debian/po/cs.po
--- xawtv-3.95.dfsg.1/debian/po/cs.po
+++ xawtv-3.95.dfsg.1/debian/po/cs.po
@@ -19,6 +19,7 @@
 PO-Revision-Date: 2007-11-04 14:51+0100\n
 Last-Translator: Miroslav Kure ku...@debian.cz\n
 Language-Team: Czech debian-l10n-cz...@lists.debian.org\n
+Language: cs\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
diff -u xawtv-3.95.dfsg.1/debian/po/pt.po xawtv-3.95.dfsg.1/debian/po/pt.po
--- xawtv-3.95.dfsg.1/debian/po/pt.po
+++ xawtv-3.95.dfsg.1/debian/po/pt.po
@@ -4,8 +4,8 @@
 # Rui Branco ru...@debianpt.org, 2006.
 # 2007-08-26 - Rui Branco ru...@debianpt.org - 3f
 # 2007-11-08 - Rui Branco ru...@debianpt.org - 17u5f
-#
-#
+#
+#
 msgid 
 msgstr 
 Project-Id-Version: xawtv 3.95.dfsg.1-5\n
@@ -14,6 +14,7 @@
 PO-Revision-Date: 2007-11-09 00:00+\n
 Last-Translator: Rui Branco ru...@debianpt.org\n
 Language-Team: Portuguese tra...@debianpt.org\n
+Language: pt\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
diff -u xawtv-3.95.dfsg.1/debian/po/ja.po xawtv-3.95.dfsg.1/debian/po/ja.po
--- xawtv-3.95.dfsg.1/debian/po/ja.po
+++ xawtv-3.95.dfsg.1/debian/po/ja.po
@@ -6,6 +6,7 @@
 PO-Revision-Date: 2007-10-30 22:04+0900\n
 Last-Translator: Hideki Yamane (Debian-JP) henr...@debian.or.jp\n
 Language-Team: Japanese debian-japan...@lists.debian.org\n
+Language: ja\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
diff -u xawtv-3.95.dfsg.1/debian/po/es.po xawtv-3.95.dfsg.1/debian/po/es.po
--- xawtv-3.95.dfsg.1/debian/po/es.po
+++ xawtv-3.95.dfsg.1/debian/po/es.po
@@ -28,6 +28,7 @@
 PO-Revision-Date: 2007-10-26 04:20+0200\n
 Last-Translator: Carlos Valdivia Yagüe val...@dat.etsit.upm.es\n
 Language-Team: Debian L10n Spanish debian-l10n-span...@lists.debian.org\n
+Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
diff -u xawtv-3.95.dfsg.1/debian/po/fi.po xawtv-3.95.dfsg.1/debian/po/fi.po
--- xawtv-3.95.dfsg.1/debian/po/fi.po
+++ xawtv-3.95.dfsg.1/debian/po/fi.po
@@ -6,6 +6,7 @@
 PO-Revision-Date: 2007-10-25 21:25+0200\n
 Last-Translator: Esko Arajärvi e...@iki.fi\n
 Language-Team: Finnish debian-l10n-finn...@lists.debian.org\n
+Language: fi\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
diff -u 

Bug#592419: glassfish-javaee: Please provide a copy of jstl jar in /usr/share/java directory

2011-05-26 Thread James Page


On 26 May 2011, at 10:06, Onkar Shinde onkarshi...@ubuntu.com wrote:

 On Wed, May 25, 2011 at 10:06 PM, Damien Raude-Morvan
 draz...@drazzib.com wrote:
 Hi Tony,
 
 On Wed, 25 May 2011 08:34:29 -0700, tony mancill tmanc...@debian.org
 wrote:
 It might be better that it's not named jstl.jar, as it doesn't seem to
 provide
 all of the classes that other JARs floating around with that name
 provide.
 Specifically, I was hoping that wiring up Tomcat to this JAR would solve
 the
 issue with the tag plugin examples in tomcat6-examples and
 tomcat7-examples
 (#606768).  But tomcat still needs something to provide the
 javax.servlet.jsp.jstl.* classes.
 
 JFTR, I know two things named JSTL :
 
 - javax.servlet.jsp.jstl.* (JavaServer Pages Standard Tag Library)
  - http://mvnrepository.com/artifact/jstl/jstl/1.1.2
  - Homepage: http://java.sun.com/products/jsp/jstl/
 
 - org.apache.taglibs.standard.* (Apache Standard Taglib)
  - http://mvnrepository.com/artifact/taglibs/standard/1.0.6
  - Homepage: http://tomcat.apache.org/taglibs/index.html
 
 The link with title 'Apache Standard Taglib' on the second page
 actually leads to a download which contains both Apache Standard
 Taglib (standard.jar) and reference implementation of JSTL (jstl.jar)
 http://tomcat.apache.org/taglibs/standard/
 
 I have a half-done package of this taglib I mention lying on my
 machine. The package builds fine but I haven't completed the
 debian/copyright file. I will try to complete it over weekend and
 upload it on mentors.d.n for sponsorship. Worst case I will at least
 push everything to SVN/GIT so that someone else can continue.


I also did some packaging work on this as part of the work I have done on 
Jenkins

It's probably worth versioning the library in the same way that jsp and servlet 
are e.g libjstl1.1-java for the 1.1 spec.

My packaging work can be found here http://launchpad.net/~hudson-ubuntu under 
the code section.

HTH

James





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



Bug#613256: Dependencies packaged

2011-05-26 Thread Giovanni Mascellani
Hi.

I packages the last missing dependencies for pandoc and could compile it
using the attached patches (that could require some more polish work,
because I didn't use the *.in generators).

Please, upload the new pandoc ASAP, as I need it for gitit.

Thanks, Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org
From 81da51a14509badc012bdc65469f1b9575f7bb6f Mon Sep 17 00:00:00 2001
From: Giovanni Mascellani mascell...@poisson.phc.unipi.it
Date: Wed, 25 May 2011 10:16:22 +0200
Subject: [PATCH 1/3] Fixed HTTP dependency.

---
 debian/changelog |6 +-
 debian/control   |2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c1b69e4..2ac916a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 pandoc (1.8.0.3-1) UNRELEASED; urgency=low
 
+  [ Jonas Smedegaard ]
   * New upstream release.
   * Update copyright file format to DEP5 draft 174.
   * Update long descriptions to mention newly supported formats and
@@ -10,7 +11,10 @@ pandoc (1.8.0.3-1) UNRELEASED; urgency=low
   * Bump policy compliance to standards-version 3.9.2.
   * Adapt (build-)dependencies to new GHC naming scheme.
 
- -- Jonas Smedegaard d...@jones.dk  Thu, 14 Apr 2011 02:03:54 +0200
+  [ Giovanni Mascellani ]
+  * Fix dependencies not agreeing with cabal description.
+
+ -- Giovanni Mascellani g...@debian.org  Wed, 25 May 2011 10:15:18 +0200
 
 pandoc (1.6-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 1a7aced..7f9e7b3 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends: cdbs (= 0.4.70~),
  libghc-zip-archive-dev ( 0.2),
  libghc-utf8-string-dev,
  libghc-old-time-dev,
- libghc-http-dev ( 4200),
+ libghc-http-dev ( 1:4000.2),
  libghc-texmath-dev ( 0.6),
  libghc-xml-dev ( 1.4),
  libghc-random-dev,
-- 
1.7.5.1

From 3ac37b9933430c665d84e21006028d665ce7899f Mon Sep 17 00:00:00 2001
From: Giovanni Mascellani mascell...@poisson.phc.unipi.it
Date: Wed, 25 May 2011 16:06:55 +0200
Subject: [PATCH 2/3] Version fixed.

---
 debian/changelog |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2ac916a..f446773 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pandoc (1.8.0.3-1) UNRELEASED; urgency=low
+pandoc (1.8.1.1-1) UNRELEASED; urgency=low
 
   [ Jonas Smedegaard ]
   * New upstream release.
-- 
1.7.5.1

From 068ad55e5c234466ffbb61591e91f824613b4b9c Mon Sep 17 00:00:00 2001
From: Giovanni Mascellani mascell...@poisson.phc.unipi.it
Date: Wed, 25 May 2011 19:07:30 +0200
Subject: [PATCH 3/3] Fixing packages names.

---
 debian/control |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 7f9e7b3..63d0367 100644
--- a/debian/control
+++ b/debian/control
@@ -77,7 +77,7 @@ Description: general markup converter
  markdown2pdf for converting markdown documents to PDFs via LaTeX
  (requires texlive-latex-extra) or XeLaTeX (requires texlive-xetex).
 
-Package: libghc6-pandoc-dev
+Package: libghc-pandoc-dev
 Section: haskell
 Priority: extra
 Architecture: any
@@ -107,7 +107,7 @@ Description: general markup converter
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-pandoc-doc
+Package: libghc-pandoc-doc
 Section: doc
 Priority: extra
 Architecture: all
-- 
1.7.5.1



signature.asc
Description: OpenPGP digital signature


Bug#627998: ntfs-3g: ntfs-3g installed to /bin, depend on library in /usr

2011-05-26 Thread Hilko Bengen
Package: ntfs-3g
Version: 1:2011.1.15AR.4+2011.4.12-1
Severity: grave
Tags: patch

I appreciate your effort moving ntfs-3g to the root FS very much.
However...

,
| $ ldd /bin/ntfs-3g
|   linux-vdso.so.1 =  (0x7fff54bff000)
|   libfuse.so.2 = /usr/lib/libfuse.so.2 (0x7f6c40301000)
|   librt.so.1 = /lib/librt.so.1 (0x7f6c400f9000)
|   libdl.so.2 = /lib/libdl.so.2 (0x7f6c3fef4000)
|   libntfs-3g.so.804 = /lib/libntfs-3g.so.804 (0x7f6c3fcae000)
|   libpthread.so.0 = /lib/libpthread.so.0 (0x7f6c3fa92000)
|   libc.so.6 = /lib/libc.so.6 (0x7f6c3f70e000)
|   /lib64/ld-linux-x86-64.so.2 (0x7f6c4055c000)
`

...building ntfs-3g against the external FUSE library (another recent
change) brings in a dependency on a file in /usr , thereby breaking
/bin/ntfs-3g if /usr resides on a separate filesystem that couldn't be
mounted on system start.

The attached patch reverts the change to debian/rules, so libntfs-3g is
again built using libfuse-lite. I have verified that the package still
builds and that the resulting ntfs-3g binary is still able to present
NTFS filesystems through the FUSE interface.

Linking libntfs-3g against an external FUSE library also causes problems
similar to what I reported in #627929, although I believe that this
could and should be solved using pkg-config.

Cheers,
-Hilko

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ntfs-3g depends on:
ii  debconf [deb 1.5.39  Debian configuration management sy
ii  fuse-utils   2.8.4-1.5   Filesystem in USErspace (utilities
ii  libc62.13-4  Embedded GNU C Library: Shared lib
ii  libfuse2 2.8.4-1.5   Filesystem in USErspace library
ii  libntfs-3g80 1:2011.1.15AR.4+2011.4.12-1 read-write NTFS driver for FUSE (l

ntfs-3g recommends no packages.

ntfs-3g suggests no packages.

-- debconf information:
  ntfs-3g/setuid-root: false
diff --git a/debian/rules b/debian/rules
index 35b9369..4c44746 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,6 @@ override_dh_auto_configure:
 --exec-prefix=/ \
 --mandir=\$${prefix}/share/man \
 --disable-ldconfig \
---with-fuse=external \
 CFLAGS=$(CFLAGS) \
 LDFLAGS=-Wl,-z,defs
 


Bug#601546: initscripts: /etc/init.d/mountall.sh should depend on fuse to allow fuse-based FS mounts in /etc/fstab

2011-05-26 Thread Daniel Baumann

tag 601546 pending
thanks

fixed in git.

--
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



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



Bug#627883: initramfs-tools: uses wrong NIC for DHCP, persistent-net invents eth1-eth0?

2011-05-26 Thread Timo Juhani Lindfors
m...@linux.it (Marco d'Itri) writes:
 Did you rebuild the initramfs as explained in README.Debian?
 Search for NEED_PERSISTENT_NET.

Yes it detected the scenario automatically since fstab has

/dev/nfs /   nfserrors=remount-ro 0   0

which is matched by

/usr/share/initramfs-tools/hooks/udev:  if   egrep -q 
'^/dev/(nbd|nd[a-z]|etherd/e)[^[:space:]]+[[:space:]]+/[[:space:]]' /etc/fstab; 
then

The right 70-persistent-net.rules is inside the initramfs image:

oper@watt:~$ zcat /boot/initrd.img-2.6.32-5-amd64 | cpio -i --to-stdout 
lib/udev/rules.d/70-persistent-net.rules
# lindi: ethernet port #1 (BIOS boots using this)
SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==00:25:90:36:c0:d2, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth0

# PCI device 0x8086:0x10ec (ixgbe)
SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==00:1b:21:a1:d7:83, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth2

# PCI device 0x8086:0x10ec (ixgbe)
SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==00:1b:21:a1:d7:82, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth3

# PCI device 0x8086:0x10c9 (igb)
SUBSYSTEM==net, ACTION==add, DRIVERS==?*, 
ATTR{address}==00:25:90:36:c0:d3, ATTR{dev_id}==0x0, ATTR{type}==1, 
KERNEL==eth*, NAME=eth1
53853 blocks



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



Bug#627999: dovecot-antispam: New upstream version 1.4-rc4 available

2011-05-26 Thread Rahul Amaram
Package: dovecot-antispam
Severity: wishlist

New upstream version 1.4-rc4 available. Kindly update.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#584710: (no subject)

2011-05-26 Thread Daniel Baumann

tag 584710 pending
thanks

fixed in git.

--
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



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



Bug#614191: gscan2pdf Bug #538233

2011-05-26 Thread Frank Becker
Hi Jeffrey,

after some updates in Squeeze and after switching my desktop-environment
to xfce gscan2pdf works fine. You can close that bugreport.

Thanks again for your work and best wishes from Germany.

-- 
Frank Becker
Weidestr. 9A
34127 Kassel
Tel. 0561/17064
Fax 0561/2029865
GPG-Schlüssel-ID: 0xBC5E18BD




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



Bug#627998: ntfs-3g: ntfs-3g installed to /bin, depend on library in /usr

2011-05-26 Thread Daniel Baumann

tag 627998 - patch
retitle 627998 Depends on libraries in /usr
forcemerge 627998 627872
thanks

On 05/26/2011 12:27 PM, Hilko Bengen wrote:

The attached patch reverts the change to debian/rules, so libntfs-3g is
again built using libfuse-lite.


i don't think that makes much sense. it's temporary, i'll move fuse to / 
with one of the next uploads anyway and we're fine.


--
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



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



Bug#628000: dosemu: got eVGAEmuFault when run Thai Driver

2011-05-26 Thread Widhaya Trisarnwadhana
Package: dosemu
Version: 1.4.0+svn.1999-2
Severity: normal

dosemu 1.4.0+svn.2010-1 got this errer msg:
ERROR: eVGAEmuFault: unimplemented decode instr at b5a09df4: fca766f3

when call Thai Driver in freedos



-- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), 
(101, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.37-2-686 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dosemu depends on:
ii  libasound21.0.23-4   shared library for ALSA applicatio
ii  libc6 2.13-4 Embedded GNU C Library: Shared lib
ii  libgpm2   1.20.4-3.4 General Purpose Mouse - shared lib
ii  libsdl1.2debian   1.2.14-6.4 Simple DirectMedia Layer
ii  libslang2 2.2.4-2S-Lang programming library - runti
ii  libsndfile1   1.0.24-1   Library for reading/writing audio 
ii  libx11-6  2:1.4.3-1  X11 client-side library
ii  libxext6  2:1.3.0-1  X11 miscellaneous extension librar
ii  libxxf86vm1   1:1.1.1-1  X11 XFree86 video mode extension l
ii  xfonts-utils  1:7.6~1X Window System font utility progr

dosemu recommends no packages.

dosemu suggests no packages.

-- Configuration Files:
/etc/dosemu/dosemu.conf changed:
$_lpt1 = lpr -l -P epson
$_lpt2 = lpr -l -P epson2


-- no debconf information



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



Bug#628001: systemd: many false error messages about /dev/autofs

2011-05-26 Thread Russell Coker
Package: systemd
Version: 25-2
Severity: normal

Below are some of the messages I get on boot from systemd trying to do
something with autofs.  On the system in question I have never installed any
autofs related packages and I have no wish for autofs to be enabled.  The system
doesn't have any kernel modules available for starting autofs.

Is systemd designed to depend on autofs functionality?

[3.257382] 27systemd[1]: Failed to open /dev/autofs: No such file or 
directory
[3.257485] 27systemd[1]: Failed to initialize automounter: No such file 
or directory
[3.282983] 27systemd[1]: Failed to open /dev/autofs: No such file or 
directory
[3.283079] 27systemd[1]: Failed to initialize automounter: No such file 
or directory
[3.283265] 29systemd[1]: Unit sys-kernel-debug.automount entered failed 
state.
[3.283572] 27systemd[1]: Failed to open /dev/autofs: No such file or 
directory
[3.283663] 27systemd[1]: Failed to initialize automounter: No such file 
or directory
[3.283779] 29systemd[1]: Unit proc-sys-fs-binfmt_misc.automount entered 
failed state.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-xen-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages systemd depends on:
ii  initscripts 2.88dsf-13.7 scripts for initializing and shutt
ii  libaudit0   1.7.13-1.1   Dynamic library for security audit
ii  libc6   2.13-4   Embedded GNU C Library: Shared lib
ii  libcap2 1:2.21-1 support for getting/setting POSIX.
ii  libcryptsetup1  2:1.3.0-3libcryptsetup shared library
ii  libdbus-1-3 1.4.8-3  simple interprocess messaging syst
ii  libpam0g1.1.2-3  Pluggable Authentication Modules l
ii  libselinux1 2.0.98-1+b1  SELinux runtime shared libraries
ii  libudev0170-1libudev shared library
ii  libwrap07.6.q-19 Wietse Venema's TCP wrappers libra
ii  util-linux  2.17.2-9.1   Miscellaneous system utilities

Versions of packages systemd recommends:
pn  libpam-systemdnone (no description available)

Versions of packages systemd suggests:
ii  python2.6.6-14   interactive high-level object-orie
pn  systemd-gui   none (no description available)

-- no debconf information



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



Bug#613256: Dependencies packaged

2011-05-26 Thread Jonas Smedegaard
tags 613256 pending
thanks

On 11-05-26 at 12:18pm, Giovanni Mascellani wrote:
 I packages the last missing dependencies for pandoc and could compile 
 it using the attached patches (that could require some more polish 
 work, because I didn't use the *.in generators).
 
 Please, upload the new pandoc ASAP, as I need it for gitit.


Awesome. Thanks!


Actually, some of your patches I already had on my desktop, just not 
commit'ed to git yet.  But the package renamings I had missed, so thanks 
again!


I am preparing a release for unstable now.


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#567781: Conversion of english pages to Unicode, via HTML entities.

2011-05-26 Thread Charles Plessy
Le Thu, May 26, 2011 at 11:32:47AM +0200, Gerfried Fuchs a écrit :
 smart_change can't bump versions of outdated translations - how
 should translators otherwise be aware that they have to update their
 translation?

Good point.  I thought about keeping the outdate count constant during the
operation, but of course the information of which is the last translated
version would be corrupted.

I do not think that I will ever have a large enough time window to work on a
single-run switch by myself.  I would like the Unicode transition to be done,
and if nobody else does it I propose to do it myself or together, step by step,
in an asynchronous manner.  The time I dedicate to Debian is usually very
fragmented.

If I come back with a proposal, I will

 - list the pages that need a conversion,
 - report if they have outdated translations,
 - report which translations would be likely to be modified by a smart-change,
 - detail how I propose to solve that problem.

Cheers,

-- 
Charles



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



Bug#567781: Conversion of english pages to Unicode, via HTML entities.

2011-05-26 Thread Gerfried Fuchs
   Hi!

 Just for the record, to cut the discussion short and instead do
something than being side-tracked any further by comments that ignore
the actual questions instead of trying to get things done, I converted
the 445 files in the english/ part that were latin1 encoded to utf8,
changed the .wmlrc and did call smart_change with a
stupidpatternthatdoesntexist to bump all the translations.

 So from now on, commits to english/ that are containing non-ascii
characters MUST be utf-8 encoded. We'll see what might (or might not)
break after the next build which is expected in half an hour.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



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



Bug#628002: mirror submission for debian.mirror.tn

2011-05-26 Thread Agence_Tunisienne_Internet
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: debian.mirror.tn
Type: leaf
Archive-architecture: ALL amd64 arm armel hurd-i386 i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel powerpc s390 sparc 
Archive-http: /
IPv6: no
Archive-upstream: ftp.de.debian.org
Updates: twice
Maintainer: Agence_Tunisienne_Internet hebergem...@ati.tn
Country: TN Tunisia



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



Bug#624794: Please add support for VMWare drivers (vmxnet3 and vmwgfx)

2011-05-26 Thread Hideki Yamane
Hi,

 As Linux 2.6.33, from http://kernelnewbies.org/Linux_2_6_33

1.12. VMware drivers
VMWare has contributed two drivers for the VWware Virtual GPU, and for
 the VMware's virtual Ethernet NIC vmxnet3. Thanks to udev, this means
 that Linux guests running inside a VMware host will have optimal graphic
 and network performance out-of-the-box.

vmwgfx: (commit), (commit) vmxnet3: (commit), (commit)

 http://git.kernel.org/linus/632f61178d0473861ba77e774bb654b37bc7eccc
 http://git.kernel.org/linus/fb1d9738ca053ea8afa5e86af6463155f983b01c

 http://git.kernel.org/linus/d1a890fa37f27d6aca3abc6e25e4148efc3223a6
 http://git.kernel.org/linus/115924b6bdc7cc6bf7da5b933b09281e1f4e17a9


 vmw_pvscsi was already backported in Debian (thanks), but we need 
 network and graphic, too. Enabling those in stable kernel will make
 some users happier :)


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane



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



Bug#613256: Dependencies packaged

2011-05-26 Thread Jonas Smedegaard
tags 613256 -pending
thanks

On 11-05-26 at 12:48pm, Jonas Smedegaard wrote:
 On 11-05-26 at 12:18pm, Giovanni Mascellani wrote:
  I packages the last missing dependencies for pandoc and could 
  compile it using the attached patches (that could require some more 
  polish work, because I didn't use the *.in generators).

libghc-citeproc-hs-dev still missing :-(


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#613256: Dependencies packaged

2011-05-26 Thread Giovanni Mascellani
On 26/05/2011 13:05, Jonas Smedegaard wrote:
 tags 613256 -pending
 thanks
 
 On 11-05-26 at 12:48pm, Jonas Smedegaard wrote:
 On 11-05-26 at 12:18pm, Giovanni Mascellani wrote:
 I packages the last missing dependencies for pandoc and could 
 compile it using the attached patches (that could require some more 
 polish work, because I didn't use the *.in generators).
 
 libghc-citeproc-hs-dev still missing :-(

Yes, I forgot, it's sill in NEW.

In the meantime you can find it here:

http://poisson.phc.unipi.it/~mascellani/unstable/

It's the very same .changes file uploaded to the archive.

Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org



signature.asc
Description: OpenPGP digital signature


Bug#627991: RFP: kde-l10n-se -- Northern Sami (se) localization files for KDE

2011-05-26 Thread Sune Vuorela
On Thursday 26 May 2011 11:50:46 Christopher Forster wrote:
 Description : Northern Sami Localization for KDE. This package contains
 the Northern Sami translations for applications from the official KDE 4
 release.

Hi

The translations will automatically get released when it is complete enough to 
provide a good experience, and get packaged with the rest of the languages.

looking at the upstream stats for northern sami:
http://l10n.kde.org/stats/gui/trunk-kde4/essential/
and 
http://l10n.kde.org/stats/gui/trunk-kde4/team/se/

it looks like there is around 6800 strings missing to meet the essential set.

I'm not sure it makes any sense to keep this report open.

/Sune
-- 
Man, how to disable the desktop?

From Office and from the options inside Mandrake Linux you need not to unmount 
the 6-inch driver to explore with a space bar.



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



Bug#458404: encfs doesn't allow access to the owner

2011-05-26 Thread Daniel Baumann

retitle 458404 document need for fusermount -o
reassign 458404
thanks

Hi,

the manpage of fusermount lists the -o (at least as of 2.8.5-1), so at 
the fuse end, i think there's nothing to do.


for encfs(1), i think it should mention the 'allow_root' option so that 
people know that they have to use it, thus retitle/reassign for/to encfs.


Regards,
Daniel

--
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



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



Bug#628001: systemd: many false error messages about /dev/autofs

2011-05-26 Thread Michael Biebl
Am 26.05.2011 12:43, schrieb Russell Coker:
 
 Is systemd designed to depend on autofs functionality?
 

systemd uses autofs to mount file systems on demand and parallelize mounting.

See http://0pointer.de/public/systemd-man/systemd.automount.html

It also uses autofs to mount API filesystems:

systemd-1 on /proc/sys/fs/binfmt_misc type autofs
(rw,relatime,fd=33,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
systemd-1 on /dev/hugepages type autofs
(rw,relatime,fd=34,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
systemd-1 on /dev/mqueue type autofs
(rw,relatime,fd=35,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
systemd-1 on /sys/kernel/security type autofs
(rw,relatime,fd=37,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
systemd-1 on /sys/kernel/debug type autofs
(rw,relatime,fd=38,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
systemd-1 on /lib/init/rw type autofs
(rw,relatime,fd=39,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#628001: systemd: many false error messages about /dev/autofs

2011-05-26 Thread Michael Biebl
Am 26.05.2011 13:13, schrieb Michael Biebl:
 Am 26.05.2011 12:43, schrieb Russell Coker:

 Is systemd designed to depend on autofs functionality?

 
 systemd uses autofs to mount file systems on demand and parallelize mounting.
 
 See http://0pointer.de/public/systemd-man/systemd.automount.html

More information regarding this topic:
http://0pointer.de/blog/projects/systemd.html
section Parallelizing File System Jobs

Cheers,
Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#613256: Dependencies packaged

2011-05-26 Thread Jonas Smedegaard
On 11-05-26 at 01:08pm, Giovanni Mascellani wrote:
 On 26/05/2011 13:05, Jonas Smedegaard wrote:
  tags 613256 -pending
  thanks
  
  On 11-05-26 at 12:48pm, Jonas Smedegaard wrote:
  On 11-05-26 at 12:18pm, Giovanni Mascellani wrote:
  I packages the last missing dependencies for pandoc and could 
  compile it using the attached patches (that could require some 
  more polish work, because I didn't use the *.in generators).
  
  libghc-citeproc-hs-dev still missing :-(
 
 Yes, I forgot, it's sill in NEW.
 
 In the meantime you can find it here:
 
 http://poisson.phc.unipi.it/~mascellani/unstable/
 
 It's the very same .changes file uploaded to the archive.


Thanks!

 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#628003: Please add resolvconf packaging-event hook script

2011-05-26 Thread Thomas Hood
Package: dnsmasq
Severity: wishlist

Please add the hook script /etc/resolvconf/packaging-event.d/dnsmasq.

The purpose this script is to cause dnsmasq to take notice of
the installation or removal of the resolvconf package.  If resolvconf
has been installed, for example, then dnsmasq should register its
IP address with resolvconf.

See below for an except from resolvconf's README file giving
general information about resolvconf packaging-event hook scripts.

For dnsmasq the following script should suffice.

#!/bin/sh
# Resolvconf packaging event hook script for the dnsmasq package
case $1 in
  install|remove) invoke-rc.d foo restart ;;
esac

=== Excerpt from resolvconf 1.54 README file ===

Usage information for maintainers
~
[...]  All suppliers of
nameserver information should supply their information to resolvconf after
resolvconf has been installed.

As of resolvconf release 1.54 this is supported via the following mechanism.
Any package, foo, that supports supplying information to resolvconf should
include a hook script /etc/resolvconf/packaging-event.d/foo which, when called
with the argument install, takes whatever actions are necessary to cause the
program(s) in foo to supply their nameserver information to resolvconf; and
when called with the argument remove takes whatever actions are appropriate
given that the resolvconf package has been removed (and, in being removed, may
have removed foo's nameserver information from resolv.conf).

The hook script thus has the following form.

#!/bin/sh
#
# /etc/resolvconf/packaging-event.d/foo
#
# The resolvconf packaging event hook script for the foo package
#
if foo_is_running ; then
if [ $1 = install ] ; then
foo-ctrl send-nameserver-info-to-resolvconf
elif [ $1 = remove ] ; then
...
fi
fi

If foo is controlled by an initscript whose methods take appropriate actions
conditional upon resolvconf's presence then something like the following might
be appropriate.

case $1 in
install|remove) invoke-rc.d foo force-reload ;;
esac

The hook script is called (with argument install) from resolvconf's postinst
configure method and (with remove) from resolvconf's postrm remove
method.

The hook script is called with argument install if and only if foo is fully
installed both when resolvconf's preinst install runs and when its postinst
configure runs.  The hook script is called with argument remove if and only
if foo is fully installed when resolvconf's postrm remove runs.

The hook script must be owned by root and have its execute permission bit set
and must have the same name as the package that owns it.

Arguments other than install and remove are reserved for future use and
must be silently ignored.



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



Bug#627946: gconf2 settings for panel doesn't add objects of type menu-object correctly

2011-05-26 Thread Josselin Mouette
reassign 627946 gnome-panel
tag 627946 unreproducible
thanks

Le mercredi 25 mai 2011 à 11:42 -0700, Brett Ussher a écrit : 
 I tried adding a menu item to one of my panels and it would not show up.

Then why in the world do you report a bug against gconf2?

-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-




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



Bug#628004: upgrade-reports: no upgrade

2011-05-26 Thread Rafael Augusto Brun de Moraes
Package: upgrade-reports
Severity: normal

Please type your report here.
The text will be wrapped to be max 79 chars long per line.



-- System Information:
Debian Release: 6.0.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=pt_BR.utf8, LC_CTYPE=pt_BR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#623740: enable hardening-wrapper for amavisd-milter

2011-05-26 Thread Harald Jenny
Dear Steve Beattie,

first thanks for your bug report and your patch, I really appreciate the work
you've done but I personally prefer hardening-includes so I already added this
feature to the mercurial repository long ago:

changeset:   34:55ef61a0a65e
user:Harald Jenny har...@a-little-linux-box.at
date:Tue Jul 27 20:09:03 2010 +
files:   debian/changelog debian/control debian/rules
description:
use hardening-includes for compilation

The problem was that upstream configure had a typo which prevented the correct
usage of the LDFLAGS variable - this bug was patched too:

changeset:   49:0c398eacf304
user:Harald Jenny har...@a-little-linux-box.at
date:Fri Nov 26 16:50:07 2010 +0100
files:   debian/changelog debian/patches/ax_path_milter-flags-fix 
debian/patches/configure-flags-fix debian/patches/series
description:
patches to fix compilation of amavisd-milter with HARDENING_LDFLAGS

The problem is that I lack a sponsor who uploads my package to the archive but
I hope to remedy this situation soon. If you don't have any objections I will
close this bug report as won't fix and you can drop your patch with the next
Debian package.

Kind regards
Harald Jenny



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



Bug#627965: [gnome-keyring] There's no way to use gnome-shell while the keyboard is grabbed by the dialog waiting for password.

2011-05-26 Thread Josselin Mouette
Le mercredi 25 mai 2011 à 23:53 +0200, Petr Gajdůšek a écrit : 
 if I remember correctly, keyboard may be ungrabbed by 
 minimizing/maximizing the ask dialog or by unmapping it by switching to 
 another virtual desktop via pager. Sadly, none of these is possible in 
 default gnome-shell configuration and therefore I am not able to query 
 my secrets keeping standalone application, i.e. revelation, for 
 requested password.

So you need a secrets keeping application to keep secrets for a secrets
keeping application?

Way to go.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-




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



Bug#627982: xorg: MatchDevicePath does not handle symlinks (required by latest udev)

2011-05-26 Thread Gabriel Kerneis
On Thu, May 26, 2011 at 11:14:03AM +0200, Cyril Brulebois wrote:
 (And I think symlinks are handled just fine, fwiw.)

Looks like symlinks are not the culprit, indeed, since changing
/dev/input/typematrix into /dev/input/event2 does not solve my
issue.

And now that I finished upgrading packages, using NAME= instead of
SYMLINK+= disables my keyboard completely, so I must say I am a bit
lost.

Using SYMLINK+= for udev rule and then setxkcomp -device XXX fr bepo
in a terminal still works fine though (shall I consider myself lucky? ;-).

Best,
-- 
Gabriel



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



Bug#584105: yes, it is reproducible

2011-05-26 Thread Mathieu Roy
tag 584105 - moreinfo
thanks


 File: openoffice.org-kde

There is no such file.

Duh? http://packages.debian.org/squeeze/openoffice.org-kde

(ok, now it's libreoffice-kde)

 OpenOffice.org crash when openoffice.org-kde is installed, each time a file 
 is open with the writer part.

Doesn't here. Tried with 1:3.2.0-10 on sid (same KDE version,
and I don't have a squeeze with KDE right now)
 There was no explicit useful error message given. 
 Tell me if you need further information.

Of courso we do. At least abacktrace or strace or *any* valuable info
is a prerequisite for doing *anything* here. Especially as this is
not reproducible. We have
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572107 already 
unreproducible.
Is this the same crash?

Hum. Actually, I could not have guessed it unreproducible (according to debian, 
unreproducible means This bug can't be reproduced on the maintainer's 
system., quite a restrictive context) before your reply, so much for the 
especially as :-)

Attached is the strace with libreoffice-kde.

Here's the current status of my install:


Package: libreoffice-kde
Version: 1:3.3.2-2+b1

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libreoffice-kde depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  libc6   2.13-4   Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.6.0-2GCC support library
ii  libglib2.0-02.28.6-1 The GLib library of C routines
ii  libkdecore5 4:4.4.5-5the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-5the KDE Platform User Interface Li
ii  libkfile4   4:4.4.5-5the File Selection Dialog Library 
ii  libkio5 4:4.4.5-5the Network-enabled File Managemen
ii  libqtcore4  4:4.7.3-1Qt 4 core module
ii  libqtgui4   4:4.7.3-1Qt 4 GUI module
ii  libreoffice-core1:3.3.2-2+b1 office productivity suite -- arch-
ii  libstdc++6  4.6.0-2  The GNU Standard C++ Library v3
ii  libx11-62:1.4.3-1X11 client-side library
ii  libxrandr2  2:1.3.1-1X11 RandR extension library
ii  ure 1.7.0+LibO3.3.2-2+b1 LibreOffice UNO runtime environmen

Versions of packages libreoffice-kde recommends:
ii  libreoffice-style-oxygen  1:3.3.2-2  office productivity suite -- Oxyge

Versions of packages libreoffice-kde suggests:
ii  kmail 4:4.4.7-3  full featured graphical email clie
ii  konqueror 4:4.4.5-3  advanced file manager, web browser
pn  libreoffice-kab   none (no description available)

-- no debconf information
execve(/usr/bin/libreoffice, [libreoffice], [/* 42 vars */]) = 0
brk(0)  = 0x1272000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f9a36d77000
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=81325, ...}) = 0
mmap(NULL, 81325, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9a36d63000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
open(/lib/libc.so.6, O_RDONLY)= 3
read(3, 
\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0\0\1\0\0\0\300\357!\1778\0\0\0..., 832) = 
832
fstat(3, {st_mode=S_IFREG|0755, st_size=1577392, ...}) = 0
mmap(0x387f20, 3680360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 
0) = 0x387f20
mprotect(0x387f37a000, 2093056, PROT_NONE) = 0
mmap(0x387f579000, 20480, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x179000) = 0x387f579000
mmap(0x387f57e000, 18536, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x387f57e000
close(3)= 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f9a36d62000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f9a36d61000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f9a36d6
arch_prctl(ARCH_SET_FS, 0x7f9a36d61700) = 0
mprotect(0x387f579000, 16384, PROT_READ) = 0
mprotect(0x387de1f000, 4096, PROT_READ) = 0
munmap(0x7f9a36d63000, 81325)   = 0
getpid()= 14199
rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART, 0x387f232450}, 
{SIG_DFL, [], 0}, 8) = 0
geteuid()   = 1000
brk(0)  = 

Bug#620630: Prelink failed with return value 134

2011-05-26 Thread Mathieu Roy
severity 620630 important
thanks

Hello, I have the same issue and also libicu44 installed (BTW, NEWS.Debian 
states: Versions of ICU newer than 4.2 name the static libraries compatibly  
with shared libraries so building with static ICU libraries doesn'trequire 
special build code anymore.  In versions prior to 4.2, thestatic libraries 
had an extra s in their names.  For details, see
http://bugs.icu-project.org/trac/ticket/6332;, could it be related?).

As result, prelink cronjob ends with Prelink failed with return value 134 and 
this has, IMHO, a major effect on the usability of a package, without rendering 
it completely unusable to everyone, hence the change of severity.
I'm not exactly what 134 return value implies but I guess it's never good when 
a piece of software like prelink does an incomplete job.



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



Bug#628005: netstat -p parses commandline wrong

2011-05-26 Thread Jörg Sommer
Package: net-tools
Version: 1.60-24
Severity: normal

Hi,

dictd sets the commandline to »dictd 1.12.0: 0/0« and netstat -tlp says:

tcp0  0 localhost:dict  *:* LISTEN  
1351/0

The command name is wrong.

Here is script to reproduce it:

% perl -W \__EOP
use IO::Socket;

my $s = new IO::Socket::INET(
  LocalHost = 'localhost',
  LocalPort = '32221',
  Proto = 'tcp',
  Listen = 1,
  Reuse = 1)
  || die Could not create socket: $!\n;

$0 = 'xxx 1.2.3: 0/0';

system(netstat -ntpl 2/dev/null |grep 32221; cat /proc/$$/cmdline);
print \n;
__EOP
tcp0  0 127.0.0.1:32221 0.0.0.0:*   LISTEN  
7816/0
xxx 1.2.3: 0/0

Bye, Jörg

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.39.ledtest-dirty
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages net-tools depends on:
ii  libc6 2.13-4 Embedded GNU C Library: Shared lib

net-tools recommends no packages.

net-tools suggests no packages.

-- no debconf information


signature.asc
Description: Digital signature http://en.wikipedia.org/wiki/OpenPGP


Bug#628006: kdebase-runtime: /usr/bin/nepomukservicestub writes huge amount of data to .xsession-errors

2011-05-26 Thread Andrej Mernik
Package: kdebase-runtime
Version: 4:4.4.5-1

A program /usr/bin/nepomukservicestub writes huge amount of data to .xsession-
errors. In three days the file size has reached 13 GB! The lines are similar to
this one:

[/usr/bin/nepomukservicestub] /usr/bin/nepomukservicestub(2075) Soprano:
SQLExecDirect failed on query 'sparql insert into graph
nepomuk:/ctx/132176a0-58b4-4ff3-9f90-5d5f5134748b {
nepomuk:/ctx/525f9f34-9a48-4e0f-b6df-4d7fffdc7b50
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.semanticdesktop.org/ontologies/2007/08/15/nrl#InstanceBase . }'
(iODBC Error: [OpenLink][Virtuoso iODBC Driver]CL064: Lost connection to
server)

/usr/bin/nepomukservicestub(2166) Soprano: SQLExecDirect failed on query
'sparql  select distinct ?r ?o where { { ?r
http://www.semanticdesktop.org/ontologies/2007/01/19/nie#url
file:///home/user/somefile . } UNION { file:///home/user/somefile ?p ?o . }
} LIMIT 1' (iODBC Error: [OpenLink][Virtuoso iODBC Driver]CL064: Lost
connection to server)

This happens only when indexing service Nepomuk/Strigi is indexing files/is
active.



-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=sl_SI.UTF-8, LC_CTYPE=sl_SI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kdebase-runtime depends on:
ii  kdebase-runtime-d 4:4.4.5-1  shared data files for the KDE base
ii  kdelibs5-plugins  4:4.4.5-2+squeeze1 core plugins for KDE Applications
ii  libasound2    1.0.23-2.1 shared library for ALSA applicatio
ii  libattica0    0.1.4-1    a Qt library that implements the O
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libexiv2-9    0.20-2 EXIF/IPTC metadata manipulation li
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libjpeg62 6b1-1  The Independent JPEG Group's JPEG
ii  libkde3support4   4:4.4.5-2+squeeze1 the KDE 3 Support Library for the
ii  libkdecore5   4:4.4.5-2+squeeze1 the KDE Platform Core Library
ii  libkdesu5 4:4.4.5-2+squeeze1 the Console-mode Authentication Li
ii  libkdeui5 4:4.4.5-2+squeeze1 the KDE Platform User Interface Li
ii  libkdnssd4    4:4.4.5-2+squeeze1 the DNS-SD Protocol Library for th
ii  libkfile4 4:4.4.5-2+squeeze1 the File Selection Dialog Library
ii  libkhtml5 4:4.4.5-2+squeeze1 the KHTML Web Content Rendering En
ii  libkio5   4:4.4.5-2+squeeze1 the Network-enabled File Managemen
ii  libkmediaplayer4  4:4.4.5-2+squeeze1 the KMediaPlayer Interface for the
ii  libknewstuff2-4   4:4.4.5-2+squeeze1 the Get Hot New Stuff v2 Library
ii  libknewstuff3-4   4:4.4.5-2+squeeze1 the Get Hot New Stuff v3 Library
ii  libknotifyconfig4 4:4.4.5-2+squeeze1 library for configuring KDE Notifi
ii  libkparts4    4:4.4.5-2+squeeze1 the Framework for the KDE Platform
ii  libkpty4  4:4.4.5-2+squeeze1 the Pseudo Terminal Library for th
ii  libkutils4    4:4.4.5-2+squeeze1 various utility classes for the KD
ii  libnepomuk4   4:4.4.5-2+squeeze1 the Nepomuk Meta Data Library
ii  libnepomukquery4a 4:4.4.5-2+squeeze1 the Nepomuk Query Library for the
ii  libopenexr6   1.6.1-4.1  runtime files for the OpenEXR imag
ii  libphonon4    4:4.6.0really4.4.2-1   the core library of the Phonon mul
ii  libplasma3    4:4.4.5-2+squeeze1 the Plasma Library for the KDE Pla
ii  libqt4-dbus   4:4.6.3-4  Qt 4 D-Bus module
ii  libqt4-network    4:4.6.3-4  Qt 4 network module
ii  libqt4-qt3support 4:4.6.3-4  Qt 3 compatibility library for Qt
ii  libqt4-svg    4:4.6.3-4  Qt 4 SVG module
ii  libqt4-xml    4:4.6.3-4  Qt 4 XML module
ii  libqtcore4    4:4.6.3-4  Qt 4 core module
ii  libqtgui4 4:4.6.3-4  Qt 4 GUI module
ii  libsmbclient  2:3.5.6~dfsg-3squeeze2 shared library for communication w
ii  libsolid4 4:4.4.5-2+squeeze1 Solid Library for KDE Platform
ii  libsoprano4   2.5.0+dfsg.1-1 libraries for the Soprano RDF fram
ii  libssh-4  0.4.5-3    A tiny C SSH library
ii  libstdc++6    4.4.5-8    The GNU Standard C++ Library v3
ii  libstreamanalyzer 0.7.2-1+b1 streamanalyzer library for Strigi
ii  libstreams0   0.7.2-1+b1 streams library for for Strigi Des
ii  libx11-6  2:1.3.3-4  X11 client-side library
ii  libxcursor1   1:1.1.10-2 X cursor management library
ii  oxygen-icon-theme 4:4.4.5-1  Oxygen icon theme
ii  perl  5.10.1-17  Larry Wall's Practical Extraction
ii  phonon-backend-xi 4:4.6.0really4.4.2-1   Phonon Xine 1.1.x backend
ii  plasma-scriptengi 4:4.4.5-1  

Bug#628007: imagemagick: inappropriate use of NEWS.Debian

2011-05-26 Thread Colin Watson
Package: imagemagick
Version: 8:6.6.9.7-2
Severity: normal

imagemagick (8:6.6.9.7-1) experimental; urgency=low

  Imagemagick supply configuration file under /etc

 -- Bastien Roucariès roucaries.bastien+deb...@gmail.com  Sun, 01 May 2011 
13:43:12 +0200

This is not a useful NEWS.Debian entry.  It doesn't seem particularly
newsworthy, and it doesn't look like it's been proofread by a native
English speaker (debian-l10n-engl...@lists.debian.org is available for
such things, I understand).  Even if it were newsworthy, it isn't
detailed enough to be useful to users reading it: where is the
configuration file?  Fiddling around in your git repository tells me
that it's somewhere under /etc/ImageMagick/, but none of your packages
ship any files there (though I suppose that's #627981) so I don't see
how anyone could be expected to know that.

I would suggest that newsworthiness here should be gauged by whether the
typical imagemagick user has to do anything about it.  If it's merely a
new optional feature, it doesn't need to go in NEWS.Debian.  NEWS.Debian
was meant for things like notes of things that have changed in an
upgrade that the user may need to respond to (see e.g.
http://lists.debian.org/debian-devel/2003/07/msg00286.html).  If it's
used excessively, then the volume will be too much for users to wade
through on upgrades and so the facility will become useless.

Thanks,

-- 
Colin Watson   [cjwat...@debian.org]



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



Bug#528700: Visible in 6.12.22, still?

2011-05-26 Thread Darac Marjal
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On Wed, May 25, 2011 at 09:11:04PM +0200, Steffen Möller wrote:
 
 I just uploaded 6.12.27. Had not verified that the fix made it into
 the source tree. Does it fix the issue?

Yes, that looks good. Boinc starts up happily now.

- -- 
Paul Saunders
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJN3j7bAAoJEKB7YbRsd8TG3hgP/0gJzUEkZ0s90hWoHydxieE2
IbkPJZs6vvzarXo+cwAyCdAo3ulv57fjmeKwrMGQkGVQLtVr7YZ/ej+tRRVvc/xr
2YQHJCE6lcdCG+wnbmyoAxhMRPjVLISeX+C/L/bZTAOaoHZoJtLUSnaK37nac72/
/3YinFAuUQik9FGgFiWkgdHGkLMjwOyOBacIjWhSqao9uu68CjAwCSPPHfAjgLBh
D1QoZBEj2SdwrSv8VvqqHp7m1ZH+G1lZsbLIVGkgpUDspYKDsZXKHmtaQvZSDR9E
YkXaltNcF7LI9oTeYdSvsvTcqGl9ectHDwVedOXt2I6wwXR3DOBAQ35Rz9k1UVzX
qbYh4RVAEvs7J89Ns+AjDLrReGaVU/BnhAy56d89o19UZBDjovtNux5uC5f/ut+k
rj1a393auLLypKjQBHQVa/gXiEzQKBggAEMcnOxkPGlJ451dxaNO5D6puvG8meSo
5+nsvqx2XdrZ3sgOh+cea6q8itPZvx6kzPfKrB8bbjSsGExdIRc/9Kmjjk3HfCtv
M+Ze+IeZbKjzzVxxWGIp8qe4Er98eXbVR1SoaXPvF53nXO0bd+BUFbui8Mc6ZBBq
bjCoA/HQQWnQjXyr+jyTvBx9FBloxWX4hZ8zXPghuIkCXaEXGMPKKQmOeYZnNkDV
cJOsbpGcWBqXMxihMFka
=+RHk
-END PGP SIGNATURE-



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



Bug#628008: mirror listing update for debian.mirror.tn

2011-05-26 Thread Agence_Tunisienne_Internet
Package: mirrors
Severity: minor

Submission-Type: update
Site: debian.mirror.tn
Type: leaf
Archive-architecture: ALL amd64 arm armel hurd-i386 i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel powerpc s390 sparc 
Archive-http: /debian/
IPv6: no
Archive-upstream: ftp.de.debian.org
Updates: twice
Maintainer: Agence_Tunisienne_Internet hebergem...@ati.tn
Country: TN Tunisia
Location: Tunis



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



Bug#628009: Inkscape unnecessarily suggests skencil and python

2011-05-26 Thread Alex Valavanis
Package: inkscape
Version: 0.48.1-2
Severity: minor

Hi Wolfi,

As far as I can tell, Inkscape no longer uses skencil for any of its
import/export extensions, so there is no need to have a Suggests:
statement for it.  Also, python will be available as a standard
package, so there is no need to suggest it either.

Thanks,


Alex



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



Bug#628010: ktouch: Sound Section Missing in Settings

2011-05-26 Thread Johannes Graumann
Package: ktouch
Version: 4:4.4.5-2
Severity: normal


THe sound section (which is docuemnted online 
http://docs.kde.org/stable/en/kdeedu/ktouch/program_settings.html ) 
is not present and makes it impossible to switch off the error-beep.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ktouch depends on:
ii  kdebase-runtime   4:4.4.5-1  runtime components from the offici
ii  libc6 2.13-4 Embedded GNU C Library: Shared lib
ii  libkdecore5   4:4.4.5-5  the KDE Platform Core Library
ii  libkdeui5 4:4.4.5-5  the KDE Platform User Interface Li
ii  libkio5   4:4.4.5-5  the Network-enabled File Managemen
ii  libqt4-xml4:4.7.3-1  Qt 4 XML module
ii  libqtcore44:4.7.3-1  Qt 4 core module
ii  libqtgui4 4:4.7.3-1  Qt 4 GUI module
ii  libstdc++64.6.0-2The GNU Standard C++ Library v3

ktouch recommends no packages.

Versions of packages ktouch suggests:
ii  khelpcenter4  4:4.4.5-1  help center

-- no debconf information



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



Bug#627993: RFP: ipmasq -- IP Masquerade NAT (Network Adress Translation)

2011-05-26 Thread Alexander Reichle-Schmehl
Hi Christopher!

* Christopher Forster christopherfors...@spray.se [110526 11:51]:

 * Package name : ipmasq
 Version : 4.0.8-7
 Upstream Author : Brian Bassett bbass...@bbassett.net
 * URL : http://www.bbassett.net/ipmasq/
 http://www.bbassett.net/ipmasq/ 
 * License : GPL
 Description : This package contains scripts to initialize IP Masquerade
 for use as a firewall. IP Masquerade is a feature of Linux that allows
 an entire network of computers to be connected to another network
 (usually the Internet) with only one network address on the other
 network. IP Masquerade is often referred to as NAT (Network Address
 Translation) on other platforms.

Thanks for your interest in Debian, but are you sure this package is
needed?

It has been part of Debian previously, but given up by it's former
maintainer (see http://bugs.debian.org/538384 for details).  In the
removal request he said it would need substancial reworking (upstream
wise, not packaging wise) for modern environments, while at the same
time there are other similar packages in debian already.

So I'm wondering if there has been any new development since then?  Also
it seems, that the Homepage you mention above is kind of dead; last
changed in 1999, and the last version offered there for download is
3.4.4, which seems to be even older than the version in Debian's
oldstable release.

So can you you elaborate on why the package should be reintroduced and
if there's any upstream activity (and if so, where?)?


Best Regards,
  Alexander



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



Bug#627712: libcdk-java: XML config files missing from cdk-core.jar

2011-05-26 Thread Onkar Shinde
tags 627712 upstream
thanks

This problem seems to be with upstream build.xml. But I am not sure
why it does not cause issue in upstream distributions.

Following lines in build.xml are responsible in adding the XML data
files in jar files (line 419-422 in 1.2.x branch).
   fileset dir=${source}
exclude name=**/* unless=module.datafiles.present/
includesfile
name=${metainf}/${module}.datafiles if=module.datafiles.present /
   /fileset

Please note that instead of (or in addition to) '${source}' we should
have '${src}' here. From my brief analysis it seems that while
'source' works for some modules, others (such as core) will need 'src'
variable.
I can patch the build.xml in Debian for now. I will do this soon (most
probably this weekend).


Cheers,
Onkar
-- 
Passion - Some people climb mountains - others write Free software.
Don't ask why - the reason is the same.



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



Bug#628011: On empty list, tidy transforms a valid XHTML file into an invalid one

2011-05-26 Thread Vincent Lefevre
Package: tidy
Version: 20091223cvs-1
Severity: normal

Tidy transforms some valid XHTML file into an invalid one.
For instance, the source has:

  ul class=ulli class=li/li/ul

which is valid. Tidy removes the empty li, but not the ul (this
doesn't happen if one removes the class attribute), so that one
gets:

  ul class=ul/ul

which is invalid (there must be at least one li).

A testcase is attached.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages tidy depends on:
ii  libc6  2.13-4Embedded GNU C Library: Shared lib
ii  libtidy-0.99-0 20091223cvs-1 HTML syntax checker and reformatte

tidy recommends no packages.

Versions of packages tidy suggests:
ii  tidy-doc   20091223cvs-1 HTML syntax checker and reformatte

-- no debconf information
Title: Test of tidy on an empty list






Debian's Tidy 20091223cvs-1 transforms this valid XHTML
file into an invalid one: it removes the empty li but keeps
the ul element due to its class attribute!





Bug#628012: udev-udeb: complains about lack of input_id at boot

2011-05-26 Thread Colin Watson
Package: udev-udeb
Version: 170-1
Severity: normal

A current build of d-i produces this error message at boot:

  udevd[116]: failed to execute '/lib/udev/input_id' 'input_id 
/devices/virtual/input/mice': No such file or directory

Either udev-udeb should stop shipping rules that refer to
/lib/udev/input_id, or it should start shipping /lib/udev/input_id.
Given that the graphical installer build uses X and has mouse support, I
suspect that the correct answer is for udev-udeb to start shipping
/lib/udev/input_id.

Thanks,

-- 
Colin Watson   [cjwat...@debian.org]



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



  1   2   3   4   >