Bug#621317: ethos: diff for NMU version 0.2.2-1.3

2011-07-01 Thread Luk Claes
tags 621317 + patch
tags 621317 + pending
thanks

Dear maintainer,

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

Cheers

Luk
diff -u ethos-0.2.2/debian/rules ethos-0.2.2/debian/rules
--- ethos-0.2.2/debian/rules
+++ ethos-0.2.2/debian/rules
@@ -26,6 +26,7 @@
 
 binary-install/python-ethos::
 	dh_pycentral -p$(cdbs_curpkg)
+	rm `find debian/$(cdbs_curpkg) -name '*.la'`
 
 clean::
 	rm -f gtk-doc.make
diff -u ethos-0.2.2/debian/changelog ethos-0.2.2/debian/changelog
--- ethos-0.2.2/debian/changelog
+++ ethos-0.2.2/debian/changelog
@@ -1,3 +1,10 @@
+ethos (0.2.2-1.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't ship la files (Closes: #621317).
+
+ -- Luk Claes l...@debian.org  Fri, 01 Jul 2011 07:52:42 +0200
+
 ethos (0.2.2-1.2) unstable; urgency=low
 
   * Non-maintainer upload.


Bug#632275: iscsid: configured replacement_timeout is ignored

2011-07-01 Thread Jim Paris
Package: open-iscsi
Version: 2.0.871.3-6
Severity: normal

I have root on iscsi, so the connection already exists by the time
iscsid starts.  Regardless of the value of
node.session.timeo.replacement_timeout in my /etc/iscsi/iscsid.conf,
iscsid prints:

  iscsid: Cannot set replacement_timeout to zero. Setting 120 seconds

and I see:

  # cat /sys/class/iscsi_session/session1/recovery_tmo 
  120

If I change it manually, and restart iscsid, it still gets reset:

  # echo 31536000  /sys/class/iscsi_session/session1/recovery_tmo
  # cat /sys/class/iscsi_session/session1/recovery_tmo 
  31536000
  # killall iscsid
  # iscsid
  # cat /sys/class/iscsi_session/session1/recovery_tmo 
  120

Which makes things very unhappy if the network ever gets disconnected
for a few minutes.

My guess is that iscsid is pulling the connection parameters from /sys
and leaving replacement_timeout as zero in its own data structures,
whereas it should really be filling things in with the default values
specified in iscsid.conf.

I'll attach a (slightly sanitized) log of 
  
  iscsid -f -d 8 

-jim

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (300, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages open-iscsi depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  udev  164-3  /dev/ and hotplug management daemo

open-iscsi recommends no packages.

open-iscsi suggests no packages.

-- Configuration Files:
/etc/iscsi/initiatorname.iscsi [Errno 13] Permission denied: 
u'/etc/iscsi/initiatorname.iscsi'
/etc/iscsi/iscsid.conf changed:
node.startup = manual
node.session.timeo.replacement_timeout = 31536000
node.conn[0].timeo.login_timeout = 15
node.conn[0].timeo.logout_timeout = 15
node.conn[0].timeo.noop_out_interval = 0
node.conn[0].timeo.noop_out_timeout = 0
node.session.err_timeo.abort_timeout = 15
node.session.err_timeo.lu_reset_timeout = 20
node.session.initial_login_retry_max = 8
node.session.cmds_max = 128
node.session.queue_depth = 32
node.session.xmit_thread_priority = -20
node.session.iscsi.InitialR2T = No
node.session.iscsi.ImmediateData = Yes
node.session.iscsi.FirstBurstLength = 262144
node.session.iscsi.MaxBurstLength = 16776192
node.conn[0].iscsi.MaxRecvDataSegmentLength = 262144
discovery.sendtargets.iscsi.MaxRecvDataSegmentLength = 32768
node.session.iscsi.FastAbort = Yes


-- no debconf information
iscsid: sysfs_init: sysfs_path='/sys'

iscsid: sysfs_attr_get_value: open '/module/scsi_transport_iscsi'/'version'

iscsid: sysfs_attr_get_value: new uncached attribute '/sys/module/scsi_transport_iscsi/version'

iscsid: sysfs_attr_get_value: add to cache '/sys/module/scsi_transport_iscsi/version'

iscsid: sysfs_attr_get_value: cache '/sys/module/scsi_transport_iscsi/version' with attribute value '2.0-870'

iscsid: transport class version 2.0-870. iscsid version 2.0-871
iscsid: in ctldev_open
iscsid: created NETLINK_ISCSI socket...
iscsid: InitiatorName==iqn.1993-08.org.debian:01:1bc68d43ac4
iscsid: InitiatorName=iqn.1993-08.org.debian:01:1bc68d43ac4
iscsid: InitiatorAlias=client
iscsid: sysfs_attr_get_value: open '/class/iscsi_session/session1'/'targetname'

iscsid: sysfs_attr_get_value: new uncached attribute '/sys/class/iscsi_session/session1/targetname'

iscsid: sysfs_attr_get_value: add to cache '/sys/class/iscsi_session/session1/targetname'

iscsid: sysfs_attr_get_value: cache '/sys/class/iscsi_session/session1/targetname' with attribute value 'iqn.2010-01.com.example:server.client'

iscsid: sysfs_attr_get_value: open '/class/iscsi_session/session1'/'tpgt'

iscsid: sysfs_attr_get_value: new uncached attribute '/sys/class/iscsi_session/session1/tpgt'

iscsid: sysfs_attr_get_value: add to cache '/sys/class/iscsi_session/session1/tpgt'

iscsid: sysfs_attr_get_value: cache '/sys/class/iscsi_session/session1/tpgt' with attribute value '1'

iscsid: sysfs_attr_get_value: open '/class/iscsi_connection/connection1:0'/'persistent_address'

iscsid: sysfs_attr_get_value: new uncached attribute '/sys/class/iscsi_connection/connection1:0/persistent_address'

iscsid: sysfs_attr_get_value: add to cache '/sys/class/iscsi_connection/connection1:0/persistent_address'

iscsid: sysfs_attr_get_value: cache '/sys/class/iscsi_connection/connection1:0/persistent_address' with attribute value '10.0.1.1'

iscsid: sysfs_attr_get_value: open '/class/iscsi_connection/connection1:0'/'address'

iscsid: sysfs_attr_get_value: new uncached attribute '/sys/class/iscsi_connection/connection1:0/address'

iscsid: sysfs_attr_get_value: add to cache '/sys/class/iscsi_connection/connection1:0/address'

iscsid: sysfs_attr_get_value: cache '/sys/class/iscsi_connection/connection1:0/address' with attribute value '10.0.1.1'

iscsid: sysfs_attr_get_value: open 

Bug#632258: fusermount fails to unmount sshfs mount

2011-07-01 Thread Daniel Baumann
On 07/01/2011 01:00 AM, Erik de Castro Lopo wrote:
 This was working reliably and correctly as recently as 2011/06/25.

make sure you use mount from sid.

-- 
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#632276: gst-entrans: diff for NMU version 0.10.3-1.1

2011-07-01 Thread Luk Claes
Package: gst-entrans
Version: 0.10.3-1
Severity: normal
Tags: patch pending

Dear maintainer,

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

Cheers

Luk
diff -Nru gst-entrans-0.10.3/debian/changelog gst-entrans-0.10.3/debian/changelog
--- gst-entrans-0.10.3/debian/changelog	2010-12-14 21:44:36.0 +0100
+++ gst-entrans-0.10.3/debian/changelog	2011-07-01 08:05:01.0 +0200
@@ -1,3 +1,11 @@
+gst-entrans (0.10.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add -lgobject-2.0 -lglib-2.0 to LDADD (Closes: #604759).
+  * Don't ship .la files (Closes: #621318).
+
+ -- Luk Claes l...@debian.org  Fri, 01 Jul 2011 08:04:44 +0200
+
 gst-entrans (0.10.3-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru gst-entrans-0.10.3/debian/patches/debian-changes-0.10.3-1.1 gst-entrans-0.10.3/debian/patches/debian-changes-0.10.3-1.1
--- gst-entrans-0.10.3/debian/patches/debian-changes-0.10.3-1.1	1970-01-01 01:00:00.0 +0100
+++ gst-entrans-0.10.3/debian/patches/debian-changes-0.10.3-1.1	2011-07-01 08:06:50.0 +0200
@@ -0,0 +1,51 @@
+Description: Upstream changes introduced in version 0.10.3-1.1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ gst-entrans (0.10.3-1.1) unstable; urgency=low
+ .
+   * Non-maintainer upload.
+   * Add -lgobject-2.0 -lglib-2.0 to LDADD (Closes: #604759).
+   * Don't ship .la files (Closes: #621318).
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Luk Claes l...@debian.org
+Bug-Debian: http://bugs.debian.org/604759
+Bug-Debian: http://bugs.debian.org/621318
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: vendor|upstream|other, url of original patch
+Bug: url in upstream bugtracker
+Bug-Debian: http://bugs.debian.org/bugnumber
+Bug-Ubuntu: https://launchpad.net/bugs/bugnumber
+Forwarded: no|not-needed|url proving that it has been forwarded
+Reviewed-By: name and email of someone who approved the patch
+Last-Update: -MM-DD
+
+--- gst-entrans-0.10.3.orig/tests/check/Makefile.am
 gst-entrans-0.10.3/tests/check/Makefile.am
+@@ -42,7 +42,7 @@ TESTS = $(check_PROGRAMS)
+ ## 	
+ 
+ AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
+-LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) elements/libvideofilter.a
++LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) elements/libvideofilter.a -lgobject-2.0 -lglib-2.0
+ 
+ noinst_LIBRARIES = elements/libvideofilter.a
+ elements_libvideofilter_a_SOURCES = elements/videofilter.c elements/videofilter.h
+--- gst-entrans-0.10.3.orig/tests/check/Makefile.in
 gst-entrans-0.10.3/tests/check/Makefile.in
+@@ -415,7 +415,7 @@ TESTS = $(check_PROGRAMS)
+ 
+ # these tests don't even pass
+ AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
+-LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) elements/libvideofilter.a
++LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) elements/libvideofilter.a -lgobject-2.0 -lglib-2.0
+ noinst_LIBRARIES = elements/libvideofilter.a
+ elements_libvideofilter_a_SOURCES = elements/videofilter.c elements/videofilter.h
+ 
diff -Nru gst-entrans-0.10.3/debian/patches/series gst-entrans-0.10.3/debian/patches/series
--- gst-entrans-0.10.3/debian/patches/series	1970-01-01 01:00:00.0 +0100
+++ gst-entrans-0.10.3/debian/patches/series	2011-07-01 08:06:50.0 +0200
@@ -0,0 +1 @@
+debian-changes-0.10.3-1.1
diff -Nru gst-entrans-0.10.3/debian/rules gst-entrans-0.10.3/debian/rules
--- gst-entrans-0.10.3/debian/rules	2010-12-14 10:52:32.0 +0100
+++ gst-entrans-0.10.3/debian/rules	2011-07-01 08:04:12.0 +0200
@@ -41,3 +41,6 @@
 CDBS_DEPENDS += , python, python-gst0.10
 CDBS_RECOMMENDS = gstreamer0.10-plugins-good, gstreamer0.10-ffmpeg
 CDBS_SUGGESTS += , gstreamer0.10-lame
+
+install/gst-entrans::
+	rm `find debian -name '*.la'`


Bug#632277: empathy: Cannot see or connect to VPN neighbours

2011-07-01 Thread Axel Stammler
Package: empathy
Version: 2.30.3-1
Severity: important


I don't want to use a server but point-to-point communication. Unfortunately 
the list of
local users only includes Ethernet (eth) and wifi (wlan) but no virtual private 
network
(tun) connections.

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

Kernel: Linux 2.6.32-5-686 (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 empathy depends on:
ii  dbus-x11   1.2.24-4+squeeze1 simple interprocess messaging syst
ii  empathy-common 2.30.3-1  GNOME multi-protocol chat and call
ii  gconf2 2.28.1-6  GNOME configuration database syste
ii  geoclue0.12.0-1  Geographic information framework
ii  gnome-icon-theme   2.30.3-2  GNOME Desktop icon theme
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libcanberra-gtk0   0.24-1Gtk+ helper for playing widget eve
ii  libcanberra0   0.24-1a simple abstract interface for pl
ii  libchamplain-0.4-0 0.4.6-2+b1C library providing ClutterActor t
ii  libchamplain-gtk-0 0.4.6-2+b1A Gtk+ widget to display maps
ii  libclutter-1.0-0   1.2.12-3  Open GL based interactive canvas l
ii  libclutter-gtk-0.1 0.10.4-1  Open GL based interactive canvas l
ii  libdbus-1-31.2.24-4+squeeze1 simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libebook1.2-9  2.30.3-2  Client library for evolution addre
ii  libedataserver1.2- 2.30.3-2  Utility library for evolution data
ii  libenchant1c2a 1.6.0-1   a wrapper library for various spel
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libgeoclue00.12.0-1  C API for GeoClue
ii  libgl1-mesa-glx [l 7.7.1-4   A free implementation of the OpenG
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgnome-keyring0  2.30.1-1  GNOME keyring services library
ii  libgstfarsight0.10 0.0.20-2  Audio/Video communications framewo
ii  libgstreamer-plugi 0.10.30-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.30-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libjson-glib-1.0-0 0.10.2-2  GLib JSON manipulation library
ii  libnm-glib20.8.1-6+squeeze1  network management framework (GLib
ii  libnotify1 [libnot 0.5.0-2   sends desktop notifications to a n
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libsoup2.4-1   2.30.2-1  an HTTP library implementation in 
ii  libtelepathy-farsi 0.0.14-2+b1   Glue library between telepathy and
ii  libtelepathy-glib0 0.11.11-1 Telepathy framework - GLib library
ii  libunique-1.0-01.1.6-1.1 Library for writing single instanc
ii  libwebkit-1.0-21.2.7-0+squeeze1  Web content engine library for Gtk
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxcomposite1 1:0.4.2-1 X11 Composite extension library
ii  libxdamage11:1.1.3-1 X11 damaged region extension libra
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.5-1 X11 miscellaneous 'fixes' extensio
ii  libxml22.7.8.dfsg-2+squeeze1 GNOME XML library
ii  telepathy-mission- 1:5.4.3-1 management daemon for Telepathy re
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages empathy recommends:
ii  freedesktop-sound-them 0.7.dfsg-1freedesktop.org sound theme
ii  geoclue-hostip 0.12.0-1  Position server for GeoClue (hosti
ii  geoclue-localnet   0.12.0-1  Position server for GeoClue (GPS)
ii  geoclue-manual 0.12.0-1  Position server for GeoClue (manua
ii  geoclue-yahoo  0.12.0-1  Map and geocode server for GeoClue
ii  gvfs-backends  1.6.4-3   userspace virtual filesystem - bac
ii  nautilus-sendto-empath 2.30.3-1  GNOME multi-protocol chat and call
ii  telepathy-gabble   0.9.15-1+squeeze1 Jabber/XMPP connection manager
ii  telepathy-salut0.3.12-1  Link-local 

Bug#632273: libc6: resolving: does not try different nameserver after recursion not available

2011-07-01 Thread Aurelien Jarno
tag 632273 - upstream
tag 632273 + unreproducible
thanks

On Thu, Jun 30, 2011 at 11:45:19PM -0500, Jonathan Nieder wrote:
 Package: libc6
 Version: 2.13-8
 Tags: upstream
 
 Typical amd64 experimental system.  No ipv6 in sight.  Since the last
 upgrade[*] (libc6 2.13-7 - 2.13-8), programs like wget that use
 getaddrinfo are failing resolution instead of resolving some hosts:
 
 | $ wget http://repo.or.cz/
 | --2011-06-30 23:37:55--  http://repo.or.cz/
 | Resolving repo.or.cz... failed: No address associated with hostname.
 | wget: unable to resolve host address “repo.or.cz”
 
 nslookup shows the cause:
 
 | $ nslookup repo.or.cz
 | ;; Got recursion not available from 172.16.0.1, trying next server
 | Server: 8.8.8.8
 | Address:8.8.8.8#53
 | 
 | Non-authoritative answer:
 | Name:   repo.or.cz
 | Address: 195.113.20.142
 
 That is, the crazy wireless router in this wireless network provides a
 nonrecursive DNS server through DHCP and although resolv.conf also
 includes 8.8.8.8 for sanity, and the updated libc doesn't seem to use
 the latter any more.
 
 Downgrading to 2.13-7 fixes it.  Bug?
 
 Regards,
 Jonathan
 
 [*] http://sourceware.org/bugzilla/show_bug.cgi?id=12684
 

This upstream bug report is indeed your bug, but the corresponding patch
is actually backported into 2.13-8. I am able to reproduce your problem
with 2.13-7, but *not* with 2.13-8. Is there any other condition to be
able to reproduce the issue? Can you try with another non-authoritative 
name server instead of the one provided by your wireless router?

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#632278: ekiga: Neighbours list fails to include VPN contacts

2011-07-01 Thread Axel Stammler
Package: ekiga
Version: 3.2.7-2
Severity: normal


Ethernet (eth) and wifi (wlan) connections are scanned and nsuch neighbours 
listed,
virtual private network (tun) neighbours are not.

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

Kernel: Linux 2.6.32-5-686 (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 ekiga depends on:
ii  evolution-data-ser 2.30.3-2  evolution database backend server
ii  gconf2 2.28.1-6  GNOME configuration database syste
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libavahi-client3   0.6.27-2+squeeze1 Avahi client library
ii  libavahi-common3   0.6.27-2+squeeze1 Avahi common library
ii  libavahi-glib1 0.6.27-2+squeeze1 Avahi glib integration library
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libebook1.2-9  2.30.3-2  Client library for evolution addre
ii  libedataserver1.2- 2.30.3-2  Utility library for evolution data
ii  libgcc11:4.4.5-8 GCC support library
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libldap-2.4-2  2.4.23-7.2OpenLDAP libraries
ii  libnotify1 [libnot 0.5.0-2   sends desktop notifications to a n
ii  libopal3.6.8   3.6.8~dfsg-2  Open Phone Abstraction Library - s
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libpt2.6.7 2.6.7-1   Portable Tools Library
ii  libsasl2-2 2.1.23.dfsg1-7Cyrus SASL - authentication abstra
ii  libsigc++-2.0-0c2a 2.2.4.2-1 type-safe Signal Framework for C++
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxml22.7.8.dfsg-2+squeeze1 GNOME XML library
ii  libxv1 2:1.0.5-1 X11 Video extension library

Versions of packages ekiga recommends:
ii  gvfs 1.6.4-3 userspace virtual filesystem - ser
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

Versions of packages ekiga suggests:
pn  asterisk  none (no description available)
pn  gnugk none (no description available)
pn  mediaproxynone (no description available)
pn  rtpproxy  none (no description available)
pn  ser   none (no description available)
pn  siproxd   none (no description available)
pn  yate  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#629454: marked as done (slapos.tool: French debconf templates translation)

2011-07-01 Thread Christian PERRIER

  + Add French translation. Thanks to Julien Patriarca. Closes: #629454.


Are you sure? Today's statistics about French translations report the
package to be still missing the 13 strings from this translation.

Was the debian/po/fr.po file really added to the package?




signature.asc
Description: Digital signature


Bug#621476: Problem with several descriptions

2011-07-01 Thread Christian PERRIER
Quoting Martin Eberhard Schauer (martin.e.scha...@gmx.de):
 I have to report another problem with German package translations that has
 not been solved yet: package sup has a German translation. Its long
 description
 is not shown as a result of the package search.
 
 http://packages.debian.org/sid/sup
 http://ddtp.debian.net/ddt.cgi?desc_id=13363
 
 I don't agree with Bubulle (7 Apr 2011):
 I suspect the synchronization problems we currently experience between
 the DDTP and the archive to be problem. Just wildguessing, though.


Of course. :-)

By the time you reported this, we were experiencing problems...and we
had nearly nobody really paying attention to DDT*

Things changed, thanks to Martijn (and Nicolas François, too, who
silently fixed several glitches). So, if the problem persists, then it
is obviously not realted to the sync problems that lasted from
mid-February (squeeze release)  to about end of May.



signature.asc
Description: Digital signature


Bug#632279: multistrap fails to verify signature of Release file

2011-07-01 Thread Michel Messerschmidt
Package: multistrap
Version: 2.1.7
Severity: normal

With noauth=false, multistrap aborts foreign builds due to 
unauthenticated packages (logfile is attached).

There are two warnings in the logfile:
W: GPG error: http://ftp.de.debian.org stable Release: The following signatures 
couldn't be verified
 because the public key is not available: NO_PUBKEY AED4B06F473041FA
and:
WARNING: The following packages cannot be authenticated!
[...]
E: There are problems and -y was used without --force-yes
apt download failed. Exit value: 100


But the public key in question seems to be available on both the host 
and the target system:
$ apt-key list
/etc/apt/trusted.gpg

[...]
pub   4096R/473041FA 2010-08-27 [expires: 2018-03-05]
uid  Debian Archive Automatic Signing Key (6.0/squeeze) 
ftpmas...@debian.org

pub   1024D/97BB3B58 2007-04-30
uid  Emdebian Archive Signing Key
sub   2048g/FEFD537E 2007-04-30

$ gpg --no-default-keyring --keyring 
/root/temp/multistrap/target/etc/apt/trusted.gpg.d/multistrap.gpg --list-keys
/root/temp/multistrap/target/etc/apt/trusted.gpg.d/multistrap.gpg
-
[...]
pub   4096R/473041FA 2010-08-27 [expires: 2018-03-05]
uid  Debian Archive Automatic Signing Key (6.0/squeeze) 
ftpmas...@debian.org


I have executed multistrap without additional options:
$ multistrap -f /root/temp/multistrap/multistrap.conf
The config file contains:
[General]
arch=armel
directory=/root/temp/multistrap/target/
cleanup=true
noauth=false
unpack=true
aptsources=Debian
bootstrap=Debian

[Debian]
packages=base-files
source=http://ftp.de.debian.org/debian/
keyring=debian-archive-keyring
suite=stable





-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates'), (500, 'unstable'), 
(500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-openvz-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/bash

Versions of packages multistrap depends on:
ii  apt0.8.10.3+squeeze1 Advanced front-end for dpkg
ii  libconfig-auto-perl0.20-2Magical config file parser
ii  libparse-debian-packag 0.01-2parse the data from a Debian Packa
ii  perl   5.10.1-17squeeze1 Larry Wall's Practical Extraction 
ii  realpath   1.15  Return the canonicalized absolute 

Versions of packages multistrap recommends:
ii  emdebian-archive-keyring  2.0.1  GnuPG archive keys for the emdebia

Versions of packages multistrap suggests:
ii  fakeroot  1.14.4-1   Gives a fake root environment

-- no debconf information
multistrap 2.1.7 using /root/temp/multistrap/multistrap.conf
Using foreign architecture: armel
multistrap building armel multistrap on 'amd64'
INF: Setting ./lib64 - ./lib symbolic link.
I: Installing debian-archive-keyring 
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/19.9 kB of archives.
After this operation, 0 B of additional disk space will be used.
Download complete and in download only mode
Getting package lists: apt-get  -o Apt::Architecture=armel -o 
Dir::Etc::TrustedParts=/root/temp/multistrap/target/etc/apt/trusted.gpg.d -o 
Dir::Etc::Trusted=/root/temp/multistrap/target/etc/apt/trusted.gpg -o 
Apt::Get::Download-Only=true -o Apt::Install-Recommends=false -o 
Dir=/root/temp/multistrap/target/ -o 
Dir::Etc=/root/temp/multistrap/target/etc/apt/ -o 
Dir::Etc::SourceList=/root/temp/multistrap/target/etc/apt/sources.list.d/multistrap.sources.list
 -o Dir::State=/root/temp/multistrap/target/var/lib/apt/ -o 
Dir::State::Status=/root/temp/multistrap/target/var/lib/dpkg/status -o 
Dir::Cache=/root/temp/multistrap/target/var/cache/apt/ update
Get:1 http://ftp.de.debian.org stable Release.gpg [1,672 B]
Ign http://ftp.de.debian.org/debian/ stable/main Translation-en
Ign http://ftp.de.debian.org/debian/ stable/main Translation-en_US
Get:2 http://ftp.de.debian.org stable Release [104 kB]
Ign http://ftp.de.debian.org stable Release
Get:3 http://ftp.de.debian.org stable/main Sources [4,539 kB]
Get:4 http://ftp.de.debian.org stable/main armel Packages [6,424 kB]
Fetched 11.1 MB in 18s (603 kB/s)
Reading package lists...
W: GPG error: http://ftp.de.debian.org stable Release: The following signatures 
couldn't be verified because the public key is not available: NO_PUBKEY 
AED4B06F473041FA
I: Calculating required packages.
apt-get  -y  -o Apt::Architecture=armel -o 
Dir::Etc::TrustedParts=/root/temp/multistrap/target/etc/apt/trusted.gpg.d -o 
Dir::Etc::Trusted=/root/temp/multistrap/target/etc/apt/trusted.gpg -o 
Apt::Get::Download-Only=true -o Apt::Install-Recommends=false -o 
Dir=/root/temp/multistrap/target/ -o 

Bug#632273: libc6: resolving: does not try different nameserver after recursion not available

2011-07-01 Thread Jonathan Nieder
# I can still reproduce it.
tags 632273 = moreinfo
quit

Aurelien Jarno wrote:
 On Thu, Jun 30, 2011 at 11:45:19PM -0500, Jonathan Nieder wrote:

 That is, the crazy wireless router in this wireless network provides a
 nonrecursive DNS server through DHCP and although resolv.conf also
 includes 8.8.8.8 for sanity, and the updated libc doesn't seem to use
 the latter any more.
[...]
 This upstream bug report is indeed your bug, but the corresponding patch
 is actually backported into 2.13-8. I am able to reproduce your problem
 with 2.13-7, but *not* with 2.13-8. Is there any other condition to be
 able to reproduce the issue? Can you try with another non-authoritative 
 name server instead of the one provided by your wireless router?

I am _not_ able to reproduce the problem with 2.13-7 but _am_ with
2.13-8; I pointed to that upstream bug report because I assume that
the patch used to fix it introduced this problem.

Also, I should clarify that the name server on this wireless router is
completely insane, and it may be that relying on

append domain-name-servers 8.8.8.8;

in /etc/dhcp/dhclient.conf to correct the damage while still allowing
authentication on other wireless networks that play tricks with DNS to
log in was too much to hope for.  I reported the bug because it's a
regression.

The router is a 2Wire HomePortal 1000SW, firmware version 3.5.1, for
what it's worth.  I don't know what software it uses to provide DNS or
if there is a public DNS server exhibiting the same problem.

Sorry for the lack of clarity, and hope that helps.



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



Bug#632235: source contains non-DFSG components

2011-07-01 Thread Christian PERRIER
Quoting Daniel Baumann (daniel.baum...@progress-technologies.net):

Thanks, Daniel, for reporting this.

 src:console-data is in main, therefore any parts, regardless if they
 are installed into the binary packages or not, needs to fulfil the
 DFSG. the 'Agafari' files clearly are not DFSG compliant.

Sure. I'll release a new upstream without them one day or another.

Debian is upstream for this package so that's easy.

 
 please remove the files from the source, and please consider to
 write an copyright file that has references to files so that normal
 people can dereference it.

That is indeed way too much asking for a package that is for years in
low maintenance mode. Its complete replacement by more modern console
packagfes such as console-setup (that uses X keymaps) is considerd for
years...but there is few help in this and I'm technically unable to do
this myself.

So, unless someone else provides a patch for this, I (as one and only
maintainer of this package, now) don't plan to do it.



signature.asc
Description: Digital signature


Bug#632281: elfutils isn't finding its plugins

2011-07-01 Thread Ian Wienand
Package: elfutils
Version: 0.152-1
Severity: important

The eu- tools aren't finding their backend plugins, thus falling back
to a default ELF parser.  You notice this if you're trying to look at
machine specific fields

It's weird, I can see that it is trying to dlopen what seems to be a
sane path:

Breakpoint 1, openbackend (elf=0x806d888, emulation=value optimized out, 
machine=3) at eblopenbackend.c:346
346 void *h = dlopen (dsoname, RTLD_LAZY);
(gdb) print (char*)dsoname
$2 = 0xbfffeccc $ORIGIN/../$LIB/elfutils/libebl_i386.so

but following that through in strace it seems $LIB gets expanded by
ld.so to i386-linux-gnu

open(/usr/bin/../i386-linux-gnu/elfutils/libebl_i386.so, O_RDONLY) = -1 
ENOENT (No such file or directory)

So not sure if this is a dynamic linker issue or a packaging issue.
Running it with LD_LIBRARY_PATH=/usr/lib/elfutils makes it work (try
readelf --all on a coredump file for example to see the difference in
output).

-i

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

Kernel: Linux 2.6.38.5
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages elfutils depends on:
ii  libasm1   0.152-1library with a programmable assemb
ii  libc6 2.13-8 Embedded GNU C Library: Shared lib
ii  libdw10.152-1library that provides access to th
ii  libelf1   0.152-1library to read and write ELF file

elfutils recommends no packages.

elfutils suggests no packages.

-- no debconf information

-- debsums errors found:
prelink: /usr/bin/eu-addr2line: at least one of file's dependencies has changed 
since prelinking
debsums: changed file /usr/bin/eu-addr2line (from elfutils package)
prelink: /usr/bin/eu-ar: at least one of file's dependencies has changed since 
prelinking
debsums: changed file /usr/bin/eu-ar (from elfutils package)
prelink: /usr/bin/eu-elfcmp: at least one of file's dependencies has changed 
since prelinking
debsums: changed file /usr/bin/eu-elfcmp (from elfutils package)
prelink: /usr/bin/eu-elflint: at least one of file's dependencies has changed 
since prelinking
debsums: changed file /usr/bin/eu-elflint (from elfutils package)
prelink: /usr/bin/eu-findtextrel: at least one of file's dependencies has 
changed since prelinking
debsums: changed file /usr/bin/eu-findtextrel (from elfutils package)
prelink: /usr/bin/eu-ld: at least one of file's dependencies has changed since 
prelinking
debsums: changed file /usr/bin/eu-ld (from elfutils package)
prelink: /usr/bin/eu-nm: at least one of file's dependencies has changed since 
prelinking
debsums: changed file /usr/bin/eu-nm (from elfutils package)
prelink: /usr/bin/eu-objdump: at least one of file's dependencies has changed 
since prelinking
debsums: changed file /usr/bin/eu-objdump (from elfutils package)
prelink: /usr/bin/eu-ranlib: at least one of file's dependencies has changed 
since prelinking
debsums: changed file /usr/bin/eu-ranlib (from elfutils package)
prelink: /usr/bin/eu-readelf: at least one of file's dependencies has changed 
since prelinking
debsums: changed file /usr/bin/eu-readelf (from elfutils package)
prelink: /usr/bin/eu-size: at least one of file's dependencies has changed 
since prelinking
debsums: changed file /usr/bin/eu-size (from elfutils package)
prelink: /usr/bin/eu-strings: at least one of file's dependencies has changed 
since prelinking
debsums: changed file /usr/bin/eu-strings (from elfutils package)
prelink: /usr/bin/eu-strip: at least one of file's dependencies has changed 
since prelinking
debsums: changed file /usr/bin/eu-strip (from elfutils package)
prelink: /usr/bin/eu-unstrip: at least one of file's dependencies has changed 
since prelinking
debsums: changed file /usr/bin/eu-unstrip (from elfutils package)



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



Bug#632280: fails to verify checksums computed by the rhash program itself

2011-07-01 Thread tuberoot
Package: rhash
Version: 1.2.6-1
Severity: serious


This is a user program bug with possibly serious security implications,
as any script that relies on rhash for determining file integrity
will be affected.

Quite simply, rhash fails to verify a number of hash sum types it
itself produced.

This can easily be seen in the following shell session, which can
easily be reproduced on any system:

# Begin shell session output 
$ echo Hello, world  hello.txt
$ rhash --sha512 hello.txt  hello.sha512
$ sha512sum -c hello.sha512
hello.txt: OK
$ rhash -c hello.sha512

--( Verifying hello.sha512
)
hello.txt   ERR

Errors Occurred: Errors:1   Miss:0   Success:0   Total:1  
$ rhash --sha256 hello.txt  hello.sha256
$ sha256sum -c hello.sha256
hello.txt: OK
$ rhash -c hello.sha256

--( Verifying hello.sha256
)
hello.txt   ERR

Errors Occurred: Errors:1   Miss:0   Success:0   Total:1  
$ rhash --sha1 hello.txt  hello.sha1
$ sha1sum -c hello.sha1 
hello.txt: OK
$ rhash -c hello.sha1 

--( Verifying hello.sha1
)--
hello.txt   OK 

Everything OK
# End shell session output

As can be seen from the above example, rhash fails to verify the
integrity
(rhash -c hello.sha512) of the hash sum (hello.sha512) it printed
for
the file hello.txt (rhash --sha512 hello.txt  hello.sha512). This
is
despite the GNU hash utilities (coreutils package) verifying the
same file (sha512sum -c hello.sha512). The file also passes the checks
performed by other hash utilities, including those from the md5deep,
cfv and busybox (busybox sha512sum -c hello.sha512) packages.

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

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

Versions of packages rhash depends on:
ii  libc6 2.13-7 Embedded GNU C Library:
Shared lib

Versions of packages rhash recommends:
pn  libsslnone (no description available)

rhash suggests no packages.

-- no debconf information

-- 
http://www.fastmail.fm - Choose from over 50 domains or use your own




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



Bug#632282: RFP: rinoosmtpc -- Futuristic SMTP test tool

2011-07-01 Thread Sandro Tosi
Package: wnpp
Severity: wishlist

* Package name: rinoosmtpc
  Version : 0.1.5
  Upstream Author : Reginald LIPS reginal...@gmail.com
* URL : https://github.com/reginaldl/rinoosmtpc
* License : GPL-3
  Programming Lang: C
  Description : Futuristic SMTP test tool

RiNOO SMTP Client is a command line tool to send emails. Fast and powerful, it
can be used to stress SMTP servers. It also provides an embedded web interface
which gives a good view of what’s it currently doing.



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



Bug#632273: libc6: resolving: does not try different nameserver after recursion not available

2011-07-01 Thread Jonathan Nieder
# Aurelien Jarno wrote:
# 
#  tag 632273 - upstream
#
# After downgrading to 2.13-7, it works fine again.  Then reproduced
# with 6f8326ca (Fix robust mutex handling after fork, 2011-07-30),
# built by
#
# $ mkdir build
# $ cd build
# $ ../configure --prefix=$HOME/opt/glibc-latest
# $ make
# $ make install STRIP=/bin/true
#
# with the following patch applied:
# 
# diff --git i/Makeconfig w/Makeconfig
# index cc5c3a9f..fe68820b 100644
# --- i/Makeconfig
# +++ w/Makeconfig
# @@ -293,7 +293,7 @@ inst_sysconfdir = $(install_root)$(sysconfdir)
#  
#  # Directory for the database files and Makefile for nss_db.
#  ifndef vardbdir
# -vardbdir = /var/db
# +vardbdir = $(prefix)/var/db
#  endif
#  inst_vardbdir = $(install_root)$(vardbdir)

tags 632273 + upstream



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



Bug#632283: RFP: librinoo -- Asynchronous socket management

2011-07-01 Thread Sandro Tosi
Package: wnpp
Severity: wishlist

* Package name: librinoo
  Version : 0.1.8
  Upstream Author : Reginald LIPS reginal...@gmail.com
* URL : https://github.com/reginaldl/librinoo
* License : GPL-3
  Programming Lang: C
  Description : Asynchronous socket management

RiNOO is a library for asynchronous socket management. It includes an event
based scheduler and a high level socket API in order to easily create
client/server applications with high scalability.

Needed by rinoosmtpc.



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



Bug#632284: debian-maintainers: Annual ping for Ryan Finnie

2011-07-01 Thread Ryan Finnie
Package: debian-maintainers
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A little late, but hey.

- - -- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

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

iD8DBQFODXVaKZYQqSA+yiURAmxMAJ4lo3ozW21N3mdGM/O4RamNMJGl9ACePDlb
OlJpQlPqcX1nThkUjhR/xYc=
=ohoV
-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#632171: nmu: mkvtoolnix_4.8.0-1

2011-07-01 Thread Alessio Treglia
On Thu, Jun 30, 2011 at 8:32 PM, Adam D. Barratt
a...@adam-barratt.org.uk wrote:
 Okay.  Do they need binNMUing anyway?

No, mkvtoolnix doesn't.
Only vlc needs to rebuild.

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



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



Bug#630091: Re: Bug#630091: proftpd-basic: CPU usage at 100% when checking HideFiles pattern

2011-07-01 Thread Ivan Zahariev

On 21:59 ч., Francesco P. Lovergine wrote:


I could prepared a proposed update, but those kind of issues are
not security ones. So it is definitively a SRMs choice accepting
it or not.


Hit my servers too.

Francesco, we'll appreciate it if you prepare a proposed update. The 
issue is actually a DoS problem, so I hope that SRMs will accept it, as 
it affects the stability of the servers.

Thanks.



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



Bug#632285: mono: Dns.GetHostEntry(Dns.GetHostName()).HostName returns null

2011-07-01 Thread Stefan Ruppert
Package: mono
Severity: normal

The problem was fixed in 2.10 
see https://bugzilla.novell.com/show_bug.cgi?id=676260

-- System Information:
Debian Release: 6.0.2
  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



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



Bug#632286: RFP: poclbm -- PyOpenCL bitcoin miner

2011-07-01 Thread Carlo Stemberger
Package: wnpp
Severity: wishlist


* Package name: poclbm
  Version : 20110627
  Upstream Author : m0mchil
* URL : https://github.com/m0mchil/poclbm
* License : Public Domain
  Programming Lang: Python
  Description : PyOpenCL bitcoin miner

A PyOpenCL bitcoin miner.



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



Bug#538067: RFS: opencpn

2011-07-01 Thread Hamish
Hi,

an update on ITP progress for the OpenCPN software (opencpn.org).


| the debian/ dir can be viewed here:
|http://anonscm.debian.org/viewvc/pkg-grass/packages/opencpn/trunk/
|
| the .orig tarball can be found here:
|http://pkg-grass.alioth.debian.org/tarballs/
|
|sample data to test it with can be found here:
| 
https://trac.osgeo.org/osgeo/browser/livedvd/gisvm/trunk/bin/install_opencpn.sh#L75


wrt open issues that I'm aware of:


re. upstream +dfsg version of the tarball in alioth svn:
Paul Wise wrote:
 Another solution is to use the alioth web space, like pkg-games do:
 http://pkg-games.alioth.debian.org/tarballs/

--ok, created  http://pkg-grass.alioth.debian.org/tarballs/
with audit-trail md5sum held in alioth svn



re. prebuilt icons vs. build-depends on Inkscape to regenerate
them from svn each time:
--no action taken.



re. paypal graphics:
--gave up on waiting for a reply from them. replaced by a nice substitute 
graphic from upstream.
we should consider filing bugs against others found by `apt-file search`, but 
our replacement is not generic enough for other projects to use directly. (as 
it includes the opencpn logo)


re. dropping unused embedded code as part of debian/rules
--done.


 Build-Depend on libtinyxml-dev and add any patches needed to
 build against the system version.

--done.
note the library doesn't exist before squeeze,maverick.
Added README.lucid to explain how to back-build there ( for lenny).


  helper-templates-in-copyright x3: I don't see what it's talking about,
  the debian/copyright files are custom crafted.
 http://lintian.debian.org/tags/helper-templates-in-copyright.html

--false positive


 debian/changelog does not close the ITP.

--done.


re. support debhelper --parallel
--done, works. (earlier problems were PBKAC)


re. executable bit set on regular text files
--fixed upstream, mostly in the current beta release, the few stragglers are 
already fixed for the next one.


  compiler warnings:

there are a few warnings we're not sure how to fix. no segfaults reported..
?
src/garmin/jeeps/gpsusbcommon.c:
  warning: array subscript is above array bounds [-Warray-bounds]
?
and many like these:
/usr/bin/ld: Warning: alignment 8 of symbol `gps_waypt_type' in 
libGARMINHOST.a(garmin_wrapper.cpp.o) is smaller than 16 in 
libGARMINHOST.a(gpsapp.c.o)
?


  valgrind analysis:
--volunteers welcome.


  Your Standards-Version is out of date,
--todo.


  A lot of the source code contains CVS $Id lines
--further cleaned out in the lastest push.



thanks,
Hamish



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



Bug#632273: libc6: resolving: does not try different nameserver after recursion not available

2011-07-01 Thread Jonathan Nieder
Jonathan Nieder wrote:

 After downgrading to 2.13-7, it works fine again.  Then reproduced
 with 6f8326ca (Fix robust mutex handling after fork, 2011-07-30)

Bad tcpdump:

| 08.668827 IP 172.16.1.35.58800  homeportal.gateway.2wire.net.domain: 64142+ 
A? repo.or.cz. (28)
| 08.668887 IP 172.16.1.35.58800  homeportal.gateway.2wire.net.domain: 16934+ 
? repo.or.cz. (28)
| 08.687011 IP homeportal.gateway.2wire.net.domain  172.16.1.35.58800: 64142- 
1/0/0 A 195.113.20.142 (44)
| 08.694274 IP homeportal.gateway.2wire.net.domain  172.16.1.35.58800: 16934- 
0/1/0 (80)
| 08.694409 IP 172.16.1.35.48081  homeportal.gateway.2wire.net.domain: 36256+ 
A? repo.or.cz.gateway.2wire.net. (46)
| 08.694435 IP 172.16.1.35.48081  homeportal.gateway.2wire.net.domain: 60199+ 
? repo.or.cz.gateway.2wire.net. (46)
| 08.702461 IP homeportal.gateway.2wire.net.domain  172.16.1.35.48081: 36256 
Refused*- 0/0/0 (512)
| 08.704699 IP homeportal.gateway.2wire.net.domain  172.16.1.35.48081: 60199 
Refused*- 0/0/0 (512)
| 08.704801 IP 172.16.1.35.33648  google-public-dns-a.google.com.domain: 
36256+ A? repo.or.cz.gateway.2wire.net. (46)
| 08.704827 IP 172.16.1.35.33648  google-public-dns-a.google.com.domain: 
60199+ ? repo.or.cz.gateway.2wire.net. (46)
| 08.738160 IP google-public-dns-a.google.com.domain  172.16.1.35.33648: 36256 
NXDomain 0/1/0 (106)
| 08.739234 IP google-public-dns-a.google.com.domain  172.16.1.35.33648: 60199 
NXDomain 0/1/0 (106)

Good tcpdump:

| 17.137993 IP 172.16.1.35.59238  homeportal.gateway.2wire.net.domain: 10833+ 
A? repo.or.cz. (28)
| 17.138054 IP 172.16.1.35.59238  homeportal.gateway.2wire.net.domain: 53670+ 
? repo.or.cz. (28)
| 17.157776 IP homeportal.gateway.2wire.net.domain  172.16.1.35.59238: 10833- 
1/0/0 A 195.113.20.142 (44)
| 17.374115 IP homeportal.gateway.2wire.net.domain  172.16.1.35.59238: 53670- 
0/1/0 (80)
| 17.374325 IP 172.16.1.35.59641  google-public-dns-a.google.com.domain: 
10833+ A? repo.or.cz. (28)
| 17.374371 IP 172.16.1.35.59641  google-public-dns-a.google.com.domain: 
53670+ ? repo.or.cz. (28)
| 17.400033 IP google-public-dns-a.google.com.domain  172.16.1.35.59641: 10833 
1/0/0 A 195.113.20.142 (44)
| 17.713130 IP google-public-dns-a.google.com.domain  172.16.1.35.59641: 53670 
0/1/0 (80)

Both are attached for reference (they are from resolving repo.or.cz,
port 80 using wget; the above human-readable versions were generated
with /usr/sbin/tcpdump -r $file).  Notice that it seems to fall back
to looking at 8.8.8.8 after all, but with the wrong qname.


tcpdump.bad
Description: Binary data


tcpdump.good
Description: Binary data


Bug#632210: ifupdown-extra: wrong path to arping binary in /etc/network/if-up.d/10check-duplicate-ip

2011-07-01 Thread Christoph Maser
Am Donnerstag, den 30.06.2011, 17:58 +0200 schrieb Javier
Fernandez-Sanguino:
 On 30 June 2011 16:54, Christoph Maser christoph.ma...@1und1.de wrote:
  In /etc/network/if-up.d/10check-duplicate-ip arping is configured as 
  39:ARPING=/usr/bin/arping but the arping package installs in 
  /usr/sbin/arping
 
 Which package are you using for arping? Please provide the output of
 'dpkg -S /usr/sbin/arping'
 
 Thanks
 
 Javier

cmaser@unigmx001:~$ dpkg -S /usr/sbin/arping
arping: /usr/sbin/arping
cmaser@unigmx001:~$ aptitude show arping
Package: arping  
State: installed
Automatically installed: no
Version: 2.09-2
Priority: optional
Section: net
Maintainer: Giuseppe Iuculano iucul...@debian.org
Uncompressed Size: 106 k
Depends: libc6 (= 2.7), libnet1 (= 1.1.2.1), libpcap0.8 (= 0.9.8)
Conflicts: iputils-arping, iputils-ping ( 20001110-6)
Description: sends IP and/or ARP pings (to the MAC address)
 The arping utility sends ARP and/or ICMP requests to the specified host
and displays the replies. The host may be specified by its hostname, its
IP address, or its
 MAC address.
Homepage: http://www.habets.pp.se/synscan/programs.php?prog=arping



Bug#632287: ucommon-utils and scrub: error when trying to install together

2011-07-01 Thread Ralf Treinen
Package: scrub,ucommon-utils
Version: scrub/2.4-2
Version: ucommon-utils/5.0.3-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2011-07-01
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  multiarch-support libgpg-error0 libgcrypt11 libtasn1-3 libgnutls26
  libucommon5 ucommon-utils scrub
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package multiarch-support.
(Reading database ... 9216 files and directories currently installed.)
Unpacking multiarch-support (from .../multiarch-support_2.13-8_amd64.deb) ...
Selecting previously deselected package libgpg-error0.
Unpacking libgpg-error0 (from .../libgpg-error0_1.10-0.3_amd64.deb) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up multiarch-support (2.13-8) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libgcrypt11.
(Reading database ... 9238 files and directories currently installed.)
Unpacking libgcrypt11 (from .../libgcrypt11_1.4.6-7_amd64.deb) ...
Selecting previously deselected package libtasn1-3.
Unpacking libtasn1-3 (from .../libtasn1-3_2.9-4_amd64.deb) ...
Selecting previously deselected package libgnutls26.
Unpacking libgnutls26 (from .../libgnutls26_2.10.5-2_amd64.deb) ...
Selecting previously deselected package libucommon5.
Unpacking libucommon5 (from .../libucommon5_5.0.3-1_amd64.deb) ...
Selecting previously deselected package ucommon-utils.
Unpacking ucommon-utils (from .../ucommon-utils_5.0.3-1_amd64.deb) ...
Selecting previously deselected package scrub.
Unpacking scrub (from .../archives/scrub_2.4-2_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/scrub_2.4-2_amd64.deb (--unpack):
 trying to overwrite '/usr/share/man/man1/scrub.1.gz', which is also in package 
ucommon-utils 5.0.3-1
configured to not write apport reports
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/scrub_2.4-2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/bin/scrub
  /usr/share/man/man1/scrub.1.gz

This bug is assigned to both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://edos.debian.net/file-overwrites/.



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



Bug#632288: for example, For example

2011-07-01 Thread jidanni
Package: sun-java6-jdk
Version: 6.26-1
Severity: wishlist
File: /usr/lib/jvm/java-6-sun-1.6.0.26/man/man1/javap.1.gz

It says for example, For example: and then no example,

ENVIRONMENT VARIABLES
  CLASSPATH
 Used to provide the system a path to user-defined classes. Direc-
 tories are separated by colons, for example, For example:

SEE ALSO
   javac(1), java(1), jdb(1), javah(1), javadoc(1)

Indeed, there are other for examples on this page with no example too.



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



Bug#632289: tbl:standard input:293: `.' not last character on line

2011-07-01 Thread jidanni
Package: sun-java6-jdk
Version: 6.26-1
Severity: wishlist
File: /usr/lib/jvm/java-6-sun-1.6.0.26/man/man1/javadoc.1.gz

man stderr shows:

tbl:standard input:293: `.' not last character on line
tbl:standard input:293: giving up on this table
tbl:standard input:428: `.' not last character on line
tbl:standard input:428: giving up on this table
tbl:standard input:1223: `.' not last character on line
tbl:standard input:1223: giving up on this table
tbl:standard input:2111: `.' not last character on line
tbl:standard input:2111: giving up on this table
tbl:standard input:2409: `.' not last character on line
tbl:standard input:2409: giving up on this table
standard input:17: warning [p 1, 2.0i]: cannot adjust line
javadoc(1)  javadoc(1)

Name
   javadoc - The Java API Documentation Generator




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



Bug#632290: RFP: git-info -- It is a script/tool for people who are used to svn info command

2011-07-01 Thread shirish शिरीष
Package: wnpp
Severity: wishlist

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

* Package name: git-info.sh
  Version : 0.1
  Upstream Author : Duane Johnson
* URL :
http://inquirylabs.com/blog2009/2008/06/12/git-info-kinda-like-svn-info/
* License : MIT
  Programming Lang: (C, C++, C#, Perl, Python, etc.)
  Description : It is a script/tool for people who are used to svn
info command

It basically does what the svn info command does. It would be nice to
have it maybe as a collection of utilities which would make it
accessible to non/newbe git users.

-- 
          Regards,
          Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17



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



Bug#632277: [Pkg-telepathy-maintainers] Bug#632277: empathy: Cannot see or connect to VPN neighbours

2011-07-01 Thread Simon McVittie
On Fri, 01 Jul 2011 at 08:16:30 +0200, Axel Stammler wrote:
 I don't want to use a server but point-to-point communication. Unfortunately 
 the list of
 local users only includes Ethernet (eth) and wifi (wlan) but no virtual 
 private network
 (tun) connections.

Link-local XMPP requires link-local multicast to work on your network;
without multicast, it can't discover the other users.

Which VPN software are you using? Does link-local multicast work on your
VPN? (Can multicast ever work on tun connections, or are they restricted 
to unicast?)

If your VPN is able to switch from tun (virtual IP routing) to tap (virtual
Ethernet bridging), that might make multicast work.

If link-local multicast works in general, but Empathy doesn't see other
users on the VPN, that would probably indicate a bug in either telepathy-salut
or avahi, rather than in Empathy itself.

Please try using avahi-discover to browse for other machines on the VPN
(if you haven't specifically disabled it, each machine should be advertising a
Workstation record named after its hostname and MAC address). If that
doesn't work, there's no way telepathy-salut will work either.

Regards,
S



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



Bug#632223: Scrolling events arrive even after scrolling ended

2011-07-01 Thread Cyril Brulebois
Hi,

Pietro Battiston m...@pietrobattiston.it (30/06/2011):
 Package: xserver-xorg-input-synaptics
 Version: 1.4.0-1+b1
 Severity: normal
 Tags: wheezy

(please don't use such tags)

 Since some time (I would have guessed since a month, and the fact that
 the current release of the package is just the rebuild of one 4 months
 old puzzles me), the effect of scrolling lasts much more than the
 action of scrolling itself.

It was rebuilt against a new server, so that's not really a big surprise
the behaviour can change: we moved from 1.9 to 1.10 in the meanwhile.

 I would have bet that this was a problem of metacity slowly processing
 events, but the same happens under twm, so, though I'm not sure, this
 is my best guess for package responsible.

I recently uploaded 1.4.1-1 to sid, please try that version, and open a
bug upstream if you're still having issues:
  https://bugs.freedesktop.org/ (xorg, Driver/synaptics)

and let us know the bug number.

A new stable release (1.10.x) of the server is pending, with a few input
related fixes. I could help you try that, if you wish.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#632291: [INTL:ko] Korean debconf template translation for cloop

2011-07-01 Thread 임영재
Package: cloop
Version: 2.6.31.1.1
Severity: wishlist
Tags: l10n patch

It is attached to this report.


templates.po
Description: Binary data


Bug#628128: Bug in libcurses-ui-perl fixed in revision 76845

2011-07-01 Thread pkg-perl-maintainers
tag 628128 + pending
thanks

Some bugs are closed in revision 76845
by Damyan Ivanov (dmn)

Commit message:

* Convert to source format '3.0 (quilt)'
* Add patch removing stray semicolon from @ subroutine prorotypes
  (Closes: #628128)



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



Bug#632210: ifupdown-extra: wrong path to arping binary in /etc/network/if-up.d/10check-duplicate-ip

2011-07-01 Thread Javier Fernandez-Sanguino
On 1 July 2011 09:57, Christoph Maser christoph.ma...@1und1.de wrote:
 cmaser@unigmx001:~$ dpkg -S /usr/sbin/arping
 arping: /usr/sbin/arping

I guessed so, the ifupdown-extra package in version 0.14 has the
location hardcoded for iputils-arping's arping binary which is in
/usr/bin/, so even if it adverstise arping as an alternative package
to provide the binary it was not prepared to work with it.

This has been fixed already in  ifupdown-extra  (0.16) along with
other differences between iputil's arping and arping's arping

   * if-up-scripts/check-duplicate-ip:
 - Make it possible to use arping's arping which: is located in another
   directory, interprets parameters differently and does not support -q.
 Thanks to Cristian Ionescu-Idbohrn for bringing up this issue
 and providing a patch which I base the changes on (Closes: #614056)

You can find the full changes introduced in
http://anonscm.debian.org/gitweb/?p=collab-maint/ifupdown-extra.git;a=commitdiff;h=47f06fa5f6400ea1369421d86f5a040f00a1ec94

I will try to push a fix for stable, for the time being, you can
easily install the latest ifupdown-extra package from testing or
unstable. They should install without any issues in a Squeeze system.

Regards

Javier



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



Bug#632292: bluetooth: adapter works but device scanning yields no results

2011-07-01 Thread Harishankar Venkataraman
Package: bluetooth
Version: 4.94-2
Severity: important
Tags: upstream

The adapter is detected by the Bluetooth daemon and the bluetooth device can be
turned on and off using the KDE bluetooth frontend bluedevil. hcitool dev shows
the proper device as
 hci070:F3:95:74:7D:CE
But scanning for devices yields no results in spite of turning on the bluetooth
at both ends. Device is set to discoverable. The same adapter works in Windows
7 on the same laptop.

Using HP Touchsmart tm2 laptop. Wireless chipset is Ralink RT3090.



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

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

Versions of packages bluetooth depends on:
ii  bluez 4.94-2 Bluetooth tools and daemons

Versions of packages bluetooth recommends:
ii  bluez-alsa4.94-2 Bluetooth ALSA support
ii  bluez-cups4.94-2 Bluetooth printer driver for CUPS
ii  bluez-gstreamer   4.94-2 Bluetooth GStreamer support

bluetooth suggests no packages.

-- no debconf information



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



Bug#629454: marked as done (slapos.tool: French debconf templates translation)

2011-07-01 Thread Arnaud Fontaine
Hi,

 Are you sure? Today's  statistics about French translations report the
 package to be still missing the 13 strings from this translation.

 Was the debian/po/fr.po file really added to the package?

Yes, they are, in slapos.core. Perhaps because the source package is now
slapos.core  and  the  binary  package  is  slapos-client  (slapos.slap,
slapos.tool.format and  slapos.tool.grid have been  merged upstream into
slapos.core source  package)?  I have already  filled a RoM  for the now
useless three packages[0].

Cheers,
-- 
Arnaud Fontaine

[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632076


pgpxih4vWs7cP.pgp
Description: PGP signature


Bug#632140: PATCH: _aptitude: Completion for -F format specifiers

2011-07-01 Thread Frank Terbeck
From: Daniel Bolton d...@dbbo.us

Received via the Debian BTS: #632140

Thanks!
---
 Completion/Debian/Command/_aptitude |   35 ++-
 1 files changed, 34 insertions(+), 1 deletions(-)

diff --git a/Completion/Debian/Command/_aptitude 
b/Completion/Debian/Command/_aptitude
index bfec497..2c462e4 100644
--- a/Completion/Debian/Command/_aptitude
+++ b/Completion/Debian/Command/_aptitude
@@ -13,6 +13,39 @@ ${${(M)${(f)$(/etc/apt/sources.list)}\
   #}}}
 }
 
+# Helper function for -F / --display-format
+function _aptitude_format_strings() {
+  _values -s , 'format string' \
+'%%[Literal %]' \
+'%#number[Parameter replacement]' \
+'%a[Action flag]' \
+'%A[Action]' \
+'%B[Broken count]' \
+'%c[Current state flag]' \
+'%C[Current state]' \
+'%d[Description]' \
+'%H[Hostname]' \
+'%i[Pin priority]' \
+'%I[Installed size]' \
+'%m[Maintainer]' \
+'%M[Automatic flag]' \
+'%n[Program version]' \
+'%N[Program name]' \
+'%o[Download size]' \
+'%p[Package name]' \
+'%P[Priority]' \
+'%r[Reverse depends count]' \
+'%R[Abbreviated priority]' \
+'%s[Section]' \
+'%S[Trust status]' \
+'%t[Archive]' \
+'%T[Tagged]' \
+'%u[Disk usage change]' \
+'%v[Current version]' \
+'%V[Candidate version]' \
+'%Z[Size change]'
+}
+
 _arguments -C \
   '(- 1 *)'{-h,--help}'[display help information]' \
   '(- 1 *)--version[display version information]' \
@@ -20,7 +53,7 @@ _arguments -C \
   '(-d --download-only)'{-d,--download-only}[just download packages - don\'t 
install] \
   '(-P --prompt)'{-P,--prompt}'[always display a prompt]' \
   '(-y --assume-yes)'{-y,--assume-yes}'[assume yes answer to questions]' \
-  '(-F --display-format)'{-F,--display-format}'[specify output format for 
search command]:format' \
+  '(-F --display-format)'{-F,--display-format}'[specify output format for 
search command]:format:_aptitude_format_strings' \
   '(-O --sort)'{-O,--sort}'[specify sort order]:sort order:()' \
   '(-w --width)'{-w,--width}'[specify output width]:width' \
   '-f[aggressivley try to fix dependencies of broken packages]' \
-- 
1.7.6




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



Bug#505983: Please depend on phpCAS package instead of shipping a copy inside glpi

2011-07-01 Thread Gonéri Le Bouder
severity 505983 normal
thanks

Hi,

This is a violation of the Policy, section 4.13 and so a real bug.
See: http://www.debian.org/doc/debian-policy/ch-source.html#s-embeddedfiles

Best regards,

 Gonéri



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



Bug#627821: failed kfreebsd-amd64 build of perl 5.12.4-1

2011-07-01 Thread Dominic Hargreaves
On Fri, Jul 01, 2011 at 12:15:14AM +, Debian buildds wrote:
  * Source package: perl
  * Version: 5.12.4-1
  * Architecture: kfreebsd-amd64
  * State: failed
  * Suite: sid
  * Builder: fano.debian.org
  * Build log: 
 https://buildd.debian.org/fetch.cgi?pkg=perlarch=kfreebsd-amd64ver=5.12.4-1stamp=1309479190file=log

The same problem as already discussed in #627821. Please could you
reschedule until it builds on a different machine?

Thanks,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



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



Bug#614225: Completely fixed

2011-07-01 Thread Carlo Stemberger

xorg.conf is no longer needed: no more EDID checksum is invalid!

Thank you very much.

Ciao ciao

Carlo

--
 .'  `.   | Registered Linux User #443882
 |a_a  |  | http://counter.li.org/  .''`.
 \_)__/  +--- : :'  :
 /(   )\  ---+ `. `'`
|\`/\  Registered Debian User #9 |   `-
\_|=='|_/   http://debiancounter.altervista.org/ |




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



Bug#631684: transition: libmtp

2011-07-01 Thread Alessio Treglia
Hi again,

On Sun, Jun 26, 2011 at 10:05 AM, Alessio Treglia ales...@debian.org wrote:
  - amarok
  - audacious-plugins
  - banshee
  - clementine
  - gmtp
  - mtpfs
  - pymtp
  - rhythmbox
  - vlc

just to add gnomad2 to the above list.

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



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



Bug#632287: ucommon-utils: ..conflict with scrub-2.4.2 over /usr/share/man/man1/scrub.1.gz

2011-07-01 Thread Arnt Karlsen
Package: ucommon-utils
Version: ..conflict with scrub-2.4.2 over /usr/share/man/man1/scrub.1.gz
Followup-For: Bug #632287



...aptitude output loop:
Press return to continue.

(Reading database ... 616650 files and directories currently installed.)
Unpacking ucommon-utils (from .../ucommon-utils_5.0.3-1_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/ucommon-utils_5.0.3-1_amd64.deb 
(--unpack):
 trying to overwrite '/usr/share/man/man1/scrub.1.gz', which is also in package 
scrub 2.4-2
configured to not write apport reports
  Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/ucommon-utils_5.0.3-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Press return to continue.



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

Kernel: Linux 3.0.0-rc5-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/bash

Versions of packages ucommon-utils depends on:
ii  libc6  2.13-8Embedded GNU C Library: Shared lib
ii  libgcrypt111.5.0~beta1-1 LGPL Crypto library - runtime libr
ii  libgnutls262.12.7-2  GNU TLS library - runtime library
ii  libucommon55.0.3-1   lightweight C++ threading and sock

ucommon-utils recommends no packages.

ucommon-utils 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#632293: libxml-libxml-perl: findvalue from is very slow (regression)

2011-07-01 Thread Vincent Lefevre
Package: libxml-libxml-perl
Version: 1.75.ds-1
Severity: important
Tags: upstream

With libxml-libxml-perl 1.70.ds-1+b1, the following testcase took 0.21s
on my machine, while with 1.75.ds-1, it takes 1.59s.


#!/usr/bin/env perl

use strict;
use XML::LibXML;

my $file = 'test-huge.xml';
-e $file and die;

open FILE, '', $file or die;
print FILE ?xml version=\1.0\?\nroot\n or die;
foreach (1..6000)
  { print FILE a attr=\test\/\n or die; }
print FILE /root\n or die;
close FILE or die;

my $parser = XML::LibXML-new();
my $doc = $parser-parse_file($file);
my $n = 0;
foreach my $node ($doc-findnodes('//a'))
  {
my $v = $node-findvalue('@attr');
$v eq 'test' or die;
$n++;
  }
print $n\n;

unlink $file;


I had reported the bug here:

  https://rt.cpan.org/Public/Bug/Display.html?id=69096

(since I first saw it under Mac OS X). According to the discussion,
this regression comes from a bug fix, but anyway according to the
DOM spec, the previous behavior was not incorrect and the new behavior
can be regarded as incorrect as it probably makes XML::LibXML fail
to conform to DOM (previous XML::LibXML were also incorrect in this
respect).

-- 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-2-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 libxml-libxml-perl depends on:
ii  libc6   2.13-8   Embedded GNU C Library: Shared lib
ii  libxml-namespacesupport 1.09-3   Perl module for supporting simple 
ii  libxml-sax-perl 0.96+dfsg-2  Perl module for using and building
ii  libxml2 2.7.8.dfsg-3 GNOME XML library
ii  perl5.12.4-1 Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.12 5.12.4-1 minimal Perl system
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

libxml-libxml-perl recommends no packages.

libxml-libxml-perl suggests no packages.

-- no debconf information



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



Bug#627700: New Intel Ethernet adapters (e1000e driver)

2011-07-01 Thread Moritz Mühlenhoff
Hi,

 In this kernel version, the e1000e driver is missing support for
 i82567V-4 and i82579 and important bug fixes for i82577, i82578 and
 i82583.

Here's our test results for the previously unsupported 82579V card:

lspci -vv:

00:19.0 Ethernet controller: Intel Corporation Device 1503 (rev 05)
Subsystem: Intel Corporation Device 2002
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 27
Region 0: Memory at fe70 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at fe728000 (32-bit, non-prefetchable) [size=4K]
Region 2: I/O ports at f040 [size=32]
Capabilities: [c8] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [d0] Message Signalled Interrupts: Mask- 64bit+ 
Queue=0/0 Enable+
Address: feeff00c  Data: 41c1
Capabilities: [e0] PCIe advanced features ?
Kernel driver in use: e1000e
Kernel modules: e1000e

lspci -n

00:19.0 0200: 8086:1503 (rev 05)


   1. If the driver tries to load firmware (only required for some chips),
 does this work once the firmware file(s) are installed? 

No firmware is being loaded.

   2. Can you receive and transmit VLAN-tagged frames after creating a VLAN
   interface? 

The tests outlined in #627704 were successful.

   3. Does the interface work after suspend and resume?

I couldn't test this; suspend doesn't work properly on that system.

  4. Does the interface work after removing the cable for 10 seconds and 
reinserting it?

That worked fine.

  5. Does multicast configuration work? (IPv6 autoconfiguration or mDNS will 
cover this.)

avahi-browse --all worked fine.

   6. Can the interface send and receive TCP/IP across a LAN at the same 
speed, before and after these changes? (Use e.g. netperf to test this, but 
don't forget to remove the netperf package after use.)

Since the card was previously unsupported I cannot compare it to the previous 
state. The performance of large file copies was quite ok.

root@lynx:~# netperf 
TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to localhost (127.0.0.1) 
port 0 AF_INET : demo
Recv   SendSend  
Socket Socket  Message  Elapsed  
Size   SizeSize Time Throughput  
bytes  bytes   bytessecs.10^6bits/sec  

 87380  16384  1638410.0024326.17   

   7. Are any warnings or errors logged by the kernel during the preceding 
tests?

None.

Cheers,
Moritz
-- 
Moritz Mühlenhoff muehlenh...@univention.de
Open Source Software Engineer and Consultant
Univention GmbH  Linux for Your Business fon: +49 421 22 232- 0
Mary-Somerville-Str.1  28359 Bremen  fax: +49 421 22 232-99
http://www.univention.de



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



Bug#632294: ITP: libtest-utf8-perl -- handy utf8 tests Test::utf8

2011-07-01 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt jonas.gena...@capi2name.de

* Package name: libtest-utf8-perl
  Version : 0.02
  Upstream Author : Mark Fowler m...@twoshortplanks.com
* URL : http://search.cpan.org/~markf/Test-utf8/
* License : This program is free software; you can redistribute
it and/or modify it under the same terms as Perl
itself.
  Programming Lang: Perl
  Description : collection of tests that's useful when dealing with
  utf8 strings in Perl

 Test::utf8 is a collection of tests that's useful when dealing with
 utf8 strings in Perl.



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



Bug#632295: Please transition gdbm for multiarch

2011-07-01 Thread Steve Langasek
Source: gdbm
Version: 1.8.3-9
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

Hi Anibal,

Please find attached a patch to gdbm to transition it to use of the
multiarch library paths as described at
http://wiki.debian.org/Multiarch/Implementation.  This patch has been
applied and is being used successfully in Ubuntu 11.04, and should be safe
to apply in Debian now that multiarch has been bootstrapped there.

Would be great if you could apply this patch to the Debian package, so we
can whittle away ia32-libs for wheezy. :)

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
=== modified file 'debian/control'
--- debian/control	2009-11-21 17:16:51 +
+++ debian/control	2011-03-17 08:32:48 +
@@ -2,15 +2,18 @@
 Source: gdbm
 Section: libs
 Priority: important
 Maintainer: Anibal Monsalve Salazar ani...@debian.org
-Build-Depends: texinfo, quilt, libtool, automake, autoconf, autotools-dev
+Build-Depends: texinfo, quilt, libtool, automake, autoconf, autotools-dev,
+	dpkg-dev (= 1.16.0)
 Standards-Version: 3.8.3
 Homepage: http://directory.fsf.org/project/gdbm/
 
 Package: libgdbm3
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (= 1.15.4) | install-info
+Multi-Arch: same
+Pre-Depends: multiarch-support
 Description: GNU dbm database routines (runtime version)
  GNU dbm ('gdbm') is a library of database functions that use extendible
  hashing and works similarly to the standard UNIX 'dbm' functions.

=== modified file 'debian/rules'
--- debian/rules	2009-11-07 21:32:33 +
+++ debian/rules	2011-03-17 08:22:40 +
@@ -12,6 +12,7 @@
 
 DEB_BUILD_GNU_TYPE	:= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_GNU_TYPE	:= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_HOST_MULTIARCH	:= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 STRIP=strip --remove-section=.comment --remove-section=.note
 
@@ -19,7 +20,7 @@
 install_file=install -m 644
 install_script=install -m 755
 install_binary=install -m 755 -s
-compress=gzip -9v
+compress=gzip -9vn
 
 include /usr/share/quilt/quilt.make
 
@@ -38,10 +39,11 @@
 	autoconf
 	cp -f /usr/share/misc/config.sub /usr/share/misc/config.guess .
 ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
-	CFLAGS=-O2 -g -Wall -D_REENTRANT ./configure --prefix=/usr
+	CFLAGS=-O2 -g -Wall -D_REENTRANT ./configure --prefix=/usr \
+		--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 else
 	CFLAGS=-O2 -g -Wall -D_REENTRANT ./configure --prefix=/usr \
-	--host=$(DEB_HOST_GNU_TYPE)
+	--host=$(DEB_HOST_GNU_TYPE) --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 endif
 	echo /* We use fcntl locking (POSIX) instead of flock (BSD) */  autoconf.h
 	echo #undef HAVE_FLOCK  autoconf.h
@@ -60,11 +62,11 @@
 
 	$(MAKE) INSTALL_ROOT=$$(pwd)/debian/tmp install install-compat
 	rm -fr debian/tmp/usr/include debian/tmp/usr/info \
-	   debian/tmp/usr/man debian/tmp/usr/lib/*.a \
-debian/tmp/usr/lib/*.la \
-	   debian/tmp/usr/lib/*.so
-	$(STRIP) --strip-unneeded debian/tmp/usr/lib/*.so*
-	chmod 644 debian/tmp/usr/lib/*.so*
+	   debian/tmp/usr/man debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.a \
+debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la \
+	   debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.so
+	$(STRIP) --strip-unneeded debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.so*
+	chmod 644 debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.so*
 
 	$(compress) debian/tmp/usr/share/info/*
 	$(compress) debian/tmp/usr/share/man/man3/*
@@ -79,7 +81,7 @@
 	$(compress) debian/tmp/usr/share/doc/libgdbm3/*
 	$(install_file) debian/copyright debian/tmp/usr/share/doc/libgdbm3/copyright
 
-	dpkg-shlibdeps debian/tmp/usr/lib/libgdbm.so.3.0.0
+	dpkg-shlibdeps debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libgdbm.so.3.0.0
 	dpkg-gencontrol -isp -plibgdbm3
 	# md5sums control file
 	cd debian/tmp/; find . -type f ! -regex '.*/DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum  DEBIAN/md5sums
@@ -97,11 +99,11 @@
 man3dir=$$(pwd)/debian/tmp/usr/share/man/man3 \
 install install-compat
 	for ext in  _compat; do \
-	  $(STRIP) --strip-debug debian/tmp/usr/lib/libgdbm$$ext.a; \
-	  rm debian/tmp/usr/lib/libgdbm$$ext.so.3.0.0; \
-	  rm debian/tmp/usr/lib/libgdbm$$ext.so.3; \
+	  $(STRIP) --strip-debug debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libgdbm$$ext.a; \
+	  rm debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libgdbm$$ext.so.3.0.0; \
+	  rm debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libgdbm$$ext.so.3; \
 	done
-	chmod 644 debian/tmp/usr/lib/*.la
+	chmod 644 debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
 	# libc6 owns ndbm.h, but some apps want gdbm's
 	mv debian/tmp/usr/include/ndbm.h debian/tmp/usr/include/gdbm-ndbm.h



signature.asc
Description: 

Bug#632296: oss4: Permissions of oss devices (/dev/oss/*/*) are not setup for the audio group

2011-07-01 Thread Michel Briand
Package: oss4
Severity: normal

Hello,

oss4 installation went fine.
Module / device probe is ok.
osstest works.

But permissions are :

ls -al /dev/oss/oss_hdaudio0/
total 0
crw-rw-rw- 1 root root 249,  3 Jul  1 11:24 mix0
crw-rw-rw- 1 root root 249,  4 Jul  1 11:24 pcm0
crw-rw-rw- 1 root root 249,  6 Jul  1 11:24 pcm1
crw-rw-rw- 1 root root 249,  8 Jul  1 11:24 pcm2
crw-rw-rw- 1 root root 249, 10 Jul  1 11:24 pcm3
crw-rw-rw- 1 root root 249, 12 Jul  1 11:24 pcm4
crw-rw-rw- 1 root root 249, 16 Jul  1 11:24 pcmin0
crw-rw-rw- 1 root root 249, 18 Jul  1 11:24 pcmin1
crw-rw-rw- 1 root root 249, 14 Jul  1 11:24 spdout0

Correct permissions shall be :

crw-rw 1 root audio 249, 14 Jul  1 11:24 *


I've searched for an udev method to setup 
permissions (as with alsa), but I didn't found a
working solution.

Could you help ?

Best regards,
Michel


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (1001, 'testing'), (990, 'stable'), (600, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)
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#632267: closed by Guido Günther a...@sigxcpu.org (Re: Bug#632267: iceowl add-ons manager has the wrong url for browsing)

2011-07-01 Thread Karl Goetz
On Fri, 01 Jul 2011 05:12:07 +
ow...@bugs.debian.org (Debian Bug Tracking System) wrote:

 On Fri, Jul 01, 2011 at 12:03:31PM +1000, Karl Goetz wrote:
  Package: iceowl
  Version: 1.0~b1+dfsg2-2+squeeze2
  Severity: normal
  
  
  Iceowl is looking at [1], when it should be looking at [2]. This
  means the addons window and browse link both fail to work
  correctly. Is this by design?  
 
 This is fixed in 1.0~b2-5.
 Cheers,
  -- Guido

thanks :)
kk

-- 
Karl Goetz, (Kamping_Kaiser / VK5FOSS)
Debian contributor / gNewSense Maintainer
http://www.kgoetz.id.au
No, I won't join your social networking group


signature.asc
Description: PGP signature


Bug#632269: iceowl: please allow draging items out of calendar into todo list

2011-07-01 Thread Karl Goetz
On Fri, 1 Jul 2011 07:10:02 +0200
Guido Günther a...@sigxcpu.org wrote:

 On Fri, Jul 01, 2011 at 12:15:21PM +1000, Karl Goetz wrote:
  Package: iceowl
  Version: 1.0~b1+dfsg2-2+squeeze2
  Severity: wishlist
  Tags: upstream
  
  
  Hi,
  I've just manually moved a number of todo items out of my calendar
  and into the todo bar on the side. it would be great if this was
  possible with a simple drag and drop. At a pinch being able to do
  it through the entry editing spot would do (perhaps make todos
  another calendar?).
 
 This looks worthwhile. Since you set the upstream tag: could you
 reference the upstream bug number?
 Cheers,
  -- Guido

I've not forwarded it sorry, i set the tag by accident :(
( I think i may have done it to two bugs i filed today).
kk

-- 
Karl Goetz, (Kamping_Kaiser / VK5FOSS)
Debian contributor / gNewSense Maintainer
http://www.kgoetz.id.au
No, I won't join your social networking group


signature.asc
Description: PGP signature


Bug#632297: ftbs with ld --as-needed

2011-07-01 Thread Julian Taylor
Package: undertaker
Version: 1.1-2
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

the package undertaker fails to build when using the linker flag --as-needed
This is caused by the libraries being placed before the objects which
need the symbols on the command line. So the library symbols are not
registered as needed.
See the log ubuntu bug:
https://bugs.launchpad.net/ubuntu/+source/undertaker/+bug/803209

Attached patch fixes this issue by using ordering the command line
correctly.
Description: fix build with ld --as-needed
 when building with ld --as-needed libraries must be placed
 after object files needing them on the command line so the symbols
 of the libraries are registered as needed.
Author: Julian Taylor jtaylor.deb...@googlemail.com
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/undertaker/+bug/803209

--- undertaker-1.1.orig/ziz/Makefile
+++ undertaker-1.1/ziz/Makefile
@@ -13,7 +13,7 @@ all: zizler
 Zizler.o: Zizler.cpp $(HEADERS)
 
 zizler: Zizler.o libziz.a
-	$(LDXX) -o $@ $(LDLIBS) $^
+	$(LDXX) -o $@ $^ $(LDLIBS)
 
 $(ZIZOBJ): $(HEADERS)
 libziz.a: $(ZIZOBJ) $(HEADERS)
--- undertaker-1.1.orig/undertaker/Makefile
+++ undertaker-1.1/undertaker/Makefile
@@ -12,7 +12,7 @@ CXXFLAGS = $(CFLAGS)
 
 LDFLAGS =
 # LDCOV = -coverage
-LDLIBS = -lstdc++ -lboost_system -lboost_regex -lboost_filesystem libparser.a ../ziz/libziz.a  -lpicosat -lboost_wave-mt $(LDCOV)
+LDLIBS = libparser.a ../ziz/libziz.a -lstdc++ -lboost_system -lboost_regex -lboost_filesystem -lpicosat -lboost_wave-mt $(LDCOV)
 
 PARSEROBJ = CloudContainer.o RsfReader.o KconfigWhitelist.o ConfigurationModel.o	\
 	ModelContainer.o SatChecker.o CodeSatStream.o BlockDefectAnalyzer.o


signature.asc
Description: OpenPGP digital signature


Bug#632298: two messages per day from apticron (cron.d + cron.daily)

2011-07-01 Thread Vaclav Ovsik
Package: apticron
Version: 1.1.42
Severity: normal

Hi,
I have two messages from apticron per day. The timestamp logic is broken
somewhat. I noticed, that /etc/cron.daily/apticron executes apticron
without option --cron (that was there in Lenny package).

 /etc/cron.d/apticron 
# cron entry for apticron

15 7 * * * root test -x /usr/sbin/apticron  /usr/sbin/apticron --cron
 /etc/cron.d/apticron 

 /etc/cron.daily/apticron 
#!/bin/sh

if [ ! -x /usr/sbin/apticron ] ; then
exit 0
else
/usr/sbin/apticron
fi
 /etc/cron.daily/apticron 

The timestamp logic of /usr/sbin/apticron is processed only with
the option --cron.

Maybe a simple testing a date (date +%Y%m%d) written info timestamp file
maybe a bit easier than mtime processing used currently.

today=$(date +%Y%m%d)
read lastrun $tsfile /dev/null 2/dev/null
if test x$today = x$lastrun
then
exit 0
else
echo $today $tsfile
fi

Best regards
-- 
Zito


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

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

Versions of packages apticron depends on:
ii  apt0.8.10.3+squeeze1 Advanced front-end for dpkg
ii  bsd-mailx [mailx]  8.1.2-0.20100314cvs-1 simple mail user agent
ii  cron   3.0pl1-116process scheduling daemon
ii  debconf [debconf-2 1.5.36.1  Debian configuration management sy
ii  ucf3.0025+nmu1   Update Configuration File: preserv

Versions of packages apticron recommends:
ii  apt-listchanges  2.85.7+squeeze1 package change history notificatio
ii  iproute  20100519-3  networking and traffic control too

apticron suggests no packages.

-- debconf information:
  apticron/notification: root



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



Bug#632299: nano: Very slow scrolling since installing Squeeze

2011-07-01 Thread Roger Lynn
Package: nano
Version: 2.2.4-1
Severity: normal

Hi,

Since installing Squeeze (I was previously using Lenny, but did a 
reinstall rather than upgrading) scrolling down a line at a time in nano 
has been very slow. For a 12 kB, 300 line file scrolling down by 
pressing the down arrow key uses 100% of the processor time on a 1 GHz 
Pentium 3. I have always used the smooth scrolling option and 
performance has been fine in the past, but it is now extremely jerky, 
taking several seconds to update the screen. This is on a variety of 
terminal types: console, serial terminal, ssh/xterm and ssh/PuTTY. The 
computer is a server and doesn't have X installed. Scrolling up is fine 
(using about 20% CPU), as is scrolling down a page at a time using the 
Page Down key.

Looking at the system information below, the only relevant thing I can 
see that might have changed is that I might not have been using UTF 
before, but I'm not sure.

Thanks for your help,

Roger Lynn


-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable'), (200, 'testing')
Architecture: i386 (i686)

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

Versions of packages nano depends on:
ii  dpkg  1.15.8.11  Debian package management system
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libncursesw5  5.7+20100313-5 shared libraries for terminal hand

nano recommends no packages.

Versions of packages nano suggests:
pn  spell none (no description available)

-- Configuration Files:
/etc/nanorc changed:
 set backup
 set const
set historylog
 set morespace
set nowrap
 set smooth
set suspend
 set undo
 set softwrap
include /usr/share/nano/nanorc.nanorc
include /usr/share/nano/c.nanorc
include /usr/share/nano/css.nanorc
include /usr/share/nano/debian.nanorc
include /usr/share/nano/gentoo.nanorc
include /usr/share/nano/html.nanorc
include /usr/share/nano/php.nanorc
include /usr/share/nano/tcl.nanorc
include /usr/share/nano/tex.nanorc
include /usr/share/nano/mutt.nanorc
include /usr/share/nano/patch.nanorc
include /usr/share/nano/man.nanorc
include /usr/share/nano/groff.nanorc
include /usr/share/nano/perl.nanorc
include /usr/share/nano/python.nanorc
include /usr/share/nano/ruby.nanorc
include /usr/share/nano/java.nanorc
include /usr/share/nano/awk.nanorc
include /usr/share/nano/asm.nanorc
include /usr/share/nano/sh.nanorc
include /usr/share/nano/pov.nanorc
include /usr/share/nano/xml.nanorc


-- 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#632300: alsa-base: sound has stopped working after the last kernel upgrade on debian testing to 2.6.39-2-686-pae.

2011-07-01 Thread Tom Woodward
Package: alsa-base
Version: 1.0.23+dfsg-4
Severity: important

As described.  I have checked the levels in alsameter to ensure nothing is 
muted.  I also noted that I can generate feedback through the speakers by 
turning up the internal mic which suggests it is not a hardward problem.

-- Package-specific info:
--- Begin additional package status ---
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  libasound2 1.0.23-4   shared library for ALSA applications
--- End additional package status ---
--- Begin /proc/asound/version ---
Advanced Linux Sound Architecture Driver Version 1.0.24.
--- End /proc/asound/version ---
--- Begin /proc/asound/cards ---
 0 [Intel  ]: HDA-Intel - HDA Intel
  HDA Intel at 0xf7eb8000 irq 43
--- End /proc/asound/cards ---
--- Begin /dev/snd/ listing ---
total 0
drwxr-xr-x  2 root root   60 Jul  1 10:27 by-path
crw-rw+ 1 root audio 116,  5 Jul  1 10:27 controlC0
crw-rw+ 1 root audio 116,  4 Jul  1 10:27 hwC0D0
crw-rw+ 1 root audio 116,  3 Jul  1 10:27 pcmC0D0c
crw-rw+ 1 root audio 116,  2 Jul  1 10:31 pcmC0D0p
crw-rw+ 1 root audio 116,  1 Jul  1 10:27 seq
crw-rw+ 1 root audio 116, 33 Jul  1 10:27 timer
--- End /dev/snd/ listing ---

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

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

Versions of packages alsa-base depends on:
ii  linux-sound-base   1.0.23+dfsg-4 base package for ALSA and OSS soun
ii  module-init-tools  3.16-1tools for managing Linux kernel mo
ii  udev   171-1 /dev/ and hotplug management daemo

Versions of packages alsa-base recommends:
ii  alsa-utils   1.0.23-5+b1 Utilities for configuring and usin

Versions of packages alsa-base suggests:
pn  alsa-oss  none (no description available)
pn  apmd  none (no description available)
pn  oss-compatnone (no description available)

Versions of packages libasound2 depends on:
ii  libc6 2.13-7 Embedded GNU C Library: Shared lib

Versions of packages libasound2 suggests:
pn  libasound2-pluginsnone (no description available)

-- Configuration Files:
/etc/modprobe.d/alsa-base-blacklist.conf [Errno 2] No such file or directory: 
u'/etc/modprobe.d/alsa-base-blacklist.conf'

-- 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#624598: deja-dup: Restore fails with EOFError

2011-07-01 Thread Jérémy Bobbio
On Tue, May 24, 2011 at 11:49:40PM +0200, Jose Carlos Garcia Sogo wrote:
  Also, you can review the package in git.d.o, branch squeeze-updates
 
  In which repository? I do not see it in
  `~jsogo/public_git/deja-dup.git`.
 
 Yes, you have to go to squeeze_updates branch.

Ok. Attached is a patch to apply on top of the squeeze-updates branch.
It make the package also updates `vala.stamp` in order to avoid the
error related to outdated C file.

(And reformats debian/changelog to avoid a lintian warning.)

The package now builds and look fine. It would really be great to have
this fixed at least in 6.0.3, since we missed the deadline for 6.0.2.

Cheers,
-- 
Jérémy Bobbio.''`. 
lu...@debian.org: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   
From 5ed3ce4cc469e78b6932c67d01ddbcdb640b900d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Bobbio?= lu...@debian.org
Date: Fri, 1 Jul 2011 12:24:55 +0200
Subject: [PATCH] Also update vala.stamp to avoid triggering Vala recompilation

---
 debian/changelog |5 ++-
 debian/patches/01_fix_EOFError.patch |   37 +++--
 2 files changed, 24 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 941816a..9cd211f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 deja-dup (14.2-1squeeze1) stable; urgency=low
 
   * Fix problem with GPG which makes restore impossible, as it now
-  fails with EOFError. Patch picked from upstream code, revision 728.
-  Thanks to Jérémy Bobbio for reporting and providing the patch (Closes: #624598)
+fails with EOFError. Patch picked from upstream code, revision 728.
+Thanks to Jérémy Bobbio for reporting and providing the patch.
+(Closes: #624598)
 
  -- Jose Carlos Garcia Sogo js...@debian.org  Mon, 23 May 2011 17:47:59 +0200
 
diff --git a/debian/patches/01_fix_EOFError.patch b/debian/patches/01_fix_EOFError.patch
index 96e9265..354cf46 100644
--- a/debian/patches/01_fix_EOFError.patch
+++ b/debian/patches/01_fix_EOFError.patch
@@ -1,3 +1,19 @@
+diff -Nur -x '*.orig' -x '*~' deja-dup//common/DuplicityInstance.vala deja-dup.new//common/DuplicityInstance.vala
+--- deja-dup//common/DuplicityInstance.vala	2011-05-23 17:47:12.758635598 +0200
 deja-dup.new//common/DuplicityInstance.vala	2011-05-24 23:34:21.516970593 +0200
+@@ -149,6 +149,12 @@
+ 
+ // We have to wrap all current args into one string.
+ StringBuilder args = new StringBuilder();
++
++// Set environment variables for subprocess here because sudo reserves
++// the right to strip them.
++foreach (string env in envp_in)
++  args.append(export %s\n.printf(env));
++
+ foreach(string a in argv) {
+   if (a == null)
+ break;
 diff -Nur -x '*.orig' -x '*~' deja-dup//common/DuplicityInstance.c deja-dup.new//common/DuplicityInstance.c
 --- deja-dup//common/DuplicityInstance.c	2011-05-23 17:47:12.758635598 +0200
 +++ deja-dup.new//common/DuplicityInstance.c	2011-05-24 23:34:21.516970593 +0200
@@ -201,19 +217,8 @@ diff -Nur -x '*.orig' -x '*~' deja-dup//common/DuplicityInstance.c deja-dup.new/
  _g_error_free0 (e);
  			}
  		}
-diff -Nur -x '*.orig' -x '*~' deja-dup//common/DuplicityInstance.vala deja-dup.new//common/DuplicityInstance.vala
 deja-dup//common/DuplicityInstance.vala	2011-05-23 17:47:12.758635598 +0200
-+++ deja-dup.new//common/DuplicityInstance.vala	2011-05-24 23:34:21.516970593 +0200
-@@ -149,6 +149,12 @@
- 
- // We have to wrap all current args into one string.
- StringBuilder args = new StringBuilder();
-+
-+// Set environment variables for subprocess here because sudo reserves
-+// the right to strip them.
-+foreach (string env in envp_in)
-+  args.append(export %s\n.printf(env));
-+
- foreach(string a in argv) {
-   if (a == null)
- break;
+diff -Nur -x '*.orig' -x '*~' deja-dup//common/vala.stamp deja-dup.new//common/vala.stamp
+--- deja-dup//common/vala.stamp	2011-05-23 17:47:12.758635598 +0200
 deja-dup.new//common/vala.stamp	2011-05-24 23:34:21.516970593 +0200
+@@ -0,0 +1 @@
++update
-- 
1.7.2.5



signature.asc
Description: Digital signature


Bug#632301: Changes for cross-compiling at

2011-07-01 Thread Riku Voipio
Package: at
Version: 3.1.13-1
Severity: normal
User: crossbu...@debian.org
Usertags: cross
Tags: patch

Few changes are needed to crosscompile at package.

1. configure - dh_auto_configure

not mandatory change, but dh_auto_configure will do the --build and --host 
setting for automatically, making the build command shorter

2. make test - dh_auto_test

dh_auto_test will respect DEB_BUILD_OPTIONS=nocheck, so when crosscompiling 
tests
don't need to be run

3. configure.ac change

dont try to use AC_TRY_RUN when crosscompiling. This patch requires running 
autoconf
to change the configure file too. please submit this patch to upstream too.

4. makefile.in change

don't use install -s in make install, that means 
DEB_BUILD_OPTIONS=nostrip option
will not work. This is also a patch to propose upstream.

Cheers,
Riku



diff -u at-3.1.12/debian/rules at-3.1.12/debian/rules
--- at-3.1.12/debian/rules
+++ at-3.1.12/debian/rules
@@ -5,15 +5,6 @@
 --with-atspool=/var/spool/cron/atspool \
 SENDMAIL=/usr/sbin/sendmail
 
-export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
-  confflags += --build $(DEB_HOST_GNU_TYPE)
-else
-  confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
-endif
-
 build: build-stamp
 build-stamp:
 	[ -f config.sub.ori ] || mv config.sub config.sub.ori
@@ -21,9 +12,10 @@
 	ln -sf /usr/share/misc/config.sub .
 	ln -sf /usr/share/misc/config.guess .
 
-	./configure $(confflags)
-	$(MAKE)
-	$(MAKE) test
+	dh_auto_configure -- $(confflags)
+	dh_auto_build
+	dh_auto_test
+
 	touch $@
 
 clean:
--- at-3.1.12.orig/configure.ac
+++ at-3.1.12/configure.ac
@@ -38,12 +38,17 @@
 AC_MSG_RESULT(no)
 ;;
 esac
+
+
+if test $cross_compiling = no
+then
 AC_MSG_CHECKING(Trying to compile a trivial ANSI C program)
 AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
 AC_MSG_RESULT(yes),
 AC_MSG_RESULT(no)
 AC_MSG_ERROR(Could not compile and run even a trivial ANSI C program - check CC.),
 AC_MSG_ERROR(Could not compile and run even a trivial ANSI C program - check CC.))
+fi
 
 AC_MSG_CHECKING(__attribute__((noreturn)))
 AC_TRY_COMPILE([], [void __attribute__((noreturn)) panic(void);],
only in patch2:
unchanged:
--- at-3.1.12.orig/Makefile.in
+++ at-3.1.12/Makefile.in
@@ -97,14 +97,14 @@
 	chmod 600 $(IROOT)$(LFILE)
 	chown $(DAEMON_USERNAME):$(DAEMON_GROUPNAME) $(IROOT)$(LFILE)
 	test -f $(IROOT)$(etcdir)/at.allow || test -f $(IROOT)$(etcdir)/at.deny || $(INSTALL) -o root -g $(DAEMON_GROUPNAME) -m 640 at.deny $(IROOT)$(etcdir)/
-	$(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 6755 -s at $(IROOT)$(bindir)
+	$(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 6755 at $(IROOT)$(bindir)
 	$(LN_S) -f at $(IROOT)$(bindir)/atq
 	$(LN_S) -f at $(IROOT)$(bindir)/atrm
 	$(INSTALL) -g root -o root -m 755 batch $(IROOT)$(bindir)
 	$(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man1dir)
 	$(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man5dir)
 	$(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man8dir)
-	$(INSTALL) -g root -o root -m 755 -s atd $(IROOT)$(sbindir)
+	$(INSTALL) -g root -o root -m 755 atd $(IROOT)$(sbindir)
 	$(INSTALL) -g root -o root -m 755 atrun $(IROOT)$(sbindir)
 	$(INSTALL) -g root -o root -m 644 at.1 $(IROOT)$(man1dir)/
 	cd $(IROOT)$(man1dir)  $(LN_S) -f at.1 atq.1  $(LN_S) -f at.1 batch.1  $(LN_S) -f at.1 atrm.1


Bug#632302: icedove: should depend on libgnomevfs2-0 (instead of suggests)

2011-07-01 Thread Mourad De Clerck
Package: icedove
Version: 3.1.11-1
Severity: normal

Hi,

It seems icedove depends on libgnomevfs2-0, and the package currently only
Suggests: it.

Removing this library, and trying to start up icedove results in the following
error:

/usr/lib/icedove/icedove-bin: symbol lookup error: 
/usr/lib/icedove/components/libmailcomps.so: undefined symbol: 
NS_CStringContainerInit

Thanks,

-- Mourad DC

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

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

Versions of packages icedove depends on:
ii  debianutils 4.0.2Miscellaneous utilities specific t
ii  fontconfig  2.8.0-3  generic font configuration library
ii  libasound2  1.0.23-4 shared library for ALSA applicatio
ii  libatk1.0-0 2.0.1-1  ATK accessibility toolkit
ii  libc6   2.13-8   Embedded GNU C Library: Shared lib
ii  libcairo2   1.10.2-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.5.4-2  simple interprocess messaging syst
ii  libffi5 3.0.9-7  Foreign Function Interface library
ii  libfontconfig1  2.8.0-3  generic font configuration library
ii  libfreetype62.4.4-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.6.1-1GCC support library
ii  libgdk-pixbuf2.0-0  2.23.3-3.1   GDK Pixbuf library
ii  libglib2.0-02.28.6-2 GLib library of C routines
ii  libgtk2.0-0 2.24.4-3 The GTK+ graphical user interface 
ii  libhunspell-1.2-0   1.2.14-4 spell checker and morphological an
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.8.8-2  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.10-1Network Security Service libraries
ii  libpango1.0-0   1.28.4-1 Layout and rendering of internatio
ii  libpixman-1-0   0.21.8-1 pixel-manipulation library for X a
ii  libpng12-0  1.2.44-2 PNG library - runtime
ii  libsqlite3-03.7.7-2  SQLite 3 shared library
ii  libstartup-notification 0.12-1   library for program launch feedbac
ii  libstdc++6  4.6.1-1  GNU Standard C++ Library v3
ii  libx11-62:1.4.3-2X11 client-side library
ii  libxrender1 1:0.9.6-2X Rendering Extension client libra
ii  libxt6  1:1.1.1-2X11 toolkit intrinsics library
ii  psmisc  22.14-1  utilities that use the proc file s
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages icedove recommends:
ii  myspell-en-gb [myspell-dictio 1:3.3.0-3  English_british dictionary for mys
ii  myspell-fr [myspell-dictionar 1.4-26 French dictionary for myspell (Hyd
ii  myspell-nl [myspell-dictionar 1:2.0-2Dutch dictionary for Hunspell

Versions of packages icedove suggests:
ii  libdbus-glib-1-2 0.94-2  simple interprocess messaging syst
ii  libgconf2-4  2.32.4-1GNOME configuration database syste
ii  libgnomevfs2-0   1:2.24.4-1  GNOME Virtual File System (runtime
ii  libgssapi-krb5-2 1.9.1+dfsg-1+b1 MIT Kerberos runtime libraries - k
ii  libnotify1 [libnotify1-g 0.5.0-2 sends desktop notifications to a n
pn  ttf-lyx  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#632303: audacious-plugins: enable oss4 output plugin

2011-07-01 Thread Michel Briand
Package: audacious-plugins
Version: 2.4.4-1
Severity: normal

Hello,

oss4 output plugin is disabled by default by upstream.

oss (v3) output plugin does not work correctly with oss4 mixer [1],
whereas the new oss4 plugin handles correctly the mixer ioctl.

I've modified the package to enable oss4. Tested locally.
It works perfectly.

Here is a quilt diff :

--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@
Bilal Akhtar bilalakh...@ubuntu.com
 Build-Depends: audacious-dev (= 2.4.3),
debhelper (= 7.0.50~),
+   oss4-dev,
libasound2-dev (= 1.0) [!kfreebsd-i386 !kfreebsd-amd64 
!hurd-i386] | libasound-dev (= 1.0) [!kfreebsd-i386 !kfreebsd-amd64 
!hurd-i386],
libavcodec-dev (= 4:0.6.1),
libavformat-dev (= 4:0.6.1),
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@
--disable-altivec \
--disable-psf \
--disable-rpath \
+   --enable-oss4 \
$(additional_confflags)
 
 override_dh_strip:


Best regards,
Michel

[1] 
http://jira.atheme.org/browse/AUD-164?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (1001, 'testing'), (990, 'stable'), (600, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages audacious-plugins depends on:
ii  libasound2   1.0.23-4shared library for ALSA applicatio
ii  libatk1.0-0  2.0.0-1 The ATK accessibility toolkit
ii  libaudcore1  2.4.4-1 audacious core engine library
ii  libavcodec52 4:0.6.2-3   Libav codec library
ii  libavformat524:0.6.2-3   Libav file format library
ii  libavutil50  4:0.6.2-3   Libav utility library
ii  libbinio1ldbl1.4-14  Binary I/O stream class library
ii  libc62.13-7  Embedded GNU C Library: Shared lib
ii  libcairo21.10.2-6The Cairo 2D vector graphics libra
ii  libcddb2 1.3.2-3 library to access CDDB data - runt
ii  libcdio-cdda00.81-4  library to read and control digita
ii  libcdio100.81-4  library to read and control CD-ROM
ii  libcue1  1.4.0-1 CUE Sheet Parser Library
ii  libcurl3-gnutls  7.21.6-2Multi-protocol file transfer libra
ii  libdbus-1-3  1.4.12-2simple interprocess messaging syst
ii  libdbus-glib-1-2 0.94-2  simple interprocess messaging syst
ii  libfaad2 2.7-6   freeware Advanced Audio Decoder - 
ii  libflac8 1.2.1-3 Free Lossless Audio Codec - runtim
ii  libfluidsynth1   1.1.3-4 Real-time MIDI software synthesize
ii  libfontconfig1   2.8.0-2.2   generic font configuration library
ii  libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.6.0-10  GCC support library
ii  libgdk-pixbuf2.0-0   2.23.3-3GDK Pixbuf library
ii  libglib2.0-0 2.28.6-1The GLib library of C routines
ii  libgtk2.0-0  2.24.4-3The GTK+ graphical user interface 
ii  libjack0 [libjack-0. 1:0.120.1+svn4142-1 JACK Audio Connection Kit (librari
ii  liblircclient0   0.9.0~pre1-1infra-red remote control support -
ii  libmcs1  0.7.2-1 abstraction library to store confi
ii  libmms0  0.6.2-2 MMS stream protocol library - shar
ii  libmowgli2   0.7.1-1 high performance development frame
ii  libmtp8  1.0.6-7 Media Transfer Protocol (MTP) libr
ii  libneon27-gnutls 0.29.5-3An HTTP and WebDAV client library 
ii  libogg0  1.2.2~dfsg-1Ogg bitstream library
ii  libpango1.0-01.28.3-6Layout and rendering of internatio
ii  libpulse00.9.21-4PulseAudio client libraries
ii  libresid-builder0c2a 2.1.1-8 SID chip emulation class based on 
ii  libsamplerate0   0.1.7-3 Audio sample rate conversion libra
ii  libsdl1.2debian  1.2.14-6.4  Simple DirectMedia Layer
ii  libsidplay2  2.1.1-8 SID (MOS 6581) emulation library
ii  libsndfile1  1.0.24-1Library for reading/writing audio 
ii  libstdc++6   4.6.0-10The GNU Standard C++ Library v3
ii  libusb-0.1-4 2:0.1.12-17 userspace USB programming library
ii  libvorbis0a  1.3.2-1 The Vorbis General Audio Compressi
ii  libvorbisenc21.3.2-1 The Vorbis General Audio Compressi
ii  libvorbisfile3   1.3.2-1 

Bug#632304: installer: Default size for /usr partion is to small (with 8Gb total disc size)

2011-07-01 Thread David Pottage
Package: installer
Severity: normal
Tags: d-i

While attempting to install Debian Squeeze in a Virtualbox VM.
Created an 8Gb Virtual disc
Chose the graphical installer
Chose seperate partions for /home /usr and /var
Accepted default partion sizes and install options.
Added graphical desktop and ssh server to purposes
Allowed install to run to completion.

After first boot, got a message to say that /usr had no disc space left.

I was able to fix the problem by running GParted on the virtual disc, but a
more novice user would be stuck.
I think that LibreOffice is using a lot of space, and making the default
partion sizes invalid.

Perhaps the installer should ask user preferences for what classes of app to
install before defining the default partion sizes.



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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (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#625203: me too

2011-07-01 Thread jidanni
ME TOO



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



Bug#629110: dblatex: fails to compile Spanish document with xetex backend

2011-07-01 Thread W. Martin Borgert

Quoting ben.guillon ben.guil...@gmail.com:
To avoid this, i force the label in the following workaround. Can  
you try it in db2latex env? Seems to work in the default docbook  
style.


Seems to work perfectly, many thanks!




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



Bug#632305: dpkg-dev: Support vendor-specific patches with a common base series

2011-07-01 Thread Iain Lane
Package: dpkg-dev
Version: 1.16.0.3
Severity: wishlist

Hi,

I'm sure this has been brought up before, but I don't see a bug for
it.

Currently the management of vendor-specific patches is a bit
suboptimal in the case where there are common (base) patches in
addition to some vendor ones. One can easily imagine this occurring
when, for example, there are bug fix patches which will apply to all
builds in addition to some UX customisation patches that may be vendor
specific. Maintainers have to duplicate all of the base patches in
their series files, which is both error prone and a waste of effort.

Conceptually the base patches (base.series) would be applied first and
then the vendor-specific patches on top of these (debian.series).

I realise that quilt doesn't support multiple series files, so the
implementation wouldn't be straightforward, but nevertheless I think
this would be a valuable thing to do.

Cheers,
Iain

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

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

Versions of packages dpkg-dev depends on:
ii  base-files6.4Debian base system miscellaneous f
ii  binutils  2.21.52.20110606-2 The GNU assembler, linker and bina
ii  bzip2 1.0.5-6high-quality block-sorting file co
ii  libdpkg-perl  1.16.0.3   Dpkg perl modules
ii  make  3.81-8.1   An utility for Directing compilati
ii  patch 2.6.1-2Apply a diff file to an original
ii  xz-utils  5.0.0-2XZ-format compression utilities

Versions of packages dpkg-dev recommends:
ii  build-essential   11.5   Informational list of build-essent
ii  fakeroot  1.16-1 tool for simulating superuser priv
ii  gcc [c-compiler]  4:4.6.0-6  GNU C compiler
ii  gcc-4.4 [c-compiler]  4.4.6-6GNU C compiler
ii  gcc-4.5 [c-compiler]  4.5.3-3The GNU C compiler
ii  gcc-4.6 [c-compiler]  4.6.1-1GNU C compiler
ii  gnupg 1.4.11-3   GNU privacy guard - a free PGP rep
ii  gpgv  1.4.11-3   GNU privacy guard - signature veri
ii  libalgorithm-merge-perl   0.08-2 Perl module for three-way merge of

Versions of packages dpkg-dev suggests:
ii  debian-keyring2011.03.03 GnuPG keys of Debian Developers

-- 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#632306: python-debian: deb822 parser should not treat comments as a paragraph

2011-07-01 Thread Jelmer Vernooij
Package: python-debian
Version: 0.1.20ubuntu1
Severity: normal


Deb822 does not ignore comments at the start of the file, but instead considers 
it an empty paragraph, like in this file:

# This file is autogenerated. DO NOT EDIT!
# 
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.

Source: gedit
Section: gnome
Priority: optional
Maintainer: Ubuntu Desktop Team ubuntu-desk...@lists.ubuntu.com
XSBC-Original-Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Uploaders: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org, Josselin Mouette 
j...@debian.org
Build-Depends: cdbs (= 0.4.41),
   debhelper (= 5.0.37.2),
   gnome-pkg-tools (= 0.10),
   dh-autoreconf,
   gnome-common,
   python-support (= 0.3),
   intltool (= 0.40.0),
   gnome-doc-utils (= 0.9.0),
   gsettings-desktop-schemas-dev,
   gtk-doc-tools (= 1.0),
   libenchant-dev (= 1.2.0),
   iso-codes (= 0.35),
   libsm-dev (= 2:1.0),
   libxml2-dev (= 2.5.0),
   libglib2.0-dev (= 2.28.0),
   libgtk-3-dev (= 3.1.6),
   libgtksourceview-3.0-dev (= 3.0.0),
   libpeas-dev (= 0.7.3),
   libx11-dev,
   python-dev (= 2.5),
   python-gobject-dev (= 2.28),
   gobject-introspection,
   libgirepository1.0-dev (= 0.9.3),
   scrollkeeper,
   liblaunchpad-integration-3.0-dev
Build-Depends-Indep: libglib2.0-doc,
 libgtk-3-doc,
 libgtksourceview-3.0-doc
Standards-Version: 3.9.0
XS-Python-Version: = 2.5
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/gedit/ubuntu
Homepage: http://www.gnome.org/projects/gedit/

Package: gedit
Architecture: any
Depends: ${misc:Depends},
 ${python:Depends},
 ${shlibs:Depends},
 gedit-common (= ${gnome:Version}),
 gedit-common ( ${gnome:NextVersion}),
 python-gobject (= 2.28),
 gir1.2-glib-2.0,
 gir1.2-peas-1.0,
 gir1.2-gtk-3.0,
 iso-codes
Conflicts: gir1.2-gedit-3.0
Breaks: seahorse ( 2.24),
seahorse-plugins ( 2.26),
Recommends: gir1.2-gtksource-3.0,
zenity,
yelp
XB-Python-Version: ${python:Versions}
Description: official text editor of the GNOME desktop environment
 gedit is a text editor which supports most standard editor features,
 extending this basic functionality with other features not usually
 found in simple text editors. gedit is a graphical application which
 supports editing multiple text files in one window (known sometimes as
 tabs or MDI).
 .
 gedit fully supports international text through its use of the Unicode
 UTF-8 encoding in edited files. Its core feature set includes syntax
 highlighting of source code, auto indentation and printing and print preview
 support.
 .
 gedit is also extensible through its plugin system, which currently
 includes support for spell checking, comparing files, viewing CVS
 ChangeLogs, and adjusting indentation levels.

Package: gedit-common
Architecture: all
Depends: ${misc:Depends}
Recommends: gedit
Description: official text editor of the GNOME desktop environment (support 
files)
 gedit is a text editor which supports most standard editor features,
 extending this basic functionality with other features not usually
 found in simple text editors.
 .
 This package contains gedit's architecture-independent support files.

Package: gedit-dev
Architecture: all
Section: devel
Depends: ${misc:Depends},
 gedit (= ${gnome:Version}),
 gedit ( ${gnome:NextVersion}),
 libgtksourceview-3.0-dev,
 libpeas-dev
Replaces: gedit-common ( 2.16.2-3)
Description: official text editor of the GNOME desktop environment (development 
files)
 gedit is a text editor which supports most standard editor features,
 extending this basic functionality with other features not usually
 found in simple text editors. gedit is a graphical application which
 supports editing multiple text files in one window (known sometimes as
 tabs or MDI).
 .
 gedit fully supports international text through its use of the Unicode
 UTF-8 encoding in edited files. Its core feature set includes syntax
 highlighting of source code, auto indentation and printing and print preview
 support.
 .
 gedit is also extensible through its plugin system, which currently
 includes support for spell checking, comparing files, viewing CVS
 ChangeLogs, and adjusting indentation levels.
 .
 This package is required to build plugins for gedit.

-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric'), (100, 'oneiric-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 

Bug#620093: [BUG] nam version conflict for package Tcl: have 8.5.10, need exactly 8.5.9

2011-07-01 Thread YunQiang Su
I down this bug to important, as I make a patch to tclcl, and rebuilt
nam, now it should works,
and whether it will work if tcl/tk upgrade, it need to test.

tclcl do a -exact packages require in embedded-tcl.cc and embedded-tk.cc
I have no idea whether it is a bug or feature.

This is my patch, but it seems some dirty, and I has not tested
whether it will work indeed yet.

-- 
YunQiang Su
Description: remove -exact from package require for tcl and tk
 Debian is using strict libraries version policy (ie: tcl 8.5/8.6)
 so, the exact is not needed here.
Bug: http://mailman.isi.edu/pipermail/ns-users/2011-June/070597.html
Author: YunQiang Su wzss...@gmail.com
Last-Update: 2011-06-30
Index: tclcl/Makefile.in
===
--- tclcl.orig/Makefile.in	2011-06-30 20:02:36.405690862 +0800
+++ tclcl/Makefile.in	2011-06-30 20:03:41.870015477 +0800
@@ -169,10 +169,14 @@
 embedded-tcl.cc: $(TCL_LIBRARY_FILES) $(TCL2C)
 	$(RM) $@
 	$(TCL2C) et_tcl $(TCL_LIBRARY_FILES)  $@
+	sed -i -e s/package require -exact Tk/package require Tk/g $@
+	sed -i -e s/package require -exact Tcl/package require Tcl/g $@
 
 embedded-tk.cc: $(TK_LIBRARY_FILES) $(TCL2C)
 	$(RM) $@
 	$(TCL2C) et_tk $(TK_LIBRARY_FILES)  $@
+	sed -i -e s/package require -exact Tk/package require Tk/g $@
+	sed -i -e s/package require -exact Tcl/package require Tcl/g $@
 
 embedded-tclobj.cc: tcl-object.tcl tcl-import.tcl tcl-http.tcl $(TCL2C)
 	$(RM) $@


Bug#627700: New Intel Ethernet adapters (e1000e driver)

2011-07-01 Thread Ben Hutchings
On Fri, 2011-07-01 at 11:23 +0200, Moritz Mühlenhoff wrote:
 Hi,
 
  In this kernel version, the e1000e driver is missing support for
  i82567V-4 and i82579 and important bug fixes for i82577, i82578 and
  i82583.
 
 Here's our test results for the previously unsupported 82579V card:

Thanks.

[...]
 Since the card was previously unsupported I cannot compare it to the previous 
 state. The performance of large file copies was quite ok.
 
 root@lynx:~# netperf 
 TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to localhost 
 (127.0.0.1) 
 port 0 AF_INET : demo
 Recv   SendSend  
 Socket Socket  Message  Elapsed  
 Size   SizeSize Time Throughput  
 bytes  bytes   bytessecs.10^6bits/sec  
 
  87380  16384  1638410.0024326.17   

Well you have a very fast loopback interface...

Ben.

-- 
Ben Hutchings
Logic doesn't apply to the real world. - Marvin Minsky


signature.asc
Description: This is a digitally signed message part


Bug#632307: nmu: libclass-xsaccessor-perl_1.11-1+b1 libdevel-cover-perl_0.77-1 libpar-packer-perl_1.008-1+b1

2011-07-01 Thread gregor herrmann
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


nmu libclass-xsaccessor-perl_1.11-1+b1 . ALL . -m Rebuild against perl 5.12.4.
nmu libdevel-cover-perl_0.77-1 . ALL . -m Rebuild against perl 5.12.4.
nmu libpar-packer-perl_1.008-1+b1 . ALL . -m Rebuild against perl 5.12.4.

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

iQIcBAEBCAAGBQJODbF5AAoJELs6aAGGSaoGVW0QAMT4UYNDR5XuGuvRfngRWdk0
LZh52spxX3X14UaZkag1yPMMn629UMOGE+6K0hcdhwlFTnZ+U1ZcKSf49mb2xYBm
3DUtn/xPKep9Mh3dT3GtxqJ+jdmxCiU65rf8RplyLsKVxNBL++NLBTywOrB16MDH
nuCkR2KYGgHHTkXGzfhbvlxeXVJ6FqGdYnxobRF7VwYBbWKHpCHudD1FUEdTKGDn
ouGTcYLu2SZ1NMJiAhoVIiU+el0lz41jmXlKCiQVBxj44NcXu8soml4xxfCV2v3v
uEimXI9DG/Bg6rMfnI13pPbXJZ12C8LKBJcL7KAhTr/gKh9o/sxDvxYQxHdOGOip
D1x+gocqAEE5vNpMuRMVSa8NaygCEysmGsH0NHwspvRRvf1JllJJQl98BJmDuVaV
+Pd4zykWApfuxLx/EwDqIHQR7rquowie4YyRk5o8JhiudJTcULvTr98HcPdZZHh+
hM9cYeT61uvfjqR9rzQX66Y1bszkCrje+fDeL7gfWK0QFwHU+nkSpeHLeSP5fSXP
Kb42YBBG4NmHCl4c+voAySDzsnGe5AP3injvb5krarGDDxjBL5THCJ4yT+sMZXZ5
IxoZXuhqQSXrMEkKsbSM2bYYRL+1SCX8gV4zz0D1N9bDnSMcT4gBjwsBXwAtOZWp
p00Bgs10FUvV8rUEYS/R
=uAyh
-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#632308: chromium: stalls when loading web pages with flash

2011-07-01 Thread Marcus Better
Package: chromium
Version: 12.0.742.112~r90304-1
Severity: serious

The browser stalls when loading some web pages. I think it happens for
pages with flash content. Examples are www.youtube.com, www.dn.se and
many others.

The activity indicator keeps spinning, but the page is only partially
rendered and does not respond to interaction. The only way out is to
close the tab.

I have flashplugin-nonfree 1:2.8.3, but the same pages work well with Iceweasel.

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

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

Versions of packages chromium depends on:
ii  chromium-inspector 12.0.742.112~r90304-1 page inspector for the chromium br
ii  libasound2 1.0.23-4  shared library for ALSA applicatio
ii  libbz2-1.0 1.0.5-6   high-quality block-sorting file co
ii  libc6  2.13-7Embedded GNU C Library: Shared lib
ii  libcairo2  1.10.2-6  The Cairo 2D vector graphics libra
ii  libcups2   1.4.6-9   Common UNIX Printing System(tm) - 
ii  libdbus-1-31.4.12-2  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.94-2simple interprocess messaging syst
ii  libevent-1.4-2 1.4.13-stable-1   An asynchronous event notification
ii  libexpat1  2.0.1-7   XML parsing C library - runtime li
ii  libfontconfig1 2.8.0-2.2 generic font configuration library
ii  libfreetype6   2.4.4-1   FreeType 2 font engine, shared lib
ii  libgcc11:4.6.0-10GCC support library
ii  libgconf2-42.32.4-1  GNOME configuration database syste
ii  libgcrypt111.4.6-5   LGPL Crypto library - runtime libr
ii  libgdk-pixbuf2.0-0 2.23.3-3  GDK Pixbuf library
ii  libglib2.0-0   2.28.6-1  The GLib library of C routines
ii  libgtk2.0-02.24.4-3  The GTK+ graphical user interface 
ii  libjpeg62  6b1-1 The Independent JPEG Group's JPEG 
ii  libnspr4-0d4.8.8-2   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.10-1 Network Security Service libraries
ii  libpam0g   1.1.3-1   Pluggable Authentication Modules l
ii  libpango1.0-0  1.28.3-6  Layout and rendering of internatio
ii  libpng12-0 1.2.44-2  PNG library - runtime
ii  libspeex1  1.2~rc1-1 The Speex codec runtime library
ii  libstdc++6 4.6.0-10  The GNU Standard C++ Library v3
ii  libvpx00.9.6-1   VP8 video codec (shared library)
ii  libx11-6   2:1.4.3-2 X11 client-side library
ii  libxdamage11:1.1.3-2 X11 damaged region extension libra
ii  libxext6   2:1.3.0-3 X11 miscellaneous extension librar
ii  libxml22.7.8.dfsg-3  GNOME XML library
ii  libxrender11:0.9.6-2 X Rendering Extension client libra
ii  libxslt1.1 1.1.26-7+b1   XSLT 1.0 processing library - runt
ii  libxss11:1.2.1-1 X11 Screen Saver extension library
ii  libxtst6   2:1.2.0-1 X11 Testing -- Record extension li
ii  xdg-utils  1.1.0~rc1-2   desktop integration utilities from
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

chromium recommends no packages.

Versions of packages chromium suggests:
ii  chromium-l10n  12.0.742.112~r90304-1 chromium-browser language packages

-- no debconf information



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



Bug#632309: libeatmydata: dead Vcs links

2011-07-01 Thread Benoît Knecht
Source: libeatmydata

The git repository given in Vcs-Git [1] doesn't seem to exist, and the
Vcs-Browser link [2] return error 404.

[1] git://git.debian.org/users/modax/libeatmydata.git
[2] http://git.debian.org/?p=users/modax/libeatmydata.git

Cheers,

-- 
Benoît Knecht



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



Bug#632310: conkeror: Broken scrolling in the first created buffer

2011-07-01 Thread Florian Ragwitz
Package: conkeror
Version: 0.9.3+git110602-1
Severity: normal

in the first buffer created in a conkeror session, scrolling seems to be
misbehaving. There's two separate issues, which appear to be related to
me.

 - There's no scroll-bar is being displayed.

 - Searching the buffer (while otherwise working, finding results, and
   highlighting them) does not scroll the buffer to the position of the
   current match.

For every subsequently created buffer, I get both a scroll-bar and a
search behaving as expected.

This problem exists with both xulrunner-1.9, xulrunner-2.0, and
xulrunner-5.0.

-- Package-specific info:

-- Plugins information
Name: DivX® Web Player
Location: /usr/lib/mozilla/plugins/libtotem-mully-plugin.so
Package: totem-mozilla
Status: enabled

Name: iTunes Application Detector
Location: /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
Package: rhythmbox-plugins
Status: enabled

Name: Java(TM) Plug-in 1.6.0_26
Location: /usr/lib/jvm/java-6-sun-1.6.0.26/jre/lib/amd64/libnpjp2.so
Package: sun-java6-bin
Status: enabled

Name: QuickTime Plug-in 7.6.6
Location: /usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so
Package: totem-mozilla
Status: enabled

Name: Shockwave Flash
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled

Name: VLC Multimedia Plugin (compatible Totem 2.30.2)
Location: /usr/lib/mozilla/plugins/libtotem-cone-plugin.so
Package: totem-mozilla
Status: enabled

Name: Windows Media Player Plug-in 10 (compatible; Totem)
Location: /usr/lib/mozilla/plugins/libtotem-gmp-plugin.so
Package: totem-mozilla
Status: enabled


-- Addons package information
ii  rhythmbox-plug 0.12.8-3   plugins for rhythmbox music player
ii  sun-java6-bin  6.26-1 Sun Java(TM) Runtime Environment (JRE) 6 (ar
ii  totem-mozilla  2.30.2-6   Totem Mozilla plugin

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

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

Versions of packages conkeror depends on:
ii  xulrunner-1.9.1   1.9.1.19-2 XUL + XPCOM application runner
ii  xulrunner-5.0 5.0-1  XUL + XPCOM application runner

Versions of packages conkeror recommends:
ii  conkeror-spawn-process 0.9.3+git110602-1 spawn external processes in Conker

Versions of packages conkeror suggests:
ii  emacs [emacsen]   23.3+1-1   The GNU Emacs editor (metapackage)
ii  emacs23 [emacsen] 23.3+1-1   The GNU Emacs editor (with GTK+ us

-- no debconf information


Bug#632303: audacious-plugins: enable oss4 output plugin

2011-07-01 Thread Reinhard Tartler
On Fri, Jul 01, 2011 at 12:50:58 (CEST), Michel Briand wrote:

 Package: audacious-plugins
 Version: 2.4.4-1
 Severity: normal

 Hello,

 oss4 output plugin is disabled by default by upstream.

 oss (v3) output plugin does not work correctly with oss4 mixer [1],
 whereas the new oss4 plugin handles correctly the mixer ioctl.

 I've modified the package to enable oss4. Tested locally.
 It works perfectly.

 Here is a quilt diff :

 --- a/debian/control
 +++ b/debian/control
 @@ -6,6 +6,7 @@
 Bilal Akhtar bilalakh...@ubuntu.com
  Build-Depends: audacious-dev (= 2.4.3),
 debhelper (= 7.0.50~),
 +   oss4-dev,
 libasound2-dev (= 1.0) [!kfreebsd-i386 !kfreebsd-amd64 
 !hurd-i386] | libasound-dev (= 1.0) [!kfreebsd-i386 !kfreebsd-amd64 
 !hurd-i386],
 libavcodec-dev (= 4:0.6.1),
 libavformat-dev (= 4:0.6.1),

oss4-dev is an arch:all package without dependencies, which makes me
suspicious. I guess that OSS4 is a pure syscall interface that does not
require some additional library (unlike e.g. ALSA). But will that work
with hurd or kFreeBSD as well?

 --- a/debian/rules
 +++ b/debian/rules
 @@ -15,6 +15,7 @@
 --disable-altivec \
 --disable-psf \
 --disable-rpath \
 +   --enable-oss4 \
 $(additional_confflags)

Will that result in a usable package on kFreeBSD, or do we need to
enable that flag on Linux only?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#632311: laptop-mode-tools: Does not handle kernel version 3.0

2011-07-01 Thread Florian Ragwitz
Package: laptop-mode-tools
Version: 1.57-1
Severity: normal

Apparently laptop-mode-tools handle kernel versions 2.4 and 2.6 only,
and get confused by running on a 3.0 kernel, as shown by the following
syslog entry:

Jul  1 13:29:46 tardis laptop-mode: Unhandled kernel version: 3.0 ('uname -r' = 
'3.0.0-rc5-amd64')

The effect of this, probably among other things, is runtime power
management not being turned on for various devices.


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

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

Versions of packages laptop-mode-tools depends on:
ii  lsb-base  3.2-27 Linux Standard Base 3.2 init scrip
ii  psmisc22.14-1utilities that use the proc file s
ii  util-linux2.19.1-2   Miscellaneous system utilities

Versions of packages laptop-mode-tools recommends:
ii  acpid 1:2.0.10-1 Advanced Configuration and Power I
ii  apmd  3.2.2-14   Utilities for Advanced Power Manag
ii  ethtool   1:2.6.39-1 display or change Ethernet device 
ii  hal   0.5.14-6   Hardware Abstraction Layer
ii  hdparm9.32-1 tune hard disk parameters for high
ii  net-tools 1.60-24The NET-3 networking toolkit
ii  sdparm1.06-3 Output and modify SCSI device para
ii  udev  171-2  /dev/ and hotplug management daemo
ii  wireless-tools30~pre9-5  Tools for manipulating Linux Wirel

laptop-mode-tools suggests no packages.

-- no debconf information



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



Bug#632312: README, TODO and FAQ are also installed in /usr/share/simple-cdd

2011-07-01 Thread Enrico Zini
Package: simple-cdd
Version: 0.3.14
Severity: minor

Hello,

this is really a minor thing, but:

$ diff /usr/share/doc/simple-cdd/README /usr/share/simple-cdd/README
$ diff /usr/share/simple-cdd/TODO /usr/share/doc/simple-cdd/TODO
$ diff /usr/share/simple-cdd/FAQ /usr/share/doc/simple-cdd/FAQ

it looks like documentation files are installed twice.

Ciao,

Enrico

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

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

Versions of packages simple-cdd depends on:
ii  apt-utils 0.8.14.1   APT utility programs
ii  dctrl-tools   2.18   Command-line tools to process Debi
ii  debian-cd 3.1.6  Tools for building (Official) Debi
ii  debootstrap   1.0.32 Bootstrap a basic Debian system
ii  lsb-release   3.2-27 Linux Standard Base version report
ii  python2.6.6-14   interactive high-level object-orie
ii  reprepro  4.6.0-1Debian package repository producer
ii  rsync 3.0.8-1fast remote file copy program (lik
ii  wget  1.12-3.1   retrieves files from the web

Versions of packages simple-cdd recommends:
ii  edos-debcheck1.0-9   Check package dependencies (transi
ii  edos-distcheck [edos-debchec 1.4.2-12+b1 Checks whether dependencies of pac

Versions of packages simple-cdd suggests:
pn  qemu-system | qemu-kvmnone (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#537286: rtorrent: Properly document the ratio.*= options

2011-07-01 Thread Benoît Knecht
Hi,

I'm just resending this patch, that got hidden away after the merge of
#578598 and #537286. It fixes both the documentation and the example
file. It would be great to have this fixed at least in debian, as
upstream seems to take its time updating the documentation.

Cheers,

-- 
Benoît Knecht

---

diff --git a/doc/rtorrent.1 b/doc/rtorrent.1
index fa5477f..423d2ad 100644
--- a/doc/rtorrent.1
+++ b/doc/rtorrent.1
@@ -3,7 +3,7 @@
 .\ http://shell.ipoline.com/~elmert/comp/docbook2X/ 
 .\ Please send any bug reports, improvements, comments, patches, 
 .\ etc. to Steve Cheng st...@ggi-project.org.
-.TH RTORRENT 1 14 May 2009 BitTorrent client for ncurses 
+.TH RTORRENT 1 07 December 2010 BitTorrent client for ncurses 
 
 .SH NAME
 rtorrent \- a BitTorrent client for ncurses
@@ -280,11 +280,16 @@ to the filename provided.
 Load a resource file. \fBtry_import\fR does not throw
 torrent::input_error exception on bad input.
 .TP
-\fBstop_on_ratio = \fImin_ratio\fB\fR
+\fBratio.enable =\fR
 .TP
-\fBstop_on_ratio = \fImin_ratio\fB,\fImin_upload\fB\fR
+\fBratio.disable =\fR
+Enable or disable ratio settings, respectively (see below).
 .TP
-\fBstop_on_ratio = \fImin_ratio\fB,\fImin_upload\fB,\fImax_ratio\fB\fR
+\fBratio.min.set = \fImin_ratio\fB\fR
+.TP
+\fBratio.max.set = \fImax_ratio\fB\fR
+.TP
+\fBratio.upload.set = \fImin_upload\fB\fR
 Stop torrents when they reach the given upload ratio
 \fBmin_ratio\fR in percent. If the optional
 \fBmin_upload\fR is given, require a total
diff --git a/doc/rtorrent.1.xml b/doc/rtorrent.1.xml
index 9c45585..8fc3da2 100644
--- a/doc/rtorrent.1.xml
+++ b/doc/rtorrent.1.xml
@@ -581,9 +581,17 @@ torrent::input_error exception on bad input.
   /varlistentry
 
   varlistentry
-termstop_on_ratio = replaceablemin_ratio/replaceable/term
-termstop_on_ratio = 
replaceablemin_ratio/replaceable,replaceablemin_upload/replaceable/term
-termstop_on_ratio = 
replaceablemin_ratio/replaceable,replaceablemin_upload/replaceable,replaceablemax_ratio/replaceable/term
+termratio.enable =/term
+termratio.disable =/term
+listitempara
+Enable or disable ratio settings, respectively (see below).
+/para/listitem
+  /varlistentry
+
+  varlistentry
+termratio.min.set = replaceablemin_ratio/replaceable/term
+termratio.max.set = replaceablemax_ratio/replaceable/term
+termratio.upload.set = replaceablemin_upload/replaceable/term
 listitempara
 Stop torrents when they reach the given upload ratio
 emphasismin_ratio/emphasis in percent. If the optional
diff --git a/doc/rtorrent.rc b/doc/rtorrent.rc
index bc567f0..0932cc8 100644
--- a/doc/rtorrent.rc
+++ b/doc/rtorrent.rc
@@ -37,7 +37,10 @@
 # when also reaching total upload in bytes, or when
 # reaching final upload ratio in percent.
 # example: stop at ratio 2.0 with at least 200 MB uploaded, or else ratio 20.0
-#schedule = ratio,60,60,stop_on_ratio=200,200M,2000
+#ratio.enable=
+#ratio.min.set=200
+#ratio.max.set=2000
+#ratio.upload.set=200M
 
 # The ip address reported to the tracker.
 #ip = 127.0.0.1



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



Bug#632305: dpkg-dev: Support vendor-specific patches with a common base series

2011-07-01 Thread Raphael Hertzog
clone 632305 -1
reassign -1 quilt
retitle -1 quilt: please support inclusion of files in series files
block 632305 by -1
tag 632305 + wontfix
thanks

Hi,

On Fri, 01 Jul 2011, Iain Lane wrote:
 Currently the management of vendor-specific patches is a bit
 suboptimal in the case where there are common (base) patches in
 addition to some vendor ones. One can easily imagine this occurring
 when, for example, there are bug fix patches which will apply to all
 builds in addition to some UX customisation patches that may be vendor
 specific. Maintainers have to duplicate all of the base patches in
 their series files, which is both error prone and a waste of effort.

It's not so horrible either. :)

 Conceptually the base patches (base.series) would be applied first and
 then the vendor-specific patches on top of these (debian.series).
 
 I realise that quilt doesn't support multiple series files, so the
 implementation wouldn't be straightforward, but nevertheless I think
 this would be a valuable thing to do.

On the contrary, it would really be easy to do it that way on the
dpkg-source side but it would also mean that maintainers can no
longer use quilt to manipulate the patch set and this is not
acceptable IMO.

Thus I'm not going to implement this feature in dpkg until quilt
has been updated to cope. And something that is doable on the quilt side
would be to support some sort of inclusion mechanism.

You would have debian/patches/ubuntu.series:
#include base.series
my-branding-patch

When quilt supports something like this, I'll fix dpkg-source
to support the same thing.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)



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



Bug#626774: Segmentation fault in xorg when using solid background

2011-07-01 Thread Attila Nagy
Any chance that this fix would make it into the 1.10.2 (unstable)
soon? I find more and more software trigger this bug: fvwm
(fvwmbuttons), licq, kcachegrind, some of the xscreensaver
applications all would cause an immediate segfault.

-- 
Nagy Attila Gabor



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



Bug#632314: rtorrent: New upstream version (0.8.9)

2011-07-01 Thread Benoît Knecht
Package: rtorrent
Severity: wishlist

Hi,

A new version of rtorrent and libtorrent has been released on June 21,
2011 [1]. They're both considered stable releases by upstream [2].

[1] http://libtorrent.rakshasa.no/downloads/
[2] http://libtorrent.rakshasa.no/

The newest version of rtorrent is now 0.8.9 [3] and the newest version
of libtorrent is 0.12.9 [4].

[3] http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.9.tar.gz
[4] http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.9.tar.gz

Cheers,

-- 
Benoît Knecht



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



Bug#632303: audacious-plugins: enable oss4 output plugin

2011-07-01 Thread Michel Briand

Reinhard Tartler siret...@tauware.de - Fri, 01 Jul 2011 13:48:35 +0200

On Fri, Jul 01, 2011 at 12:50:58 (CEST), Michel Briand wrote:

 Package: audacious-plugins
 Version: 2.4.4-1
 Severity: normal

 Hello,

 oss4 output plugin is disabled by default by upstream.

 oss (v3) output plugin does not work correctly with oss4 mixer [1],
 whereas the new oss4 plugin handles correctly the mixer ioctl.

 I've modified the package to enable oss4. Tested locally.
 It works perfectly.

 Here is a quilt diff :

 --- a/debian/control
 +++ b/debian/control
 @@ -6,6 +6,7 @@
 Bilal Akhtar bilalakh...@ubuntu.com
  Build-Depends: audacious-dev (= 2.4.3),
 debhelper (= 7.0.50~),
 +   oss4-dev,
 libasound2-dev (= 1.0) [!kfreebsd-i386 !kfreebsd-amd64 
 !hurd-i386] | libasound-dev (= 1.0) [!kfreebsd-i386 !kfreebsd-amd64 
 !hurd-i386],
 libavcodec-dev (= 4:0.6.1),
 libavformat-dev (= 4:0.6.1),

oss4-dev is an arch:all package without dependencies, which makes me
suspicious. I guess that OSS4 is a pure syscall interface that does not
require some additional library (unlike e.g. ALSA). But will that work
with hurd or kFreeBSD as well?

I agree. It's a important question. But I don't have enough knowledge
to answer fully (I don't know about kFreeBSD).

oss4-dev package contains soundcard.h which is required to compile the
oss4 plugin for audacious :

...
/usr/include/linux/soundcard.h
package diverts others to: /usr/include/linux/soundcard.h.oss3

Indeed oss4 API rely on standard syscalls (open/ioctl ...). No library needed.



 --- a/debian/rules
 +++ b/debian/rules
 @@ -15,6 +15,7 @@
 --disable-altivec \
 --disable-psf \
 --disable-rpath \
 +   --enable-oss4 \
 $(additional_confflags)

Will that result in a usable package on kFreeBSD, or do we need to
enable that flag on Linux only?


Have you oss4 devices working on kFreeBSD ?




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



Bug#632315: libtorrent13: New upstream version (0.12.9)

2011-07-01 Thread Benoît Knecht
Package: libtorrent13
Severity: wishlist

Hi,

A new version of rtorrent and libtorrent has been released on June 21,
2011 [1]. They're both considered stable releases by upstream [2].

[1] http://libtorrent.rakshasa.no/downloads/
[2] http://libtorrent.rakshasa.no/

The newest version of rtorrent is now 0.8.9 [3] and the newest version
of libtorrent is 0.12.9 [4].

[3] http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.9.tar.gz
[4] http://libtorrent.rakshasa.no/downloads/libtorrent-0.12.9.tar.gz

Cheers,

-- 
Benoît Knecht



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



Bug#631424: Workaround

2011-07-01 Thread S. G.
For the time beeing I circumvent the issue with a custom rule:

iptables -A EXT_MULTICAST_CHAIN -p udp --dport 5353 -j ACCEPT




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



Bug#632310: conkeror: Broken scrolling in the first created buffer

2011-07-01 Thread Axel Beckert
tag 632310 + upstream confirmed
forwarded 632310 https://bugzilla.mozilla.org/show_bug.cgi?id=656517
forwarded 632310 http://bugs.conkeror.org/issue351
kthxbye

Hi,

Florian Ragwitz wrote:
 Package: conkeror
 Version: 0.9.3+git110602-1
 Severity: normal
 
 in the first buffer created in a conkeror session, scrolling seems to be
 misbehaving.

Upstream knows about it (http://bugs.conkeror.org/issue351) and seems
to believe that it's a bug in xulrunner, probably because there were
already attempts to fix that in Conkeror, but got reverted soon again
after that:

http://repo.or.cz/w/conkeror.git/commitdiff/929278365f44822148d5a594420dbbd03ac37c0a
http://repo.or.cz/w/conkeror.git/commitdiff/d03dd94788d5ceeb01c73a49c737b6bcc5fa3e35
http://repo.or.cz/w/conkeror.git/commitdiff/c1c75804b4c0ef87ce295fb2f67df776f12fd44b

 There's two separate issues, which appear to be related to
 me.
 
  - There's no scroll-bar is being displayed.

That's the one mentioned in the bug report above.

  - Searching the buffer (while otherwise working, finding results, and
highlighting them) does not scroll the buffer to the position of the
current match.

Yeah, could be the the same issue, but also a different one. Will
inform upstream about it. It's not mentioned there yet.

 This problem exists with both xulrunner-1.9, xulrunner-2.0, and
 xulrunner-5.0.

That's interesting. According to Upstream, only xulrunner-2.0 (and
probably higher) is affected.

Thanks for all the details!

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5



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



Bug#632316: simgrid: FTBFS (kfreebsd): Semaphores are not usable, but they are mandatory to threads

2011-07-01 Thread Christoph Egger
Package: src:simgrid
Version: 3.6.1-1
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the kfreebsd-* buildds:

-- Looking for makecontext - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for mergesort
-- Looking for mergesort - not found
-- Warning : Turning latency_bound_tracking to ON because GTNeTs is ON
-- Check size of int
-- Check size of int - done
-- Check size of void*
-- Check size of void* - done
running ./testprog 21
CMake Error at buildtools/Cmake/CompleteInFiles.cmake:246 (message):
  Semaphores are not usable, but they are mandatory to threads (you may need
  to mount /dev).
Call Stack (most recent call first):
  CMakeLists.txt:204 (include)


-- Configuring incomplete, errors occurred!

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=simgridarch=kfreebsd-i386ver=3.6.1-1stamp=1309179677

Regards

Christoph

If you have further questions please mail debian-...@lists.debian.org

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



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



Bug#626774: Segmentation fault in xorg when using solid background

2011-07-01 Thread Cyril Brulebois
Attila Nagy nagy.attila.ga...@gmail.com (01/07/2011):
 Any chance that this fix would make it into the 1.10.2 (unstable)
 soon? I find more and more software trigger this bug: fvwm
 (fvwmbuttons), licq, kcachegrind, some of the xscreensaver
 applications all would cause an immediate segfault.

xorg-server just migrated to testing with multiarch support, which is
what I was waiting for before uploading a fix for that bug. Given we're
reaching 1.10.3rc1+2weeks today, I've asked the upstream stable release
manager a few hours ago whether we're indeed having 1.10.3rc2 today;
based on his answer, I'll either wait a bit more to package that, or
cherry-pick the fix (or merge the 1.10 branch entirely). IOW: “soon”.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#632317: fails to get the output when run maxima in texmacs and choose mathematical input

2011-07-01 Thread Zhang Qide
Package: texmacs
Version: 1:1.0.7.4-3.1
Severity: normal

When I choose Insert--Session--Maxima to run maxima in texmacs, and run some
examples(eg: 1+1;,  'diff(sin(x),x);), its' output is normal. But when I
choose Input Options--Mathematical input in Tool Bar,  and try same example,
I can't get the right output and only a ? in output line. It's strange that
even if i cancel Mathematical input, I still can't get the right output. I
have to run another session to use maxima or restart texmacs. Sorry for my
English!



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

Kernel: Linux 2.6.32-5-686 (SMP w/2 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 texmacs depends on:
ii  findutils   4.4.2-1+b1   utilities for finding files--find,
ii  ghostscript-x   8.71~dfsg2-9 The GPL Ghostscript PostScript/PDF
ii  groff   1.20.1-10GNU troff text-formatting system
ii  guile-1.8-libs  1.8.7+1-3Main Guile libraries
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libfreetype62.4.2-2.1FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.5-8GCC support library
ii  libgmp3c2   2:4.3.2+dfsg-1   Multiprecision arithmetic library
ii  libltdl72.2.6b-2 A system independent dlopen wrappe
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-4X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  mlocate 0.22.2-1 quickly find files on the filesyst
ii  texlive-base2009-11  TeX Live: Essential programs and f
ii  texlive-extra-utils 2009-10  TeX Live: TeX auxiliary programs
ii  texlive-font-utils  2009-10  TeX Live: TeX and Outline font uti
ii  texlive-math-extra  2009-10  TeX Live: Advanced math typesettin
ii  texmacs-common  1:1.0.7.4-3.1WYSIWYG mathematical text editor u
ii  x11-apps7.5+5X applications
ii  x11-session-utils   7.5+1X session utilities
ii  x11-utils   7.5+4X11 utilities
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages texmacs recommends:
ii  imagemagick 8:6.6.0.4-3  image manipulation programs
ii  ispell  3.1.20.0-7   International Ispell (an interacti
ii  libjpeg-progs   8b-1 Programs for manipulating JPEG fil
ii  librsvg2-bin2.26.3-1 command-line and graphical viewers
ii  libtiff-tools   3.9.4-5+squeeze3 TIFF manipulation and conversion t
ii  netpbm  2:10.0-12.2+b1   Graphics conversion tools between
ii  texmacs-extra-fonts 0.2  extra fonts for the mathematical t
ii  xfig1:3.2.5.b-1.1Facility for Interactive Generatio

Versions of packages texmacs suggests:
ii  python  2.6.6-3+squeeze6 interactive high-level object-orie
ii  wget1.12-2.1 retrieves files from the web



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



Bug#632031: convert: gray colorspace creates broken postscript

2011-07-01 Thread Christoph Nodes
On Thu, 30 Jun 2011 15:04:11 +0200
Bastien ROUCARIES roucaries.bast...@gmail.com wrote:

 I will close this bug 

Thanks for your effort. I already stated that the problem is completely
on our side and that its not caused by imagemagick, so there is no bug.

 if you could not reproduce the following
 faillure with:
 - printf(%.20f\n,someint  2^64 -1)
 
 and fesetround(mode)
 set to rounding up mode
 
 I suspect it could not be the case
 Between 2^52=4,503,599,627,370,496 and 2^53=9,007,199,254,740,992 the
 representable numbers are exactly the integers. For the next range,
 from 253 to 254, everything is multiplied by 2, so the representable
 numbers are the even ones, etc. Conversely, for the previous range
 from 251 to 252, the spacing is 0.5, etc.
 
 You are no conformant to IEEE 754-2008 or IEEE_754-1985

thats true.

 0^- will be rounded to 0^+ with your shame

 The only bug is that imagemagick should test IEEE_754-1985

The problem was quite easily solved by not do our rounding for
other format strings than %f, so that the %g printing in imagemagick is
not affected. Additionally we excluded floating point numbers with zero
fractional part, so even with %.20f integers are printed correctly.


Best regards,
Christoph



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



Bug#632318: acx100-source fails to build with 2.6.39-2-686-pae

2011-07-01 Thread Sharuzzaman Ahmat Raslan
Package: acx100-source
Version: 20080210-1.2
Severity: grave
Justification: renders package unusable


Follow the guide from http://wiki.debian.org/acx , but the build fail.

Attached the build log.


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

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

Versions of packages acx100-source depends on:
ii  debhelper 8.1.6  helper programs for debian/rules
ii  dpatch2.0.31 patch maintenance system for Debia
ii  module-assistant  0.11.3 tool to make module package creati

acx100-source recommends no packages.

acx100-source suggests no packages.

-- no debconf information
touch config.mk \
 /usr/bin/make -C /lib/modules/2.6.39-2-686-pae/build 
M=/usr/src/modules/acx100 clean
make[1]: Entering directory `/usr/src/linux-headers-2.6.39-2-686-pae'
make[1]: Leaving directory `/usr/src/linux-headers-2.6.39-2-686-pae'
dh_clean
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/acx100'
touch config.mk \
 /usr/bin/make -C /lib/modules/2.6.39-2-686-pae/build 
M=/usr/src/modules/acx100 clean
make[2]: Entering directory `/usr/src/linux-headers-2.6.39-2-686-pae'
make[2]: Leaving directory `/usr/src/linux-headers-2.6.39-2-686-pae'
dh_clean
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.39-2-686-pae/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2/dev/null || true; \
sed -e 's/##KVERS##/2.6.39-2-686-pae/g ;s/#KVERS#/2.6.39-2-686-pae/g ; 
s/_KVERS_/2.6.39-2-686-pae/g ; s/##KDREV##/2.6.39-2/g ; s/#KDREV#/2.6.39-2/g ; 
s/_KDREV_/2.6.39-2/g  '  $templ  ${templ%.modules.in}; \
  done
/usr/bin/make -C /lib/modules/2.6.39-2-686-pae/build 
M=/usr/src/modules/acx100
make[2]: Entering directory `/usr/src/linux-headers-2.6.39-2-686-pae'
  LD  /usr/src/modules/acx100/built-in.o
  CC [M]  /usr/src/modules/acx100/wlan.o
In file included from /usr/src/modules/acx100/acx.h:6,
 from /usr/src/modules/acx100/wlan.c:49:
/usr/src/modules/acx100/acx_func.h:109:1: warning: printk_ratelimited 
redefined
In file included from 
/usr/src/linux-headers-2.6.39-2-common/include/linux/kernel.h:20,
 from 
/usr/src/linux-headers-2.6.39-2-common/include/linux/skbuff.h:17,
 from 
/usr/src/linux-headers-2.6.39-2-common/include/linux/if_ether.h:126,
 from 
/usr/src/linux-headers-2.6.39-2-common/include/linux/netdevice.h:29,
 from 
/usr/src/linux-headers-2.6.39-2-common/include/linux/if_arp.h:26,
 from /usr/src/modules/acx100/wlan.c:45:
/usr/src/linux-headers-2.6.39-2-common/include/linux/printk.h:237:1: warning: 
this is the location of the previous definition
  CC [M]  /usr/src/modules/acx100/conv.o
In file included from /usr/src/modules/acx100/acx.h:6,
 from /usr/src/modules/acx100/conv.c:43:
/usr/src/modules/acx100/acx_func.h:109:1: warning: printk_ratelimited 
redefined
In file included from 
/usr/src/linux-headers-2.6.39-2-common/include/linux/kernel.h:20,
 from 
/usr/src/linux-headers-2.6.39-2-common/include/linux/skbuff.h:17,
 from /usr/src/modules/acx100/conv.c:37:
/usr/src/linux-headers-2.6.39-2-common/include/linux/printk.h:237:1: warning: 
this is the location of the previous definition
  CC [M]  /usr/src/modules/acx100/ioctl.o
In file included from /usr/src/modules/acx100/acx.h:6,
 from /usr/src/modules/acx100/ioctl.c:45:
/usr/src/modules/acx100/acx_func.h:109:1: warning: printk_ratelimited 
redefined
In file included from 
/usr/src/linux-headers-2.6.39-2-common/include/linux/kernel.h:20,
 from /usr/src/modules/acx100/ioctl.c:37:
/usr/src/linux-headers-2.6.39-2-common/include/linux/printk.h:237:1: warning: 
this is the location of the previous definition
  CC [M]  /usr/src/modules/acx100/common.o
In file included from /usr/src/modules/acx100/acx.h:6,
 from /usr/src/modules/acx100/common.c:53:
/usr/src/modules/acx100/acx_func.h:109:1: warning: printk_ratelimited 
redefined
In file included from 
/usr/src/linux-headers-2.6.39-2-common/include/linux/kernel.h:20,
 from 
/usr/src/linux-headers-2.6.39-2-common/arch/x86/include/asm/percpu.h:44,
 from 
/usr/src/linux-headers-2.6.39-2-common/arch/x86/include/asm/current.h:5,
 from 
/usr/src/linux-headers-2.6.39-2-common/arch/x86/include/asm/processor.h:15,
 from 
/usr/src/linux-headers-2.6.39-2-common/include/linux/prefetch.h:14,
 from 
/usr/src/linux-headers-2.6.39-2-common/include/linux/list.h:7,
 

Bug#632319: FTBFS: uim (kfreebsd): ABI change

2011-07-01 Thread Christoph Egger
Package: src:uim
Version: 1:1.7.0-1
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the kfreebsd-* buildds:

--- debian/libuim7.symbols (libuim7_1:1.7.0-1_kfreebsd-amd64)
+++ dpkg-gensymbolsaolGGs   2011-06-27 22:12:53.0 +
@@ -187,7 +187,7 @@
  uim_ipc_open_command@Base 1:1.6.1
  uim_ipc_open_command_with_option@Base 1:1.6.1
  uim_ipc_send_command@Base 1:1.6.1
- uim_issetugid@Base 1:1.6.1
+#MISSING: 1:1.7.0-1# uim_issetugid@Base 1:1.6.1
  uim_malloc@Base 1:1.6.1
  uim_notify_fatal@Base 1:1.6.1
  uim_notify_fatal_raw@Base 1:1.6.1
dh_makeshlibs: dpkg-gensymbols -plibuim7 -Idebian/libuim7.symbols 
-Pdebian/libuim7 returned exit code 1
make[1]: *** [override_dh_makeshlibs] Error 1
make[1]: Leaving directory 
`/build/buildd-uim_1.7.0-1-kfreebsd-amd64-8uIFTT/uim-1.7.0'
make: *** [binary-arch] Error 2

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=uimarch=kfreebsd-amd64ver=1%3A1.7.0-1stamp=1309213416

Regards

Christoph

If you have further questions please mail debian-...@lists.debian.org

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



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



Bug#631424: arno-iptables-firewall: Firewall blocks multicast traffic completely without any configuration option

2011-07-01 Thread Arno van Amersfoort
(I think) I've fixed this issue in 2.0.0c-DEVEL. The upcoming 2.0.0c 
will have the fix which can be used downstream.


-arno

On 6/23/2011 20:43, S. G. wrote:

Package: arno-iptables-firewall
Version: 2.0.0.a-2
Severity: important
Tags: upstream

After updating from arno-iptables-firewall 1.9.2.k-4 zeroconf (MDNS) does work
any more. Investigations brought up this set of rules

Chain EXT_MULTICAST_CHAIN (2 references)
 pkts  bytes target prot opt in out source
destination
00 LOGtcp  --  *  *   0.0.0.0/0
0.0.0.0/0   tcp dpts:0:1023 limit: avg 6/min burst 2 LOG flags 0 level
6 prefix `AIF:PRIV TCP multicast: '
00 LOGudp  --  *  *   0.0.0.0/0
0.0.0.0/0   udp dpts:0:1023 limit: avg 6/min burst 2 LOG flags 0 level
6 prefix `AIF:PRIV UDP multicast: '
00 LOGtcp  --  *  *   0.0.0.0/0
0.0.0.0/0   tcp dpts:1024:65535 limit: avg 6/min burst 2 LOG flags 0
level 6 prefix `AIF:UNPRIV TCP multicast: '
00 LOGudp  --  *  *   0.0.0.0/0
0.0.0.0/0   udp dpt:1024 limit: avg 6/min burst 2 LOG flags 0 level 6
prefix `AIF:UNPRIV UDP multicast: '
00 LOGicmp --  *  *   0.0.0.0/0
0.0.0.0/0   icmp type 8 limit: avg 3/min burst 1 LOG flags 0 level 6
prefix `AIF:ICMP-multicast-request: '
00 LOGicmp --  *  *   0.0.0.0/0
0.0.0.0/0   icmp !type 8 limit: avg 12/hour burst 1 LOG flags 0 level 6
prefix `AIF:ICMP-multicast-other: '
00 DROP   all  --  *  *   0.0.0.0/0
0.0.0.0/0

which obviously blocks all multicast packets. The configuration files doesn't
offer a way to let in zeroconf traffic (MDNS, UDP Port 5353) again.

With the stable version of the packet it was sufficient to open UDP Port 5353
via debconf.cfg.

Zeroconf is installed and enabled by default on a freshly installed system. So
the firewall should not block it without a remedy to reenable it.



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

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

Versions of packages arno-iptables-firewall depends on:
ii  debconf [debconf-2.0] 1.5.39 Debian configuration management sy
ii  gawk  1:3.1.7.dfsg-5 GNU awk, a pattern scanning and pr
ii  iproute   20110315-1 networking and traffic control too
ii  iptables  1.4.10-1   administration tools for packet fi

Versions of packages arno-iptables-firewall recommends:
ii  dnsutils   1:9.7.3.dfsg-1+b1 Clients provided with BIND
ii  lynx   2.8.8dev.8-1  Text-mode WWW Browser (transitiona

arno-iptables-firewall suggests no packages.

-- debconf information:
   arno-iptables-firewall/config-int-nat-net:
   arno-iptables-firewall/dynamic-ip: true
   arno-iptables-firewall/config-int-net:
   arno-iptables-firewall/icmp-echo: false
* arno-iptables-firewall/services-udp: 631 5353
   arno-iptables-firewall/title:
* arno-iptables-firewall/config-ext-if: eth0 wlan0
* arno-iptables-firewall/services-tcp:
* arno-iptables-firewall/restart: true
* arno-iptables-firewall/config-int-if:
   arno-iptables-firewall/nat: false
* arno-iptables-firewall/debconf-wanted: true





--
Arno van Amersfoort
E-mail: arn...@rocky.eld.leidenuniv.nl
Donations are welcome through Paypal!
---
Arno's (Linux IPTABLES Firewall) Homepage:
http://rocky.eld.leidenuniv.nl



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



Bug#632246: dom-new-git-repo does not work

2011-07-01 Thread Stéphane Glondu

Le 30/06/2011 21:51, Romain Beauxis a écrit :

dom-new-git-repo has been broken since the recent
alioth migration:

14:48 toots@leonard ~/sources/svn/debian% dom-new-git-repo ocaml-mm
I: initialize (empty) remote repository on alioth.d.o
Warning: the RSA host key for 'alioth.debian.org' differs from the key for the 
IP address '217.196.43.134'
Offending key for IP in /home/toots/.ssh/known_hosts:12
Matching host key in /home/toots/.ssh/known_hosts:46
Are you sure you want to continue connecting (yes/no)? yes
mkdir: cannot create directory `/git/pkg-ocaml-maint/packages/ocaml-mm.git': 
Read-only file system


Could you try by replacing alioth.debian.org (the ALIOTH variable in 
dom-new-git-repo) by git.debian.org?



Cheers,

--
Stéphane



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



Bug#632320: varnishg: FTBFS: testsuite failures

2011-07-01 Thread Christoph Egger
Package: src:varnish
Version: 3.0.0-2
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the kfreebsd-* buildds:

./varnishtest -i -j3 ./tests/*.vtc
# top  TEST ./tests/a0.vtc passed (0.036)
# top  TEST ./tests/a2.vtc passed (0.052)
# top  TEST ./tests/a1.vtc passed (0.097)
# top  TEST ./tests/a3.vtc passed (0.082)
# top  TEST ./tests/a5.vtc passed (0.053)
# top  TEST ./tests/a4.vtc passed (0.096)
# top  TEST ./tests/a6.vtc passed (0.088)
# top  TEST ./tests/a7.vtc passed (0.063)
# top  TEST ./tests/a00010.vtc passed (0.029)
# top  TEST ./tests/a00011.vtc passed (0.024)
# top  TEST ./tests/a9.vtc passed (1.281)
# top  TEST ./tests/a8.vtc passed (1.843)
# top  TEST ./tests/b0.vtc passed (2.389)
# top  TEST ./tests/b1.vtc passed (1.686)
# top  TEST ./tests/b2.vtc passed (1.561)
# top  TEST ./tests/b3.vtc passed (2.880)
 top   0.0 macro def varnishd=../varnishd/varnishd
 top   0.0 macro def 
pwd=/build/buildd-varnish_3.0.0-2-kfreebsd-i386-i1lwOp/varnish-3.0.0/bin/varnishtest
 top   0.0 macro def 
topbuild=/build/buildd-varnish_3.0.0-2-kfreebsd-i386-i1lwOp/varnish-3.0.0/bin/varnishtest/../..
 top   0.0 macro def bad_ip=10.255.255.255
 top   0.0 macro def tmpdir=/tmp/vtc.32532.34e57032
*top   0.0 TEST ./tests/b6.vtc starting
***  top   0.0 varnishtest
*top   0.0 TEST Check that -s malloc works
***  top   0.0 server
**   s10.0 Starting server
 s10.0 macro def s1_addr=127.0.0.1
 s10.0 macro def s1_port=44629
 s10.0 macro def s1_sock=127.0.0.1 44629
*s10.0 Listen on 127.0.0.1 44629
**   s10.0 Started on 127.0.0.1 44629
***  top   0.0 varnish
**   v10.0 Launch
***  v10.0 CMD: cd ${pwd}  ${varnishd} -d -d -n 
/tmp/vtc.32532.34e57032/v1 -l 10m,1m,- -p auto_restart=off -p 
syslog_cli_traffic=off -a '127.0.0.1:0' -S /tmp/vtc.32532.34e57032/v1/_S -M 
'127.0.0.1 44630' -P /tmp/vtc.32532.34e57032/v1/varnishd.pid 
-sfile,/tmp/vtc.32532.34e57032/v1,10M  -s malloc
***  v10.0 CMD: cd 
/build/buildd-varnish_3.0.0-2-kfreebsd-i386-i1lwOp/varnish-3.0.0/bin/varnishtest
  ../varnishd/varnishd -d -d -n /tmp/vtc.32532.34e57032/v1 -l 10m,1m,- -p 
auto_restart=off -p syslog_cli_traffic=off -a '127.0.0.1:0' -S 
/tmp/vtc.32532.34e57032/v1/_S -M '127.0.0.1 44630' -P 
/tmp/vtc.32532.34e57032/v1/varnishd.pid -sfile,/tmp/vtc.32532.34e57032/v1,10M  
-s malloc
***  v10.0 PID: 32984
***  v10.2 debug| SMF.s0: filename: 
/tmp/vtc.32532.34e57032/v1/varnish.wUa3nK size 10 MB.\n
 v1   10.0 CLIPOLL 0 0x0 0x0
 v1   10.0 FAIL timeout waiting for CLI connection
*top  10.0 RESETTING after ./tests/b6.vtc
**   s1   10.0 Waiting for server
 s1   10.0 macro undef s1_addr
 s1   10.0 macro undef s1_port
 s1   10.0 macro undef s1_sock
**   v1   11.1 Wait
***  v1   22.0 debug| Platform: 
GNU/kFreeBSD,8.1-1-686-smp,i686,-sfile,-smalloc,-smalloc,-hcritbit\n
***  v1   22.0 debug| 200 253 \n
***  v1   22.0 debug| -\n
***  v1   22.0 debug| Varnish Cache CLI 1.0\n
***  v1   22.0 debug| -\n
***  v1   22.0 debug| 
GNU/kFreeBSD,8.1-1-686-smp,i686,-sfile,-smalloc,-smalloc,-hcritbit\n
***  v1   22.0 debug| \n
***  v1   22.0 debug| Type 'help' for command list.\n
***  v1   22.0 debug| Type 'quit' to close CLI session.\n
***  v1   22.0 debug| Type 'start' to launch worker process.\n
***  v1   22.0 debug| \n
**   v1   22.0 R 32984 Status: 
*top  22.0 TEST ./tests/b6.vtc FAILED

# top  TEST ./tests/b6.vtc FAILED (21.998)
make[3]: *** [check] Error 2
make[3]: Leaving directory 
`/build/buildd-varnish_3.0.0-2-kfreebsd-i386-i1lwOp/varnish-3.0.0/bin/varnishtest'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory 
`/build/buildd-varnish_3.0.0-2-kfreebsd-i386-i1lwOp/varnish-3.0.0/bin'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory 
`/build/buildd-varnish_3.0.0-2-kfreebsd-i386-i1lwOp/varnish-3.0.0'
dh_auto_test: make -j2 check returned exit code 2
make: *** [build] Error 29

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=varnisharch=kfreebsd-i386ver=3.0.0-2stamp=1309241985

Regards

Christoph

If you have further questions please mail debian-...@lists.debian.org

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



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



Bug#632321: udev: /usr/share/doc/udev is an empty directory

2011-07-01 Thread Sven Joachim
Package: udev
Version: 171-2
Severity: serious

There is no copyright or changelog in /usr/share/udev:

,
| $ file /usr/share/doc/udev
| /usr/share/doc/udev: directory
| $ ls -a /usr/share/doc/udev
| .  ..
| $
`

Judging by /usr/share/doc/libudev0/changelog.Debian.gz,
/usr/share/doc/udev should be a symlink to libudev0.  To achieve this on
upgrades, a postinst snippet is needed since dpkg never converts
directories to symlinks or vice versa.


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

Kernel: Linux 3.0.0-rc5-nouveau (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 udev depends on:
ii  debconf [debconf-2.0] 1.5.40 Debian configuration management sy
ii  libc6 2.13-8 Embedded GNU C Library: Shared lib
ii  libselinux1   2.0.98-1.1 SELinux runtime shared libraries
ii  libudev0  171-2  libudev shared library
ii  lsb-base  3.2-27 Linux Standard Base 3.2 init scrip
ii  util-linux2.19.1-2   Miscellaneous system utilities

Versions of packages udev recommends:
ii  pciutils  1:3.1.7-10 Linux PCI Utilities
ii  usbutils  1:001-1Linux USB utilities

udev suggests no packages.

-- debconf information:
  udev/new_kernel_needed: false
  udev/title/upgrade:
  udev/reboot_needed:
  udev/sysfs_deprecated_incompatibility:



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



Bug#624678: I can confirm this bug

2011-07-01 Thread Raphael Plasson

Hello,

I did put the file lmt-udev, in /lib/udev/, set it as executable, and 
rebooted. No change, the are still the same udevd: failed to execute 
/usr/sbin/laptop_mode appearing on the very early boot process.


Raphael




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



Bug#632322: libudev0: missing copyright file

2011-07-01 Thread Sven Joachim
Package: libudev0
Version: 171-2
Severity: serious

There is no copyright file in libudev0:

,
| $ dpkg -L libudev0
| /.
| /usr
| /usr/share
| /usr/share/doc
| /usr/share/doc/libudev0
| /usr/share/doc/libudev0/changelog.gz
| /usr/share/doc/libudev0/changelog.Debian.gz
| /lib
| /lib/i386-linux-gnu
| /lib/i386-linux-gnu/libudev.so.0.11.5
| /lib/i386-linux-gnu/libudev.so.0
`

The copyright file is present in the udev package instead, but libudev0
does not depend on udev.


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

Kernel: Linux 3.0.0-rc5-nouveau (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 libudev0 depends on:
ii  libc6 2.13-8 Embedded GNU C Library: Shared lib
ii  multiarch-support 2.13-8 Transitional package to ensure mul

libudev0 recommends no packages.

libudev0 suggests no packages.

-- no debconf information



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



Bug#632323: ruby-cairo: FTBFS: /usr/lib/ruby/vendor_ruby/pkg-config.rb:233:in `parse_pc': .pc for fontconfig doesn't exist. (RuntimeError)

2011-07-01 Thread Christoph Egger
Package: src:ruby-cairo
Version: 1.10.0-2
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the buildds:

Building extension for ruby1.8 ...
/usr/bin/ruby1.8 -I/usr/lib/ruby/vendor_ruby 
/usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb ruby-cairo
/usr/lib/ruby/vendor_ruby/1.8/rubygems/ext/builder.rb:51:in `run': extconf 
failed: (Gem::InstallError)

/usr/bin/ruby1.8 extconf.rb
checking for GCC... yes
checking for Win32 OS... no
checking for Mac OS X... no
checking for cairo version (= 1.2.0)... yes
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.

Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/bin/ruby1.8
--with-pkg-config
--without-pkg-config
--with-override-variables
--without-override-variables
/usr/lib/ruby/vendor_ruby/pkg-config.rb:233:in `parse_pc': .pc for fontconfig 
doesn't exist. (RuntimeError)
from /usr/lib/ruby/vendor_ruby/pkg-config.rb:175:in `declaration'
from /usr/lib/ruby/vendor_ruby/pkg-config.rb:124:in `requires_private'
from /usr/lib/ruby/vendor_ruby/pkg-config.rb:300:in 
`all_required_packages'
from /usr/lib/ruby/vendor_ruby/pkg-config.rb:189:in `collect_cflags'
from /usr/lib/ruby/vendor_ruby/pkg-config.rb:128:in `cflags'
from /usr/lib/ruby/vendor_ruby/pkg-config.rb:190:in `collect_cflags'
from /usr/lib/ruby/vendor_ruby/pkg-config.rb:189:in `collect'
from /usr/lib/ruby/vendor_ruby/pkg-config.rb:189:in `collect_cflags'
from /usr/lib/ruby/vendor_ruby/pkg-config.rb:128:in `cflags'
from /usr/lib/ruby/vendor_ruby/pkg-config.rb:349:in `cflags'
from /usr/lib/ruby/vendor_ruby/pkg-config.rb:400:in `have_package'
from extconf.rb:69
from 
/usr/lib/ruby/vendor_ruby/1.8/rubygems/ext/ext_conf_builder.rb:16:in `build'
from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:62:in 
`build_and_install'
from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:61:in 
`chdir'
from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:61:in 
`build_and_install'
from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:75:in 
`build_all_extensions'
from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:72:in `each'
from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:72:in 
`build_all_extensions'
from /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb:88
/usr/bin/ruby1.8 extconf.rb
checking for GCC... yes
checking for Win32 OS... no
checking for Mac OS X... no
checking for cairo version (= 1.2.0)... yes
*** extconf.rb failed ***

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=ruby-cairoarch=kfreebsd-amd64ver=1.10.0-2stamp=1309470296

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



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



Bug#632324: libnjb: FTBFS: cd: 7: can't cd to doc/man/man3

2011-07-01 Thread Christoph Egger
Package: src:libnjb
Version: 2.2.7~dfsg0-1
Severity: serious
Tags: sid wheezy
Justification: fails to build from source (but built successfully in the past)

Hi!

Your package failed to build on the buildds:

make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory 
`/build/buildd-libnjb_2.2.7~dfsg0-1-kfreebsd-amd64-PQnErM/libnjb-2.2.7~dfsg0'
make[3]: Leaving directory 
`/build/buildd-libnjb_2.2.7~dfsg0-1-kfreebsd-amd64-PQnErM/libnjb-2.2.7~dfsg0'
make[2]: Leaving directory 
`/build/buildd-libnjb_2.2.7~dfsg0-1-kfreebsd-amd64-PQnErM/libnjb-2.2.7~dfsg0'
cd doc/man/man3  \
rm -f _* *.[ch].3  \
for i in *.3; do \
if [ `echo $i | sed -e 's/^\(\).\+/\1/'` != 
njb_ ]; then \
mv $i njb_$i; \
fi \
done
cd: 7: can't cd to doc/man/man3
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory 
`/build/buildd-libnjb_2.2.7~dfsg0-1-kfreebsd-amd64-PQnErM/libnjb-2.2.7~dfsg0'
make: *** [build] Error 2

Full build log at
https://buildd.debian.org/status/fetch.php?pkg=libnjbarch=kfreebsd-amd64ver=2.2.7%7Edfsg0-1stamp=1309354167

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



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



Bug#620824: RFP: xtrabackup -- hot backup utility for MySQL that doesn't lock your database

2011-07-01 Thread Ana Guerrero
On Mon, Apr 04, 2011 at 03:26:43PM +0200, Laurent Bigonville wrote:
 Package: wnpp
 Severity: wishlist
 
 * Package name: xtrabackup
   Version : 1.5
   Upstream Author : (c) 2009 Percona Inc.
 * URL : http://www.percona.com/software/percona-xtrabackup/
 * License : GPLv2
   Programming Lang: C
   Description : hot backup utility for MySQL that doesn't lock your 
 database
   Percona XtraBackup is an open-source hot backup utility for MySQL
   that doesn't lock your database during the backup. It can back up data
   from InnoDB, XtraDB, and MyISAM tables on MySQL 5.0 and 5.1 servers,
   and it has many advanced features.
 
 Upstream already provides .deb, see 
 http://www.percona.com/docs/wiki/repositories:apt


Hi!

Are you still working on it? Planning to upload it sonn?
I would like to test this :)

Thanks,

Ana



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



Bug#632325: libextutils-f77-perl: runtime() returns interesting path

2011-07-01 Thread gregor herrmann
Package: libextutils-f77-perl
Version: 1.17-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

I tried to rebuild libpgplot-perl without the chrpath invocation
that's currently used to get rid if the RPATH issue, because I
thought this is another instance of #631096, which is fixed in perl
5.12.4.

But lintian still says:

E: libpgplot-perl: binary-or-shlib-defines-rpath 
usr/lib/perl5/auto/PGPLOT/PGPLOT.so 
/usr/lib/i386-linux-gnu/gcc/i486-linux-gnu/4.6.1

and the build log shows:

ExtUtils::F77: Version 1.17
Loaded ExtUtils::F77 version 1.17
Found compiler gfortran
ExtUtils::F77: Using system=Linux compiler=GNU
Runtime: -L/usr/lib/i386-linux-gnu/gcc/i486-linux-gnu/4.6.1 -L/usr/lib 
-lgfortran -lm
ExtUtils::F77: Validating -L/usr/lib/i386-linux-gnu/gcc/i486-linux-gnu/4.6.1 
-L/usr/lib -lgfortran -lm   [ok]
ExtUtils::F77: Compiler: gfortran
ExtUtils::F77: Cflags:  
[..]
LD_RUN_PATH=/usr/lib/i386-linux-gnu/gcc/i486-linux-gnu/4.6.1 cc  -shared -O2 
-g -L/usr/local/lib -fstack-protector PGPLOT.o  -o 
blib/arch/auto/PGPLOT/PGPLOT.so   \
   -L/usr/lib -L/usr/local/lib -lcpgplot -lpgplot -lX11 -lpng 
-L/usr/lib/i386-linux-gnu/gcc/i486-linux-gnu/4.6.1 -L/usr/lib -lgfortran -lm
  \

ExtUtils::F77 gets the runtime value by running:

$ gfortran -print-file-name=libgfortran.a
/usr/lib/i386-linux-gnu/gcc/i486-linux-gnu/4.6.1/libgfortran.a
  
(and stripping off the library name at the end.)

This does not seem right ...


Cheers,
gregor

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

Kernel: Linux 3.0.0-rc5-686-pae (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=de_AT.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

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

iQIcBAEBCAAGBQJODcZvAAoJELs6aAGGSaoGhIoP/iv1VCQPi1X5W5P9XJrXtvzb
CmvuqkFPQCRFM3iUGNE7OUmuhDcfL+XlYdu1S0rPiTPQU47ONO/PlXWOy37vQ0Ms
oaAcPuT3hON4nIf3ZTysCalD1YzVHjqz0rZB7Mr+u/DyVT1x2HVWReydVqTSnAff
vv5ncJ7Dm3W7T+I4iB9TDJcZoCUjNpB+JlBt50DpBHXifPTUwoxsJdFiUzv1I+li
PKHQ9w3zKS/9ysSSlx3nkrc/8T2irGQEDaX5cirQsn7+BQdhrEn0pVmvOWqqGQBk
eQF7viC9C3TFWRwGk8iy87OI+3ZmgJbSHNsryXljFIVNojtoO0dL3I84FCZZy2KO
KXD8fBgnXsI6LYS3igXbcbfqwaxrr4HymtE3Q0UnPQNfvB8RtyffYVtOfyqcu2Td
sS+tu8VfCjKox9YSjsWcpV4/g0uUuaX2GLfDBCCrGm0KfuwU79qozH1BFXN4cYh+
Kppc4f6autwD3llRU2rMZpwQjKdqT+tBGmcIDe6j5YTH6Kt+A2CQ3g76topJSwI9
ZeHtDqJZCFvo9AlpBGn7j2eOpCBKUosRxDi3SCExWMqAtCJD8tLSMLKKNhWhnRys
9QXld11ooh3d77NsYBWx0F2ldj4h4kUUVCgKTgy3ow2n5zQC3B0Vfq0fTsdzWO6U
B4X86e4VbjeroTvjth+3
=Tehd
-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#632326: telepathy-glib: FTBFS on ia64: test-connection-balance segfaults

2011-07-01 Thread Simon McVittie
Package: telepathy-glib
Version: 0.15.1-1
Severity: serious
Justification: fails to build from source

The feature test test-connection-balance reliably segfaults on ia64. I don't
think we've seen this failure on any other architecture. It might be to do
with word size, a race condition, or some sort of undefined behaviour that
happens to give us the right result on every other architecture.

S



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



Bug#632303: audacious-plugins: enable oss4 output plugin

2011-07-01 Thread Reinhard Tartler
On Fri, Jul 01, 2011 at 14:12:45 (CEST), Michel Briand wrote:

[...]

Will that result in a usable package on kFreeBSD, or do we need to
enable that flag on Linux only?


 Have you oss4 devices working on kFreeBSD ?

I'm only a member of the pkg-multimedia team, and I neither have a
kFreeBSD system, nor do I use oss4 or audacious anywhere.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#627821: failed kfreebsd-amd64 build of perl 5.12.4-1

2011-07-01 Thread Christoph Egger
Dominic Hargreaves d...@earth.li writes:
 On Fri, Jul 01, 2011 at 12:15:14AM +, Debian buildds wrote:
  * Source package: perl
  * Version: 5.12.4-1
  * Architecture: kfreebsd-amd64
  * State: failed
  * Suite: sid
  * Builder: fano.debian.org
  * Build log: 
 https://buildd.debian.org/fetch.cgi?pkg=perlarch=kfreebsd-amd64ver=5.12.4-1stamp=1309479190file=log

 The same problem as already discussed in #627821. Please could you
 reschedule until it builds on a different machine?

Done!

Regards

Christoph

-- 
9FED 5C6C E206 B70A 5857  70CA 9655 22B9 D49A E731
Debian Developer | Lisp Hacker | CaCert Assurer

A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?



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



Bug#632327: RFP: ttf-vollkorn -- Vollkorn is a body text type face that includes symbols for many European languages and fonts of regular and bold weight and italic variants. Vollkorn is designed by F

2011-07-01 Thread Andreas Neudecker
Package: wnpp
Severity: wishlist

* Package name: ttf-vollkorn
  Version : 2.1
  Upstream Author : Friedrich Althausen post[a]friedrichalthausen.de
* URL : http://friedrichalthausen.de/?page_id=411
* License : SIL Open Font License 1.1
  Programming Lang: none
  Description : Vollkorn is a body text type face that includes symbols for
many European languages and fonts of regular and bold weight and italic
variants.



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



Bug#627918: SLAVE_PREFIXCMD is not being used

2011-07-01 Thread Andriy Senkovych
Hello, Andreas!

Thank you again for your contribution. Your patch is applied upstream
in [1]. I have prepared new release of buildbot and buildbot-slave
packages with your patches. Waiting for Matthias to review and sponsor
them if nothing went wrong.

https://github.com/buildbot/buildbot/pull/172

-- 
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



  1   2   3   >