Bug#548671: chmsee: Transition to xulrunner 1.9.1

2009-09-28 Thread Mike Hommey
Package: chmsee
Severity: important
Tags: patch

Xulrunner 1.9.1 is going to replace xulrunner 1.9 in unstable sometime
soonish, so chmsee should switch to using it.

As a matter of being future-proof, a dh_xulrunner program has been added
to xulrunner-dev, that will add the proper dependency to shlibs:Depends.

Please note that the package supporting this command is not yet in the
archive and should reach experimental some time today.

The attached patch implements the necessary changes, please upload to
unstable as soon as possible. The package will then be dep-wait, and will
get built as soon as xulrunner 1.9.1 reaches unstable, which will happen
when all the changes required on other packages will be ready.

Cheers,

Mike

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

Kernel: Linux 2.6.30-1-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
diff -ruN chmsee-1.0.7/debian/control chmsee-1.0.7.new/debian/control
--- chmsee-1.0.7/debian/control
+++ chmsee-1.0.7.new/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: LI Daobing lidaob...@debian.org
 Build-Depends: cdbs (= 0.4.23-1.1), cmake (= 2.6.2), debhelper (= 5),
- xulrunner-dev | xulrunner-1.9-dev, libchm-dev, libgcrypt11-dev, intltool,
+ xulrunner-dev (= 1.9.1.3-2), libchm-dev, libgcrypt11-dev, intltool,
  pkg-config, libglade2-dev (= 2.4.0), libgtk2.0-dev (= 2.8.0)
 Standards-Version: 3.8.3
 DM-Upload-Allowed: yes
@@ -13,7 +13,7 @@
 
 Package: chmsee
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, xulrunner-1.9
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: A chm file viewer written in GTK+
  ChmSee is a Compiled HTML Help (CHM) file viewer written in GTK+.
  .
diff -ruN chmsee-1.0.7/debian/rules chmsee-1.0.7.new/debian/rules
--- chmsee-1.0.7/debian/rules
+++ chmsee-1.0.7.new/debian/rules
@@ -18,3 +18,6 @@
 	  rm -f intltool-extract intltool-merge intltool-update po/.intltool-merge-cache; \
 	  if test -d doc; then find doc -name '*.omf.out' -exec rm -f \{\} \; ; fi; \
 	  if test -d help; then find help -name '*.omf.out' -exec rm -f \{\} \; ; fi
+
+binary-install/chmsee::
+	dh_xulrunner -pchmsee


Bug#544625: pybackpack: Depends on deprecated python-nautilusburn

2009-09-28 Thread Emilio Pozuelo Monfort
Andrew Price wrote:
 On Sun, Sep 27, 2009 at 06:38:59PM +0200, Emilio Pozuelo Monfort wrote:
 How's the migration coming along? :)
 
 Slowly. The behaviour of the braseroburn module is really confusing (and
 undocumented). It seems that if you don't use it exactly as shown in the
 examples, it won't play ball.
 
 More specifically, I don't want to pop up the braseroburn.BurnOptions()
 dialog window because all the options are already set in pybackpack, and
 I don't like using lots of redundant dialogs, but when that code is
 removed it completely breaks.
 
 It would be good to get some help on this, do you know which GNOME
 person I could get in touch with?

Hopefully you should find somebody in #brasero on GimpNet, if not ask metalgod
on GimpNet, he should be able to help.

I ask since now that serpentine is going to be RMed, the only blocker to remove
libnautilus-media from the archive is pybackpack :)

Cheers,
Emilio



signature.asc
Description: OpenPGP digital signature


Bug#548672: firegpg: Transition to xulrunner 1.9.1

2009-09-28 Thread Mike Hommey
Package: firegpg
Severity: important
Tags: patch

Xulrunner 1.9.1 is going to replace xulrunner 1.9 in unstable sometime 
soonish, so firegpg should be able to build against it.

As a matter of being future-proof, the attached patch implements the
necessary changes to avoid hard coding paths for the SDK.

This should work for any version of xulrunner, so please upload these
changes ASAP.

Cheers,

Mike

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

Kernel: Linux 2.6.30-1-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
diff -ruN firegpg-0.7.8/debian/ipc-build/public/Makefile firegpg-0.7.8.new/debian/ipc-build/public/Makefile
--- firegpg-0.7.8/debian/ipc-build/public/Makefile	2009-09-17 15:27:49.0 +0200
+++ firegpg-0.7.8.new/debian/ipc-build/public/Makefile	2009-09-17 15:37:33.433270261 +0200
@@ -9,7 +9,8 @@
 MODULE		= ipc
 XPIDL_MODULE	= ipc
 
-XULRUNNERPATH	= /usr/lib/xulrunner-1.9
+SDKDIR	:= $(shell pkg-config --variable=sdkdir libxul-embedding-unstable)
+IDLDIR	:= $(shell pkg-config --variable=idldir libxul-embedding-unstable)
 
 IDL_HEADERS	= \
   nsIProcessInfo.h\
@@ -34,12 +35,12 @@
 all: $(IDL_HEADERS) ipc.xpt
 
 ipc.xpt: $(IDL_XPTS)
-	$(XULRUNNERPATH)/xpt_link $@ $(IDL_XPTS)
+	$(SDKDIR)/bin/xpt_link $@ $(IDL_XPTS)
 
 %.h: %.idl
-	$(XULRUNNERPATH)/xpidl -m header -I /usr/share/idl/xulrunner-1.9/unstable -w $
+	$(SDKDIR)/bin/xpidl -m header -I $(IDLDIR)/unstable -w $
 %.xpt: %.idl
-	$(XULRUNNERPATH)/xpidl -m typelib -I /usr/share/idl/xulrunner-1.9/unstable -w $
+	$(SDKDIR)/bin/xpidl -m typelib -I $(IDLDIR)/unstable -w $
 
 clean:
 	rm -f $(IDL_HEADERS) $(IDL_XPTS) ipc.xpt
diff -ruN firegpg-0.7.8/debian/rules firegpg-0.7.8.new/debian/rules
--- firegpg-0.7.8/debian/rules	2009-09-17 15:27:49.0 +0200
+++ firegpg-0.7.8.new/debian/rules	2009-09-17 15:41:14.335470305 +0200
@@ -20,5 +20,5 @@
 	tar xzf components/ipc-latest.tar.gz -C debian
 	(cd $(IPC_BUILDDIR)  make)
 	dh binary-arch --after dh_auto_build --before dh_shlibdeps
-	dh_shlibdeps -a -l/usr/lib/xulrunner-1.9
+	dh_shlibdeps -a -l$(shell pkg-config --variable=sdkdir libxul-embedding-unstable)/lib
 	dh binary-arch --after dh_shlibdeps


Bug#546417: Duplicated ids

2009-09-28 Thread Emilio Pozuelo Monfort
Estêvão Samuel Procópio wrote:
 Not only label1 is duplicated in the code. A lot of other tables, some
 vboxes and hboxes too. I counted ten duplicated ids and stoped that far...The
 ui definition with duplicated ids is
 in /usr/share/nautilus-actions/nautilus-actions-config-tool.ui

Different package, different bug.



signature.asc
Description: OpenPGP digital signature


Bug#529289: upstreamed

2009-09-28 Thread Sjoerd Simons
On Tue, Aug 18, 2009 at 02:17:47AM +0200, Arno Schuring wrote:
 Upstream bug report is http://pulseaudio.org/ticket/624
 
 I'm working on a fix myself, but this fix would require 0.9.16 (in
 experimental) and pulseaudio-module-udev (not packaged yet). According
 to Lennart, it also requires udev = 143 (not packaged yet).

Thanks for looking into this. If i understand the upstream bug correctly fixing
this issue is currently blocking on ALSA and can only then be properly fixed in
pulseaudio ?

  Sjoerd
-- 
Life is a grand adventure -- or it is nothing.
-- Helen Keller



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



Bug#548674: gluezilla: Transition to xulrunner 1.9.1

2009-09-28 Thread Mike Hommey
Package: gluezilla
Severity: important
Tags: patch

Xulrunner 1.9.1 is going to replace xulrunner 1.9 in unstable sometime
soonish, so gluezilla should switch to using it.

As a matter of being future-proof, a dh_xulrunner program has been added
to xulrunner-dev, that will add the proper dependency to shlibs:Depends.

Please note that the package supporting this command is not yet in the
archive and should reach experimental some time today.

The attached patch implements the necessary changes[1], please upload to
unstable as soon as possible. The package will then be dep-wait, and will
get built as soon as xulrunner 1.9.1 reaches unstable, which will happen
when all the changes required on other packages will be ready.

Cheers,

Mike

1. Please note that this patch still hardcodes the GREVersionRange, which
is not really future-proof. Something similar to what exists in chmsee would 
be required for that.


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

Kernel: Linux 2.6.30-1-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
diff -ruN gluezilla-2.4.2/debian/rules gluezilla-2.4.2.new/debian/rules
--- gluezilla-2.4.2/debian/rules	2009-09-17 16:59:35.0 +0200
+++ gluezilla-2.4.2.new/debian/rules	2009-09-17 16:54:17.537259379 +0200
@@ -44,7 +44,7 @@
 	dh $@
 
 binary-arch: install
-	dh $@
+	dh --with xulrunner $@
 
 %:
 	dh $@
diff -ruN gluezilla-2.4.2/src/LocationProvider.cpp gluezilla-2.4.2.new/src/LocationProvider.cpp
--- gluezilla-2.4.2/src/LocationProvider.cpp	2009-06-08 19:44:03.0 +0200
+++ gluezilla-2.4.2.new/src/LocationProvider.cpp	2009-09-17 17:00:31.943321800 +0200
@@ -195,9 +195,9 @@
 #if XUL_VERSION == 2
 	1.8, PR_TRUE,
 #else
-	1.9, PR_TRUE,
+	1.9.1, PR_TRUE,
 #endif
-	9.9, PR_TRUE
+	1.9.2, PR_FALSE
 	};
 
 	GRE_GetGREPathWithProperties(version, 1,


Bug#548675: [l10n] Czech translation for zabbix

2009-09-28 Thread Martin Šín
Package: zabbix
Severity: wishlist
Tags: l10n, patch

In attachement there is updated Czech translation (cs.po) for zabbix
package, please include it.

Regards,
Martin Sin# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Martin Sin martin@zshk.cz, 2006.
#
msgid 
msgstr 
Project-Id-Version: zabbix 1:1.1.1-3\n
Report-Msgid-Bugs-To: zab...@packages.debian.org\n
POT-Creation-Date: 2009-09-27 23:05+0200\n
PO-Revision-Date: 2009-09-28 08:03+0200\n
Last-Translator: Martin Sin martin@zshk.cz\n
Language-Team: Czech debian-l10n-cz...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../zabbix-agent.templates:2001 ../zabbix-frontend-php.templates:4001
msgid Zabbix server host address:
msgstr Adresa počítače se serverem Zabbix:

#. Type: string
#. Description
#: ../zabbix-agent.templates:2001 ../zabbix-frontend-php.templates:4001
msgid 
Please enter the host name or IP address of the Zabbix server you want to 
connect to.
msgstr 
Zadejte prosím název nebo IP adresu počítače se serverem Zabbix, ke kterému 
se chcete připojit.

#. Type: multiselect
#. Description
#: ../zabbix-frontend-php.templates:2001
msgid Web server to reconfigure for Zabbix:
msgstr Přenastavení webového serveru pro použití Zabbix:

#. Type: multiselect
#. Description
#: ../zabbix-frontend-php.templates:2001
msgid 
Zabbix supports any web server supported by PHP5, however only Apache can be 
configured automatically.
msgstr 
Zabbix podporuje všechny webové servery podporované PHP5, samozřejmě pouze 
Apache je možno nastavit automaticky.

#. Type: multiselect
#. Description
#: ../zabbix-frontend-php.templates:2001
msgid 
Please select which Apache version you want to configure the Zabbix frontend 
for.
msgstr Zvolte prosím verzi Apache, který chcete používat spolu s Zabbix.

#. Type: boolean
#. Description
#: ../zabbix-frontend-php.templates:3001
msgid Restart the web server(s) now?
msgstr Přejete si nyní restartovat váš webserver(y)?

#. Type: boolean
#. Description
#: ../zabbix-frontend-php.templates:3001
msgid 
In order to apply the changes needed for Zabbix configuration, the web 
server needs to be restarted.
msgstr 
Pro použití provedených změn nastavení Zabbix, je potřeba restartovat váš 
webserver(y).

#. Type: boolean
#. Description
#: ../zabbix-frontend-php.templates:3001
msgid 
Please choose whether you prefer doing it automatically now or manually 
later.
msgstr 
Zvolte prosím, zda chcete provést restart automaticky nebo později ručně.

#. Type: string
#. Description
#. Type: string
#. Description
#: ../zabbix-frontend-php.templates:4001 ../zabbix-frontend-php.templates:5001
#| msgid 
#| Please enter the port your Zabbix server is using. This is needed for 
#| some advanced frontend functionality.
msgid This is needed for some advanced frontend functionalities.
msgstr Je to potřeba pro některé pokročilé funkce frontendu.

#. Type: string
#. Description
#: ../zabbix-frontend-php.templates:5001
msgid Zabbix server port:
msgstr Port serveru Zabbix:

#. Type: string
#. Description
#: ../zabbix-frontend-php.templates:5001
#| msgid 
#| Please enter the host name or IP address of the Zabbix server you want to 
#| connect to.
msgid Please enter the port used by the Zabbix server.
msgstr Zadejte prosím port používaný serverem Zabbix.

#~ msgid 
#~ Please enter the host name or the IP address of the Zabbix server you 
#~ want to connect to. This is needed for some advanced frontend 
#~ functionality.
#~ msgstr 
#~ Zadejte prosím název nebo IP adresu počítače se serverem Zabbix, ke 
#~ kterému se chcete připojit. Tuto informaci požadují některé pokročilé 
#~ frontendové  funkce.

#~ msgid apache, apache-ssl, apache-perl, apache2
#~ msgstr apache, apache-ssl, apache-perl, apache2

#~ msgid 
#~ Zabbix supports any web server that php4 does, but this automatic 
#~ configuration process only supports Apache. Please select which  apache 
#~ version you want to configure the Zabbix frontend for.
#~ msgstr 
#~ Zabbix podporuje všechny webové servery s php4, tento automatický proces 
#~ ale podporuje pouze Apache. Vyberte prosím, kterou verzi apache nastavit 
#~ jako frontend Zabbix.

#~ msgid Type of Database Server:
#~ msgstr Druh databázového serveru:

#~ msgid Database Server Host Address:
#~ msgstr Adresa databázového serveru:

#~ msgid 
#~ Please enter the host name or the address of the database server you want 
#~ to connect to.
#~ msgstr 
#~ Zadejte prosím jméno nebo adresu databázového serveru, ke kterému se 
#~ chcete připojit.

#~ msgid Database name:
#~ msgstr Jméno databáze:

#~ msgid This is the database where your zabbix-server stores all data.
#~ msgstr Do této databáze bude zabbix-server ukládat všechna data.

#~ msgid Database username:
#~ msgstr 

Bug#548466: real kernel is undependable

2009-09-28 Thread Harald Dunkel

On 09/28/09 04:04, Ben Hutchings wrote:


The separation between linux-2.6 and linux-latest-2.6 allows for a later
kernel version to be added to a suite without replacing the previous
one, as with 2.6.24 added in etch-and-1/2.  Neither of these options can
achieve that.



I understand how this is supposed to work, but it seems it disregards
new installations.

Fact is I cannot install linux-image-2.6-amd64 at the moment, because
the old real kernel package was removed from the archive, regardless
that there is no conflict with the new one. At install time I have to
know the exact name of the current kernel package, which is very
painful for scripting.


Regards

Harri



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



Bug#548676: python-gtkmozembed: Transition to xulrunner 1.9.1

2009-09-28 Thread Mike Hommey
Package: python-gtkmozembed
Version: Transition to xulrunner 1.9.1
Severity: important
Tags: patch

Xulrunner 1.9.1 is going to replace xulrunner 1.9 in unstable sometime
soonish, so python-gtkmozembed should switch to using it.

As a matter of being future-proof, a dh_xulrunner program has been added
to xulrunner-dev, that will add the proper dependency to shlibs:Depends.

Please note that the package supporting this command is not yet in the
archive and should reach experimental some time today.

The attached patch implements the necessary changes[1], please upload to
unstable as soon as possible. The package will then be dep-wait, and will
get built as soon as xulrunner 1.9.1 reaches unstable, which will happen
when all the changes required on other packages will be ready.

Cheers,

Mike

1. Please note that this patch still hardcodes the GREVersionRange, which
is not really future-proof. Something similar to what exists in chmsee would 
be required for that.


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

Kernel: Linux 2.6.30-1-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 python-gtkmozembed depends on:
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libgcc1   1:4.4.1-4  GCC support library
ii  libglib2.0-0  2.22.0-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.0-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.26.0-1   Layout and rendering of internatio
ii  libstdc++64.4.1-4The GNU Standard C++ Library v3
ii  python2.5.4-2An interactive high-level object-o
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge
ii  python-support1.0.3  automated rebuilding support for P
ii  xulrunner-1.9 1.9.0.14-1 XUL + XPCOM application runner

python-gtkmozembed recommends no packages.

Versions of packages python-gtkmozembed suggests:
pn  python-gnome2-extras-doc  none (no description available)
diff -ruN gnome-python-extras-2.25.3/debian/control gnome-python-extras-2.25.3.new/debian/control
--- gnome-python-extras-2.25.3/debian/control
+++ gnome-python-extras-2.25.3.new/debian/control
@@ -12,7 +12,7 @@
libgtk2.0-dev (= 2.4),
python-gnome2-dev (= 2.10.0),
libgtkhtml2-dev (= 2.3.1),
-   xulrunner-dev (= 1.9~rc1),
+   xulrunner-dev (= 1.9.1.3-2),
libgksu2-dev (= 2.0.4),
python-gtk2-dev,
libgnomevfs2-dev,
@@ -96,7 +96,6 @@
  ${shlibs:Depends},
  ${python:Depends},
  python-gtk2,
- xulrunner-1.9 (= 1.9~rc1)
 Conflicts: python-gnome2-extras ( 2.19.1-1),
python-gnome2-extras-doc
 Replaces: python-gnome2-extras ( 2.19.1-1),
diff -ruN gnome-python-extras-2.25.3/debian/control gnome-python-extras-2.25.3.new/debian/control
--- gnome-python-extras-2.25.3/debian/control.in
+++ gnome-python-extras-2.25.3.new/debian/control.in
@@ -12,7 +12,7 @@
libgtk2.0-dev (= 2.4),
python-gnome2-dev (= 2.10.0),
libgtkhtml2-dev (= 2.3.1),
-   xulrunner-dev (= 1.9~rc1),
+   xulrunner-dev (= 1.9.1.3-2),
libgksu2-dev (= 2.0.4),
python-gtk2-dev,
libgnomevfs2-dev,
@@ -96,7 +96,6 @@
  ${shlibs:Depends},
  ${python:Depends},
  python-gtk2,
- xulrunner-1.9 (= 1.9~rc1)
 Conflicts: python-gnome2-extras ( 2.19.1-1),
python-gnome2-extras-doc
 Replaces: python-gnome2-extras ( 2.19.1-1),
diff -ruN gnome-python-extras-2.25.3/debian/patches/01_xul19.patch gnome-python-extras-2.25.3.new/debian/patches/01_xul19.patch
--- gnome-python-extras-2.25.3/debian/patches/01_xul19.patch
+++ gnome-python-extras-2.25.3.new/debian/patches/01_xul19.patch
@@ -181,8 +181,8 @@
 +
 +#ifdef XPCOM_GLUE
 +static const GREVersionRange greVersion = {
-+1.9b, PR_TRUE,
-+1.9.*, PR_TRUE
++1.9.1, PR_TRUE,
++1.9.2, PR_FALSE
 +};
 +char xpcomLocation[4096];
 +nsresult rv = GRE_GetGREPathWithProperties(greVersion, 1, nsnull, 0, xpcomLocation, 4096);
diff -ruN gnome-python-extras-2.25.3/debian/rules gnome-python-extras-2.25.3.new/debian/rules
--- gnome-python-extras-2.25.3/debian/rules
+++ gnome-python-extras-2.25.3.new/debian/rules
@@ -111,6 +111,7 @@
 	dh_pysupport -a
 	dh_installdeb -a
 	dh_shlibdeps -a
+	dh_xulrunner -a
 	dh_gencontrol -a
 	dh_md5sums -a
 	dh_builddeb -a


Bug#531610: [Pkg-xfce-devel] Bug#531610: Last update triggered xfmedia segfaulting

2009-09-28 Thread Yves-Alexis Perez
On dim, 2009-09-27 at 23:00 -0400, Dave Witbrodt wrote:
 I'm not sure if this is the same problem as the OP, but the symptoms
 are pretty much identical.  I had no problems with 'xfmedia' at all
 -- using it very frequently -- until I installed the most recent
 updates a few minutes ago.

xfmedia is known to not be stable at all. You might want to move your
config out of the way (like .config/xfmedia iirc) and retry. I'm not
sure what may have broke it this time, it would be easier with a
backtrace, but basically xfmedia is not really maintained upstream and
bit too crashy for us to take care. At one point I guess we'll just have
to drop it :/

Cheers,

-- 
Yves-Alexis


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


Bug#548673: galeon: Transition to xulrunner 1.9.1

2009-09-28 Thread Mike Hommey
Package: galeon
Version: 2.0.7-1
Severity: important
Tags: patch

Xulrunner 1.9.1 is going to replace xulrunner 1.9 in unstable sometime 
soonish, so galeon should switch to using it.

As a matter of being future-proof, a dh_xulrunner program has been added
to xulrunner-dev, that will add the proper dependency to shlibs:Depends.

Please note that the package supporting this command is not yet in the 
archive and should reach experimental some time today.

The attached patch implements the necessary changes[1], please upload to 
unstable as soon as possible. The package will then be dep-wait, and will
get built as soon as xulrunner 1.9.1 reaches unstable, which will happen
when all the changes required on other packages will be ready.

Cheers,

Mike

1. Please note that this patch still hardcodes the GREVersionRange, which
is not really future-proof. Something similar to what exists in chmsee would
be required for that.

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

Kernel: Linux 2.6.30-1-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 galeon depends on:
ii  galeon-common  2.0.7-1   data for the galeon web browser
ii  gconf2 2.26.2-3  GNOME configuration database syste
ii  libbonobo2-0   2.24.2-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.2-1  The Bonobo UI library
ii  libc6  2.9-26GNU C Library: Shared libraries
ii  libgcc11:4.4.1-4 GCC support library
ii  libgconf2-42.26.2-3  GNOME configuration database syste
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.22.0-1  The GLib library of C routines
ii  libgnome-desktop-2-11  2.26.1-1  Utility library for loading .deskt
ii  libgnome2-02.26.0-1  The GNOME library - runtime files
ii  libgnomeui-0   2.24.2-1  The GNOME libraries (User Interfac
ii  libgnomevfs2-0 1:2.24.1-4GNOME Virtual File System (runtime
ii  libgtk2.0-02.18.0-1  The GTK+ graphical user interface 
ii  libnspr4-0d4.8-1 NetScape Portable Runtime Library
ii  liborbit2  1:2.14.17-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.26.0-1  Layout and rendering of internatio
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libstdc++6 4.4.1-4   The GNU Standard C++ Library v3
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  libxml22.7.5.dfsg-1  GNOME XML library
ii  procps 1:3.2.8-1.1   /proc file system utilities
ii  xulrunner-1.9  1.9.0.14-1XUL + XPCOM application runner

Versions of packages galeon recommends:
ii  gnome-control-center 1:2.26.0-1  utilities to configure the GNOME d
ii  gnome-icon-theme 2.26.0-1GNOME Desktop icon theme
ii  iso-codes3.10.3-1ISO language, territory, currency,
ii  rarian-compat [scrollkee 0.8.1-4 Documentation meta-data library (c
ii  yelp 2.28.0+webkit-1 Help browser for GNOME

Versions of packages galeon suggests:
pn  mozpluggernone (no description available)

-- no debconf information
diff -ruN galeon-2.0.7/debian/control galeon-2.0.7.new/debian/control
--- galeon-2.0.7/debian/control	2009-09-17 16:30:53.0 +0200
+++ galeon-2.0.7.new/debian/control	2009-09-17 16:36:11.310576520 +0200
@@ -18,7 +18,7 @@
libgnome-desktop-dev (= 2.10),
libgtk2.0-dev,
liborbit2-dev,
-   xulrunner-dev (= 1.9~) | xulrunner-1.9-dev,
+   xulrunner-dev (= 1.9.1.3-2)
libnspr4-dev,
iso-codes,
intltool,
@@ -36,7 +36,6 @@
  ${shlibs:Depends},
  procps,
  galeon-common,
- xulrunner (= 1.9~) | xulrunner-1.9
 Recommends: gnome-icon-theme (= 1.1.3-1),
 yelp,
 scrollkeeper,
diff -ruN galeon-2.0.7/debian/patches/80_GRE_version.patch galeon-2.0.7.new/debian/patches/80_GRE_version.patch
--- galeon-2.0.7/debian/patches/80_GRE_version.patch	1970-01-01 01:00:00.0 +0100
+++ galeon-2.0.7.new/debian/patches/80_GRE_version.patch	2009-09-17 16:34:32.615238461 +0200
@@ -0,0 +1,14 @@
+diff -ruN galeon-2.0.7/mozilla/mozilla-embed-shell.cpp galeon-2.0.7.new/mozilla/mozilla-embed-shell.cpp
+--- galeon-2.0.7/mozilla/mozilla-embed-shell.cpp
 galeon-2.0.7.new/mozilla/mozilla-embed-shell.cpp
+@@ -331,8 +331,8 @@
+ 	nsresult rv;
+ #ifdef XPCOM_GLUE
+ 	static const GREVersionRange greVersion = {
+-	  1.9a, PR_TRUE,
+-	  1.9.*, 

Bug#548677: google-gadgets-xul: Transition to xulrunner 1.9.1

2009-09-28 Thread Mike Hommey
Package: google-gadgets-xul
Severity: important
Tags: patch

Xulrunner 1.9.1 is going to replace xulrunner 1.9 in unstable sometime
soonish, so google-gadgets should switch to using it.

As a matter of being future-proof, a dh_xulrunner program has been added
to xulrunner-dev, that will add the proper dependency to shlibs:Depends.

Please note that the package supporting this command is not yet in the
archive and should reach experimental some time today.

The attached patch implements the necessary changes[1], please upload to
unstable as soon as possible. The package will then be dep-wait, and will
get built as soon as xulrunner 1.9.1 reaches unstable, which will happen
when all the changes required on other packages will be ready.

Cheers,

Mike

1. Please note that this patch still hardcodes the GREVersionRange, which
is not really future-proof. Something similar to what exists in chmsee would 
be required for that.


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

Kernel: Linux 2.6.30-1-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
diff -ruN google-gadgets-0.10.5/debian/control google-gadgets-0.10.5.new/debian/control
--- google-gadgets-0.10.5/debian/control
+++ google-gadgets-0.10.5.new/debian/control
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (= 5), zlib1g-dev, libgtk2.0-dev, zip, chrpath, quilt (= 0.46-7~),
  libxml2-dev, libdbus-1-dev, librsvg2-dev, libqt4-dev, libltdl3-dev,
  libcurl4-gnutls-dev | libcurl4-openssl-dev, libgstreamer-plugins-base0.10-dev, 
- xulrunner-dev | xulrunner-1.9-dev, network-manager-dev [!kfreebsd-amd64 !kfreebsd-i386], 
+ xulrunner-dev (= 1.9.1.3-2), network-manager-dev [!kfreebsd-amd64 !kfreebsd-i386], 
  libstartup-notification0-dev
 Standards-Version: 3.8.0
 Vcs-Svn: http://google-gadgets-for-linux.googlecode.com/svn/trunk/packaging/debian
diff -ruN google-gadgets-0.10.5/debian/patches/03_GRE_Version.patch google-gadgets-0.10.5.new/debian/patches/03_GRE_Version.patch
--- google-gadgets-0.10.5/debian/patches/03_GRE_Version.patch
+++ google-gadgets-0.10.5.new/debian/patches/03_GRE_Version.patch
@@ -0,0 +1,28 @@
+diff -ruN google-gadgets-0.10.5/extensions/gtkmoz_browser_element/browser_child.cc google-gadgets-0.10.5.new/extensions/gtkmoz_browser_element/browser_child.cc
+--- google-gadgets-0.10.5/extensions/gtkmoz_browser_element/browser_child.cc
 google-gadgets-0.10.5.new/extensions/gtkmoz_browser_element/browser_child.cc
+@@ -1172,8 +1172,8 @@
+   nsresult rv;
+ 
+   static const GREVersionRange kGREVersion = {
+-1.9a, PR_TRUE,
+-1.9.0.*, PR_TRUE
++1.9.1, PR_TRUE,
++1.9.2, PR_FALSE
+   };
+ 
+   char xpcom_location[4096];
+diff -ruN google-gadgets-0.10.5/extensions/smjs_script_runtime/libmozjs_glue.cc google-gadgets-0.10.5.new/extensions/smjs_script_runtime/libmozjs_glue.cc
+--- google-gadgets-0.10.5/extensions/smjs_script_runtime/libmozjs_glue.cc
 google-gadgets-0.10.5.new/extensions/smjs_script_runtime/libmozjs_glue.cc
+@@ -201,8 +201,8 @@
+   char xpcom_file[4096];
+ 
+   static const GREVersionRange kGREVersion = {
+-1.9a, PR_TRUE,
+-1.9.0.*, PR_TRUE
++1.9.1, PR_TRUE,
++1.9.2, PR_FALSE
+   };
+ 
+   rv = GRE_GetGREPathWithProperties(kGREVersion, 1, nsnull, 0,
diff -ruN google-gadgets-0.10.5/debian/patches/series google-gadgets-0.10.5.new/debian/patches/series
--- google-gadgets-0.10.5/debian/patches/series
+++ google-gadgets-0.10.5.new/debian/patches/series
@@ -1,3 +1,4 @@
 01_am_maintainer_mode.patch
 02_kfreebsd.patch
+03_GRE_Version.patch
 99_relibtoolize.patch
diff -ruN google-gadgets-0.10.5/debian/rules google-gadgets-0.10.5.new/debian/rules
--- google-gadgets-0.10.5/debian/rules
+++ google-gadgets-0.10.5.new/debian/rules
@@ -79,6 +79,7 @@
 	dh_makeshlibs -V -Ngoogle-gadgets-common -Ngoogle-gadgets-gtk \
 	-Ngoogle-gadgets-qt -Ngoogle-gadgets-gst -Ngoogle-gadgets-xul
 	dh_shlibdeps
+	dh_xulrunner
 	dh_installchangelogs ChangeLog
 	dh_installdocs
 	dh_installexamples


Bug#548680: libgtk-mozembed-ruby: Transition to xulrunner 1.9.1

2009-09-28 Thread Mike Hommey
Package: libgtk-mozembed-ruby
Severity: important
Tags: patch

Xulrunner 1.9.1 is going to replace xulrunner 1.9 in unstable sometime
soonish, so ruby-gnome2 should switch to using it.

As a matter of being future-proof, a dh_xulrunner program has been added
to xulrunner-dev, that will add the proper dependency to shlibs:Depends.

Please note that the package supporting this command is not yet in the
archive and should reach experimental some time today.

The attached patch implements the necessary changes[1], please upload to
unstable as soon as possible. The package will then be dep-wait, and will
get built as soon as xulrunner 1.9.1 reaches unstable, which will happen
when all the changes required on other packages will be ready.

Cheers,

Mike

1. Please note that this patch still hardcodes the GREVersionRange, which
is not really future-proof. Something similar to what exists in chmsee would 
be required for that.


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

Kernel: Linux 2.6.30-1-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
diff -ruN ruby-gnome2-0.19.1/debian/control ruby-gnome2-0.19.1.new/debian/control
--- ruby-gnome2-0.19.1/debian/control
+++ ruby-gnome2-0.19.1.new/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Arnaud Cornet acor...@debian.org
 Uploaders: Debian Ruby Extras Maintainers pkg-ruby-extras-maintain...@lists.alioth.debian.org, Paul van Tilburg pau...@debian.org, Michael Schutte m.schutte...@gmail.com, Antonio Terceiro terce...@softwarelivre.org
-Build-Depends: debhelper (= 7.0.50~), quilt, ruby, ruby1.8, ruby1.8-dev, libgnomeui-dev, libglade2-dev, libgtkhtml2-dev, libpng12-dev, libgtkglext1-dev, libxmu-dev, libpanel-applet2-dev, librsvg2-dev (= 2.8.0), libcairo-ruby, xulrunner-dev (= 1.9~b5-4), libvte-dev (= 0.12.1), libpoppler-glib-dev (= 0.8.0), pkg-config, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, libgoocanvas-dev (= 0.8.0), libgtksourceview2.0-dev, libdrm-dev
+Build-Depends: debhelper (= 7.0.50~), quilt, ruby, ruby1.8, ruby1.8-dev, libgnomeui-dev, libglade2-dev, libgtkhtml2-dev, libpng12-dev, libgtkglext1-dev, libxmu-dev, libpanel-applet2-dev, librsvg2-dev (= 2.8.0), libcairo-ruby, xulrunner-dev (= 1.9.1.3-2), libvte-dev (= 0.12.1), libpoppler-glib-dev (= 0.8.0), pkg-config, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, libgoocanvas-dev (= 0.8.0), libgtksourceview2.0-dev, libdrm-dev
 Standards-Version: 3.8.3
 Homepage: http://ruby-gnome2.sourceforge.jp/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/ruby-gnome2/
@@ -593,7 +593,7 @@
 
 Package: libgtk-mozembed-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}, libgtk2-ruby1.8, xulrunner-1.9 (= 1.9~b5-4), ${misc:Depends}
+Depends: ${shlibs:Depends}, libgtk2-ruby1.8, ${misc:Depends}
 Replaces: libgtk-mozembed-ruby ( 0.16.0)
 Conflicts: libgtk-mozembed-ruby ( 0.16.0)
 Description: ruby binding of GtkMozEmbed, gecko renderer
diff -ruN ruby-gnome2-0.19.1/debian/rules ruby-gnome2-0.19.1.new/debian/rules
--- ruby-gnome2-0.19.1/debian/rules
+++ ruby-gnome2-0.19.1.new/debian/rules
@@ -15,7 +15,7 @@
 		sitearchdir=$(ruby_archdir_ver)
 
 %:
-	dh $@
+	dh --with xulrunner $@
 
 build: patch
 	dh build
diff -ruN ruby-gnome2-0.19.1/gtkmozembed/src/rbgtkmozembed-init.cpp ruby-gnome2-0.19.1.new/gtkmozembed/src/rbgtkmozembed-init.cpp
--- ruby-gnome2-0.19.1/gtkmozembed/src/rbgtkmozembed-init.cpp
+++ ruby-gnome2-0.19.1.new/gtkmozembed/src/rbgtkmozembed-init.cpp
@@ -35,8 +35,8 @@
 setup_xpcom_glue(void)
 {
 static const GREVersionRange greVersion = {
-	1.9b, PR_TRUE,
-	2, PR_TRUE
+	1.9.1, PR_TRUE,
+	1.9.2, PR_FALSE
 };
 char xpcomPath[PATH_MAX];
 


Bug#548678: kazehakase: Transition to xulrunner 1.9.1

2009-09-28 Thread Mike Hommey
Package: kazehakase
Severity: important
Tags: patch

Xulrunner 1.9.1 is going to replace xulrunner 1.9 in unstable sometime
soonish, so kazehakase should switch to using it.

As a matter of being future-proof, a dh_xulrunner program has been added
to xulrunner-dev, that will add the proper dependency to shlibs:Depends.

Please note that the package supporting this command is not yet in the
archive and should reach experimental some time today.

The attached patch implements the necessary changes[1], please upload to
unstable as soon as possible. The package will then be dep-wait, and will
get built as soon as xulrunner 1.9.1 reaches unstable, which will happen
when all the changes required on other packages will be ready.

Cheers,

Mike

1. Please note that this patch still hardcodes the GREVersionRange, which
is not really future-proof. Something similar to what exists in chmsee would 
be required for that.


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

Kernel: Linux 2.6.30-1-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 kazehakase depends on:
pn  kazehakase-gecko | kaz none(no description available)
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libc6  2.9-26GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libgcrypt111.4.4-4   LGPL Crypto library - runtime libr
pn  libgettext-ruby1.8 none(no description available)
ii  libglib2.0-0   2.22.0-1  The GLib library of C routines
ii  libgnutls262.8.3-3   the GNU TLS library - runtime libr
ii  libgpg-error0  1.6-1 library for common error values an
pn  libgtk2-ruby   none(no description available)
ii  libgtk2.0-02.18.0-1  The GTK+ graphical user interface 
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libpango1.0-0  1.26.0-1  Layout and rendering of internatio
ii  libpixman-1-0  0.14.0-1  pixel-manipulation library for X a
ii  libpng12-0 1.2.39-1  PNG library - runtime
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libtasn1-3 2.3-1 Manage ASN.1 structures (runtime)
ii  libx11-6   2:1.2.2-1 X11 client-side library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  ruby1.81.8.7.174-2   Interpreter of object-oriented scr
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages kazehakase recommends:
pn  hyperestraier none (no description available)

Versions of packages kazehakase suggests:
pn  migemonone (no description available)
diff -ruN kazehakase-0.5.6/debian/control kazehakase-0.5.6.new/debian/control
--- kazehakase-0.5.6/debian/control
+++ kazehakase-0.5.6.new/debian/control
@@ -10,7 +10,7 @@
 	   libpango1.0-dev,
 	   intltool,
 	   libgnutls-dev,
-	   xulrunner-dev,
+	   xulrunner-dev (= 1.9.1.3-2),
 	   ruby-gnome2-dev (= 0.19.1),
 	   libgettext-ruby-util,
 	   libqdbm-dev,
@@ -44,8 +44,7 @@
 
 Package: kazehakase-gecko
 Architecture: any
-Depends: ${gecko:Depends},
-	 xulrunner-1.9 (= 1.9~rc2-3)
+Depends: ${shlibs:Depends}
 Replaces: kazehakase
 Description: Gecko rendering engine for kazehakase
  Kazehakase is a web browser that can use either Gecko or WebKit as
diff -ruN kazehakase-0.5.6/debian/patches/30_xulrunner-1.9.1.dpatch kazehakase-0.5.6.new/debian/patches/30_xulrunner-1.9.1.dpatch
--- kazehakase-0.5.6/debian/patches/30_xulrunner-1.9.1.dpatch
+++ kazehakase-0.5.6.new/debian/patches/30_xulrunner-1.9.1.dpatch
@@ -1,18 +1,20 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 30_xulrunner-1.9.1.dpatch by Mike Hommey mh+report...@glandium.org
 ##
-## DP: Prevent crash with xulrunner 1.9.1.
+## DP: Support for xulrunner 1.9.1
 
 @DPATCH@
 diff -urNad kazehakase-0.5.6~/module/embed/gecko/mozilla.cpp kazehakase-0.5.6/module/embed/gecko/mozilla.cpp
 --- kazehakase-0.5.6~/module/embed/gecko/mozilla.cpp	2009-08-17 17:24:42.0 +0300
 +++ kazehakase-0.5.6/module/embed/gecko/mozilla.cpp	2009-08-19 23:58:51.0 +0300
-@@ -133,7 +133,7 @@
+@@ -132,8 +132,8 @@
+ xulrunner_init (void)
  {
  	static const GREVersionRange greVersion = {
- 		1.9a, PR_TRUE,
+-		1.9a, PR_TRUE,
 -		2, PR_TRUE
-+		1.9.1, PR_FALSE
++		1.9.1, PR_TRUE,
++		1.9.2, PR_FALSE
  	};
  
  	char xpcomPath[PATH_MAX];
diff 

Bug#548683: tuxguitar: Transition to xulrunner 1.9.1

2009-09-28 Thread Mike Hommey
Package: tuxguitar
Severity: important
Tags: patch

Xulrunner 1.9.1 is going to replace xulrunner 1.9 in unstable sometime
soonish, so tuxguitar should switch to using it.

The attached patch implements the necessary changes, please upload to
unstable as soon as possible. The package will then be dep-wait, and will
get built as soon as xulrunner 1.9.1 reaches unstable, which will happen
when all the changes required on other packages will be ready.

Cheers,

Mike

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

Kernel: Linux 2.6.30-1-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



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



Bug#548679: libgtk2-mozembed-perl: Transition to xulrunner 1.9.1

2009-09-28 Thread Mike Hommey
Package: libgtk2-mozembed-perl
Severity: important
Tags: patch

Xulrunner 1.9.1 is going to replace xulrunner 1.9 in unstable sometime
soonish, so libgtk2-mozembed-perl should switch to using it.

As a matter of being future-proof, a dh_xulrunner program has been added
to xulrunner-dev, that will add the proper dependency to shlibs:Depends.

Please note that the package supporting this command is not yet in the
archive and should reach experimental some time today.

The attached patch implements the necessary changes[1], please upload to
unstable as soon as possible. The package will then be dep-wait, and will
get built as soon as xulrunner 1.9.1 reaches unstable, which will happen
when all the changes required on other packages will be ready.

Cheers,

Mike

1. Please note that this patch still hardcodes the GREVersionRange, which
is not really future-proof. Something similar to what exists in chmsee would 
be required for that.


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

Kernel: Linux 2.6.30-1-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
diff -ruN libgtk2-mozembed-perl-0.08/debian/control libgtk2-mozembed-perl-0.08.new/debian/control
--- libgtk2-mozembed-perl-0.08/debian/control
+++ libgtk2-mozembed-perl-0.08.new/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: debhelper (= 7), libextutils-depends-perl (= 0.20),
   libextutils-pkgconfig-perl (= 1.03), libgtk2-perl (= 1.081),
-  perl (= 5.6.0-12), xulrunner-dev, xvfb, xauth, xfonts-base,
+  perl (= 5.6.0-12), xulrunner-dev (= 1.9.1.3-2), xvfb, xauth, xfonts-base,
   libglib2.0-dev, libgtk2.0-dev, quilt
 Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
 Uploaders: Ryan Niebur ryanrya...@gmail.com
@@ -16,6 +16,6 @@
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
   libextutils-depends-perl (= 0.20), libgtk2-perl (= 1.081),
-  libextutils-pkgconfig-perl (= 1.03), xulrunner-1.9
+  libextutils-pkgconfig-perl (= 1.03)
 Description: Perl interface to the Mozilla embedding widget
  Gtk2::MozEmbed allows a Perl developer to use the Mozilla embedding widget.
diff -ruN libgtk2-mozembed-perl-0.08/debian/patches/use-the-right-xul libgtk2-mozembed-perl-0.08.new/debian/patches/use-the-right-xul
--- libgtk2-mozembed-perl-0.08/debian/patches/use-the-right-xul
+++ libgtk2-mozembed-perl-0.08.new/debian/patches/use-the-right-xul
@@ -162,8 +162,8 @@
 +
 + /* copied from the gnome-python-extras package's patch */
 + static const GREVersionRange greVersion = {
-+ 1.9b, PR_TRUE,
-+ 1.9.*, PR_TRUE
++ 1.9.1, PR_TRUE,
++ 1.9.2, PR_FALSE
 + };
 + char xpcomLocation[4096];
 + nsresult rv = GRE_GetGREPathWithProperties(greVersion, 1, nsnull, 0, xpcomLocation, 4096);
diff -ruN libgtk2-mozembed-perl-0.08/debian/rules libgtk2-mozembed-perl-0.08.new/debian/rules
--- libgtk2-mozembed-perl-0.08/debian/rules
+++ libgtk2-mozembed-perl-0.08.new/debian/rules
@@ -18,7 +18,7 @@
 	touch $@
 
 binary-arch: install
-	dh $@
+	dh --with xulrunner $@
 
 binary-indep:
 


Bug#548682: xiphos: Transition to xulrunner 1.9.1

2009-09-28 Thread Mike Hommey
Package: xiphos
Severity: important
Tags: patch

Xulrunner 1.9.1 is going to replace xulrunner 1.9 in unstable sometime
soonish, so xiphos should switch to using it.

As a matter of being future-proof, a dh_xulrunner program has been added
to xulrunner-dev, that will add the proper dependency to shlibs:Depends.

Please note that the package supporting this command is not yet in the
archive and should reach experimental some time today.

The attached patch implements the necessary changes[1], please upload to
unstable as soon as possible. The package will then be dep-wait, and will
get built as soon as xulrunner 1.9.1 reaches unstable, which will happen
when all the changes required on other packages will be ready.

Cheers,

Mike

1. Please note that this patch still hardcodes the GREVersionRange, which
is not really future-proof. Something similar to what exists in chmsee would 
be required for that.


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

Kernel: Linux 2.6.30-1-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
diff -ruN xiphos-3.1.1/debian/control xiphos-3.1.1.new/debian/control
--- xiphos-3.1.1/debian/control
+++ xiphos-3.1.1.new/debian/control
@@ -12,7 +12,7 @@
intltool,
libatspi-dev,
libgnome2-dev,
-   xulrunner-dev | libxul-dev,
+   xulrunner-dev (= 1.9.1.3-2),
libmagick++-dev,
libcurl4-gnutls-dev,
libicu-dev,
diff -ruN xiphos-3.1.1/debian/patches/gre_version.patch xiphos-3.1.1.new/debian/patches/gre_version.patch
--- xiphos-3.1.1/debian/patches/gre_version.patch
+++ xiphos-3.1.1.new/debian/patches/gre_version.patch
@@ -0,0 +1,14 @@
+diff -ruN xiphos-3.1.1/src/gecko/gecko-utils.cpp xiphos-3.1.1.new/src/gecko/gecko-utils.cpp
+--- xiphos-3.1.1/src/gecko/gecko-utils.cpp
 xiphos-3.1.1.new/src/gecko/gecko-utils.cpp
+@@ -232,8 +232,8 @@
+ 	nsresult rv;
+ #ifdef XPCOM_GLUE
+ 	static const GREVersionRange greVersion = {
+-		1.9a, PR_TRUE,
+-		2, PR_TRUE
++		1.9.1, PR_TRUE,
++		1.9.2, PR_FALSE
+ 	};
+ 	char xpcomLocation[PATH_MAX];
+ 	rv = GRE_GetGREPathWithProperties(greVersion, 1, nsnull, 0, xpcomLocation, sizeof (xpcomLocation));
diff -ruN xiphos-3.1.1/debian/patches/series xiphos-3.1.1.new/debian/patches/series
--- xiphos-3.1.1/debian/patches/series
+++ xiphos-3.1.1.new/debian/patches/series
@@ -1,3 +1,4 @@
+gre_version.patch
 ignone-desktop.in.patch
 remove-obsolete-potfile.patch
 remove-extra-licenses.patch
diff -ruN xiphos-3.1.1/debian/rules xiphos-3.1.1.new/debian/rules
--- xiphos-3.1.1/debian/rules
+++ xiphos-3.1.1.new/debian/rules
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
 %:
-	dh --with quilt $@
+	dh --with quilt,xulrunner $@
 # because check target is broken
 override_dh_auto_test:


Bug#548681: videolink: Transition to xulrunner 1.9.1

2009-09-28 Thread Mike Hommey
Package: videolink
Severity: important
Tags: patch

Xulrunner 1.9.1 is going to replace xulrunner 1.9 in unstable sometime
soonish, so videolink should switch to using it.

As a matter of being future-proof, a dh_xulrunner program has been added
to xulrunner-dev, that will add the proper dependency to shlibs:Depends.

Please note that the package supporting this command is not yet in the
archive and should reach experimental some time today.

The attached patch implements the necessary changes[1], please upload to
unstable as soon as possible. The package will then be dep-wait, and will
get built as soon as xulrunner 1.9.1 reaches unstable, which will happen
when all the changes required on other packages will be ready.

Cheers,

Mike

1. Please note that this patch still hardcodes the GREVersionRange, which
is not really future-proof. Something similar to what exists in chmsee would 
be required for that.


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

Kernel: Linux 2.6.30-1-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
diff -ruN videolink-1.2.8/browser_widget.cpp videolink-1.2.8.new/browser_widget.cpp
--- videolink-1.2.8/browser_widget.cpp
+++ videolink-1.2.8.new/browser_widget.cpp
@@ -532,8 +532,8 @@
 {
 #if MOZ_VERSION_MAJOR == 1  MOZ_VERSION_MINOR == 9
 static const GREVersionRange gre_versions = {
-	1.9a, PR_TRUE,
-	1.9.1, PR_FALSE
+	1.9.1, PR_TRUE,
+	1.9.2, PR_FALSE
 };
 char path[PATH_MAX];
 check(GRE_GetGREPathWithProperties(gre_versions, 1, 0, 0,
diff -ruN videolink-1.2.8/debian/control videolink-1.2.8.new/debian/control
--- videolink-1.2.8/debian/control
+++ videolink-1.2.8.new/debian/control
@@ -2,14 +2,14 @@
 Maintainer: Ben Hutchings b...@decadent.org.uk
 Section: contrib/video
 Priority: extra
-Build-Depends: debhelper (=4), libgtkmm-2.4-dev, xulrunner-dev, libexpat1-dev
+Build-Depends: debhelper (=4), libgtkmm-2.4-dev, xulrunner-dev (= 1.9.1.3-2), libexpat1-dev
 Standards-Version: 3.8.0
 Vcs-Browser: http://git.decadent.org.uk/gitweb?p=videolink.git
 Vcs-Git: http://git.decadent.org.uk/git/videolink.git
 
 Package: videolink
 Architecture: any
-Depends: xvfb, dvdauthor, ffmpeg | mjpegtools, ffmpeg | netpbm, xulrunner-1.9, ${shlibs:Depends}
+Depends: xvfb, dvdauthor, ffmpeg | mjpegtools, ffmpeg | netpbm, ${shlibs:Depends}
 Recommends: genisoimage, xfonts-base
 Description: assembles a DVD video filesystem from HTML pages and video files
  VideoLink is intended to provide a simple way of producing DVDs with
diff -ruN videolink-1.2.8/debian/rules videolink-1.2.8.new/debian/rules
--- videolink-1.2.8/debian/rules
+++ videolink-1.2.8.new/debian/rules
@@ -10,6 +10,7 @@
 	$(MAKE) DESTDIR=debian/videolink prefix=/usr install
 	dh_strip
 	dh_shlibdeps
+	dh_xulrunner
 	mkdir -p -m755 debian/videolink/usr/share/doc/videolink
 	install -m644 debian/copyright debian/videolink/usr/share/doc/videolink/copyright
 	mv debian/videolink/usr/share/doc/videolink/ChangeLog.gz \


Bug#548685: fslint: [manual] please describe individual command line utils briefly

2009-09-28 Thread Jari Aalto
Package: fslint
Version: 2.40-2
Severity: normal


The manual page reads:

  DESCRIPTION

   fslint is a toolset to find various problems with filesystems,
   including duplicate files and problematic filenames etc.

   To access the individual command line tools one can change to,
   or add to $PATH the /usr/share/fslint/fslint directory on a
   standard install.  Each of the commands in that directory have
   a --help option which further details their parameters.

SUGGESTION

These small applications are very useful when run on command line in
an environment without GUI. Please list the programs in the manual
page and briefly describe what each one of them does.

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

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

Versions of packages fslint depends on:
ii  findutils 4.4.2-1utilities for finding files--find,
ii  python2.5.4-2An interactive high-level object-o
ii  python-glade2 2.16.0-1   GTK+ bindings: Glade support
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge

fslint recommends no packages.

fslint 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#548687: dash: Stop on error when reading directory as script

2009-09-28 Thread Jari Aalto
Package: dash
Version: 0.5.5.1-3
Severity: normal


mkdir tmp
dash tmp/

= No error messages, not status code $? to signify error.

Please signal an error and terminate on non-zero exit code (like Bash).

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

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

Versions of packages dash depends on:
ii  debianutils   3.2.1  Miscellaneous utilities specific t
ii  dpkg  1.15.4 Debian package management system
ii  libc6 2.9-25 GNU C Library: Shared libraries

dash recommends no packages.

dash suggests no packages.

-- debconf information excluded



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



Bug#548663: dpkg: Save the config files's default content

2009-09-28 Thread Raphael Hertzog
forcemerge 32877 548663
thanks

On Sun, 27 Sep 2009, Stefan Monnier wrote:
 I think dpkg should systematically save the default content of each and
 every file that might reasonably be expected to be modified by the user.

This request is not new... please try to check open bug reports on the
topic before filing new ones.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=32877 has lots of
duplicates already.

Cheers,
-- 
Raphaël Hertzog



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



Bug#548684: oping allows reading arbitrary files upon the local system - security issue

2009-09-28 Thread Steve Kemp

Package: oping
Version: 1.3.2-1
Justification: user security hole
Severity: grave
Tags: security

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

 oping is setuid root and one of the command line arguments allows
 a configuration file to be specified.  This file is read and *reported*
 to the console.  (Unless the file contains contents which can be
 interpreted as a list of hostnames!)

 For example:

 s...@gold:~$ oping  -f /etc/shadow
 Adding host `root:$1eluded/value:14368:0:9:7:::' failed: getaddrinfo: Name 
or service not known
 Adding host `daemon:*:13876:0:9:7:::' failed: getaddrinfo: Name or service 
not known
 Adding host `bin:*:13876:0:9:7:::' failed: getaddrinfo: Name or service 
not known
 Adding host `sys:*:13876:0:9:7:::' failed: getaddrinfo: Name or service 
not known
 Adding host `sync:*:13876:0:9:7:::' failed: getaddrinfo: Name or service 
not known
 Adding host `games:*:13876:0:9:7:::' failed: getaddrinfo: Name or service 
not known

  This is clearly a security hole - however the good news is that the
 version(s) of oping included in lenny and etch are unaffected.

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

Kernel: Linux 2.6.30-1-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/bash

Versions of packages oping depends on:
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  liboping0 1.3.2-1C/C++ library to generate ICMP ECH

oping recommends no packages.

oping 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#548519: Math crash - Debian bug #548519 with patch

2009-09-28 Thread Sven Hoexter
Hi,
I've nearly no time currently so it would be amazing if one of
you guys could take a look at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548519

It's a crash, plus backtrace and a proposed patch by Jonas Baggett.


Thanks,
Sven
-- 
If God passed a mic to me to speak
I'd say stay in bed, world
Sleep in peace
   [The Cardigans - 03:45: No sleep]



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



Bug#548688: posh: Stop on error when reading directory as script

2009-09-28 Thread Jari Aalto
Package: posh
Version: 0.6.18
Severity: normal


mkdir tmp
posh tmp

= No error messages, no status code $? to signify an error.

Please signal an error and terminate on non-zero exit code.
An example from Bash:

   bash tmp
   tmp/: tmp/: is a directory

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

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

Versions of packages posh depends on:
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  libc6 2.9-25 GNU C Library: Shared libraries

posh recommends no packages.

posh suggests no packages.

-- debconf information excluded



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



Bug#545381: edos-builddebcheck: Always consider built-essential packages installable

2009-09-28 Thread Stefano Zacchiroli
On Sun, Sep 27, 2009 at 09:14:09PM +0200, Ralf Treinen wrote:
  I would also like to remind you that we need both
  essential and build-essential, and all of there
  dependencies.
 In that case you'll have to fill in the list of essential packages as
 well, at least for the moment. Just extend the varible buildessentials
 accordingly at the beginning of add-sources.py.
 
 What do you mean by their dependencies ?

I don't see any way out to this issue when considering only packages
metadata.

IMO, the right solution is twisted upside down: instead of adding
knowledge into edos-builddebcheck about which packages are
build-essential (which induces the problems of keeping the info
synchronized and also the one being discussed here), let's have
edos-builddebcheck users tell it which packages are *currently*
installed as unavoidable build dependencies.

Practically, this can work two ways: we can have edos-builddebcheck
query the dpkg database for installed packages (and their relationships,
since they are not granted to be in sync with the APT database), or we
can add an option pointing to a file which lists packages which are
known to be forcibly installed.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Bug#548689: no refresh of lists after upgrade

2009-09-28 Thread Ivan Sergio Borgonovo
Package: libgtk2.0-0
Version: 2.18.0-1
Severity: serious

The message list (top left panel) in claws-mail doesn't refresh
anymore after upgrade.
Changing folder (right panel) not always result in correct
refresh of top left panel. Deleting messages, not always result in
correct refresh of top left panel.

downgrading libgtk2.0-0 and -bin fix the problem.

thanks

-- 
Ivan Sergio Borgonovo
http://www.webthatworks.it




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



Bug#548690: libxklavier{12,15} and libgnomekbd{3,4} transition

2009-09-28 Thread Pierre Habouzit
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

On Sat, Sep 26, 2009 at 01:59:47AM +0200, Josselin Mouette wrote:
 Hi,
 
 there’s a new libxklavier version out there (4.0), which breaks the
 interface and has a new soname. Therefore we’ll need to make a
 libxklavier12 → libxklavier15 transition. 
 
 It will need to go together with a libgnomekbd3 → libgnomekbd4
 transition, which affects a subset of the libxklavier reverse
 dependencies.
 
 Please tell me when the transition can start.
 
 Thanks, 
 -- 
  .''`.  Josselin Mouette
 : :' :
 `. `'   “I recommend you to learn English in hope that you in
   `- future understand things”  -- Jörg Schilling



-- 
·O·  Pierre Habouzit
··Omadco...@debian.org
OOOhttp://www.madism.org


signature.asc
Description: Digital signature


Bug#548691: fakechroot: getcwd fails to return proper path for relatively-specified roots

2009-09-28 Thread Jameson Graef Rollins
Package: fakechroot
Version: 2.9-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

So we (debirf maintainers) have stumbled upon a strangeness in the
behavior of getcwd() under fakechroot.  It appears that the path gets
confused depending on if the chroot root path has been specified as a
relative path or not:

servo:/srv/debirf/rescue 0$ fakeroot fakechroot chroot root pwd
/
servo:/srv/debirf/rescue 0$ fakeroot fakechroot chroot /srv/debirf/rescue/root 
pwd
/
servo:/srv/debirf/rescue 0$ fakeroot fakechroot chroot ./root pwd
/srv/debirf/rescue/root
servo:/srv/debirf/rescue 0$ 

In the last case, where the root is specified as a relative path to
the current path, getcwd() in the fakechroot (as called from 'pwd')
returns a jailbroken path.  This causes problems for some programs,
most notably apt-get:

servo:/srv/debirf/rescue 0$ fakeroot fakechroot chroot ./root apt-get update
Get: 1 http://mirrors.kernel.org squeeze Release.gpg [835B]
Ign http://mirrors.kernel.org squeeze/main Translation-en_US
Get: 2 http://mirrors.kernel.org squeeze Release [96.5kB]
Get: 3 http://mirrors.kernel.org squeeze/main Packages/DiffIndex [2,038B]   

   
Get: 4 http://mirrors.kernel.org squeeze/main 2009-09-28-0316.44.pdiff [11.9kB] 

   
Get: 5 http://mirrors.kernel.org squeeze/main 2009-09-28-0316.44.pdiff [11.9kB] 

   
Get: 6 http://mirrors.kernel.org squeeze/main 2009-09-28-0316.44.pdiff [11.9kB] 

   
Fetched 111kB in 16s (6,603B/s) 

   
E: Unable to change to /srv/debirf/rescue/root/ - chdir (2: No such file or 
directory)
servo:/srv/debirf/rescue 100$ 

(curiously aptitude does not seem bothered).  I imagine there might be
an easy fix to this, but more skilled eyes can probably come up with
one much quicker than I ever could.

Thanks for the help, and thanks for maintaining an important tool.

jamie.

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

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
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 fakechroot depends on:
ii  libc6 2.9-25 GNU C Library: Shared libraries

fakechroot recommends no packages.

fakechroot suggests no packages.

- -- no debconf information

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

iQIcBAEBCAAGBQJKwGBLAAoJEO00zqvie6q8KtMP/25hj72cI/LlB0mwwuwocUCa
77S5t60VSLWA/hziPNrLQnMy2sMFEBVUdnpS/f+qPph80swZ5nIhbHLJG8UJ4GCx
AeTND9rCyzQGngTdkSq7qb2tzFIXG7M1KCYf3KIw+mFGsrkfuL5DSSCqISGmxPfO
kKwwJzJrOhIoMpunieniKzNJ3TuWIydGIBGjka1YDeC81rQyaQPkncCF+qG7l+eK
mDejOfoX2uhqfTTv5Hi1umSyFIkfpO+IBEVwJqwk0WyHTkhmOPQ+bForwP9B1Y2e
j59lZyOYUNo+fJ/0bswdeOr+Cs053jPcbVbjnoDc0CxS9g406OCcPCzVzPODIfMH
mjSnHjnAOFZ80JvbUgbWjVug9ECKe/YmwaCvtMlNagAm91MdUyBo2bOE+OTyrxrU
cf9eoJTS5+e7pVbs6mFAKiXGzfoNFRRgZkwxvhoy8cLrdNd5QCEgor0lIfy9Qjp/
YALjcwm8g/28XMPoQXBIbZmsfiOuIR+9+9FmXK4/eEu0trJkwgP/brm7RRYeOkMT
zKs8za8FkZ6MBYZoIaPufJxXviu2mQlpT5cXN0/NTJaBQ6pd5KuL20i9N7u1knX/
uSpQ5rxesiZujXfPDoiVLMDD0EPyAEiuFUllD7WsS1ncmM2HOPR54cP4NV+Cs/F3
DQ1+OA1wUQb3jg+H17q5
=SdpR
-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#518368: NM abandoned hooks for scripts in /etc/network/if-pre-up.d

2009-09-28 Thread Marcel Dischinger
Package: network-manager
Version: 0.7.1-2
Severity: normal

See Ubuntu Bug #336736
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/336736

I am also highly interested in getting these hooks back.
In my case, I have to run an application to authenticate with the corp
network here. This has to happen before NetworkManager calls the dhcp
client as dhcp will fail otherwise.

The current situation is very confusing, also given that 01ifupdown in
this package has entries for if-pre-up.d and so far I found no 
documentation that this part is supposed to not work anymore.

Thanks.



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



Bug#509956: kicad arc drawing malfunction: libwxgtk2.6 is the problem

2009-09-28 Thread Maximilian Gaukler

The real reason for this bug is #548686 in package libwxgtk2.6-0
Kicad versions in squeeze and sid depend on libwxgtk2.8-0, in which the bug is 
fixed.

Thanks

Max Gaukler



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



Bug#548692: adding menu to pdfedit package

2009-09-28 Thread Бриллиантов Кирилл Владимирович

Package: pdfedit
Version: 0.4.1-2
Severity: minor
Tags: patch

I work in the blackbox and added menu entry for pdfedit package.

--
С уважением,
Бриллиантов Кирилл Владимирович
…
системный администратор
ООО «БайтЭрг»
Видеокамеры МВК – Эффективность разумных решений
…
+7(495)221-66-22 доб.122
http://www.byterg.ruhttp://www.bestdvr.ru
?package(pdfedit):needs=x11 section=Applications/Editors\
title=PDFEdit command=/usr/bin/pdfedit


Bug#548693: fslint: Included shell scripts do not require /bin/bash

2009-09-28 Thread Jari Aalto
Package: fslint
Version: 2.40-2
Severity: minor


$ for f in /usr/share/fslint/fslint/*; do [ -d $f ]  continue; file $f; 
dash -nx $f; done
/usr/share/fslint/fslint/findbl: Bourne-Again shell script text executable
/usr/share/fslint/fslint/finded: Bourne-Again shell script text executable
/usr/share/fslint/fslint/findid: Bourne-Again shell script text executable
/usr/share/fslint/fslint/findnl: Bourne-Again shell script text executable
/usr/share/fslint/fslint/findns: Bourne-Again shell script text executable
/usr/share/fslint/fslint/findrs: Bourne-Again shell script text executable
/usr/share/fslint/fslint/findsn: Bourne-Again shell script text executable
/usr/share/fslint/fslint/findtf: Bourne-Again shell script text executable
/usr/share/fslint/fslint/findu8: Bourne-Again shell script text executable
/usr/share/fslint/fslint/findul: Bourne-Again shell script text executable
/usr/share/fslint/fslint/findup: Bourne-Again shell script text executable
/usr/share/fslint/fslint/fslint: Bourne-Again shell script text executable
/usr/share/fslint/fslint/zipdir: Bourne-Again shell script text executable

SUGGESTION

All the scripts are marked with /bin/bash, but they in fact seem to
be POSIX compatile (dash, but also posh compatible). Please change
first lines to:

  #!/bin/sh

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

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

Versions of packages fslint depends on:
ii  findutils 4.4.2-1utilities for finding files--find,
ii  python2.5.4-2An interactive high-level object-o
ii  python-glade2 2.16.0-1   GTK+ bindings: Glade support
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge

fslint recommends no packages.

fslint 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#548694: wpasupplicant: wpa_supplicant process keeps running after ifdown wlan0

2009-09-28 Thread Sven Joachim
Package: wpasupplicant
Version: 0.6.9-3
Severity: important

After the upgrade of udev to version 146-3, ifdown wlan0 no longer
kills the wpa_supplicant process.  The result is that it fills the
syslog with Failed to initiate AP scan messages and that during
shutdown the /var and /usr filesystems are busy.

Here are the stanzas of /etc/network/interfaces:

,
| allow-hotplug wlan0
| iface wlan0 inet dhcp
|   wpa-driver wext
|   wpa-ap-scan 1
|   wpa-scan-ssid 1
|   wpa-ssid hidden
|   wpa-proto WPA RSN
|   wpa-pairwise CCMP
|   wpa-group CCMP
|   wpa-key-mgmt WPA-PSK
|   wpa-psk top secret
`


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

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

Versions of packages wpasupplicant depends on:
ii  adduser   3.111  add and remove users and groups
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.16-2   simple interprocess messaging syst
ii  libnl11.1-5  library for dealing with netlink s
ii  libpcsclite1  1.5.5-1Middleware to access a smart card 
ii  libreadline5  5.2-6  GNU readline and history libraries
ii  libssl0.9.8   0.9.8k-5   SSL shared libraries
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

wpasupplicant recommends no packages.

Versions of packages wpasupplicant suggests:
pn  libengine-pkcs11-openssl  none (no description available)
pn  wpaguinone (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#536795: [tex-live] manpage typo

2009-09-28 Thread Hilmar Preusse
tags 536795 + fixed-upstream
stop

On 27.09.09 Reinhard Kotucha (reinhard.kotu...@web.de) wrote:
 On 27 September 2009 Frank Küster wrote:

   Hi, a couple of weeks ago (alas...) a Debian user reported the following
   manpage typo, it's still there in current svn.
   
   -(You may need ot be root to do this.)
   +(You may need to be root to do this.)
 
 Fixed.  revision 15482.  Thanks for the report.
 
Tagging.

H.
-- 
sigmentation fault



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



Bug#548695: pdns: debconf italian translation

2009-09-28 Thread Alessandro De Zorzi
Package: pdns
Severity: wishlist

Debconf italian translation.

cheers
Alessandro


pdns-it.po.gz
Description: GNU Zip compressed data


Bug#548696: evolution 2.28.0-2 crashes in camel_store_get_folder_info

2009-09-28 Thread Thomas Hahn
Package: evolution
Version: 2.28.0-2
Severity: normal

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

New version 2.28 sigsegv's in camel_store_get_folder_info():

Core was generated by `evolution'.
Program terminated with signal 11, Segmentation fault.
#0  0xb5423c77 in ?? ()
   from
/usr/lib/evolution-data-server-1.2/camel-providers-/libcamelexchange.so
(gdb) where
#0  0xb5423c77 in ?? ()
   from
/usr/lib/evolution-data-server-1.2/camel-providers-/libcamelexchange.so
#1  0xb7dc1822 in camel_store_get_folder_info ()
   from /usr/lib/libcamel-provider-1.2.so.14
#2  0xb5f3eb1c in ?? ()
   from /usr/lib/evolution/2.28/libevolution-mail-shared.so.0
#3  0xb5f42970 in ?? ()
   from /usr/lib/evolution/2.28/libevolution-mail-shared.so.0
#4  0xb6b23766 in ?? () from /lib/libglib-2.0.so.0
#5  0xb6b2211f in ?? () from /lib/libglib-2.0.so.0
#6  0xb78e84b5 in start_thread () from /lib/i686/cmov/libpthread.so.0
#7  0xb6a3fa5e in clone () from /lib/i686/cmov/libc.so.6

... and maybe offtopic how do I downgrade to a working version
(2.26.3-3 was fine) but when I try:

$ apt-get -f install evolution=2.26.3-2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  evolution: Depends: libcamel1.2-14 ( 2.27) but 2.28.0-2 is to be
installed
 Depends: libgtkhtml-editor0 ( 3.27) but 3.28.0-3 is to be
installed
 Depends: evolution-common (= 2.26.3-2) but 2.28.0-2 is to be
installed
 Depends: evolution-data-server ( 2.27.0) but 2.28.0-2 is to be
installed
 Recommends: evolution-plugins but it is not going to be
installed
E: Broken packages

So, I would like to get back something working ...

Regards Thomas


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

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15
(charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages evolution depends on:
ii  dbus   1.2.16-2  simple interprocess messaging
syst
ii  debconf [debconf-2.0]  1.5.27Debian configuration management
sy
ii  evolution-common   2.28.0-2  architecture independent files
for
ii  evolution-data-server  2.28.0-2  evolution database backend
server
ii  gconf2 2.26.2-3  GNOME configuration database
syste
ii  gnome-icon-theme   2.26.0-1  GNOME Desktop icon theme
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D
graphi
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libbluetooth3  4.42-2Library to use the BlueZ Linux
Blu
ii  libbonobo2-0   2.24.2-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.2-1  The Bonobo UI library
ii  libc6  2.9-26GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics
libra
ii  libcamel1.2-14 2.28.0-2  The Evolution MIME message
handlin
ii  libdbus-1-31.2.16-2  simple interprocess messaging
syst
ii  libdbus-glib-1-2   0.82-1simple interprocess messaging
syst
ii  libebackend1.2-0   2.28.0-2  Utility library for evolution
data
ii  libebook1.2-9  2.28.0-2  Client library for evolution
addre
ii  libecal1.2-7   2.28.0-2  Client library for evolution
calen
ii  libedataserver1.2-11   2.28.0-2  Utility library for evolution
data
ii  libedataserverui1.2-8  2.28.0-2  GUI utility library for
evolution
ii  libegroupwise1.2-132.28.0-2  Client library for accessing
group
ii  libenchant1c2a 1.4.2-3.3 a wrapper library for various
spel
ii  libexchange-storage1.2 2.28.0-2  Client library for accessing
Excha
ii  libfontconfig1 2.6.0-4   generic font configuration
library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared
lib
ii  libgconf2-42.26.2-3  GNOME configuration database
syste
ii  libgdata-google1.2-1   2.28.0-2  Client library for accessing
Googl
ii  libgdata1.2-1  2.28.0-2  Client library for accessing
Googl
ii  libglade2-01:2.6.4-1 library to load .glade files at
ru
ii  libglib2.0-0   2.22.0-1  The GLib library of C routines
ii  libgnome-desktop-2-11  2.26.1-1  Utility library for loading
.deskt
ii  libgnome-pilot22.0.15-2.4Support libraries for

Bug#548695: pdns: debconf italian translation

2009-09-28 Thread Christoph Haas
Alessandro De Zorzi wrote:
 Package: pdns
 Severity: wishlist
 
 Debconf italian translation.

Thank you for the work. I'll include it asap.

Cheers
 Christoph



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



Bug#548697: mysqmail: [debconf_rewrite] Debconf templates and debian/control review

2009-09-28 Thread Christian Perrier
Package: mysqmail
Version: N/A
Severity: normal
Tags: patch

Dear Debian maintainer,

On Wednesday, September 09, 2009, I notified you of the beginning of a review 
process
concerning debconf templates for mysqmail.

The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.

Please review the suggested changes, and if you have any
objections, let me know in the next 3 days.

However, please try to avoid uploading mysqmail with these changes
right now.

The second phase of this process will begin on Thursday, October 01, 2009, when 
I will
coordinate updates to translations of debconf templates.

The existing translators will be notified of the changes: they will
receive an updated PO file for their language.

Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.

Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.

The call for translation updates and new translations will run until
about Thursday, October 22, 2009. Please avoid uploading a package with fixed 
or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.

Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.

Around Friday, October 23, 2009, I will contact you again and will send a final 
patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).

Again, thanks for your attention and cooperation.


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

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- mysqmail.old/debian/mysqmail.templates  2009-09-09 20:00:49.640259474 
+0200
+++ mysqmail/debian/mysqmail.templates  2009-09-28 07:15:19.300130178 +0200
@@ -1,30 +1,42 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: mysqmail/conf_mysqlautoconfig
 Type: boolean
 Default: true
-_Description: Reuse MySQL auth information from DTC?
- MySQMail can reuse the login and password that DTC will use. This way, you
- will not have to enter any login and passord to configure MySQMail.
+_Description: Reuse MySQL authentication information from DTC?
+ MySQMail can use the same MySQL credentials as DTC.
+ .
+ If you choose this option, you will not be prompted for a login
+ and password to configure MySQMail.
 
 Template: mysqmail/conf_mysqlhost
 Type: string
 Default: localhost
 _Description: MySQL hostname:
- Please enter the hostname or IP address of the MySQL server.
+ Please enter the hostname or IP address of the MySQL server for MySQMail.
 
 Template: mysqmail/conf_mysqllogin
 Type: string
 Default: root
-_Description: MySQL Login:
- Enter your MySQL login. MySQMail needs it to access to your MySQL table.
+_Description: MySQL login:
+ Please enter the MySQL login needed to create (and later, access) the MySQMail
+ database.
 
 Template: mysqmail/conf_mysqlpass
 Type: password
-_Description: MySQL Password:
- Enter your MySQL password.
+_Description: MySQL password:
+ Please enter the MySQL password needed to create (and later, access) the 
MySQMail
+ database.
 
 Template: mysqmail/conf_mysqldb
 Type: string
 Default: dtc
 _Description: MySQL database name:
- MySQmail will use it to save trafic for pop3, smtp ftp, and pop3 login
- auth.
+ Please enter the name of the database where MySQMail will store its data.
--- mysqmail.old/debian/control 2009-09-09 20:00:49.640259474 +0200
+++ mysqmail/debian/control 2009-09-15 06:35:20.711275864 +0200
@@ -12,54 +12,54 @@
 Package: mysqmail
 Architecture: all
 Depends: ${misc:Depends}, debconf, libdotconf1.0, ${shlibs:Depends}
-Description: Use MySQL accouting and auth for most used MTA
- MySQMail is a set of tiny daemon loggers for Qmail, Postfix,
- Pure-ftpd and Courier that will save trafic informations in database.
- It's also a replacement for the qmail standard checkpasswd that
- does the auth via a MySQL table. When done, it setups 2 more
- environment variables: MYSQMAIL_USERNAME MYSQMAIL_DOMAINNAME
- that the mysqmail's qmail-pop3d replacement will use to do
- the traffic accounting in the MySQL table for this account.
- This package holds the configuration file management for
- the other packages which share the same /etc/mysqmail.conf:
- 

Bug#548700: [INTL:es] Spanish debconf template translation for wireshark

2009-09-28 Thread Francisco Javier Cuadrado
Package: wireshark
Version: 1.2.1-3
Severity: wishlist
Tags: l10n patch


-- 
Saludos

Fran
# wireshark po-debconf translation to Spanish
# Copyright (C) 2009 Software in the Public Interest
# This file is distributed under the same license as the wireshark package.
#
# Changes:
#   - Initial translation
#   Francisco Javier Cuadrado fcocuadr...@gmail.com, 2009
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor, lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: wireshark 1.2.1-3\n
Report-Msgid-Bugs-To: wiresh...@packages.debian.org\n
POT-Creation-Date: 2009-09-17 23:07+0200\n
PO-Revision-Date: 2009-09-18 8:30+0200\n
Last-Translator: Francisco Javier Cuadrado fcocuadr...@gmail.com\n
Language-Team: Debian l10n Spanish debian-l10n-span...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Should dumpcap be installed \setuid root\?
msgstr ¿Se debe instalar dumpcap con el bit «setuid root» activo?

#. Type: boolean
#. Description
#: ../templates:2001
msgid Dumpcap can be installed with the set-user-id bit set, so members of the \wireshark\ system group will have the privileges required to use it. This way of capturing packets using Wireshark/Tshark is recommended over the alternative of running them directly as superuser, because less of the code will run with elevated privileges.
msgstr Dumpcap se puede instalar con el bit del identificador de usuario («setuid») activo, de modo que los miembros del grupo «wireshark» tengan los privilegios necesarios para utilizarlo. Esta es la forma recomendada de capturar paquetes utilizando Wireshark/Tshark en lugar de ejecutarlos como administrador, ya que se ejecutará menos código con privilegios elevados.

#. Type: boolean
#. Description
#: ../templates:2001
msgid Enabling this feature may be a security risk, so it is disabled by default. If in doubt, it is suggested to leave it disabled.
msgstr Activar esta funcionalidad puede ser un riesgo de seguridad, por lo que, de forma predeterminada, está desactivada. Se recomienda dejarla desactivada.



Bug#547394: closed by Arnaud Fontaine ar...@debian.org (Bug#547394: fixed in netenv 0.94.3-25)

2009-09-28 Thread Petter Reinholdtsen
[Elimar Riesebieter]
 After upgrading from 0.94.3-25 to 0.94.3-26 I am missing the link
 /etc/rcS.d/??netenv to /etc/init.d/netenv. Netenv doesn't start
 while booting.

 After I did an dpkg-reconfigure netenv the link /etc/rcS.d/14netenv
 to /etc/init.d/netenv was created and netenv runs before
 /etc/rcS.d/16networking now.

I suspect this problem is unrelated to the ordering problem, and
should be moved to a separate bug report.

There were some strange code in the netenv postinst to remove the
rc?.d/ symlinks based on debconf content, and that would be my prime
suspect for the problem you are experiencing.  I did not look at it
nor try to understand what it did.  I hope the maintainer know more
about it, and can comment on what is broken.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#548699: fslint: findbl - Incorrect option handling

2009-09-28 Thread Jari Aalto
Package: fslint
Version: 2.40-2
Severity: normal
Tags: patch


The options are not removed, so they got passed to find(1) call.
The following patch fixes this. Correction is against SVN 238.
as per http://code.google.com/p/fslint/source/checkout

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

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

Versions of packages fslint depends on:
ii  findutils 4.4.2-1utilities for finding files--find,
ii  python2.5.4-2An interactive high-level object-o
ii  python-glade2 2.16.0-1   GTK+ bindings: Glade support
ii  python-gtk2   2.16.0-1   Python bindings for the GTK+ widge

fslint recommends no packages.

fslint suggests no packages.

-- no debconf information
From cb5d93efb482b2ebff760c94b1062cbd1fa0afca Mon Sep 17 00:00:00 2001
From: Jari Aalto jari.aa...@cante.net
Date: Mon, 28 Sep 2009 10:49:56 +0300
Subject: [PATCH] fslint/findbl: Correct OPTION handling by adding shift calls

Signed-off-by: Jari Aalto jari.aa...@cante.net
---
 fslint/findbl |   20 +++-
 1 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/fslint/findbl b/fslint/findbl
index b7de0d9..e0cf3cd 100755
--- a/fslint/findbl
+++ b/fslint/findbl
@@ -84,15 +84,23 @@ for arg
 do
case $arg in
-d)
-   mode=dangling ;;
+   mode=dangling
+   shift
+   ;;
-s)
-   mode=suspect ;;
+   mode=suspect
+   shift
+   ;;
-A)
mode=absolute
-   search_expr=${ASC_01}/ ;;
+   search_expr=${ASC_01}/
+   shift
+   ;;
-l)
mode=relative
-   search_expr=${ASC_01}[^/]+ ;;
+   search_expr=${ASC_01}[^/]+
+   shift
+   ;;
-n)
mode=redundant
 search_expr=(${ASC_01}.*[/]{2,}) #finds 2 or more consequtive /'s
@@ -100,7 +108,9 @@ search_expr=$search_expr|([${ASC_01}/]\./) # starting 
with ./ or /./ anywhere
 search_expr=$search_expr|(${ASC_01}.*[^.]+/[.][.]/) #finds x/../y
 search_expr=$search_expr|(${ASC_01}/[.][.]/) #finds /../y
 search_expr=$search_expr|(${ASC_01}.*[.]{3,}/[.][.]/) #finds .../../y etc
-search_expr=$search_expr|(${ASC_01}.+/$) ;; #finds ending with /
+search_expr=$search_expr|(${ASC_01}.+/$) #finds ending with /
+   shift
+   ;;
-h|--help|-help)
Usage ;;
-v|--version)
-- 
1.6.3.3



Bug#548698: libtheora0: update description

2009-09-28 Thread Fabio
Package: libtheora0
Version: 1.1.0-1
Severity: minor

Libtheora description says:

Theora is derived directly from On2's VP3 codec; currently the two are
nearly identical, varying only in framing headers, but Theora will
diverge and improve from the main VP3 development lineage as time
progresses.

However since theora 1.1 there have been a lot of improvements to the
codec, which is now a lot different from VP3.




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



Bug#548701: zabbix-agent: Please don't install zabbix_agent.conf

2009-09-28 Thread Christoph Haas
Package: zabbix-agent
Severity: minor

The Zabbix agent package installs two configuration files:

 /etc/zabbix/zabbix_agent.conf
 /etc/zabbix/zabbix_agentd.conf

Apparently the first file was used years ago when the agent was started
from the inetd by default. While running it standalone is suggested
nowadays. So please consider not distributing the zabbix_agent.conf
file.

If you think it should rather be kept in the package then please add a
comment at the beginning of each file describing what it's used for.

(Sidenote: extra points earned if the Hostname= entry could
automatically get the FQDN set. Helps save time when monitoring many
Debian servers. Thanks. :) )

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

Kernel: Linux 2.6.30-1-686 (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



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



Bug#548423: fixed now

2009-09-28 Thread Stefano Zacchiroli
On Sat, Sep 26, 2009 at 09:36:05AM +, Debian Bug Tracking System wrote:
 If you wish to submit further information on this problem, please
 send it to 548...@bugs.debian.org.

The problem seems to be fixed now. I'm not sure which binNMU fixed it, I
still have evolution 2.28.0-2, whereas evolution-data-server is at
2.28.0-2+b1 .

I'll leave to the maintainer mark the bug as fixed in the appropriate
version (possibly reassigning it).

Thanks!
Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Bug#548702: Need password style for text entry

2009-09-28 Thread Roman V. Nikolaev
Package: zenity
Version: 2.28.0-1


When execute:

PASS=`zenity --entry --text Enter password`

I need to hide input symbols as dots. It`s possible to add special style
for text entry.

-- 

 Roman V. Nikolaev

mail:rsha...@rambler.ru
icq: 198-364-657
jabber:  rsha...@jabber.org
openPGP ID:  DE0E1C1B
openPGP key: 655A 86EB 653C 6D6C BB16 2550 EA12 A906 DE0E 1C1B



signature.asc
Description: OpenPGP digital signature


Bug#524541: Seems fixed in 0.5.2-1

2009-09-28 Thread Antonio Ospite
Hi,

Since version 0.5.2-1 I can use the synchronization feature, no
segfaults anymore.

I don't know if the problem was fixed in xmoto or in some library
it uses, but I think we can close this report.

Thanks,
   Antonio

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?


pgpWniR0I5YXP.pgp
Description: PGP signature


Bug#546636: Answear

2009-09-28 Thread Roman V. Nikolaev
1. Please check the version rtorrent from unstable :)

Update to unstable don`t change behavior.

2. Are You sure that it wasn't concordance?

No. I test it last two weeks.

3. Please notice the version of libtorrent

0.11.9-1.1

-- 

 Roman V. Nikolaev

mail:rsha...@rambler.ru
icq: 198-364-657
jabber:  rsha...@jabber.org
openPGP ID:  DE0E1C1B
openPGP key: 655A 86EB 653C 6D6C BB16 2550 EA12 A906 DE0E 1C1B



signature.asc
Description: OpenPGP digital signature


Bug#548702: (без темы)

2009-09-28 Thread Roman V. Nikolaev

-- 

 Roman V. Nikolaev

mail:rsha...@rambler.ru
icq: 198-364-657
jabber:  rsha...@jabber.org
openPGP ID:  DE0E1C1B
openPGP key: 655A 86EB 653C 6D6C BB16 2550 EA12 A906 DE0E 1C1B



signature.asc
Description: OpenPGP digital signature


Bug#548703: chan_capi fails to load

2009-09-28 Thread Joerg Dorchain
Package: asterisk-chan-capi
Version: 1.1.2-2
Severity: grave
Justification: renders package unusable

Hello,

following testing, I did an upgrade today. asterisk was updated
to version 1:1.6.2.0~dfsg~rc1-1, asterisk-chan-capi to version
1.1.2-2. When starting asterisk, I get the message: 

[Sep 28 09:40:55] WARNING[24321] loader.c: Module 'chan_capi.so' was not 
compiled with the same compile-time options as this version of Asterisk.
[Sep 28 09:40:55] WARNING[24321] loader.c: Module 'chan_capi.so' will not be 
initialized as it may cause instability.
[Sep 28 09:40:55] WARNING[24321] loader.c: Module 'chan_capi.so' could not be 
loaded.

Rebuilding from source helps.

Bye,

Joerg


signature.asc
Description: Digital signature


Bug#548704: [libgtk2.0-0] Some controls do not paint anymore

2009-09-28 Thread Carsten Pfeiffer
Package: libgtk2.0-0
Version: 2.18.0-1
Severity: serious

--- Please enter the report below this line. ---
Some controls in Eclipse do not paint anymore (e.g. the elements in a tree). 
Only after resizing do they paint.

The Lotus Notes mail client does not paint the email-view *at all* anymore, 
making it pretty much unusable. Downgrading to 2.16.6 from testing fixed these 
problems.

From the gtk changelog I suspect the following to be the cause:

GDK changes
 GDK has been rewritten to use ‘client-side windows’. This means that GDK 
maintains its own window hierarchy and only uses X windows where it is 
necessary or explicitly requested. Some of the benefits of this change are


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.30-1-686-bigmem

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.de.debian.org 
  500 testing ftp.de.debian.org 
  500 oldstable   security.debian.org 
1 experimentalftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-
libgtk2.0-common | 2.16.6-1
libatk1.0-0  (= 1.20.0) | 1.28.0-1
libc6  (= 2.3.6-6~) | 2.9-26
libcairo2 (= 1.6.4-6.1) | 1.8.8-2
libcups2  (= 1.3.8) | 1.4.1-2
libfontconfig1(= 2.4.0) | 2.6.0-4
libfreetype6  (= 2.2.1) | 2.3.9-5
libglib2.0-0 (= 2.19.7) | 2.22.0-1
libgnutls26(= 2.7.14-0) | 2.8.4-1
libgssapi-krb5-2 (= 1.6.dfsg.2) | 1.7dfsg~beta3-1
libjasper1  (= 1.900.1) | 1.900.1-6
libjpeg62| 6b-15
libpango1.0-0(= 1.20.0) | 1.26.0-1
libpng12-0 (= 1.2.13-4) | 1.2.39-1
libtiff4 | 3.9.1-1
libx11-6 | 2:1.2.2-1
libxcomposite1  (= 1:0.3-1) | 1:0.4.0-4
libxcursor1   ( 1.1.2) | 1:1.1.9-1
libxdamage1   (= 1:1.1) | 1:1.1.1-4
libxext6 | 2:1.0.4-1
libxfixes3  (= 1:4.0.1) | 1:4.0.3-2
libxi6   | 2:1.2.1-2
libxinerama1 | 2:1.0.3-2
libxrandr2   (= 2:1.2.99.2) | 2:1.3.0-2
libxrender1  | 1:0.9.4-2
zlib1g  (= 1:1.1.4) | 1:1.2.3.3.dfsg-15
shared-mime-info | 0.60-2


Recommends  (Version) | Installed
=-+-===
hicolor-icon-theme| 0.10-2
libgtk2.0-bin | 2.16.6-1


Suggests (Version) | Installed
==-+-===
librsvg2-common| 2.26.0-1
gvfs   | 1.4.0-1





-- 
Carsten Pfeiffer



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



Bug#548702: (без темы)

2009-09-28 Thread Roman V. Nikolaev
sorry, it`s wish

-- 

 Roman V. Nikolaev

mail:rsha...@rambler.ru
icq: 198-364-657
jabber:  rsha...@jabber.org
openPGP ID:  DE0E1C1B
openPGP key: 655A 86EB 653C 6D6C BB16 2550 EA12 A906 DE0E 1C1B



signature.asc
Description: OpenPGP digital signature


Bug#548577: no core file

2009-09-28 Thread Friedrich Delgado Friedrichs
Hi!

I just encountered the same bug, when trying to open an smime
encrypted mail.

I tried to generate a core file, but the process terminates. Maybe you
could provide a breakpoint we could set and generate a corefile from
there? (Probably the point where the error creating gpgme context
message is printed.)

I did an upgrade this weekend and libgpgme was upgraded from
libgpgme11 1.1.8-2 to 1.2.0-1.

Downgrading to libgpgme11 1.1.8-2 fixes the problem so this may be a
bug in libgpgme, not in mutt.


-- 
Friedrich Delgado Friedrichs frie...@nomaden.org
 TauPan on Ircnet and Freenode ;)



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



Bug#548685: fslint: [manual] please describe individual command line utils briefly

2009-09-28 Thread Pádraig Brady
Jari Aalto wrote:
 Package: fslint
 
 SUGGESTION
 
 These small applications are very useful when run on command line in
 an environment without GUI. Please list the programs in the manual
 page and briefly describe what each one of them does.

OK I'll add something like the output to `fslint --help`

cheers,
Pádraig.




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



Bug#548693: fslint: Included shell scripts do not require /bin/bash

2009-09-28 Thread Pádraig Brady
Jari Aalto wrote:
 Package: fslint
 
 SUGGESTION
 
 All the scripts are marked with /bin/bash, but they in fact seem to
 be POSIX compatile (dash, but also posh compatible). Please change
 first lines to:
 
   #!/bin/sh

Nope, I'm trying to make them portable but currently
there are subtle bash dependencies (which I can't remember
off the top of my head). I've a TODO at some stage to
complete the port to POSIX sh.

cheers,
Pádraig.




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



Bug#545674: tomcat6: Crashes when trying to run a web app, including admin

2009-09-28 Thread Jakub Skoczen
On my machine all jars under /usr/share/maven-repo/javax are real
files and not symlinks. That includes Servlet, JSP and Expression
Language APIs so stuff definitely loaded by tomcat:

|-- javax
|   |-- el
|   |   `-- el-api
|   |   `-- 2.1
|   |   |-- el-api-2.1.jar
|   |   `-- el-api-2.1.pom
|   `-- servlet
|   |-- jsp
|   |   `-- jsp-api
|   |   `-- 2.1
|   |   |-- jsp-api-2.1.jar
|   |   `-- jsp-api-2.1.pom
|   `-- servlet-api
|   `-- 2.5
|   |-- servlet-api-2.5.jar
|   `-- servlet-api-2.5.pom



On Fri, Sep 25, 2009 at 4:09 PM, Ludovic Claude
ludovic.cla...@laposte.net wrote:

 Yes, I mentioned that, although it is possible that you need to rebuild
 tomcat6 as well as some of its dependent packages. Can you try to locate
 which jars are loaded from maven-repo?


 Jakub Skoczen a écrit :
 Ok, I have checked the packages from unstable and they work fine -
 that was expected, as the 02debian.policy is updated with a maven
 entry. When I take the entry out, webapps break in the same way. I'm
 not sure if you want to pursue that anymore (they DO work now) but I
 still find it weird that this entry has to be there. Ludovic, didn't
 you mention rebuilding the packages so jars from maven-repo are no
 longer referenced?

 On Fri, Sep 25, 2009 at 11:53 AM, Michael Koch konque...@gmx.de wrote:
 On Fri, Sep 25, 2009 at 11:35:17AM +0200, Jakub Skoczen wrote:
 Hi Ludovic,

 I don't see the new packages being available in testing yet, at least
 not on danish mirrors. I'll upgrade and test them as soon as they are.
 It will not be in testing for at least the next 10 days as we just uploaded
 the package to unstable.


 Cheers,
 Michael








-- 

Cheers,
Jakub



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



Bug#542202: [pkg-firebird-general] Bug#542202: firebird2.0: Incorrect provides and dependencies in init.d script

2009-09-28 Thread Damyan Ivanov
-=| Petter Reinholdtsen, Sat, Sep 26, 2009 at 10:17:54AM +0200 |=-
 Any hope of having a fix for this issue uploaded soon?  Please object
 if I should not NMU to fix it?

Ugh, sorry. I forgot about firebird2.0 after fixing firebird2.1 (same 
issue was present there too).

Will upload today.

-- 
dam


signature.asc
Description: Digital signature


Bug#419948: librrds-perl: Information about affected platform

2009-09-28 Thread Florian Schlichting
Hi,

On Thu, Sep 24, 2009 at 06:17:55PM +0200, Sebastian Harl wrote:
 Okay, so it seems we've got a rather major speed-down in rrdgraph Sarge
 ??? Etch (RRDtool 1.0 ??? 1.2) and another one Etch ??? Lenny (RRDtool 1.2 ???
 1.3). In the former case, RRDtool switched from using libgd to libart
 for doing the graphing, in the latter case, they switched to libcairo
 (and libpango). I'm pretty sure, the speed-down is related to that. In
 the course of the 1.3.x releases some optimizations have been applied
 which improved the effect a bit but there still is a notable speed-down.
 
 Anyway, frankly, I've got no idea what to do about that. 

well, I think that's a good explanation. So it's not a bug, but an
intentional design decision with not-so-intentional side effects. I
don't know about upstream's motivation for those switches, but perhaps
it would be worthwhile to benchmark graphing with the different
libraries / RRDtool versions and reevaluate their merits in that light?

If upstream is willing to think in those directions, wishlist might be
appropriate, otherwise I'd think it would be useful to document that an
FPU is essential, and graphing more than 30-50 machines or so will require
*significant* resources -- wait, I'm thinking munin here... 
wontfix, bloat, by design?

Florian



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



Bug#548706: libpam-modules: no more local logins since pam_unix_*.so vanished

2009-09-28 Thread IOhannes m zmoelnig
Package: libpam-modules
Version: 1.1.0-4
Severity: important


after a recent upgrade of libpam-modules, i could not authenticate local users 
anymore.

trying to login as root logs the following to /var/log/auth.log:

snip:/var/log/auth.log
Sep 28 09:57:37 hal9000 login[4084]: PAM unable to 
dlopen(/lib/security/pam_unix_auth.so): /lib/security/pam_unix_auth.so: cannot 
open shared object file: No such file or directory
Sep 28 09:57:37 hal9000 login[4084]: PAM adding faulty module: 
/lib/security/pam_unix_auth.so
Sep 28 09:57:37 hal9000 login[4084]: PAM unable to 
dlopen(/lib/security/pam_unix_acct.so): /lib/security/pam_unix_acct.so: cannot 
open shared object file: No such file or directory
Sep 28 09:57:37 hal9000 login[4084]: PAM adding faulty module: 
/lib/security/pam_unix_acct.so
Sep 28 09:58:08 hal9000 login[4311]: FAILED LOGIN (3) on '/dev/tty3' FOR 
'root', User not known to the underlying authentication module
/snip:/var/log/auth.log

note the user 'root' not known to the underlying authentication module 
at the end.

luckily i'm using both pam_unix and pam_ldap to authenticate users and have 
set up sudo, so i could still become root (as a user stored in ldap).
the problem (as indicated by the errors in auth.log) turned out to be that 
/lib/security/pam_unix_auth.so and /lib/security/pam_unix_acct.so were 
referenced in my pam.d/ setup but appear to have vanished from my harddisk.
according to http://packages.debian.org, the file /lib/security/pam_unix_auth.so
is supposed to be in the sid package of libpam-modules, which it is not.

changing my pam.d/ configuration to use pam_unix.so rather than the sub-modules
pam_unix_auth.so and pam_unix_acct.so fixed the problem and i can log in again.

i don't remember any warning about the disappearing modules during the upgrade,
and/or that i'm supposed to touch my pam.d/ in order to keep my system running.

mgasdr
IOhannes



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

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages libpam-modules depends on:
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libdb4.7  4.7.25-7   Berkeley v4.7 Database Libraries [
ii  libpam0g  1.1.0-4Pluggable Authentication Modules l
ii  libselinux1   2.0.85-4   SELinux runtime shared libraries

libpam-modules recommends no packages.

libpam-modules suggests no packages.

-- debconf information excluded



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



Bug#548699: fslint: findbl - Incorrect option handling

2009-09-28 Thread Pádraig Brady
Jari Aalto wrote:
 Package: fslint
 Version: 2.40-2
 Severity: normal
 Tags: patch
 
 
 The options are not removed, so they got passed to find(1) call.
 The following patch fixes this. Correction is against SVN 238.
 as per http://code.google.com/p/fslint/source/checkout

Nope, getfpf resets the arg list.
Do you have a reproducible failure?

cheers,
Pádraig.




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



Bug#548582: chkrootkit: Chkrootkit isn't quiet with -q and excluded suspicious files

2009-09-28 Thread Giuseppe Iuculano
tags 548582 unreproducible
thanks

Hi Frank,

Frank B. Brokken ha scritto:
 it finds the false positive. It isn't reported (which is OK) but the banner
 
 The following suspicious files and directories were found:
 

I can't reproduced that. The code is:

if [ ${QUIET} != t ]; then
  printn The following suspicious files and directories were found:
fi


So that banner is printed only without the -q option

Cheers,
Giuseppe



signature.asc
Description: OpenPGP digital signature


Bug#527841: Re: Bug#527841: [navit] split configuration file

2009-09-28 Thread pini
tags 527841 + wontfix
thanks

Hi,

Gilles Filippini a écrit :
 Jocelyn Delalande a écrit :
 Configuration file (/etc/navit/navit.xml) is far too large (4425 lines)
 to be edited by humanoids. Who cares about the color of a can bin while
 he just wants to enable his GPS device in navit ?

 So I think navit.xml should be splitted, *at least* for styles (called
 layout). Here is a proposal :

 etc/
 `-- navit
|-- layouts
|   |-- bike.xml
|   |-- car-dark.xml
|   |-- car.xml
|   `-- t...@h.xml
|-- mapsets
|   |-- garmin.xml
|   |-- openstreetmap.xml
|   `-- reiserplanner.xml
|-- navit.xml
`-- vehicleprofiles
|-- bike.xml
|-- car.xml
|-- horse.xml
`-- pedestrian.xml

 It gives navit.xml  200 lines.
 Inclusions can be done using xi:include directives.

 What do you think about it ?
 
 Good idea, but it's more related to upstream dev than to debian
 packaging. Navit is still a young app and navit.xml is expected to
 evolve significantly in the future.
 Anyway, I've forwerded your request to upstream:


Upstream has closed the ticket[0] with a /won't fix/ answer:
 It has been discussed once more, and navit.xml will be kept as it is for
 now. Some day it should be written from the gui and splitting it up will
 make that quite hard.

 Until then, the file can be split for your own convenience (multiple maps,
 multiple OSD, easier upgrading) using xi:include.

Tagging /wontfix/ as well.

Thanks,

_Gilles.

[0] http://trac.navit-project.org/ticket/373



signature.asc
Description: OpenPGP digital signature


Bug#499671: saa7134-empress.c: fix deadlock - please aply this patch

2009-09-28 Thread Marek Grzybowski
Package: linux-image-2.6.26-bpo.2-openvz-686
Version: 2.6.26-19~bpo40+1
Followup-For: Bug #499671



Hello.

This patch makes my tv card usable again:

http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commitdiff;h=1052efe0fc69130d9d6a44bc9ceecd229221d9a1

please aply it to debian kernel 2.6.26.

I rebuilded kernel debian way, and patch matched perfectly driver version 
driver from linux-image-2.6.26-bpo.2-openvz-686:

wget -O - 
http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commitdiff_plain;h=1052efe0fc69130d9d6a44bc9ceecd229221d9a1;
  debian/patches/bugfix/saa7134patch1
echo + bugfix/saa7134-dedlock.patch  debian/patches/series/19+saa7134patch1

my tv card:
00:0c.0 Multimedia controller: Philips Semiconductors SAA7134/SAA7135HL Video 
Broadcast Decoder (rev 01)
 


-- Package-specific info:

-- System Information:
Debian Release: 4.0
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.26-bpo.2.tombo1-openvz-686
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.26-bpo.2-openvz-686 depends on:
ii  debconf [debconf-2.0] 1.5.11etch2Debian configuration management sy
ii  initramfs-tools [linu 0.92m~bpo40+1  tools for generating an initramfs
ii  module-init-tools 3.3-pre4-2 tools for managing Linux kernel mo
ii  vzctl 3.0.23-1dso1~etch0 OpenVZ - server virtualization sol

Versions of packages linux-image-2.6.26-bpo.2-openvz-686 recommends:
pn  libc6-i686none (no description available)

-- debconf information excluded



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



Bug#548334: [Foo2zjs-maintainer] Bug#548334: foo2zjs: Segmentation fault when printing in color

2009-09-28 Thread Christoph Haas
Michael,

thanks for your quick response.

Michael Koch schrieb:
 D [25/Sep/2009:16:35:54 +0200] [Job 110] cat: Schreibfehler:
 DatenC3BCbergabe unterbrochen (broken pipe)
 D [25/Sep/2009:16:35:54 +0200] [Job 110] Segmentation fault
 D [25/Sep/2009:16:35:54 +0200] [Job 110] sed: Kann 65 Elemente nicht auf
 stdout schreiben: DatenC3BCbergabe unterbrochen (broken pipe)
 
 This looks like the culprit.
 
 I'm not sure how to further debug it. I have tried to install the
 Lenny versions of ghostscript and foo2zjs to no avail.

 I'm also not sure if this bug is connected to #534414. The package version
 of ghostscript I have installed is 8.70~dfsg-2 and according to the
 bug report the issue was resolved in 8.64 already.
 
 I don't think this bug is connected to #534414. I think its a bug in
 /usr/bin/foo2hp2600-wrapper. This is a shell script. Can you try to
 to track the bug down in this file a bit? There are not too many places
 using cat and sed.

I have set the /usr/bin/foo2hp2600-wrapper script to -x in the shebang
line to see what commands are run:

D [28/Sep/2009:10:54:14 +0200] [Job 118] + USER=
D [28/Sep/2009:10:54:14 +0200] [Job 118] + GS=gs -q -dBATCH -dSAFER -dQUIET
-dNOPAUSE
D [28/Sep/2009:10:54:14 +0200] [Job 118] + foo2zjs-pstops -n -c -w
D [28/Sep/2009:10:54:14 +0200] [Job 118] + cat
D [28/Sep/2009:10:54:14 +0200] [Job 118] + gs -q -dBATCH -dSAFER -dQUIET
-dNOPAUSE -sPAPERSIZE=letter -g4960x7015 -r600x600 -sDEVICE=bitcmyk
-dCOLORSCREEN -dMaxBitmap=5 -sOutputFile=|cat 13
/tmp/icc.usecie.ps -_
D [28/Sep/2009:10:54:14 +0200] [Job 118] + foo2hp -r600x600 -g4960x7015 -p1
-m1 -n1 -d1 -s7 -c -b1 -u 1x80 -l 1x80 -J  -U  -B -A -D1
D [28/Sep/2009:10:54:15 +0200] [Job 118] cat: Schreibfehler:
DatenC3BCbergabe unterbrochen (broken pipe)
D [28/Sep/2009:10:54:15 +0200] [Job 118] Segmentation fault
D [28/Sep/2009:10:54:15 +0200] [Job 118] sed: Kann 65 Elemente nicht auf
stdout schreiben: DatenC3BCbergabe unterbrochen (broken pipe)
D [28/Sep/2009:10:54:15 +0200] [Job 118] + [ -x /usr/bin/logger ]
D [28/Sep/2009:10:54:15 +0200] [Job 118] + logger -t foo2hp2600-wrapper -p
lpr.info -- gs -sPAPERSIZE=letter -g4960x7015 -r600x600 -sDEVICE=bitcmyk
-dCOLORSCREEN -dMaxBitmap=5  /tmp/icc.usecie.ps
D [28/Sep/2009:10:54:15 +0200] [Job 118] + logger -t foo2hp2600-wrapper -p
lpr.info -- foo2hp -r600x600 -g4960x7015 -p1 -m1 -n1 -d1 -s7 -c -b1 -u 1x80
-l 1x80   -B -A
D [28/Sep/2009:10:54:15 +0200] [Job 118] + [ 1 -eq 0 ]
D [28/Sep/2009:10:54:15 +0200] [Job 118] + exit 0
D [28/Sep/2009:10:54:15 +0200] [Job 118] renderer exited with status 0
D [28/Sep/2009:10:54:15 +0200] [Job 118] kid4 exited with status 0
D [28/Sep/2009:10:54:15 +0200] [Job 118] kid3 finished
D [28/Sep/2009:10:54:15 +0200] [Job 118] Read 72 bytes of print data...
D [28/Sep/2009:10:54:15 +0200] [Job 118] Wrote 72 bytes of print data...

Sorry for the german output. Not sure how I can set it to english for
debugging. Anyway it appears like Ghostscript (gs) is called (although I
wonder why the letter format is chosen - I'm using A4 everywhere in my
settings). And gs pipes to foo2hp. And somehow during this piping something
unexpected is happening.

Strangely I can print *some* documents. I have created a new inkscape
drawing  and put the Debian logo and a few colored circles into it. That
printed well. However my hardly more complicated image (I wanted to print a
sign for our office door with our company logo and a little text on it)
didn't print.

Any ideas? Thanks!

 Christoph



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



Bug#548225: [Evolution] Bug#548225: Not a version problem

2009-09-28 Thread Claudio Sacerdoti Coen
On Sat, 2009-09-26 at 00:44 +0200, Yves-Alexis Perez wrote:
 On ven, 2009-09-25 at 17:56 +0200, Claudio Sacerdoti Coen wrote:
  It does not seem a version mismatch: I only have 3.28.0-2 versions of
  all libgtkhtml-* packages, but Evolution crashes with this gdb message:
  
  Program received signal SIGSEGB, Segmentation fault.
  editor_method_event (html=0x8452348, event=GTK_HTML_EDITOR_EVENT_DELETE,
  args=0x0, user_data=0x845c60) at gtkhtml-editor.c:387
  387 gtkhtml-editor.c: No such file or directory.
  in gtkhtml-editor.c
  
 Then it's the crash problem fixed in -3. Could you check that and close
 the bug if it's the case?


bug fixed, indeed. You can close the bug.

Thanks,
C.S.C.

-- 

Real name: Claudio Sacerdoti Coen
Doctor in Computer Science, University of Bologna
E-mail: sacer...@cs.unibo.it
http://www.cs.unibo.it/~sacerdot





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



Bug#548707: libgupnp-1.0-3: failure when NetworkManager isn't installed.

2009-09-28 Thread Andreas Henriksson
Package: libgupnp-1.0-3
Version: 0.13.0-3
Severity: normal

The gupnp debian package is built with NetworkManager as context manager
instead of the default unix context manager. This prevents Rygel from
working in environments where NM isn't installed.

[...]
** (rygel:3975): WARNING **: Error fetching list of devices: The name 
org.freedesktop.NetworkManager was not provided by any .service files
** (rygel:3975): DEBUG: rygel-main.vala:108: new network context lo (127.0.0.1) 
available.
** (rygel:3975): DEBUG: rygel-main.vala:130: Ignoring network context lo 
(127.0.0.1).
[...]

Please consider building with the unix context manager which solves this
problem for me.

(The real long term fix here is probably to make the NM context manager fail
more gracefully when NM isn't available to avoid giving applications the
impression that only the loopback interface is available, but you probably
know the details here much better then me already.)

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (300, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages libgupnp-1.0-3 depends on:
ii  libc6   2.9-26   GNU C Library: Shared libraries
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.82-1   simple interprocess messaging syst
ii  libglib2.0-02.22.0-1 The GLib library of C routines
ii  libgssdp-1.0-2  0.7.0-1  GObject-based library for SSDP
ii  libsoup2.4-12.28.0-1 an HTTP library implementation in 
ii  libuuid12.16.1-3 Universally Unique ID library
ii  libxml2 2.7.5.dfsg-1 GNOME XML library
ii  shared-mime-info0.60-2   FreeDesktop.org shared MIME databa

libgupnp-1.0-3 recommends no packages.

libgupnp-1.0-3 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#547554: closed by Guido Günther a...@sigxcpu.org (Re: [Pkg-libvirt-maintainers] Bug#547554: libvirt-bin: doesn't install default.xml file in /etc/libvirt/qemu/networks)

2009-09-28 Thread Guido Günther
On Sat, Sep 26, 2009 at 06:00:42PM +0200, Daniel Huhardeaux wrote:
[..snip..] 
 Hi Guido,
 
 I can't agree we that: I had to open the libvirt-bin deb to extract
 the datas from the file and create it manually.
 
 Before that I made an
 
 #sudo aptitude reinstall libvirt-bin
 
 which doesn't neither (re)installed this file.
The default.xml is a conf file - these files are treated specially by
dpkg). If you ever deleted it (e.g. by unedifin9ing the newtork) it
won't get reinstalled unless the package is beding purged. A virsh
net-define file readds it.
Cheers,
 -- Guido




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



Bug#548493: [PATCH] don't read-uninitialized for \177 in a here-doc

2009-09-28 Thread Jim Meyering
It was indeed a bug in dash.
I tracked it down and wrote the patch below:

From 53924ce6da7fece91e57b7238e6aa81a4df636a5 Mon Sep 17 00:00:00 2001
From: Jim Meyering meyer...@redhat.com
Date: Mon, 28 Sep 2009 11:00:05 +0200
Subject: [PATCH] don't read-uninitialized for \177 in a here-doc

A DEL (0177, dec 127) byte in a here-document would cause dash to
access uninitialized memory at the end of one of the syntax.c tables,
since those tables are sized to accommodate a maximum index of
BASESYNTAX + 126.  Make the generated tables one byte larger.
printf ':\\E\n\200y\nE'|./dash
* src/mksyntax.c (filltable): Use 258, not 257 as the size,
so that BASESYNTAX(=130) + 127 is a valid index.
(print): Likewise.
Don't emit explicit array dimension in declaration.
---
 ChangeLog  |   13 +
 src/mksyntax.c |6 +++---
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d9dcb0c..fabb0e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2009-09-28  Jim Meyering  meyer...@redhat.com
+
+   don't read-uninitialized for \177 in a here-doc
+   A DEL (0177, dec 127) byte in a here-document would cause dash to
+   access uninitialized memory at the end of one of the syntax.c tables,
+   since those tables are sized to accommodate a maximum index of
+   BASESYNTAX + 126.  Make the generated tables one byte larger.
+   printf ':\\E\n\200y\nE'|./dash
+   * src/mksyntax.c (filltable): Use 258, not 257 as the size,
+   so that BASESYNTAX(=130) + 127 is a valid index.
+   (print): Likewise.
+   Don't emit explicit array dimension in declaration.
+
 2009-08-31  Eric Blake e...@byu.net

* Avoid compiler warnings on isdigit.
diff --git a/src/mksyntax.c b/src/mksyntax.c
index 7a8a9ae..a23c18c 100644
--- a/src/mksyntax.c
+++ b/src/mksyntax.c
@@ -223,7 +223,7 @@ filltable(char *dftval)
 {
int i;

-   for (i = 0 ; i  257; i++)
+   for (i = 0 ; i  258; i++)
syntax[i] = dftval;
 }

@@ -269,9 +269,9 @@ print(char *name)
int col;

fprintf(hfile, extern const char %s[];\n, name);
-   fprintf(cfile, const char %s[%d] = {\n, name, 257);
+   fprintf(cfile, const char %s[] = {\n, name);
col = 0;
-   for (i = 0 ; i  257; i++) {
+   for (i = 0 ; i  258; i++) {
if (i == 0) {
fputs(  , cfile);
} else if ((i  03) == 0) {
--
1.6.5.rc2.177.ga9dd6



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



Bug#540572: Press request

2009-09-28 Thread Editor HjemmePC

Hi, I am a edtitor for the norwegian computer magazine called HjemmePC
Each month I am collecting good software to be included in our magazine. 
Sometimes we also ask about full version covermount, which means we are given 
an old full version of you program, with upgrade offer to the latest for our 
readers. I am excited to ask if this is something that could be of interest for 
you. You will off course be given editorial review and space in both our 
magazine and our software section on web. I hope to hear from you soon

Best Regards
Kent Kjernes
Editor of Computer Magazine HjemmePC
pr...@hjemmepc.no
Fax: +47 67 21 40 83
About the magazine
HjemmePC is published by HM Nordic
(http://www.hm-media.no/eway/?pid=196) and covers the increasingly active and 
growing home market. Using easily understandable language, HjemmePC increases 
its readers' knowledge of computers and the latest innovations in computers and 
computer products.
Internet: www.hjemmepc.no







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



Bug#548669: FTBFS: Could not run xml2-config

2009-09-28 Thread Nima Talebi
Hi Nobuhiro
The problem was not specifically to do with those architectures, rather that
I'd missed 2 dependencies for libxml2.

I've duploaded release 2 which closes that bug.

Thankyou,

Nima

On Mon, Sep 28, 2009 at 3:34 PM, Nobuhiro Iwamatsu iwama...@nigauri.orgwrote:

 Package: python-dmidecode
 Version: 3.10.7-1
 Severity: serious
 Justification: FTBFS

 Hi,

 Some architecture donn't build python-dmidecode[0].

 -
 make[2]: Leaving directory

 `/build/buildd-python-dmidecode_3.10.7-1-armel-EXunbs/python-dmidecode-3.10.7/unit-tests'
 make[1]: Leaving directory

 `/build/buildd-python-dmidecode_3.10.7-1-armel-EXunbs/python-dmidecode-3.10.7'
 dh_clean build-stamp install-stamp \
  install-ext-2.5 install-ext-2.4 build-ext-2.5 build-ext-2.4 \
  install-dbg-ext-2.5 install-dbg-ext-2.4 build-dbg-ext-2.5
 build-dbg-ext-2.4
rm -f debian/python-dmidecode.substvars
rm -f debian/python-dmidecode.*.debhelper
rm -f debian/python-dmidecode.debhelper.log
rm -rf debian/python-dmidecode/
rm -f debian/python-dmidecode-dbg.substvars
rm -f debian/python-dmidecode-dbg.*.debhelper
rm -f debian/python-dmidecode-dbg.debhelper.log
rm -rf debian/python-dmidecode-dbg/
rm -f -- build-stamp install-stamp install-ext-2.5 install-ext-2.4
 build-ext-2.5 build-ext-2.4 install-dbg-ext-2.5 install-dbg-ext-2.4
 build-dbg-ext-2.5 build-dbg-ext-2.4
rm -f debian/files
find .  \( \( -type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE
 \
 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} \; \) -o \
\( -type d -a -name autom4te.cache -prune -exec rm -rf {} \;
 \)
 \)
rm -f *-stamp
  debian/rules build
 python2.5 src/setup.py build
 Could not build python-dmidecode.
 Could not run xml2-config, is libxml2 installed?
 Also the development libraries?
 make: *** [build-ext-2.5] Error 1
 dpkg-buildpackage: error: debian/rules build gave error exit status 2
 -
 iPlease check and fix.

 Best regards,
  Nobuhiro

 [0]: https://buildd.debian.org/pkg.cgi?pkg=python-dmidecode

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

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





-- 
Nima Talebi
web: http://ai.autonomy.net.au/People/Nima
gpg: B51D 1F18 D8E2 B702 B027 23A4 E06B DAC1 BE70 ADC0


Bug#539907: Press request

2009-09-28 Thread Editor HjemmePC

Hi, I am a edtitor for the norwegian computer magazine called HjemmePC
Each month I am collecting good software to be included in our magazine. 
Sometimes we also ask about full version covermount, which means we are given 
an old full version of you program, with upgrade offer to the latest for our 
readers. I am excited to ask if this is something that could be of interest for 
you. You will off course be given editorial review and space in both our 
magazine and our software section on web. I hope to hear from you soon

Best Regards
Kent Kjernes
Editor of Computer Magazine HjemmePC
pr...@hjemmepc.no
Fax: +47 67 21 40 83
About the magazine
HjemmePC is published by HM Nordic
(http://www.hm-media.no/eway/?pid=196) and covers the increasingly active and 
growing home market. Using easily understandable language, HjemmePC increases 
its readers' knowledge of computers and the latest innovations in computers and 
computer products.
Internet: www.hjemmepc.no







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



Bug#545549: Press request

2009-09-28 Thread Editor HjemmePC

Hi, I am a edtitor for the norwegian computer magazine called HjemmePC
Each month I am collecting good software to be included in our magazine. 
Sometimes we also ask about full version covermount, which means we are given 
an old full version of you program, with upgrade offer to the latest for our 
readers. I am excited to ask if this is something that could be of interest for 
you. You will off course be given editorial review and space in both our 
magazine and our software section on web. I hope to hear from you soon

Best Regards
Kent Kjernes
Editor of Computer Magazine HjemmePC
pr...@hjemmepc.no
Fax: +47 67 21 40 83
About the magazine
HjemmePC is published by HM Nordic
(http://www.hm-media.no/eway/?pid=196) and covers the increasingly active and 
growing home market. Using easily understandable language, HjemmePC increases 
its readers' knowledge of computers and the latest innovations in computers and 
computer products.
Internet: www.hjemmepc.no







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



Bug#548519: Math crash - Debian bug #548519 with patch

2009-09-28 Thread Vincent van Ravesteijn - TNW
 
I've nearly no time currently so it would be amazing if
one of you guys could take a look at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548519

It's a crash, plus backtrace and a proposed patch by Jonas Baggett.



Thanks, 

This is bug #6193: http://www.lyx.org/trac/ticket/6193.

It will be fixed in the next release.

Vincent



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



Bug#540972: Press request

2009-09-28 Thread Editor HjemmePC

Hi, I am a edtitor for the norwegian computer magazine called HjemmePC
Each month I am collecting good software to be included in our magazine. 
Sometimes we also ask about full version covermount, which means we are given 
an old full version of you program, with upgrade offer to the latest for our 
readers. I am excited to ask if this is something that could be of interest for 
you. You will off course be given editorial review and space in both our 
magazine and our software section on web. I hope to hear from you soon

Best Regards
Kent Kjernes
Editor of Computer Magazine HjemmePC
pr...@hjemmepc.no
Fax: +47 67 21 40 83
About the magazine
HjemmePC is published by HM Nordic
(http://www.hm-media.no/eway/?pid=196) and covers the increasingly active and 
growing home market. Using easily understandable language, HjemmePC increases 
its readers' knowledge of computers and the latest innovations in computers and 
computer products.
Internet: www.hjemmepc.no







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



Bug#548493: [PATCH] don't read-uninitialized for \177 in a here-doc

2009-09-28 Thread Jim Meyering
Jim Meyering wrote:

 It was indeed a bug in dash.
 I tracked it down and wrote the patch below:

From 53924ce6da7fece91e57b7238e6aa81a4df636a5 Mon Sep 17 00:00:00 2001
 From: Jim Meyering meyer...@redhat.com
 Date: Mon, 28 Sep 2009 11:00:05 +0200
 Subject: [PATCH] don't read-uninitialized for \177 in a here-doc

 A DEL (0177, dec 127) byte in a here-document would cause dash to
 access uninitialized memory at the end of one of the syntax.c tables,
 since those tables are sized to accommodate a maximum index of
 BASESYNTAX + 126.  Make the generated tables one byte larger.
 printf ':\\E\n\200y\nE'|./dash

More details:

The above command fails as follows on certain systems, but not on others:

albeniz/sid$ printf ':\\E\n\177y\nE'|dash
dash: y: not found
dash: E: not found

If you want to simulate the failure consistently, simply enlarge
the sqsyntax table by one and make the last entry anything other
than CWORD.  Use 11 (CEOF) and it'll evoke the symptoms shown above.



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



Bug#548708: FTBFS with GCC 4.4: #elif is missing defined()

2009-09-28 Thread Martin Michlmayr
Package: wv2
Version: 0.4.0.dfsg-1
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.4
Tags: patch

This package fails to build with GCC 4.4 which has introduced better
checks in the preprocessor.  Your code does something like:

 #ifdef A
 #elif B
 #endif

but the #elif is wrong: #elif requires a condition whereas you're
trying to test whether B is defined.  You therefore have to use:
 #elif defined(B)

You can reproduce this problem with gcc-4.4/g++-4.4 from unstable.

 Automatic build of wv2_0.4.0.dfsg-1 on em64t by sbuild/amd64 0.53
...
 [ 41%] Building CXX object src/CMakeFiles/wv2.dir/ustring.cpp.o
 cd /build/tbm/wv2-0.4.0.dfsg/obj-x86_64-linux-gnu/src  /usr/bin/c++   
 -Dwv2_EXPORTS -DHAVE_CONFIG_H -g -O2  -fPIC -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/libgsf-1 
 -I/build/tbm/wv2-0.4.0.dfsg/src 
 -I/build/tbm/wv2-0.4.0.dfsg/obj-x86_64-linux-gnu   -o 
 CMakeFiles/wv2.dir/ustring.cpp.o -c /build/tbm/wv2-0.4.0.dfsg/src/ustring.cpp
 /build/tbm/wv2-0.4.0.dfsg/src/ustring.cpp:81:23: error: #elif with no 
 expression
 /build/tbm/wv2-0.4.0.dfsg/src/ustring.cpp:94:23: error: #elif with no 
 expression
 make[3]: *** [src/CMakeFiles/wv2.dir/ustring.cpp.o] Error 1
 make[3]: Leaving directory `/build/tbm/wv2-0.4.0.dfsg/obj-x86_64-linux-gnu'
 make[2]: *** [src/CMakeFiles/wv2.dir/all] Error 2
 make[2]: Leaving directory `/build/tbm/wv2-0.4.0.dfsg/obj-x86_64-linux-gnu'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/tbm/wv2-0.4.0.dfsg/obj-x86_64-linux-gnu'
 dh_auto_build: make returned exit code 2
 make: *** [build] Error 1
 dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- src/ustring.cpp~2009-09-28 09:27:00.0 +
+++ src/ustring.cpp 2009-09-28 09:27:59.0 +
@@ -78,9 +78,9 @@
 {
 #if defined(HAVE_FUNC_ISINF)
   return (isinf(d) == 1);
-#elif HAVE_FUNC_FINITE
+#elif defined(HAVE_FUNC_FINITE)
   return finite(d) == 0  d == d; // ### can we distinguish between + and - ?
-#elif HAVE_FUNC__FINITE
+#elif defined(HAVE_FUNC__FINITE)
   return _finite(d) == 0  d == d; // ###
 #else
   return false;
@@ -91,9 +91,9 @@
 {
 #if defined(HAVE_FUNC_ISINF)
   return (isinf(d) == -1);
-#elif HAVE_FUNC_FINITE
+#elif defined(dHAVE_FUNC_FINITE)
   return finite(d) == 0  d == d; // ###
-#elif HAVE_FUNC__FINITE
+#elif defined(HAVE_FUNC__FINITE)
   return _finite(d) == 0  d == d; // ###
 #else
   return false;

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#548703: chan_capi fails to load

2009-09-28 Thread Tzafrir Cohen
On Mon, Sep 28, 2009 at 10:19:44AM +0200, Joerg Dorchain wrote:
 Package: asterisk-chan-capi
 Version: 1.1.2-2
 Severity: grave
 Justification: renders package unusable
 
 Hello,
 
 following testing, I did an upgrade today. asterisk was updated
 to version 1:1.6.2.0~dfsg~rc1-1, asterisk-chan-capi to version
 1.1.2-2. When starting asterisk, I get the message: 
 
 [Sep 28 09:40:55] WARNING[24321] loader.c: Module 'chan_capi.so' was not 
 compiled with the same compile-time options as this version of Asterisk.
 [Sep 28 09:40:55] WARNING[24321] loader.c: Module 'chan_capi.so' will not be 
 initialized as it may cause instability.
 [Sep 28 09:40:55] WARNING[24321] loader.c: Module 'chan_capi.so' could not be 
 loaded.
 
 Rebuilding from source helps.

As expected, Asterisk only guarantees compatibility of the modules
interface amon major versions.

However it may not be expected that 1.6.0, 1.6.1 and 1.6.2 are different
major versions.

Currently there aren't many Asterisk modules packages (chan_capi, lcr
and asterisk-addons. addons will anyway be merged into asterisk in
1.6.3).

-- 
   Tzafrir Cohen
icq#16849755  jabber:tzafrir.co...@xorcom.com
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir



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



Bug#548493: test-yesno.sh failure

2009-09-28 Thread Jim Meyering
Bruno Haible wrote:
 Jim Meyering wrote:
  # Test with seekable stdin; the followon process must see remaining data.
 -cat EOF  ${p}in.tmp
 +cat EOF |tr @ '\177' ${p}in.tmp

 This can be simplified to:

   tr @ '\177' EOF  ${p}in.tmp

Of course!  Thanks.
I've pushed this:

From a9ab119464cf6faa7551ff0b090072adc660eb67 Mon Sep 17 00:00:00 2001
From: Jim Meyering meyer...@redhat.com
Date: Sun, 27 Sep 2009 08:41:55 +0200
Subject: [PATCH] test-yesno: work around sparc-dash here-document infelicity

Without this change, the literal \177 byte in a here document
would make dash 0.5.5.1-3 access uninitialized memory.
* tests/test-yesno.sh: Don't put the \177 byte in the here document.
Instead, use a marker, @, and filter through tr to create the desired
contents.  Reported as http://bugs.debian.org/548493 by Kurt Roeckx.
---
 ChangeLog   |9 +
 tests/test-yesno.sh |4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 12962ec..f7ef1d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-09-27  Jim Meyering  meyer...@redhat.com
+
+   test-yesno: work around sparc-dash here-document infelicity
+   Without this change, the literal \177 byte in a here document
+   would make dash 0.5.5.1-3 access uninitialized memory.
+   * tests/test-yesno.sh: Don't put the \177 byte in the here document.
+   Instead, use a marker, @, and filter through tr to create the desired
+   contents.  Reported as http://bugs.debian.org/548493 by Kurt Roeckx.
+
 2009-09-27  Bruno Haible  br...@clisp.org

Disable untested support for new flavours of ACLs on AIX.
diff --git a/tests/test-yesno.sh b/tests/test-yesno.sh
index 52b94ef..b1a5b65 100755
--- a/tests/test-yesno.sh
+++ b/tests/test-yesno.sh
@@ -19,9 +19,9 @@ else
 fi

 # Test with seekable stdin; the followon process must see remaining data.
-cat EOF  ${p}in.tmp
+tr @ '\177' EOF  ${p}in.tmp
 n - entire line consumed
-yn - backspace does not change result
+...@n - backspace does not change result
 y
 does not match either yesexpr or noexpr
 n
--
1.6.5.rc2.177.ga9dd6



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



Bug#548697: mysqmail: [debconf_rewrite] Debconf templates and debian/control review

2009-09-28 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christian Perrier wrote:
 Package: mysqmail
 Version: N/A
 Severity: normal
 Tags: patch
 
 Dear Debian maintainer,
 
 On Wednesday, September 09, 2009, I notified you of the beginning of a review 
 process
 concerning debconf templates for mysqmail.
 
 The debian-l10n-english contributors have now reviewed these templates,
 and the proposed changes are attached to this bug report.
 
 Please review the suggested changes, and if you have any
 objections, let me know in the next 3 days.
 
 However, please try to avoid uploading mysqmail with these changes
 right now.
 
 The second phase of this process will begin on Thursday, October 01, 2009, 
 when I will
 coordinate updates to translations of debconf templates.

Hi Christian,

Can you please sponsor this:

ftp://ftparchive.gplhost.com/debian/pool/lenny/main/m/mysqmail/mysqmail_0.4.8-2.dsc

so it corrects the debian/*.init scripts, as you proposed?

Thanks.

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

iEYEARECAAYFAkrAhIkACgkQl4M9yZjvmkk/KgCfRSWkHO5csgMvBi2FqYR6/iMw
GFQAniKENrnMuOhgkEZmdrVd9zgMf30K
=/QWJ
-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#548709: ftp.debian.org: please help me prepare an official repository for deltas

2009-09-28 Thread A Mennucc
Package: ftp.debian.org
Severity: wishlist

hi,

I am the author of the debdelta package. For some 
years I have been running an infrastructure that sets
up some repositories of deltas that can be used by
debdelta-upgrade to speed up upgrades and/or
reduce bandwidth usage (currently for amd64 and i386, and
for stable-security, testing and unstable ;
TODO is stable-updates and experimental ). 

Currently these repositories are created 
by an engine in a host of mine, and then rsync-ed
into www.bononia.it and are publicly available as
 http://www.bononia.it/debian-security-deltas
 http://www.bononia.it/debian-deltas
and the sizes are 5GB and 15GB respectively.

In the years debdelta has matured.
It would be nice and useful if it
may be offered as an official Debian service.

I open this bug report as a place to start a 
discussion on this subject.

This is a proposal, in 3 stages.

1) Create a DNS entry such as  'debdelta.debian.net'
 or  'debdelta.debian.org' 
 (for a start , we may set it as CNAME
 to the current server , that is www.bononia.it )

2) Set up an official public repository of deltas.
 I have two proposals for this,
 2a) Set up a space in a www host that the Debian 
 project administers
 2b) Create a new directory deltas
 in the ftp.debian.org structure (alongside
 dists pool tool ... ) . 
 For a start, I may keep it up-to date using my engine
 and rsync (or whatever tool you prefer).

3) Set up the engine that creates the deltas 
 in a host inside Debian; not necessarily the same host as in
 (2) ; it has to be an host that contains the whole
 repository , and an additional space for keeping
 old versions of the debs, that are needed to create deltas 
 (I keep ~30GB of those).

Thanks for your attention so far.

a.



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



Bug#546312: marked as done (aircrack-ng - FTBFS: error: 'u_int16_t' undeclared)

2009-09-28 Thread Julien Cristau
reopen 546312
kthxbye

On Sun, Sep 27, 2009 at 22:46:00 +, Debian Bug Tracking System wrote:

 Changes: 
  aircrack-ng (1:1.0-1) unstable; urgency=low
  .
* New upstream release (Closes: #546312).

This bug was not a request for a new upstream release.  Please fix your
changelog.

Cheers,
Julien



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



Bug#548710: cupt: does not install package

2009-09-28 Thread Oleg Tsybulskyi
Package: cupt
Version: 1.0.0~beta1
Severity: important

This happened when I tried to install pidgin.

--start---
12:~$ sudo cupt install pidgin  
 
W: attempt to set wrong option 'apt::acquire::retries'  
 
Building the package cache... [done]
Initializing package resolver and worker... Use of uninitialized value
in string ne at /usr/share/perl5/Cupt/Cache/Package.pm line 187, $fh
line 5148.
 at /usr/share/perl5/Cupt/Cache/Package.pm line 186

Cupt::Cache::Package::_merge_version('Cupt::Cache::Package=ARRAY(0x95bf100)',
'Cupt::Cache::BinaryVersion=ARRAY(0xae9e338)', 'ARRAY(0xae9e838)')
called at /usr/share/perl5/Cupt/Cache/Package.pm line 103
eval {...} called at /usr/share/perl5/Cupt/Cache/Package.pm line
90

Cupt::Cache::Package::get_versions('Cupt::Cache::Package=ARRAY(0x95bf100)')
called at /usr/share/perl5/Cupt/Cache/Package.pm line 137

Cupt::Cache::Package::get_specific_version('Cupt::Cache::Package=ARRAY(0x95bf100)',
'1.4.0-5') called at /usr/share/perl5/Cupt/System/State.pm line 319

Cupt::System::State::export_installed_versions('Cupt::System::State=HASH(0x9596050)')
called at /usr/bin/cupt line 1483
main::manage_packages('install') called at /usr/bin/cupt line
119
main::__ANON__() called at /usr/bin/cupt line 137
eval {...} called at /usr/bin/cupt line 136
main::main() called at /usr/bin/cupt line 151
 at /usr/share/perl5/Cupt/Core.pm line 105
Cupt::Core::mycatch() called at
/usr/share/perl5/Cupt/Cache/Package.pm line 112

Cupt::Cache::Package::get_versions('Cupt::Cache::Package=ARRAY(0x95bf100)')
called at /usr/share/perl5/Cupt/Cache/Package.pm line 137

Cupt::Cache::Package::get_specific_version('Cupt::Cache::Package=ARRAY(0x95bf100)',
'1.4.0-5') called at /usr/share/perl5/Cupt/System/State.pm line 319

Cupt::System::State::export_installed_versions('Cupt::System::State=HASH(0x9596050)')
called at /usr/bin/cupt line 1483
main::manage_packages('install') called at /usr/bin/cupt line
119
main::__ANON__() called at /usr/bin/cupt line 137
eval {...} called at /usr/bin/cupt line 136
main::main() called at /usr/bin/cupt line 151
 at /usr/share/perl5/Cupt/Core.pm line 105
Cupt::Core::mycatch() called at /usr/bin/cupt line 139
main::main() called at /usr/bin/cupt line 151*
end

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

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash

Versions of packages cupt depends on:
ii  libcupt-perl 1.0.0~beta1 alternative front-end for dpkg -- 
ii  perl 5.10.0-24   Larry Wall's Practical Extraction 
ii  sensible-utils   0.0.1   Utilities for sensible alternative

cupt recommends no packages.

Versions of packages cupt suggests:
pn  libterm-readline-gnu-perl 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#548711: MMC doesn't boot with MODULES=dep because mmc_block is missing

2009-09-28 Thread Martin Michlmayr
Package: initramfs-tools
Version: 0.93.4
Severity: important
Tags: patch

You cannot boot from MMC with MODULES=dep because mmc_block is missing
in the initramfs.  Here's a patch:

--- hook-functions~ 2009-09-28 10:44:11.0 +0100
+++ hook-functions  2009-09-28 10:44:00.0 +0100
@@ -347,6 +347,10 @@
manual_add_modules sd_mod
fi
 
+   if [ -e /sys/bus/mmc/devices/ ]; then
+   manual_add_modules mmc_block
+   fi
+
if [ -e /sys/bus/i2o/devices/ ]; then
force_load i2o_block
force_load i2o_config

-- 
Martin Michlmayr
http://www.cyrius.com/


log.bz2
Description: Binary data


Bug#547554: closed by Guido Günther a...@sigxcpu.org (Re: [Pkg-libvirt-maintainers] Bug#547554: libvirt-bin: doesn't install default.xml file in /etc/libvirt/qemu/networks)

2009-09-28 Thread Guido Günther
On Mon, Sep 28, 2009 at 11:45:36AM +0200, Daniel Huhardeaux wrote:
 Do you see any file?
No and there shouldn't be any files since default.xml is a *conf* file
(as noted already) - if you remove it you have to add it back yourself
or purge the package. This is not specific to libvirt-bin but a property
of Debian's package management system.
 -- Guido



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



Bug#548344: other apps

2009-09-28 Thread Jan Korbel

Hello.

Same error with some apps from debian-multimedia repository: 
handbrake-gtk, ogmrip


And with external app: RawTherapee

It's ok after gvfs downgrade from version 1.4.0-1 to 1.2.3-3.

Regards,

Jan


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#548583: monkey: Incorrect dependencies in init.d LSB header

2009-09-28 Thread Thorsten Schmale
Hi Petter,

thanks for your bug-report. I created a new version 0.9.2-5 of monkey
with an updated init-script according to your suggestions.
Can you please take a look at it?

You can find it here:
www.adminfromhell.de/debian/

If everything's fine from your side, I'll push the new package to
mentors.debian.net and hope to find a sponsor who can upload it for me
as well.

Thanks and Regards,
Thorsten Schmale

On 27/09/09 13:57 +0200, Petter Reinholdtsen wrote:
 
 Package:  monkey
 Version:  0.9.2-1
 Severity: important
 Tags: patch
 User: initscripts-ng-de...@lists.alioth.debian.org
 Usertags: incorrect-dependency
 User: debian...@lists.debian.org
 Usertags: piuparts
 
 With dependency based boot sequencing, I discovered what I believe is
 a bug in the init.d scripts of this package.  The monkey script have a
 hard dependency on networking, but the package do not depend on
 netbase.  It is better to depend on the virtual facility $network.
 Also, the script uses files in /usr/ and should depend on $remote_fs.
 Finally, the script used to start after syslog, and should probably
 continue to do so.
 
 I discovered these things from piuparts, which failed to install the
 package.  See
 URL: http://piuparts.debian.org/sid/fail/monkey_0.9.2-3.log .
 Here are the relevant parts:
 
   insserv: Service networking has to be enabled to start service monkey
   insserv: exiting now!
 
 I'm setting severity to important, as the needed netbase package is
 installed on most systems already.
 
 This patch should solve it.
 
 diff -ur ../monkey-0.9.2/debian/monkey.init 
 ../monkey-0.9.2-pere/debian/monkey.init
 --- ../monkey-0.9.2/debian/monkey.init  2009-09-27 13:52:15.0 +0200
 +++ ../monkey-0.9.2-pere/debian/monkey.init 2009-09-27 13:53:22.0 
 +0200
 @@ -1,8 +1,8 @@
  #!/bin/sh
  ### BEGIN INIT INFO
  # Provides:  monkey
 -# Required-Start:networking
 -# Required-Stop: networking
 +# Required-Start:$network $remote_fs $syslog
 +# Required-Stop: $network $remote_fs $syslog
  # Default-Start: 2 3 4 5
  # Default-Stop:  0 1 6
  # Short-Description: Start the monkey http server.
 
 Happy hacking,
 -- 
 Petter Reinholdtsen
 
 

-- 
I WILL NOT FAKE MY WAY THROUGH LIFE
I WILL NOT FAKE MY WAY THROUGH LIFE
I WILL NOT FAKE MY WAY THROUGH LIFE
I WILL NOT FAKE MY WAY THROUGH LIFE

Bart Simpson on chalkboard in episode 7F03



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



Bug#548712: debirf: makeiso fails after upgrade to grub2 (removal of grub-legacy)

2009-09-28 Thread Jameson Graef Rollins
Package: debirf
Version: 0.23-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

After upgrading to grub2, I am no longer able to build a debirf iso
image:

servo:/srv/debirf/rescue 0$ debirf makeiso .
Loading profile 'rescue'...
Failed to find a grub El Torito stage2 loader at 
'/usr/lib/grub/*-pc/stage2_eltorito'.  Try specifying it explicitly with the 
GRUB_ELTORITO environment variable
servo:/srv/debirf/rescue 1$ 

Presumably the stage2_eltorito is part of grub-legacy, which was
removed once the grub-legacy package was removed.  This is a bit of a
problem, since grub-pc conflicts with grub-legacy, so there is
currently no way to get this package if you want to use grub2, which
is the new default in squeeze.  Is there another way we can get the
eltorito loader, or is there something else we can use instead?

jamie.

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

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
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 debirf depends on:
ii  apt   0.7.23.1   Advanced front-end for dpkg
ii  busybox-static1:1.14.2-2 Standalone rescue shell with tons 
ii  cpio  2.10-1 GNU cpio -- a program to manage ar
ii  debootstrap   1.0.15 Bootstrap a basic Debian system
ii  fakechroot2.9-1  gives a fake chroot environment
ii  fakeroot  1.13   Gives a fake root environment
ii  klibc-utils   1.5.15-1   small utilities built with klibc f

Versions of packages debirf recommends:
ii  genisoimage   9:1.1.9-1  Creates ISO-9660 CD-ROM filesystem
pn  grub  none (no description available)

Versions of packages debirf suggests:
pn  linux-patch-inittmpfs none (no description available)

- -- no debconf information

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

iQIcBAEBCAAGBQJKwJAfAAoJEO00zqvie6q8V+sP/1SLbLA1MCyqIXRFO2Zb402u
Q7VBfvJkUCa96PIHZrikWlXR93Ov3AJIVp2z7o/udCujXC8bRb7ZV6a+sAEPCHS5
P6BLlxPALqQgcHgxr2ugx2E9Dvj2IroZZP3rHc/CCdJ9uTOuFr4BvSqRIRqdwR0T
RXT2JMgEaJTInVrIia3sZZWro0O4rLjUwaAQC1CAuLl4LmCzi2Zq9UYzEJI63EBH
6ruMkqmmEoDYdE/fkgMJgfgTr9eHbqtAvDQ8xOJwt7WDZVYcOtHNBYSdNIvyGX7J
ymKALDk7fsmrv7A9o1ry7+9Y/LHIDngMpInVnbXv95NXtUpe4Ei1kz2EqbfqbfdX
H9JgI2uls49+TN/b9lrnGbI7wtlf/Tn5tpYUqUJYvnvfhZ6Hmkpgl02j8Mn91nlY
rc4h1HO74riPCdwcz7EYiy6i3UMw3gSsQSAKIaR7wvV9EA91lG36MTJY4AGEV0Km
tpug0mM/FEOfjglwUCLVg685yMw5RvjBBjMbrGGflmLjyNyE4K0kqBjQk1gdTyWw
i9Sxcy7kthsCSeE09hgHQsRUYxP5srKZXskp8U+B1RgA5XpTBhvLt48UgEjc0q0t
Ysm8F8e40F1dGxt6gH5Qnn8nZpFaCpKri/8HhffegomXNHI1r8xMp0EyowGMTVf7
cPz1qlkNzxscadoLmqdY
=qvj0
-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#548714: apt-get/aptitude etc silently ignoring #include?

2009-09-28 Thread Tim Connors
Package: apt
Version: 0.7.23.1
Severity: normal

I just noticed apt was ignoring my proxy settings.  They're included
in a file that had been #included into apt.conf and had been working
relatively recently.

strace -f reveals that it just completely ignores the #include
statement:

12716 stat(/etc/apt/apt.conf, {st_mode=S_IFREG|0644, st_size=422, ...}) = 0
12716 open(/etc/apt/apt.conf, O_RDONLY) = 4
12716 read(4, #include \/etc/apt/apt.conf.inc\..., 8191) = 422
12716 read(4, , 8191) = 0
12716 close(4)  = 0

I note that apt.conf(5) still says that #include is legal syntax.

-- Package-specific info:

-- apt-config dump --

APT ;
APT::Architecture amd64;
APT::Build-Essential ;
APT::Build-Essential:: build-essential;
APT::Install-Recommends 1;
APT::Install-Suggests 0;
APT::Acquire ;
APT::Acquire::Translation environment;
APT::Authentication ;
APT::Authentication::TrustCDROM true;
APT::NeverAutoRemove ;
APT::NeverAutoRemove:: ^linux-image.*;
APT::NeverAutoRemove:: ^linux-restricted-modules.*;
APT::APT ;
APT::APT::Clean-Installed off;
APT::Cache-Limit 33554432;
Dir /;
Dir::State var/lib/apt/;
Dir::State::lists lists/;
Dir::State::cdroms cdroms.list;
Dir::State::userstatus status.user;
Dir::State::status /var/lib/dpkg/status;
Dir::Cache var/cache/apt/;
Dir::Cache::archives archives/;
Dir::Cache::srcpkgcache srcpkgcache.bin;
Dir::Cache::pkgcache pkgcache.bin;
Dir::Etc etc/apt/;
Dir::Etc::sourcelist sources.list;
Dir::Etc::sourceparts sources.list.d;
Dir::Etc::vendorlist vendors.list;
Dir::Etc::vendorparts vendors.list.d;
Dir::Etc::main apt.conf;
Dir::Etc::parts apt.conf.d;
Dir::Etc::preferences preferences;
Dir::Etc::preferencesparts preferences.d;
Dir::Bin ;
Dir::Bin::methods /usr/lib/apt/methods;
Dir::Bin::dpkg /usr/bin/dpkg;
Dir::Log var/log/apt;
Dir::Log::Terminal term.log;
DPkg ;
DPkg::Pre-Install-Pkgs ;
DPkg::Pre-Install-Pkgs:: /usr/sbin/apt-listbugs apt || exit 10;
DPkg::Pre-Install-Pkgs:: /usr/bin/apt-listchanges --apt || test $? -ne 10;
DPkg::Pre-Install-Pkgs:: /usr/sbin/dpkg-preconfigure --apt || true;
DPkg::Tools ;
DPkg::Tools::Options ;
DPkg::Tools::Options::/usr/sbin/apt-listbugs ;
DPkg::Tools::Options::/usr/sbin/apt-listbugs::Version 2;
DPkg::Tools::Options::/usr/bin/apt-listchanges ;
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version 2;
DPkg::Post-Invoke ;
DPkg::Post-Invoke:: if [ -x /usr/bin/rkhunter ]  ( ! grep -q -E 
'^DISABLE_TESTS=.*(hashes.*attributes|attributes.*hashes|properties)' 
/etc/rkhunter.conf || grep -q -E 
'^ENABLE_TESTS=.*(hashes|attributes|properties)' /etc/rkhunter.conf); then 
/usr/bin/rkhunter --propupd --nolog; fi;
Acquire ;
Acquire::HTTP ;
Acquire::HTTP::Proxy ;
Acquire::HTTP::Proxy::bugs.debian.org http://localhost:8080;;
Acquire::HTTP::Pipeline-Depth 12345;

-- (no /etc/apt/preferences present) --


-- /etc/apt/sources.list --

#deb http://dict-common.alioth.debian.org testing/
#FIXME: one day, opera may get off their arses...  Meanwhile, cron-apt 
complains every day, so lets shut it up
deb http://deb.opera.com/opera sid non-free

#deb http://deb.samad.com.au/multimedia unstable main
deb http://www.debian-multimedia.org sid main
deb-src http://www.debian-multimedia.org sid main 

#deb http://kernel-archive.buildserver.net/debian-kernel trunk main
#deb http://kernel-archive.buildserver.net/debian-kernel sid main

#apt-cacher: 3142
#apt-proxy: 

###deb http://scuzzie:/debian stable main contrib non-free
###deb http://scuzzie:/debian testing main contrib non-free
###deb http://scuzzie:/debian unstable main contrib non-free
###deb http://scuzzie:/debian project/experimental/main/binary-$(ARCH)/
###deb http://scuzzie:/debian/ ../project/experimental main

###deb-src http://scuzzie:/debian stable main contrib non-free
###deb-src http://scuzzie:/debian testing main contrib non-free
###deb-src http://scuzzie:/debian unstable main contrib non-free

###disabled again: #renamed from mirror.internote.on.net to mirror.linux.org.au 
temporarily for swinburne since throttled to mirror.internode otherwise 
(20080422)
deb http://mirror.internode.on.net/pub/debian oldstable main contrib non-free
deb http://mirror.internode.on.net/pub/debian stable main contrib non-free
deb http://mirror.internode.on.net/pub/debian testing main contrib non-free
deb http://mirror.internode.on.net/pub/debian unstable main contrib non-free
deb http://mirror.internode.on.net/pub/debian experimental main contrib non-free
#deb http://mirror.internode.on.net/pub/debian 
project/experimental/main/binary-$(ARCH)/
#deb http://mirror.internode.on.net/pub/debian/ ../project/experimental main
# disabled 20090225:
#deb http://mirror.linux.org.au/debian experimental main non-free

#deb-src http://mirror.internode.on.net/pub/debian stable main contrib non-free
#deb-src http://mirror.internode.on.net/pub/debian testing main contrib non-free
#deb-src http://mirror.internode.on.net/pub/debian unstable main contrib 
non-free
#deb-src 

Bug#548681: videolink: Transition to xulrunner 1.9.1

2009-09-28 Thread Ben Hutchings
On Mon, 2009-09-28 at 08:16 +0200, Mike Hommey wrote:
 Package: videolink
 Severity: important
 Tags: patch
 
 Xulrunner 1.9.1 is going to replace xulrunner 1.9 in unstable sometime
 soonish, so videolink should switch to using it.
 
 As a matter of being future-proof, a dh_xulrunner program has been added
 to xulrunner-dev, that will add the proper dependency to shlibs:Depends.
 
 Please note that the package supporting this command is not yet in the
 archive and should reach experimental some time today.
 
 The attached patch implements the necessary changes[1],
[...]

No it does not.  Some substantial source changes appear to be needed as
well. :-(

Ben.

-- 
Ben Hutchings
Any sufficiently advanced bug is indistinguishable from a feature.


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


Bug#548713: smbldap-tools: smbldap -i fails because objectClass 'account' cant transform to 'inetOrgPerson'

2009-09-28 Thread David Maus
Package: smbldap-tools
Version: 0.9.4-1
Severity: important

We are using a Samba server with the LDAP backend to act as a primary
domain controller for a small bunch of windows hosts.

While I was trying to add new windows hosts to the LDAP backend using
smbldap-useradd -i I got an error message:

dm...@hestia: smbldap-useradd -g Rechner -d /dev/null -s /bin/false -i pyrrha$
New passowrd :
Retype new password :
failed to add entry: structural object class modification from 'account'
to 'inetOrgPerson' not allowed at /usr/sbin/smbldap-useradd line 311,
STDIN line 2.

The user is created but only with the objectClass
top,account,posixAccount (expected:
top,person,organizationalPerson,inetOrgPerson,posixAccount,sambaSamAccount).

Searching the web I found this post in linux.sambe newsgroup:

http://groups.google.com/group/linux.samba/browse_thread/thread/9df7b94eb61eee63

That points in the right direction: /usr/sbin/smbldap-useradd first
calls the function add_posix_machine in
/usr/share/perl5/smbldap_tools.pm that create an entry in the LDAP tree
with the 'account' objectClass and then tries to change the objectClass
but fails as it is not allowed.

The newsgroup post suggests just to change add_posix_machine in
/usr/share/perl5/smbldap_tools.pm so the LDAP entry is created with the
inetOrgPerson objectClass in the first place. 

This seems to work, although I don't know the implications of this
modification.

We consider this as a important bug as I had to manually change
/usr/share/perl5/smbldap_tools.pm to be able to add new windows hosts to
our samba pdc.

-- System Information:
Debian Release: 5.0.3
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages smbldap-tools depends on:
ii  libcrypt-smbhash-perl0.12-2  generate LM/NT hash of a password 
ii  libdigest-sha1-perl  2.11-2+b1   NIST SHA-1 message digest algorith
ii  libio-socket-ssl-perl1.16-1+lenny1   Perl module implementing object or
ii  libnet-ldap-perl 1:0.36-1A Client interface to LDAP servers
ii  libunicode-maputf8-perl  1.11-2  Perl module for conversing between
ii  perl 5.10.0-19lenny2 Larry Wall's Practical Extraction 

smbldap-tools recommends no packages.

smbldap-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#548641: snack: FTBFS with eglibc 2.10

2009-09-28 Thread Sergei Golovan
On Mon, Sep 28, 2009 at 12:20 AM, Ilya Barygin bary...@gmail.com wrote:

 In Ubuntu, we've applied the attached patch to achieve the following:

  * jkFormatMP3.c: #include math.h before definition of roundf() to
    fix FTBFS (LP: #437336).

 We thought you might be interested in doing the same.

I definitely will apply it at the next upload. Thank you!

-- 
Sergei Golovan



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



Bug#548710: cupt: does not install package

2009-09-28 Thread Oleg Tsybulskyi
On Mon, 28 Sep 2009 13:38:05 +0300
Eugene V. Lyubimkin jackyf.de...@gmail.com wrote:


 Do you try to install some version of pidgin from the some unofficial
 archive? What is the output of 'cupt policy pidgin'?

  Installed: 2.5.8-1+b1
  Candidate: 2.6.2-1
  Version table:
 2.6.2-1 991
ftp://debian.org.ua/debian testing/main (signed)
ftp://debian.org.ua/debian unstable/main (signed)
 *** 2.5.8-1+b1 100
/var/lib/dpkg/status installed/ (unsigned)
 2.4.3-4lenny4 -1499
ftp://debian.org.ua/debian stable/main (signed)


-- 
Oleg Tsybulskyi alog...@gmail.com



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



Bug#548634: python-relatorio: Missing dependences: python-yaml and python-pycha

2009-09-28 Thread Mathias Behrle
* Betr.:  Bug#548634: python-relatorio: Missing dependences: python-yaml and
python-pycha (Sun, 27 Sep 2009 21:26:10 +0200):

 Subject: python-relatorio: Missing dependences: python-yaml and python-pycha

python-yaml and python-pycha added to Suggests.

Thank you for reporting!


signature.asc
Description: PGP signature


Bug#546322: closed by Sjoerd Simons sjo...@debian.org (Bug#546322: fixed in pulseaudio 0.9.18-1)

2009-09-28 Thread Riku Voipio
Hi,

* debian/rules: Add -march=armv6 to the CFLAGS on arm and armel
  (Closes: #546322)

I'm afraid I was not specific enough.

The idea was to use -march=armv6 only for svolume_arm.c, not the entire
package. With the debian/rules CFLAGS solution, pulseaudio only works
on ARMv6+ Machines. If only svolume_arm.c is compliled with -march=armv6,
the cpu autodetection would fallback to c code on older cpu's.





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



Bug#548656: [Pkg-tcltk-devel] Bug#548656: tcl8.5-dev does not include tommath_class.h

2009-09-28 Thread Sergei Golovan
On Mon, Sep 28, 2009 at 3:24 AM, Konstantin Khomoutov
flatw...@users.sourceforge.net wrote:

 tcl8.5-dev does not include certain public headers from libtommath.

It looks like an upstream bug too. The header tclTomMath.h is public,
so all its dependencies should be installed together with it. I'll
install them in the next upload.

Cheers!
-- 
Sergei Golovan



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



Bug#548678: kazehakase: Transition to xulrunner 1.9.1

2009-09-28 Thread Alexander Sack
On Mon, Sep 28, 2009 at 08:09:52AM +0200, Mike Hommey wrote:
 Package: kazehakase
 Severity: important
 Tags: patch
 
 Xulrunner 1.9.1 is going to replace xulrunner 1.9 in unstable sometime
 soonish, so kazehakase should switch to using it.
 
 As a matter of being future-proof, a dh_xulrunner program has been added
 to xulrunner-dev, that will add the proper dependency to shlibs:Depends.

Great news. wouldnt this be something we could ship in mozilla-devscripts?


 - Alexander




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



Bug#548710: cupt: does not install package

2009-09-28 Thread Eugene V. Lyubimkin
Hi Oleg, thanks for your report,

Oleg Tsybulskyi wrote:
 Package: cupt
 Version: 1.0.0~beta1
 Severity: important
 
 This happened when I tried to install pidgin.
 
 --start---
 12:~$ sudo cupt install pidgin

 W: attempt to set wrong option 'apt::acquire::retries'

Btw, the right option name is 'acquire::retries'.

 Building the package cache... [done]
 Initializing package resolver and worker... Use of uninitialized value
 in string ne at /usr/share/perl5/Cupt/Cache/Package.pm line 187, $fh
 line 5148.
  at /usr/share/perl5/Cupt/Cache/Package.pm line 186
 
 Cupt::Cache::Package::_merge_version('Cupt::Cache::Package=ARRAY(0x95bf100)',
 'Cupt::Cache::BinaryVersion=ARRAY(0xae9e338)', 'ARRAY(0xae9e838)')
 called at /usr/share/perl5/Cupt/Cache/Package.pm line 103
 eval {...} called at /usr/share/perl5/Cupt/Cache/Package.pm line
 90
 
 Cupt::Cache::Package::get_versions('Cupt::Cache::Package=ARRAY(0x95bf100)')
 called at /usr/share/perl5/Cupt/Cache/Package.pm line 137
 
 Cupt::Cache::Package::get_specific_version('Cupt::Cache::Package=ARRAY(0x95bf100)',
 '1.4.0-5') called at /usr/share/perl5/Cupt/System/State.pm line 319
 
 Cupt::System::State::export_installed_versions('Cupt::System::State=HASH(0x9596050)')
 called at /usr/bin/cupt line 1483
 main::manage_packages('install') called at /usr/bin/cupt line
 119
 main::__ANON__() called at /usr/bin/cupt line 137
 eval {...} called at /usr/bin/cupt line 136
 main::main() called at /usr/bin/cupt line 151
  at /usr/share/perl5/Cupt/Core.pm line 105
 Cupt::Core::mycatch() called at
 /usr/share/perl5/Cupt/Cache/Package.pm line 112
 
 Cupt::Cache::Package::get_versions('Cupt::Cache::Package=ARRAY(0x95bf100)')
 called at /usr/share/perl5/Cupt/Cache/Package.pm line 137
 
 Cupt::Cache::Package::get_specific_version('Cupt::Cache::Package=ARRAY(0x95bf100)',
 '1.4.0-5') called at /usr/share/perl5/Cupt/System/State.pm line 319
 
 Cupt::System::State::export_installed_versions('Cupt::System::State=HASH(0x9596050)')
 called at /usr/bin/cupt line 1483
 main::manage_packages('install') called at /usr/bin/cupt line
 119
 main::__ANON__() called at /usr/bin/cupt line 137
 eval {...} called at /usr/bin/cupt line 136
 main::main() called at /usr/bin/cupt line 151
  at /usr/share/perl5/Cupt/Core.pm line 105
 Cupt::Core::mycatch() called at /usr/bin/cupt line 139
 main::main() called at /usr/bin/cupt line 151*
 end
 
Do you try to install some version of pidgin from the some unofficial archive?
What is the output of 'cupt policy pidgin'?

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Developer



signature.asc
Description: OpenPGP digital signature


Bug#548715: please ship tools/perf/perf

2009-09-28 Thread Guido Günther
Package: linux-2.6
Version: 2.6.30-8
Severity: wishlist

Please build the performance analysis tool perf from the linux source
and ship it (probably in an extra package).
Cheers,
 -- Guido



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



Bug#548656: [Pkg-tcltk-devel] Bug#548656: tcl8.5-dev does not include tommath_class.h

2009-09-28 Thread Sergei Golovan
On Mon, Sep 28, 2009 at 2:34 PM, Sergei Golovan sgolo...@gmail.com wrote:
 On Mon, Sep 28, 2009 at 3:24 AM, Konstantin Khomoutov
 flatw...@users.sourceforge.net wrote:

 tcl8.5-dev does not include certain public headers from libtommath.

 It looks like an upstream bug too. The header tclTomMath.h is public,
 so all its dependencies should be installed together with it. I'll
 install them in the next upload.

Or may be not given the bugreport
https://sourceforge.net/tracker/index.php?func=detailaid=1941434group_id=10894atid=110894
(if it's really necessary
only at build time).

Cheers!
-- 
Sergei Golovan



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



Bug#541273: grub-pc: vga= kernel command line option has no effect when grub runs in console mode

2009-09-28 Thread Jameson Rollins
I have been struggling with the same problem, and I can confirm that
adding insmod vbe to menuentry does fix the problem.  I tried adding
insmod vbe in the header, but for some reason that did not seem to
fix the issue.  It needed to be added to menuentry.

I propose that insmod vbe be added to all menu entries by default
(patch included).  I don't see why this would be a problem, and it is
surely the simplest solution.  If it's possible to add insmod vbe in
the header somehow, then that would obviously be easiest, but I
couldn't figure out how to get that to work.

I also agree that I've been finding the lack of grub2 documentation
pretty frustrating.  It's taken me longer than I would have liked to
get up to speed with the new system.  It looks like this is more of a
problem coming from upstream, but I worry a little about jumping into
the grub2 transition without much documentation in place.

Thanks much for maintaining, though, and hopefully we can smooth
things out.

jamie.
--- 10_linux.orig	2009-09-28 12:36:07.0 +0200
+++ 10_linux	2009-09-28 12:36:38.0 +0200
@@ -50,6 +50,7 @@
 EOF
   prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e s/^/\t/
   cat  EOF
+	insmod vbe
 	linux	${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro $2
 EOF
   if test -n ${initrd} ; then


signature.asc
Description: Digital signature


Bug#475838: cryptsetup: Would like to use decrypt_derived with a source mapping other than that of the root filesystem

2009-09-28 Thread Jonas Meurer
Hello,

 I only have /home encrypted, not the root filesystem... my crypttab
 looks like this:
 
 durandal-home_crypt /dev/mapper/durandal-home none luks
 durandal-swap_crypt /dev/mapper/durandal-swap durandal-home_crypt 
 cipher=aes-cbc-essiv:sha256,size=256,hash=sha256,keyscript=/lib/cryptsetup/scripts/decrypt_derived
 
 However the initramfs hooks only include the durandal-swap_crypt in the
 initramfs, thus I get an error, decrypt_derived: failed to find
 durandal-home_crypt in dmtable at boot time.

yes, the initramfs cryptroot hook doesn't detect devices from which swap
key is derived by default. the applied (but yet untested) patch should
fix this. please apply it against
/usr/share/initramfs-tools/hooks/cryptroot, regenerate your initramfs
with 'update-initramfs -u', and report back whether it works.

 Alternatively, if there is another way to set up encrypted swap so that
 I can hibernate to it, I would love to hear it. :)

as already mentioned in buglog, you could inverse the order and derive
the key for encrypted home from encrypted swap instead. that should work
out of the box.

greetings,
 jonas


signature.asc
Description: Digital signature


  1   2   3   4   5   >