Bug#604990: clarify man page dates policy

2010-11-25 Thread Andrew McMillan
On Thu, 2010-11-25 at 22:29 -0800, Russ Allbery wrote:
> jida...@jidanni.org writes:
> >> "RA" == Russ Allbery  writes:
> 
> > RA> No, I don't believe that it should.  I don't think this is something 
> > that
> > RA> we need to make technical Policy about.
> 
> > RA> I'll leave this bug open for a bit before closing in case someone else
> > RA> disagrees.
> 
> > Well then please add in the manual that Debian officially has no opinion on
> > dates on the man pages, and one is free to do as one feels fit on the 
> > matter.
> 
> I don't see the need for Policy to say anything about this, personally.
> This seems rather cosmetic to be addressed in Policy.

Seconded.

Cheers,
Andrew.

-- 

andrew (AT) morphoss (DOT) com+64(272)DEBIAN
Unnamed Law:
If it happens, it must be possible.




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


Bug#604855: unblock: shibboleth-sp2/2.3.1+dfsg-3

2010-11-25 Thread Michael Biebl
On 25.11.2010 13:13, Teodor MICU wrote:
> 
> I see at least two possible implementations:
> 1) use the 'status_of_proc' LSB function (there are many init scripts
> doing this for the status command);
> 2) check if there is any Apache process running:
>   # pidof apache2 > /dev/null && invoke-rc.d apache2 restart

the apache init script already has a status method, why don't you use

invoke-rc.d apache2 status >/dev/null 2>&1 && invoke-rc.d apache2 restart

(and possibly ignoring any errors by appending || true)

pidof has the downside that it will check for all processes named apache2.
This means you don't necessarily get the correct result.

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



signature.asc
Description: OpenPGP digital signature


Bug#603751: reports php5-5.3.3-4 fixes segfaults rendering all previous php5-5.3.3 versions unsuable

2010-11-25 Thread Ralf Becker

Hi,

there are reports on EGroupware lists, that php5-5.3.3-4 is the first 
PHP 5.3.3 version, usable with EGroupware.


All previous version segfaulted in many areas. Reported by docents of 
Debian (and Ubuntu) users on all our lists.


Maybe that helps deciding about the urgency to include 5.3.3-4 into 
Debian 6.


Ralf
--
Ralf Becker
Director Software Development

Stylite GmbH
[open style of IT]

Morschheimer Strasse 15
67292 Kirchheimbolanden

fon  +49 (0) 6352 70629-0
fax  +49 (0) 6352 70629-30
mailto: r...@stylite.de

www.stylite.de
www.egroupware.org


Geschäftsführer Andre Keller,
Gudrun Müller, Ralf Becker
Registergericht Kaiserslautern HRB 30575
Umsatzsteuer-Id / VAT-Id: DE214280951



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



Bug#605006: systemsettings: systematic crash when trying to configure screensaver

2010-11-25 Thread Erwan David
Package: systemsettings
Version: 4:4.4.5-4
Severity: normal

Each time I try to change screensaver configuration through systemsettings, it 
crashes.
It is systematic. It was not the case when I first configured it some weeks ago.

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

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

Versions of packages systemsettings depends on:
ii  kdebase-runtime   4:4.4.5-1  runtime components from the offici
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libkdecore5   4:4.4.5-1  the KDE Platform Core Library
ii  libkdeui5 4:4.4.5-1  the KDE Platform User Interface Li
ii  libkhtml5 4:4.4.5-1  the KHTML Web Content Rendering En
ii  libkio5   4:4.4.5-1  the Network-enabled File Managemen
ii  libknewstuff2-4   4:4.4.5-1  the "Get Hot New Stuff" v2 Library
ii  libknewstuff3-4   4:4.4.5-1  the "Get Hot New Stuff" v3 Library
ii  libkutils44:4.4.5-1  various utility classes for the KD
ii  libplasma34:4.4.5-1  the Plasma Library for the KDE Pla
ii  libqt4-dbus   4:4.6.3-4  Qt 4 D-Bus module
ii  libqt4-xml4:4.6.3-4  Qt 4 XML module
ii  libqtcore44:4.6.3-4  Qt 4 core module
ii  libqtgui4 4:4.6.3-4  Qt 4 GUI module
ii  libstdc++64.4.5-6The GNU Standard C++ Library v3
ii  libx11-6  2:1.3.3-3  X11 client-side library

systemsettings recommends no packages.

systemsettings suggests no packages.

-- no debconf information

This message is confidential and intended only for the addressee. If you have 
received this message in error, please immediately notify the 
postmas...@nds.com and delete it from your system as well as any copies. The 
content of e-mails as well as traffic data may be monitored by NDS for 
employment and security purposes.
To protect the environment please do not print this e-mail unless necessary.

An NDS Group Limited company. www.nds.com



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



Bug#436466: dash: Please optimise single command given to -c to exec it

2010-11-25 Thread Jonathan Nieder
Hi Drake,

Drake Wilson wrote:

> Depending on how it's implemented, this can also cause a sort of
> inconsistency fault line.
[...]
> Inserting, say, a
> debugging echo before the actual command is virtually guaranteed to
> not exec the final command directly.

How do you like the ksh93 behavior?

Actually, let me take that back.  If you actually want a guarantee
that future versions of dash will have or lack this feature, you
can work with upstream[1] or the Austin common standards revision
group[2].

Hints:
. Since ksh93 (like ksh88, iirc) and bash already support this
  optimization and, well, it's been good for them, POSIX is not likely
  to change to forbid it.

. Goals for dash include code size, speed, POSIX conformance,
  simplicity, compatibility.  Patches with clear justification are
  much better received than arguments without patches (though bug
  reports are always appreciated).

Needless to say, a change in behavior is not going to happen in time
for squeeze regardless.

Thanks for your interest,
Jonathan

[1] d...@vger.kernel.org
[2] http://www.opengroup.org/austin/



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



Bug#602158: less: fails when run in a ssh session - query

2010-11-25 Thread Yoshio Nakamura
> [1]matica:~$ less /etc/passwd
>  There is no -' option ("less --help" for help)

This works fine for me, I'm also using version 436-1 (Squeeze Testing).
I'm using libc6 version 2.11.2-7, which is newer than yours.

What are the contents of your LESS env variable?  Do you have any
other LESSxxx variables set?

Yoshio



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



Bug#604906: [DebianGIS-dev] Bug#604906: hdf5: Please plug back optimisation flags

2010-11-25 Thread Francesco P. Lovergine
On Thu, Nov 25, 2010 at 11:09:42AM +0100, Sylvestre Ledru wrote:
> Package: hdf5
> Severity: important
> 
> Hello,
> 
> Could you plug back the optimization on hdf5 libraries ?
> For now, all hdf5 libs are compiled in -O0 which is suboptimal for such
> a basic library.
> 
> I noticed in the debian/rules the following line:
> "# With gcc 4.3+ force optimization off, else some tests fail..."
> Could you specify which bugs of gcc it is ? 
> And which tests are failing ?
> 

Building includes a checking suite which partially
fails when optimization is on, it is also known upstream but
still not solved.

-- 
Francesco P. Lovergine



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



Bug#525615: RFP: ingex -- tapeless television production software

2010-11-25 Thread Gürkan Sengün

hello

i was curious if anybody is already working on this?

yours,
gurkan



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



Bug#604784: [Pkg-utopia-maintainers] Bug#604784: Bug#604784: /usr/bin/palimpsest: man page missing

2010-11-25 Thread Michael Biebl
On 26.11.2010 06:31, Vincent Cheng wrote:
> I've tried to search for as much documentation as I could find about
> gnome-disk-utility/palimpsest, but my search has turned up rather fruitless;
> Gnome's documentation is very brief (
> http://library.gnome.org/users/palimpsest/stable/advanced.html.en) and the
> documentation in gnome-disk-utility's source tarball is centered on the
> libgdu API, not on the usage of palimpsest itself. I'm having trouble
> finding a reliable source of documentation to improve upon the manual page
> that I've written so far.

Agreed, the current documentation about how to *use" palimpsest is scarce.
I guess the best way to write documentation is to actually use palimpsest.

> For the moment, I've just added a brief example section in the man page.
> (I'm sorry, but I don't see "..TH" anywhere though). If/when I find

See the file you attached to the bug report:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604784
http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=palimpsest.1;att=1;bug=604784

Looks though as the file you attached now doesn't have the format errors 
anymore.

> additional sources of documentation to expand upon what I've written so far,
> I'll definitely have another go at this.
> 
> As for writing documentation based on Yelp, I think it would be a great idea
> as well to expand on the little information available via Yelp on
> palimpsest; I'll have to look into that later. At the moment, I still have a
> lot to learn about writing manual pages. :)

Thanks for your efforts so far.
Let me know if you need any further help.

Michael

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



signature.asc
Description: OpenPGP digital signature


Bug#604929: adding menu to cutecom package

2010-11-25 Thread Brilliantov Kirill Vladimirovich
Roman I Khimov wrote on 11/26/2010 12:27 AM:
> В сообщении от Четверг 25 ноября 2010 16:47:10 вы написали:
>> Package: cutecom
>> Version: 0.22.0-2
>> Severity: minor
>> Tags: patch
>>
>> I work in the blackbox and added menu entry for cutecom package.
>> Thank you and excuse me for my bad english.
> 
> Are you sure you see this bug with 0.22.0-2? It should've been fixed in this 
> exact version, see changelog. And looking at file list for the package I also 
> do see /usr/share/menu/cutecom installed. Although it is installed in 
> "Apps/Tools" category and not in "Apps/Network/Communication", but that's 
> more 
> appropriate IMO as it's not exactly network app.
> 

You right, I have found menu, but not in "Apps/Tools". I have found it
in "Applications/System/Hardware".
This is my inadvertency.
Thank you and excuse me for my bad english.

-- 
С уважением,
Бриллиантов Кирилл Владимирович
…
программист, технический отдел
ООО «БайтЭрг»
Видеокамеры МВК – Эффективность разумных решений
…
+7(495)221-66-22 доб.122
http://www.byterg.ruhttp://www.bestdvr.ru



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



Bug#436466: This would be an actual semantic change

2010-11-25 Thread Drake Wilson
I'm tempted to be snarky and say "you think this is just an
optimization, but it is not", but that's probably a bit too harsh.

I would tend not to want this type of hidden semantic change to occur
in dash if it can practically be avoided, because it would make dash
less simple and clean in an unobvious way in exchange for a small gain
in performance and a small gain in compatibility with Bash.

"exec foo ..." and "foo ..." do not have exactly equivalent semantics
even when each is the only command that will be executed by the shell
before exiting, and Bash's behavior is something I would consider a
somewhat kludgy extension behavior.  It is entirely possible for a
parent process that knows it is invoking a POSIX shell and needs the
process tree to be shaped a certain way to specify the 'exec'
itself---and for that matter it may as well just _do_ the exec itself
in most cases.

Depending on how it's implemented, this can also cause a sort of
inconsistency fault line.  Seemingly unrelated elements, such as
changing one parameter into a backquote expansion or adding a
redirect, can then introduce a new process even when the final
execve() could theoretically be done the same way.  Inserting, say, a
debugging echo before the actual command is virtually guaranteed to
not exec the final command directly.  Essentially the question boils
down to whether a provably final execution in a shell script should be
treated as a tail execution in the absence of an explicit 'exec'.  I
would argue that for cleanliness either they should always be (which
would be a lot of work and potentially more inconsistent with classic
shell behavior and may make certain operations very difficult) or they
should never be (which I believe is the current behavior).

I believe Tim Connors's notion that not doing the exec transformation
"causes the PPid line in /proc/$pid/status to be WRONG" is _thoroughly
unjustified_ from a theoretical perspective, since system() does not
specify that it will optimize away the shell process for a single
command.  This concern may however be valid as a matter of unfortunate
backward compatibility for many forms of GNU/Linux.

Nonetheless, POSIX:2001[1] seems to be ambiguous on the matter: it
states that "the shell shall execute the utility in a separate utility
environment with actions equivalent to calling the execve() function
defined in the System Interfaces volume of IEEE Std 1003.1-2001 [...]"
but the relation between utility environments and process environments
seems to be unspecified, so the exec transformation may be acceptable
to POSIX.  (The dash man page doesn't seem to say which version of
POSIX it's targeting.)

[1] http://www.opengroup.org/onlinepubs/95399/utilities/xcu_chap02.html

   ---> Drake Wilson



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



Bug#604990: clarify man page dates policy

2010-11-25 Thread Russ Allbery
jida...@jidanni.org writes:
>> "RA" == Russ Allbery  writes:

> RA> No, I don't believe that it should.  I don't think this is something that
> RA> we need to make technical Policy about.

> RA> I'll leave this bug open for a bit before closing in case someone else
> RA> disagrees.

> Well then please add in the manual that Debian officially has no opinion on
> dates on the man pages, and one is free to do as one feels fit on the matter.

I don't see the need for Policy to say anything about this, personally.
This seems rather cosmetic to be addressed in Policy.

-- 
Russ Allbery (r...@debian.org)   



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



Bug#604956: [PATCH 2.6.32.y] KVM: VMX: Fix host userspace gsbase corruption

2010-11-25 Thread Ben Hutchings
commit c8770e7ba63bb5dd8fe5f9d251275a8fa717fb78 upstream.

We now use load_gs_index() to load gs safely; unfortunately this also
changes MSR_KERNEL_GS_BASE, which we managed separately.  This resulted
in confusion and breakage running 32-bit host userspace on a 64-bit kernel.

Fix by
- saving guest MSR_KERNEL_GS_BASE before we we reload the host's gs
- doing the host save/load unconditionally, instead of only when in guest
  long mode

Things can be cleaned up further, but this is the minmal fix for now.

Signed-off-by: Avi Kivity 
Signed-off-by: Marcelo Tosatti 
[bwh: Backport to 2.6.32]
---
This passed 'smoke test' for me, but I don't claim any familiarity with
this code so please do check what I've done.

Ben.

 arch/x86/kvm/vmx.c |   16 +++-
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index 0abb3a5..7238dd9 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -654,10 +654,7 @@ static void vmx_save_host_state(struct kvm_vcpu *vcpu)
 #endif
 
 #ifdef CONFIG_X86_64
-   if (is_long_mode(&vmx->vcpu))
-   save_msrs(vmx->host_msrs +
- vmx->msr_offset_kernel_gs_base, 1);
-
+   save_msrs(vmx->host_msrs + vmx->msr_offset_kernel_gs_base, 1);
 #endif
load_msrs(vmx->guest_msrs, vmx->save_nmsrs);
load_transition_efer(vmx);
@@ -672,17 +669,26 @@ static void __vmx_load_host_state(struct vcpu_vmx *vmx)
vmx->host_state.loaded = 0;
if (vmx->host_state.fs_reload_needed)
loadsegment(fs, vmx->host_state.fs_sel);
+#ifdef CONFIG_X86_64
+   if (is_long_mode(&vmx->vcpu))
+   save_msrs(vmx->guest_msrs + vmx->msr_offset_kernel_gs_base, 1);
+#endif
if (vmx->host_state.gs_ldt_reload_needed) {
kvm_load_ldt(vmx->host_state.ldt_sel);
 #ifdef CONFIG_X86_64
load_gs_index(vmx->host_state.gs_sel);
-   wrmsrl(MSR_KERNEL_GS_BASE, current->thread.gs);
 #else
loadsegment(gs, vmx->host_state.gs_sel);
 #endif
}
reload_tss();
+#ifdef CONFIG_X86_64
+   save_msrs(vmx->guest_msrs, vmx->msr_offset_kernel_gs_base);
+   save_msrs(vmx->guest_msrs + vmx->msr_offset_kernel_gs_base + 1,
+ vmx->save_nmsrs - vmx->msr_offset_kernel_gs_base - 1);
+#else
save_msrs(vmx->guest_msrs, vmx->save_nmsrs);
+#endif
load_msrs(vmx->host_msrs, vmx->save_nmsrs);
reload_host_efer(vmx);
load_gdt(&__get_cpu_var(host_gdt));
-- 
1.7.2.3





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



Bug#459078: less: touch /tmp/empty; less -h 0 /tmp/empty; hit F; hit ctrl-C ==> infinite loop

2010-11-25 Thread Yoshio Nakamura
package less
forwarded 459078 ma...@greenwoodsoftware.com
thanks

Hi Mark,

Forwarded from http://bugs.debian.org/459078 :
From: Tim Phipps 

touch /tmp/test
less -h 0 /tmp/test
F
^C

You can't kill the loop with ctrl-c or ctrl-Z. I had to kill it from
another terminal.
Using -h 1 does not show the bug.

Found in less versions 394 and 436.

--
Yoshio



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



Bug#605004: libvirt-bin: ignores domain element in network xml, so dnsmasq is not called with the --domain argument

2010-11-25 Thread pancho horrillo
Package: libvirt-bin
Version: 0.8.3-4
Severity: normal

Hi.

I want to be able to resolv dns names of the VMs managed by libvirt.
For that, I use a system dnsmasq, which loads this config file:
$ cat /etc/dnsmasq.d/00_libvirtd.conf 
# only bind to loopback by default
interface=lo
bind-interfaces
server=/my.private.domain.example/192.168.122.1 # <-- added this
$ 

Thus, any request for a host in the my.private.domain.example will be
forwarded to the libvirt's private dnsmasq instance.

The problem is that libvirt is silently ignoring the domain element in
the default network xml.  This element is documented on 
sources: libvirt-0.8.3/docs/schemas/network.rng
and also in http://libvirt.org/formatnetwork.html (look for 'domain').

Let me show you this:


$ sudo LIBVIRT_DEBUG=1 virsh
06:34:31.864: debug : virInitialize:339 : register drivers
06:34:31.865: debug : virRegisterDriver:927 : registering Test as driver 0
06:34:31.865: debug : virRegisterNetworkDriver:733 : registering Test as 
network driver 0
06:34:31.865: debug : virRegisterInterfaceDriver:764 : registering Test as 
interface driver 0
06:34:31.865: debug : virRegisterStorageDriver:795 : registering Test as 
storage driver 0
06:34:31.865: debug : virRegisterDeviceMonitor:826 : registering Test as device 
driver 0
06:34:31.865: debug : virRegisterSecretDriver:857 : registering Test as secret 
driver 0
06:34:31.865: debug : virRegisterNWFilterDriver:888 : registering Test as 
network filter driver 0
06:34:31.865: debug : virRegisterDriver:927 : registering Xen as driver 1
06:34:31.865: debug : virRegisterDriver:927 : registering OPENVZ as driver 2
06:34:31.866: debug : vboxRegister:122 : VBoxCGlueInit failed, using dummy 
driver
06:34:31.866: debug : virRegisterDriver:927 : registering VBOX as driver 3
06:34:31.866: debug : virRegisterNetworkDriver:733 : registering VBOX as 
network driver 1
06:34:31.866: debug : virRegisterStorageDriver:795 : registering VBOX as 
storage driver 1
06:34:31.866: debug : virRegisterDriver:927 : registering remote as driver 4
06:34:31.866: debug : virRegisterNetworkDriver:733 : registering remote as 
network driver 2
06:34:31.866: debug : virRegisterInterfaceDriver:764 : registering remote as 
interface driver 1
06:34:31.866: debug : virRegisterStorageDriver:795 : registering remote as 
storage driver 2
06:34:31.866: debug : virRegisterDeviceMonitor:826 : registering remote as 
device driver 1
06:34:31.866: debug : virRegisterSecretDriver:857 : registering remote as 
secret driver 1
06:34:31.866: debug : virRegisterNWFilterDriver:888 : registering remote as 
network filter driver 1
06:34:31.866: debug : virConnectOpenAuth:1498 : name=(null), 
auth=0x7f98b32d5460, flags=0
06:34:31.866: debug : do_open:1206 : no name, allowing driver auto-select
06:34:31.866: debug : do_open:1243 : trying driver 0 (Test) ...
06:34:31.866: debug : do_open:1249 : driver 0 Test returned DECLINED
06:34:31.866: debug : do_open:1243 : trying driver 1 (Xen) ...
06:34:31.866: debug : do_open:1249 : driver 1 Xen returned DECLINED
06:34:31.866: debug : do_open:1243 : trying driver 2 (OPENVZ) ...
06:34:31.866: debug : do_open:1249 : driver 2 OPENVZ returned DECLINED
06:34:31.866: debug : do_open:1243 : trying driver 3 (VBOX) ...
06:34:31.866: debug : do_open:1249 : driver 3 VBOX returned DECLINED
06:34:31.866: debug : do_open:1243 : trying driver 4 (remote) ...
06:34:31.866: debug : remoteOpen:1120 : Auto-probe remote URI
06:34:31.866: debug : doRemoteOpen:564 : proceeding with name = 
06:34:31.866: debug : remoteIO:9886 : Do proc=66 serial=0 length=28 wait=(nil)
06:34:31.866: debug : remoteIO:9961 : We have the buck 66 0x7f98b077b010 
0x7f98b077b010

06:34:31.867: debug : remoteIODecodeMessageLength:9314 : Got length, now need 
64 total (60 more)
06:34:31.867: debug : remoteIOEventLoop:9812 : Giving up the buck 66 
0x7f98b077b010 (nil)
06:34:31.867: debug : remoteIO:9990 : All done with our call 66 (nil) 
0x7f98b077b010
06:34:31.867: debug : remoteIO:9886 : Do proc=1 serial=1 length=40 wait=(nil)
06:34:31.867: debug : remoteIO:9961 : We have the buck 1 0x181c920 0x181c920
06:34:31.868: debug : remoteIODecodeMessageLength:9314 : Got length, now need 
56 total (52 more)
06:34:31.868: debug : remoteIOEventLoop:9812 : Giving up the buck 1 0x181c920 
(nil)
06:34:31.868: debug : remoteIO:9990 : All done with our call 1 (nil) 0x181c920
06:34:31.868: debug : remoteIO:9886 : Do proc=110 serial=2 length=28 wait=(nil)
06:34:31.868: debug : remoteIO:9961 : We have the buck 110 0x181c920 0x181c920
06:34:31.869: debug : remoteIODecodeMessageLength:9314 : Got length, now need 
76 total (72 more)
06:34:31.869: debug : remoteIOEventLoop:9812 : Giving up the buck 110 0x181c920 
(nil)
06:34:31.869: debug : remoteIO:9990 : All done with our call 110 (nil) 0x181c920
06:34:31.869: debug : doRemoteOpen:922 : Auto-probed URI is qemu:///system
06:34:31.869: debug : doRemoteOpen:941 : Adding Handler for remote events
06:34:31.869: debug : doRemoteOpen:948 : virEventAddH

Bug#604990: clarify man page dates policy

2010-11-25 Thread Ben Finney
The following message is a courtesy copy of an article
that has been posted to gmane.linux.debian.devel.policy as well.

jida...@jidanni.org writes:

> > "RA" == Russ Allbery  writes:
>
> RA> No, I don't believe that it should. I don't think this is
> RA> something that we need to make technical Policy about.
>
> Well then please add in the manual that Debian officially has no
> opinion on dates on the man pages, and one is free to do as one feels
> fit on the matter.

Again, there is no good reason to have Policy explicitly say “do as you
see fit” on arbitrary topics. Rather, the absence of normative language
in Policy already presents that option.

Why are you seeking a “the Debian project officially has no opinion on
this matter” statement on this, and – importantly – how does your
argument not apply to thousands of other matters on which Policy is
currently silent?

-- 
 \   “Free thought is a necessary, but not a sufficient, condition |
  `\   for democracy.” —Carl Sagan |
_o__)  |
Ben Finney



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



Bug#603631: smbfs: smbmount renders system when logged on with unprivileged user. Even reboot is not possible

2010-11-25 Thread Steve Langasek
reassign 603631 linux-2.6
severity 603631 important
thanks

On Mon, Nov 15, 2010 at 05:17:13PM +0100, christianha wrote:
> Package: smbfs
> Version: 2:3.2.5-4lenny13
> Severity: critical
> Tags: security
> Justification: breaks unrelated software

> 1.sudo apt-get install smbfs
> 2.sudo /usr/sbin/adduser nagios
> 3.sudo /usr/sbin/usermod -a -G nagios nagios
> 4.while true; do mkdir -p /tmp/mnt_10.0.0.2/test$ && smbmount 
> //10.0.0.2/test$ /tmp/mnt_10.0.0.2/test$ -o 
> password=asdfasdf,uid=nagios,gid=nagios,ro >> /dev/null& done
> 5.wait approximately 10 seconds
> 6.Strg+C
> 7.ps aux (You will see lots of processes called /sbin/mount.cifs.)
> 8.you can.t reboot system

This last indicates a kernel problem, not a problem in the smbfs package.

> Solution is to install linux-image-amd64 (>=2.6.32+25) from deb
> http://www.backports.org/debian lenny-backports main contrib non-free

And this confirms it.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Bug#498746: less: -j option does not like negative numbers

2010-11-25 Thread Yoshio Nakamura
package less
forwarded 498746 ma...@greenwoodsoftware.com
forwarded 563953 ma...@greenwoodsoftware.com
thanks

Forwarded from http://bugs.debian.org/498746 and http://bugs.debian.org/563953 :

From: Tong Sun 
To: Debian Bug Tracking System 
Subject: Less: -j does not take negative number any more
Date: Fri, 12 Sep 2008 17:43:25 -0400

Package: less
Version: 418-1
Severity: normal

>From less man page:

,-
| -jn or --jump-target=n
|
|   . . . The number may be negative to specify a line relative to the
|   bottom of the screen: the bottom line on the screen is -1, the
|   second to the bottom is -2, and so on. . .
`-

But it doesn't work with version 418-1 any more:

 $ less aaa

-- OK,

 $ less -j-6 aaa
 Invalid line number
 aaa  (press RETURN)

-- get the "Invalid line number" error after specifying a negative
   number for -j.


I confirm that the bug is still in version 436 (436-1 in Debian).  The
bug also happens when the -j option is in the LESS env variable.

Yoshio



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



Bug#605003: loss of data

2010-11-25 Thread jamesb
Package: kernel
Severity: critical

It appears that after doing some heavy compiling and filling up the entire 
filesystem, my xchat
settings completely vanished when i decided to reuse it. (decided to clear out 
all the made up object files
and have XX megs space free). I was stunned to see "zero" network lists to 
select on an irc connection dialog
startup box.. I remember reading about a patch for a filesystem routine about 
applications accessing
file read/write operations-- not sure if which library exactly does this.. so 
i'm posting about this
loss of data.. it may just be xchat but I have suspicions that it isn't.. 
thanks for the good work..
*

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

Kernel: Linux 2.6.26-2-amd64 (SMP w/3 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#604784: [Pkg-utopia-maintainers] Bug#604784: /usr/bin/palimpsest: man page missing

2010-11-25 Thread Vincent Cheng
I've tried to search for as much documentation as I could find about
gnome-disk-utility/palimpsest, but my search has turned up rather fruitless;
Gnome's documentation is very brief (
http://library.gnome.org/users/palimpsest/stable/advanced.html.en) and the
documentation in gnome-disk-utility's source tarball is centered on the
libgdu API, not on the usage of palimpsest itself. I'm having trouble
finding a reliable source of documentation to improve upon the manual page
that I've written so far.

For the moment, I've just added a brief example section in the man page.
(I'm sorry, but I don't see "..TH" anywhere though). If/when I find
additional sources of documentation to expand upon what I've written so far,
I'll definitely have another go at this.

As for writing documentation based on Yelp, I think it would be a great idea
as well to expand on the little information available via Yelp on
palimpsest; I'll have to look into that later. At the moment, I still have a
lot to learn about writing manual pages. :)

-Vincent

On Wed, Nov 24, 2010 at 3:56 AM, Michael Biebl  wrote:

> On 24.11.2010 11:32, Vincent Cheng wrote:
> > Package: gnome-disk-utility
> > Version: 2.30.1-2
> > Severity: normal
> > File: /usr/bin/palimpsest
> >
> > As a Debian Google Code-In student, I'd like to submit a missing manual
> page for palimpsest (attached with this bug report). Please let me know if
> you think anything needs to be changed.
> >
>
> Hi Vincent,
>
> thanks for your contribution.
> Such patches should best be sent upstream directly, so I'm bringing David
> into
> the loop here.
>
> But tbh, I think integrating a proper help system (based on yelp) would be
> much
> more valuable to our users as you can e.g. include graphics/screenshots and
> it
> is directly accessible from within the gui.
> See [1] for more details if you are interested in working on this.
>
> The man page itself has a few formatting errors (e.g. ..TH, should be .TH)
> and
> is very short. It doesn't really offer more information than the package
> description and the output of palimpsest --help. To be really useful you
> should
> explain e.g. the command line args in more detail, provide an EXAMPLE
> section etc.
>
> Cheers,
> Michael
>
>
> [1]
> http://library.gnome.org/admin/system-admin-guide/stable/help-0.html.en
>
> --
> Why is it that all of the instruments seeking intelligent life in the
> universe are pointed away from Earth?
>


palimpsest.1
Description: Binary data


Bug#604993: dash as /bin/sh causes $PPID to be wrong in child when invoked via system() call

2010-11-25 Thread Jonathan Nieder
forcemerge 436466 604993 
tags 436466 + upstream
quit

Tim Connors wrote:

> 75428,46> /bin/bash -c "bash -c \"echo \\\$PPID ; ps \\\$PPID\""

Ah, I get it now.  This is Bug #436466 (dash: Please optimise single
command given to -c to exec it).

It falls cleanly into the "patches welcome" category[1].

> It causes the PPid line in /proc/$pid/status to be WRONG for any program
> or script if it was executed by the system() routine provided in libc

Survey of existing behavior:

$ for shell in dash ksh93 bash mksh pdksh
> do
>   $shell -c 'printf "%s " $$; bash -c "echo \$\$"'
> done
18832 18833
18834 18834
18835 18836
18837 18838
18839 18841
$ for shell in dash ksh93 bash mksh pdksh
> do
>   $shell -c 'bash -c "readlink /proc/\$PPID/exe"'
> done
/bin/dash
/bin/bash
/bin/bash
/bin/mksh
/bin/pdksh

POSIX and tradition do not require the bash/ksh behavior.  (See
http://austingroupbugs.net/ if you would like to change that.)

Have you tried "dpkg-reconfigure -plow dash"?  That should allow your
apps to continue working...

Regards,
Jonathan

[1] If you'd like to work on this, that would be excellent.  Please
feel free to email d...@vger.kernel.org with any work in progress.  No
subscription required, since the convention is to always cc all
participants.



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



Bug#603952: closed by Ari Pollak (Re: Bug#603952: about the ICQ failure)

2010-11-25 Thread Ari Pollak

What happens with 2.4.3-4lenny8 in lenny? Will changes in 2.7.7 be
backported to pidgin in lenny?


I have no plans to do so, but patches are welcome. It will probably hit 
backports.org at some point as well.




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



Bug#605002: libhdf4-dev: rpath included in libdf.la

2010-11-25 Thread Andy Spencer
Package: libhdf4-dev
Version: 4.2r4-11
Severity: normal
Tags: patch


The rules file in libhdf4 uses chrpath to strip the rpath from the
executables and shared objects. It does not strip the rpath from the
libtool archives. This causes programs built against libdf to include an
invalid rpath.

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

Kernel: Linux 2.6.35.4 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libhdf4-dev depends on:
ii  libhdf4-0   4.2r4-11 The Hierarchical Data Format libra
ii  libjpeg62-dev   6b1-1Development files for the IJG JPEG
ii  zlib1g-dev  1:1.2.3.4.dfsg-3 compression library - development

libhdf4-dev recommends no packages.

libhdf4-dev suggests no packages.

-- no debconf information
>From 3d7302f77def786c100bcc54811cd2e49e811fc6 Mon Sep 17 00:00:00 2001
From: Andy Spencer 
Date: Thu, 25 Nov 2010 20:53:39 -0800
Subject: [PATCH] Strip rpath from libtool archives

---
 debian/rules |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5e1d965..d6e64e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -153,6 +153,9 @@ stamps/install-stamp: build-arch
for obj in $(DESTDIR)/usr/bin/* $(DESTDIR)/usr/lib/*.so.* 
$(DESTDIR)/usr/lib-alt/*.so.*; do \
chrpath -d $${obj} || true; \
done
+   for obj in $(DESTDIR)/usr/lib/*.la $(DESTDIR)/usr/lib-alt/*.la; do \
+   sed -ie 's/-R *[^ ]\+ //g' $${obj} || true; \
+   done

# rename programs also provided by netcdf-bin
mv $(DESTDIR)/usr/bin/ncdump $(DESTDIR)/usr/bin/ncdump-hdf
-- 
1.7.2.3



Bug#604993: dash as /bin/sh causes $PPID to be wrong in child when invoked via system() call

2010-11-25 Thread Tim Connors
On Thu, 25 Nov 2010, Jonathan Nieder wrote:

> severity 604993 normal
> quit
>
> Hi Tim,
>
> Tim Connors wrote:
>
> > When /bin/sh is linked to dash, if  is a shell script (/bin/sh
> > or /bin/bash), that shell script sees $PPID as being the "sh -c" process.
>
> Could you give an example?  I tried:
>
>   $ sh -c 'echo $PPID; echo $$'
>   18562
>   18564
>   $ python -c 'import os; os.system("echo $PPID; echo $$");'
>   18577
>   18578
>
> so I suspect I am missing something.

75427,45> ps $$
  PID TTY  STAT   TIME COMMAND
 2520 pts/29   Ss 0:01 bash
75428,46> /bin/bash -c "bash -c \"echo \\\$PPID ; ps \\\$PPID\""
2520
  PID TTY  STAT   TIME COMMAND
 2520 pts/29   Ss 0:01 bash
75429,47> /bin/dash -c "bash -c \"echo \\\$PPID ; ps \\\$PPID\""
5542
  PID TTY  STAT   TIME COMMAND
 5542 pts/29   S+ 0:00 /bin/dash -c bash -c "echo \$PPID ; ps \$PPID"

(the first /bin/bash or /bin/dash mimics /bin/sh being called with those
set as links, the second /bin/bash mimicks the #!/bin/bash line of a
script being called by system() (equivalentl results with #!/bin/sh or
#!/bin/dash), or indeed any process that reads the PPid line from
/proc/.../status.

> > I have marked this as "grave", because it breaks unrelated parts of
> > the system
>
> No.

I strongly disagree.

It causes the PPid line in /proc/$pid/status to be WRONG for any program
or script if it was executed by the system() routine provided in libc, if
and only if dash is installed as /bin/sh.

-- 
TimC
If you ever fear that machines will surpass humans in intelligence,
just ask Microsoft to write the OS. -- POTU in RHOD



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



Bug#604996: ITP: python-repoze.lru -- tiny LRU cache implementation and decorator

2010-11-25 Thread TANIGUCHI Takaki
Package: wnpp
Owner: tak...@debian.org
Severity: wishlist

* Package name: python-repoze.lru
  Version : 0.3
  Upstream Author : Agendaless Consulting 
* URL or Web page : http://www.repoze.org/
* License : modified BSD http://repoze.org/license.html
  Description : tiny LRU cache implementation and decorator
 repoze.lru is a LRU (least recently used) cache implementation. Keys and
 values that are not used frequently will be evicted from the cache faster
 than keys and values that are used frequently.




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



Bug#604995: ITP: python-pyramid -- The Pyramid web application framework, a Pylons project

2010-11-25 Thread TANIGUCHI Takaki
Package: wnpp
Owner: tak...@debian.org
Severity: wishlist

* Package name: python-pyramid
  Version : 1.0a4
  Upstream Author :  Chris McDonough, Agendaless Consulting 
* URL or Web page : http://docs.pylonshq.com/
* License : modified BSD http://repoze.org/license.html
  Description : The Pyramid web application framework, a Pylons project
 Pyramid is a small, fast, down-to-earth, open source Python web development
 framework. It makes real-world web application development and deployment
 more fun, more predictable, and more productive.
 .
 Pyramid is a Pylons project, and underlies the newest web frameworks
 produced by the Pylons community.
 .
 Pyramid was previously known as repoze.bfg.



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



Bug#604997: ITP: python-translationstring -- Utility library for i18n relied on by various Repoze packages

2010-11-25 Thread TANIGUCHI Takaki
Package: wnpp
Owner: tak...@debian.org
Severity: wishlist

* Package name: python-translationstring
  Version : 0.3 
  Upstream Author : Chris McDonough, Agendaless Consulting 
* URL or Web page : http://www.repoze.org/
* License : modified BSD http://repoze.org/license.html
  Description : Utility library for i18n relied on by various Repoze 
packages
 A library used by various Repoze packages for internationalization (i18n)
 duties related to translation.
 .
 This package provides a translation string class, a translation string
 factory class, translation and pluralization primitives, and a utility
 that helps Chameleon templates use translation facilities of this package.
 It does not depend on Babel, but its translation and pluralization
 services are meant to work best when provided with an instance of the
 babel.support.Translations class.




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



Bug#604998: ITP: python-venusian -- library for deferring decorator actions

2010-11-25 Thread TANIGUCHI Takaki
Package: wnpp
Owner: tak...@debian.org
Severity: wishlist

* Package name: python-venusian
  Version : 0.4
  Upstream Author : Chris McDonough, Agendaless Consulting 

* URL or Web page : http://www.repoze.org
* License : modified BSD http://repoze.org/license.html
  Description : library for deferring decorator actions
 Venusian is a library which allows framework authors to defer decorator
 actions. Instead of taking actions when a function (or class) decorator is
 executed at import time, you can defer the action usually taken by the
 decorator until a separate "scan" phase.




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



Bug#604999: ITP: zope.deprecation -- Zope 3 Deprecation Infrastructure

2010-11-25 Thread TANIGUCHI Takaki
Package: wnpp
Owner: tak...@debian.org
Severity: wishlist

* Package name: zope.deprecation
  Version : 3.4.0
  Upstream Author : Zope Corporation and Contributors 
* URL or Web page : http://pypi.python.org/pypi/zope.deprecation
* License : ZPL 2.1
  Description : Zope 3 Deprecation Infrastructure
 When we started working on Zope 3.1, we noticed that the hardest part of
 the development process was to ensure backward-compatibility and correctly
 mark deprecated modules, classes, functions, methods and properties. This
 package provides a simple function called 'deprecated(names, reason)' to
 deprecate the previously mentioned Python objects.



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



Bug#604990: clarify man page dates policy

2010-11-25 Thread jidanni
> "RA" == Russ Allbery  writes:

RA> No, I don't believe that it should.  I don't think this is something that
RA> we need to make technical Policy about.

RA> I'll leave this bug open for a bit before closing in case someone else
RA> disagrees.

Well then please add in the manual that Debian officially has no opinion on
dates on the man pages, and one is free to do as one feels fit on the matter.



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



Bug#459074: [459074] desklaunch: Doesn't work when NumLock is on

2010-11-25 Thread js


NumLock appears to be masked by Mod2Mask on a PC keyboard.

diff -crB desklaunch-1.1.7.orig/desklaunch.c desklaunch-1.1.7/desklaunch.c
*** desklaunch-1.1.7.orig/desklaunch.c  2010-02-15 02:13:07.0 +1100
--- desklaunch-1.1.7/desklaunch.c   2010-11-26 15:14:20.0 +1100
***
*** 410,415 
--- 410,416 
{
if (ev->window == active_icon->window && ev->button == 
Button1
&& (ev->state == Button1Mask
+ /* NumLock */ || ev->state == 
(Button1Mask | Mod2Mask)
|| ev->state == 
(Button1Mask | LockMask)
|| ev->state == 
(Button1Mask | ShiftMask)))
fork_exec (active_icon->command);




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



Bug#604990: clarify man page dates policy

2010-11-25 Thread Russ Allbery
jida...@jidanni.org writes:

> The Debian Policy Manual should state what the preferred date on manual
> pages should be, or wishes upstream would make it.

No, I don't believe that it should.  I don't think this is something that
we need to make technical Policy about.

I'll leave this bug open for a bit before closing in case someone else
disagrees.

-- 
Russ Allbery (r...@debian.org)   



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



Bug#605000: dtmfdial: doesn't seem to be able to share soundcard with other apps

2010-11-25 Thread Dallas E. Legan
Package: dtmfdial
Version: 0.2+1-2
Severity: normal

I have two soundcards, dtmfdial does not seem to work
with the default, but does with a usb outgboard card.
It reports '$/dev/dsp: Device or resource busy',
but several other apps can deal with this situation.
I can see that it might be useful for this to happen to produce
'pure', clean dialtones, but I envisioned using it with some
telephony/voip applications.
As it is, I may have to fool around with holding a headphone up 
to a mic to get the desired result.
Unless there is some other reason for this (permissions etc., 
(I did try changing them and a few other things))
I would suggest a switch to force it to ignore the condition
that causes the problem and use the indicated or default soundcard
whether it is already in use or not.
Thanks for any consideration.


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

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

Versions of packages dtmfdial depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib

dtmfdial recommends no packages.

dtmfdial 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#569627: wicd: Fails to connect to my WEP-secured network

2010-11-25 Thread Kyle Barbour
I'm also experiencing this problem, albeit with wicd 1.6.2.2. Like
Chris, I wasn't able to connect to a WEP network (although I'd been
successfully using wicd for unsecured networks for some time) using
wicd on its own. However, telling wicd to start connecting and then
issuing

# iwconfig wlan0 key XXX

allowed it to connect successfully.

I'm not sure what information would be helpful, but would be happy to
provide details.

Kyle


--
Kyle Barbour
k...@kylebarbour.org
(415) 238-9953
San Francisco, CA, USA



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



Bug#604993: dash as /bin/sh causes $PPID to be wrong in child when invoked via system() call

2010-11-25 Thread Jonathan Nieder
severity 604993 normal
quit

Hi Tim,

Tim Connors wrote:

> When /bin/sh is linked to dash, if  is a shell script (/bin/sh
> or /bin/bash), that shell script sees $PPID as being the "sh -c" process.

Could you give an example?  I tried:

$ sh -c 'echo $PPID; echo $$'
18562
18564
$ python -c 'import os; os.system("echo $PPID; echo $$");'
18577
18578

so I suspect I am missing something.

> I have marked this as "grave", because it breaks unrelated parts of
> the system

No.  

>   Never mind the fact that I didn't actively install
> dash - it came in with dependencies and eventually decided to ignore
> my choice for /bin/sh to be manually linked to bash after several
> upgrades where it obeyed me).

Please feel free to file a bug if you have ideas for improving this.
At the very least, I imagine the release notes (package release-notes)
could use some improvement.

Thanks for reporting.

Happy thanksgiving,
Jonathan



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



Bug#604993: dash as /bin/sh causes $PPID to be wrong in child when invoked via system() call

2010-11-25 Thread Tim Connors
Package: dash
Version: 0.5.5.1-7.2
Severity: grave

Any calls to system() invokes 

sh -c  

When /bin/sh is linked to dash, if  is a shell script (/bin/sh
or /bin/bash), that shell script sees $PPID as being the "sh -c" process.

If /bin/sh is linked to bash,  sees $PPID as being the actual
parent, which is a hell of a lot more useful (and in my case, required
for functionality of scripts I wrote a long time ago and I believe are
acting correctly).

My suspicion is that dash is doing an extra fork before exec, which
seems entirely useless, and not exactly in keeping with the
"lightweight and fast" aims of dash (forks can be expensive - glad
I don't have dash installed on our slowaris boxes!).

I think I can confirm this with this simple example:

75318,3> perl -e 'system("/bin/bash -c \"sleep 60\"");'
75319,7> ps axuf | grep -A5 perl.*[s]ystem
twc  19561  0.0  0.0  20132  1676 pts/118  S+   13:49   0:00
  \_ perl -e system("/bin/bash -c \"sleep 60\"");
twc  19562  0.0  0.0   9512   616 pts/118  S+   13:49   0:00
  \_ sleep 60


75320,5> perl -e 'system("/bin/dash -c \"sleep 60\"");'
75320,8> ps axuf | grep -A5 perl.*[s]ystem
twc  19752  0.0  0.0  20132  1676 pts/118  S+   13:49   0:00
  \_ perl -e system("/bin/dash -c \"sleep 60\"");
twc  19753  0.0  0.0   8104   632 pts/118  S+   13:49   0:00
  \_ /bin/dash -c sleep 60
twc  19754  0.0  0.0   9512   616 pts/118  S+   13:49   0:00
  \_ sleep 60



I have marked this as "grave", because it breaks unrelated parts of
the system: Sure, it's a shell script using /bin/sh (linked to dash)
that broke in this case, but anyone is free to use $PPID (via
/proc/.../status), and all it took was for the job of "sh -c" (that
system() always uses) having been taken over by the dash package
instead of bash.  Never mind the fact that I didn't actively install
dash - it came in with dependencies and eventually decided to ignore
my choice for /bin/sh to be manually linked to bash after several
upgrades where it obeyed me).

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

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

Versions of packages dash depends on:
ii  debianutils   3.4Miscellaneous utilities specific t
ii  dpkg  1.15.8.5   Debian package management system
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib

dash recommends no packages.

dash suggests no packages.

-- debconf information:
* dash/sh: true



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



Bug#604992: installation-reports: Acer Aspire One ZG5 - Grub2 configures usb flashdrive, containing install files as boot device.

2010-11-25 Thread Duane Paulson

Package: installation-reports
Severity: important
Tags: d-i

The installer apparently cannot differentiate between a USB flash drive 
and a
hard drive on this machine.  It attempts to install grub2 on the USB 
drive --
this can be overridden during the install process by answering "no" when 
asked

if you want to install to the MBR, and then selecting (hd1) as the device on
which to install grub2.

Once this is done, you must edit /boot/grub/device.map to remove the USB 
drive

and set the hard drive to (hd0), and then run update-grub.

This bug renders squeeze unusable to all but fairly experienced users.



-- Package-specific info:

Boot method: USB flash drive
Image version: UNetbootin Testing_NetInstall on November 25, 2010
Date: 

Machine: Acer Aspire One ZG5
Partitions: 


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [ ]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[E]
Overall install:[O]

Comments/Problems:

Please see bug report above.  The install was successful, but the system 
is not bootable until grub is correctly configured.


--

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="6.0 (squeeze) - installer build 20101020"
X_INSTALLATION_MEDIUM=netboot

==
Installer hardware-summary:
==
uname -a: Linux duanes-acer 2.6.32-5-486 #1 Thu Oct 14 16:56:52 UTC 2010 
i686 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation Mobile 945GME 
Express Memory Controller Hub [8086:27ac] (rev 03)

lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:015b]
lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation 
Mobile 945GME Express Integrated Graphics Controller [8086:27ae] (rev 03)

lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:015b]
lspci -knn: 00:02.1 Display controller [0380]: Intel Corporation Mobile 
945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller 
[8086:27a6] (rev 03)

lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:015b]
lspci -knn: 00:1b.0 Audio device [0403]: Intel Corporation N10/ICH 7 
Family High Definition Audio Controller [8086:27d8] (rev 02)

lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:015b]
lspci -knn: 00:1c.0 PCI bridge [0604]: Intel Corporation N10/ICH 7 
Family PCI Express Port 1 [8086:27d0] (rev 02)

lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.1 PCI bridge [0604]: Intel Corporation N10/ICH 7 
Family PCI Express Port 2 [8086:27d2] (rev 02)

lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.2 PCI bridge [0604]: Intel Corporation N10/ICH 7 
Family PCI Express Port 3 [8086:27d4] (rev 02)

lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1c.3 PCI bridge [0604]: Intel Corporation N10/ICH 7 
Family PCI Express Port 4 [8086:27d6] (rev 02)

lspci -knn: Kernel driver in use: pcieport
lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation N10/ICH 7 
Family USB UHCI Controller #1 [8086:27c8] (rev 02)

lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:015b]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.1 USB Controller [0c03]: Intel Corporation N10/ICH 7 
Family USB UHCI Controller #2 [8086:27c9] (rev 02)

lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:015b]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.2 USB Controller [0c03]: Intel Corporation N10/ICH 7 
Family USB UHCI Controller #3 [8086:27ca] (rev 02)

lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:015b]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.3 USB Controller [0c03]: Intel Corporation N10/ICH 7 
Family USB UHCI Controller #4 [8086:27cb] (rev 02)

lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:015b]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.7 USB Controller [0c03]: Intel Corporation N10/ICH 7 
Family USB2 EHCI Controller [8086:27cc] (rev 02)

lspci -knn: Subsystem: Acer Incorporated [ALI] Device [1025:015b]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile 
PCI Bridge [8086

Bug#604991: ttf-motoya-l-ceder: typo in the package name, Description, etc.

2010-11-25 Thread YOSHINO Yoshihito
Package: ttf-motoya-l-ceder
Version: 1.00-1
Severity: normal

Family names of this font are

 MotoyaLCedar,モトヤLシータ゛3等幅,ÉÇÉgÉÑLÉVÅ[É^ÅJ3ìôïù

The package name, Description, etc. say "ceder", which should be "cedar".

Thanks,
-- 
YOSHINO Yoshihito 



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



Bug#489908: less: line not output correctly -- not seen on 436-1 (Squeeze testing)

2010-11-25 Thread Yoshio Nakamura
Package: less
Severity: normal

> Since a few months, the first line of a file that is displayed when less
> is started is printed with a pseudo-random (positive or negative)
> offset; pseudo-random, as in, it is the same for any given file on any
> 'less' run, but it changes on a per-file basis. Once the file is
> visible, if you hit ^L to redraw the screen, everything is fine; it's
> just the very first time that things go wrong.

I'm using version 436-1 (Squeeze Testing), and I don't see this problem.
Have you upgraded to Squeeze?  If so, can you re-test?

Yoshio

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

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

Versions of packages less depends on:
ii  debianutils   3.4Miscellaneous utilities specific t
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libncurses5   5.7+20100313-4 shared libraries for terminal hand



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



Bug#603731: Debian will not load

2010-11-25 Thread Denis Laxalde
tags 603731 + moreinfo
thanks

Hi,

Bert wrote:
> Package:  Lenny
> Version:  5.0.6
> 
> After inserting DVD #1 and entering the command:
> netcfg/disable_dhcp=true debian-installer/framebuffer=false  hit 
> Enter and the following is displayed:
> 
> BUG:  Int 6: CR2 
> 
> EDI:   c0365f8cESI 4000EBP c0365f88   ESP  c0365f44
> EBX:     EDX: 0006  ECX:  EAX:  4000
> ERR:     EIP:  c0112c13  CS:  c0370060  flg:  00010092
> 
> Stack:
>   c0365f90   c0365f8c   c0365f88   c0365f94   c0365f90 
> c0365f8c   c036588c   c03749d0
>   c0365f94   c0365f8c   c0365f88   c0365f94   c0365f90 
> c400  00441031   
>   c000  0009f000   03bed000    c0365fd0 
> c036c430     

First, could you provide more information about:
 - the installer image you used (with an URL)
 - your hardware

Then, it looks like a kernel issue. A more recent kernel may help. Since
you are apparently trying to install Lenny, I would suggest that you
try to install Squeeze (the upcoming stable Debian release).
See: http://www.debian.org/devel/debian-installer/

Thanks for your report,


Denis



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



Bug#604990: clarify man page dates policy

2010-11-25 Thread jidanni
X-debbugs-Cc: man...@packages.debian.org, rad...@cox.net
Package: debian-policy
Version: 3.9.1.0
Severity: wishlist
File: /usr/share/doc/debian-policy/policy.html/ch-docs.html

The Debian Policy Manual should state what the preferred date on manual
pages should be, or wishes upstream would make it.

*The date any new version of the package was released?
*The date any changes to the man page were made?
*The date any significant changes to the man page were made?
*etc. etc.

Also mention if Debian maintainers should tamper with upstreams' date, or only
maybe when they add things to the man page.

By 'dates' I am talking about the
$ man -w cat|xargs zcat|sed 2!d
.TH CAT "1" "April 2010" "GNU coreutils 8.5" "User Commands"
line. Which brings up another item to mention: just month and year OK,
or must add date?



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



Bug#604989: lintex: Optionally force removal of generated files

2010-11-25 Thread Ryan Kavanagh
Package: lintex
Version: 1.08-1
Severity: wishlist
Tags: upstream confirmed

Please allow user to force the removal of generated files, even if
they're older than their associated .tex document.

Thanks,
Ryan

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

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

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

lintex recommends no packages.

Versions of packages lintex suggests:
ii  texlive-base  2009-11TeX Live: Essential programs and f

-- no debconf information


signature.asc
Description: Digital signature


Bug#604988: O: beecrypt -- open source C library of cryptographic algorithms

2010-11-25 Thread Aníbal Monsalve Salazar
Package: wnpp


Please adopt beecrypt.


Checking reverse dependencies...
# Build-Depends:
util-vserver: libbeecrypt-dev (>= 4.1.2-2)


new debian package, version 2.0.
size 141246 bytes: control archive= 2482 bytes.
   1080 bytes,26 lines  control  
   4116 bytes,63 lines  md5sums  
Package: libbeecrypt-dev
Source: beecrypt
Version: 4.2.1-2
Architecture: amd64
Maintainer: Debian QA Group 
Installed-Size: 700
Depends: libbeecrypt7 (= 4.2.1-2)
Conflicts: beecrypt-dev, beecrypt2-dev, libbeecrypt6-dev
Provides: beecrypt-dev, beecrypt2-dev, libbeecrypt6-dev
Section: libdevel
Priority: optional
Homepage: http://beecrypt.sourceforge.net/
Description: header files for beecrypt, a library of cryptographic algorithms
 BeeCrypt is an open source cryptography library that contains
 highly optimized C and assembler implementations of many well-known
 algorithms including Blowfish, SHA-1, Diffie-Hellman, and ElGamal.
 .
 Unlike some other crypto libraries, BeeCrypt is not designed to
 solve one specific problem, like file encryption, but to be a
 general purpose toolkit which can be used in a variety of
 applications.
 .
 There are also no patent or royalty issues associated with
 BeeCrypt, and it is released under the GNU LGPL license, which
 means it can be used for free in both open source and closed
 source commercial projects.


new debian package, version 2.0.
size 100342 bytes: control archive= 1106 bytes.
   1025 bytes,25 lines  control  
290 bytes, 4 lines  md5sums  
135 bytes, 7 lines   *  postinst #!/bin/sh
132 bytes, 7 lines   *  postrm   #!/bin/sh
 27 bytes, 1 lines  shlibs   
Package: libbeecrypt7
Source: beecrypt
Version: 4.2.1-2
Architecture: amd64
Maintainer: Debian QA Group 
Installed-Size: 280
Depends: libc6 (>= 2.3), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.4.0)
Conflicts: beecrypt, beecrypt2, libbeecrypt6
Section: libs
Priority: optional
Homepage: http://beecrypt.sourceforge.net/
Description: open source C library of cryptographic algorithms
 BeeCrypt is an open source cryptography library that contains
 highly optimized C and assembler implementations of many well-known
 algorithms including Blowfish, SHA-1, Diffie-Hellman, and ElGamal.
 .
 Unlike some other crypto libraries, BeeCrypt is not designed to
 solve one specific problem, like file encryption, but to be a
 general purpose toolkit which can be used in a variety of
 applications.
 .
 There are also no patent or royalty issues associated with
 BeeCrypt, and it is released under the GNU LGPL license, which
 means it can be used for free in both open source and closed
 source commercial projects.



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



Bug#604987: amarok: Classical music

2010-11-25 Thread Gordon Haverland
Package: amarok
Version: 2.3.1-1
Severity: wishlist

This bug is not specific to Amarok.
Most people listen to rock, country, 
And there is a common set of metadata which seems describe those
songs well.
And part of this is a mechanism of coming up with file names
based upon the metadata.

Classical music tends to be more complex than these rules allow.
And what can happen, is that you end up with multiple DIFFERENT
songs, that all have the same name according to whatever naming
convention is chosen.

It would be nice if Amarok (and every other music player), would
warn users of different songs which apparently get described in 
exactly the same way (in terms of title/artist/...).

The eventual solution is to come up with metadata rules which are
designed for classical music, and then map a subset of them to
all the popular music.  I'm not holding my breath this ever happens.

As this is mostly to get the information into the system, feel free
to close the bug immediately.

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

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

Versions of packages amarok depends on:
ii  amarok-common   2.3.1-1  architecture independent files for
ii  amarok-utils2.3.1-1  utilities for Amarok media player
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls 7.21.2-1 Multi-protocol file transfer libra
ii  libgcc1 1:4.4.5-8GCC support library
ii  libgcrypt11 1.4.5-2  LGPL Crypto library - runtime libr
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgpod40.7.93-0.3   library to read and write songs an
ii  libgtk2.0-0 2.20.1-2 The GTK+ graphical user interface 
ii  libkdecore5 4:4.4.5-1the KDE Platform Core Library
ii  libkdeui5   4:4.4.5-1the KDE Platform User Interface Li
ii  libkdnssd4  4:4.4.5-1the DNS-SD Protocol Library for th
ii  libkfile4   4:4.4.5-1the File Selection Dialog Library 
ii  libkio5 4:4.4.5-1the Network-enabled File Managemen
ii  libknewstuff2-4 4:4.4.5-1the "Get Hot New Stuff" v2 Library
ii  libknewstuff3-4 4:4.4.5-1the "Get Hot New Stuff" v3 Library
ii  libkutils4  4:4.4.5-1various utility classes for the KD
ii  liblastfm0  0.4.0~git20090710-1  The Last.fm web services library
ii  libloudmouth1-0 1.4.3-5  Lightweight C Jabber library
ii  libmtp8 1.0.3-1  Media Transfer Protocol (MTP) libr
ii  libmysqlclient165.1.49-2 MySQL database client library
ii  libphonon4  4:4.6.0really4.4.2-1 the core library of the Phonon mul
ii  libplasma3  4:4.4.5-1the Plasma Library for the KDE Pla
ii  libqca2 2.0.2-1  libraries for the Qt Cryptographic
ii  libqt4-dbus 4:4.6.3-4Qt 4 D-Bus module
ii  libqt4-network  4:4.6.3-4Qt 4 network module
ii  libqt4-script   4:4.6.3-4Qt 4 script module
ii  libqt4-sql  4:4.6.3-4Qt 4 SQL module
ii  libqt4-svg  4:4.6.3-4Qt 4 SVG module
ii  libqt4-webkit   4:4.6.3-4Qt 4 WebKit module
ii  libqt4-xml  4:4.6.3-4Qt 4 XML module
ii  libqtcore4  4:4.6.3-4Qt 4 core module
ii  libqtgui4   4:4.6.3-4Qt 4 GUI module
ii  libqtscript4-core   0.1.0-3  Qt Script bindings for the Qt 4 Co
ii  libqtscript4-gui0.1.0-3  Qt Script bindings for the Qt 4 Gu
ii  libqtscript4-networ 0.1.0-3  Qt Script bindings for the Qt 4 Ne
ii  libqtscript4-sql0.1.0-3  Qt Script bindings for the Qt 4 SQ
ii  libqtscript4-uitool 0.1.0-3  Qt Script bindings for the Qt 4 Ui
ii  libqtscript4-xml0.1.0-3  Qt Script bindings for the Qt 4 XM
ii  libsolid4   4:4.4.5-1Solid Library for KDE Platform
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libstreamanalyzer0  0.7.2-1+b1   streamanalyzer library for Strigi 
ii  libstreams0 0.7.2-1+b1   streams library for for Strigi Des
ii  libtag-extras1  1.0.1-3  TagLib extras library - support fo
ii  libtag1c2a  1.6.3-1  TagLib Audio Meta-Data Library
ii  libthreadweaver44:4.4.5-1the ThreadWeaver Library for the K
ii  libxml2 2.7.8.dfsg-1 GNOME XML library
ii  phonon  4:4.6.0really4.4.2-1 metapackage fo

Bug#604986: python-chameleon: new upstream 1.2.13

2010-11-25 Thread TANIGUCHI Takaki
Package: python-chameleon
Version: 1.1.1-2
Severity: wishlist

Please make version 1.2.13 package.

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

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

Versions of packages python-chameleon depends on:
ii  python  2.6.6-3+squeeze1 interactive high-level object-orie
ii  python-central  0.6.16+nmu1  register and build utility for Pyt
ii  python-pkg-resources0.6.14-4 Package Discovery and Resource Acc

python-chameleon recommends no packages.

python-chameleon 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#604984: lynx: RMDIR_PATH effects nothing

2010-11-25 Thread Thomas Dickey

On Fri, 26 Nov 2010, Frank Heckenbach wrote:


Package: lynx
Version: 2.8.8dev.5-1
Severity: normal
Tags: patch upstream

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

RMDIR_PATH in lynx.cfg effects nothing. This was reported in
http://www.mail-archive.com/lynx-...@sig.net/msg10587.html
The patch below is the patch from this message, updated to the
current version. I've tested it and it works for me.


thanks (that is old, but still applies)



--- lynx-cur-2.8.8dev.5/src/LYReadCFG.c.orig2010-06-21 11:44:55.0 
+0200
+++ lynx-cur-2.8.8dev.5/src/LYReadCFG.c 2010-11-26 01:27:38.0 +0100
@@ -1548,6 +1548,7 @@
#endif
 PARSE_SET(RC_REUSE_TEMPFILES,  LYReuseTempfiles),
 PARSE_PRG(RC_RLOGIN_PATH,  ppRLOGIN),
+ PARSE_PRG(RC_RMDIR_PATH,   ppRMDIR),
 PARSE_PRG(RC_RM_PATH,  ppRM),
#ifndef NO_RULES
 PARSE_FUN(RC_RULE, HTSetConfiguration),
--- lynx-cur-2.8.8dev.5/src/LYrcFile.h.orig 2010-06-21 11:44:55.0 
+0200
+++ lynx-cur-2.8.8dev.5/src/LYrcFile.h  2010-11-26 01:28:00.0 +0100
@@ -190,6 +190,7 @@
#define RC_REPLAYSECS   "replaysecs"
#define RC_REUSE_TEMPFILES  "reuse_tempfiles"
#define RC_RLOGIN_PATH  "rlogin_path"
+#define RC_RMDIR_PATH   "rmdir_path"
#define RC_RM_PATH  "rm_path"
#define RC_RULE "rule"
#define RC_RULESFILE"rulesfile"






--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



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



Bug#599023: [Pkg-bluetooth-maintainers] Bug#599023: any updates (was: Please disable hal support)

2010-11-25 Thread Nobuhiro Iwamatsu
Hi,

2010/11/17 Michael Biebl :
> Hi,
>
> just wanted to know if there has been any progress on this issue.
>
> Would be nice to have such a bluez package available from exp as long as the
> freeze is in effect.
>

I will upload package without hal to experilmetal this week.

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



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



Bug#604985: Optionally force removal of generated files

2010-11-25 Thread Ryan Kavanagh
Package: lintex
Version: 1.08-1
Severity: wishlist
Tags: upstream

Please allow users to optionally force the removal of generated files,
even if they're more recent than their associated .tex file.

Thanks,
Ryan

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

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

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

lintex recommends no packages.

Versions of packages lintex suggests:
ii  texlive-base  2009-11TeX Live: Essential programs and f

-- no debconf information


signature.asc
Description: Digital signature


Bug#604984: lynx: RMDIR_PATH effects nothing

2010-11-25 Thread Frank Heckenbach
Package: lynx
Version: 2.8.8dev.5-1
Severity: normal
Tags: patch upstream

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

RMDIR_PATH in lynx.cfg effects nothing. This was reported in
http://www.mail-archive.com/lynx-...@sig.net/msg10587.html
The patch below is the patch from this message, updated to the
current version. I've tested it and it works for me.

--- lynx-cur-2.8.8dev.5/src/LYReadCFG.c.orig2010-06-21 11:44:55.0 
+0200
+++ lynx-cur-2.8.8dev.5/src/LYReadCFG.c 2010-11-26 01:27:38.0 +0100
@@ -1548,6 +1548,7 @@
 #endif
  PARSE_SET(RC_REUSE_TEMPFILES,  LYReuseTempfiles),
  PARSE_PRG(RC_RLOGIN_PATH,  ppRLOGIN),
+ PARSE_PRG(RC_RMDIR_PATH,   ppRMDIR),
  PARSE_PRG(RC_RM_PATH,  ppRM),
 #ifndef NO_RULES
  PARSE_FUN(RC_RULE, HTSetConfiguration),
--- lynx-cur-2.8.8dev.5/src/LYrcFile.h.orig 2010-06-21 11:44:55.0 
+0200
+++ lynx-cur-2.8.8dev.5/src/LYrcFile.h  2010-11-26 01:28:00.0 +0100
@@ -190,6 +190,7 @@
 #define RC_REPLAYSECS   "replaysecs"
 #define RC_REUSE_TEMPFILES  "reuse_tempfiles"
 #define RC_RLOGIN_PATH  "rlogin_path"
+#define RC_RMDIR_PATH   "rmdir_path"
 #define RC_RM_PATH  "rm_path"
 #define RC_RULE "rule"
 #define RC_RULESFILE"rulesfile"



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



Bug#604948: IPv6 problems in Squeeze

2010-11-25 Thread Ben Hutchings
On Fri, 2010-11-26 at 01:10 +0100, Kolbjørn Barmen wrote:
> On Thu, 25 Nov 2010, Bjørn Mork wrote:
> 
> > Module parameters for modules that are built into the kernel image
> > are specified on the kernel command line with the module name plus
> > '.' plus parameter name, with '=' and value if appropriate, such as:
> > 
> > usbcore.blinkenlights=1
> > 
> 
> Sure, but it's not really particularly practical or elegant to fill up
> the bootparameters. With ipv6 as a module, one do only need to distribute
> a /etc/modprobe.d/ipv6.conf to everyone and and be done with it. With
> kernel parameters I need to worry about alot more.
> 
> Having kernel modules is a feature, very practical one.
> Are there any practical reason for having IPv6 support in the kernel
> opposed to having it as a module? I cannot really think of any.

There are performance and security benefits to building code as non-
modular.  There is also a cost, of course, where it isn't used.  But
over the lifetime of 'squeeze' we expect to see IPv6 being used far more
widely.

In any case, this decision was made some time ago and will not be
changed for 'squeeze' so you will have to live with it.

[snip rant]

> > How about using pre-up?  Wouldn't that always work?
> 
> Certainly should. I remember having played with "pre-up", but do not
> remember why I ended up with "up" instead.

Anything that doesn't depend on having the hardware running can be put
in pre-up.

> Anyways, it's just a work around, what if you use network-manager
> instead for example?

Network Manager is there to make network configuration easy for ordinary
users administering their own PCs.  It is not supposed to support every
possible configuration, e.g. it has no support for bonding or VLAN
configuration either.

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#604168: RFS: ramond (updated, take 3)

2010-11-25 Thread Nicolas Dandrimont
* Kan-Ru Chen  [2010-11-25 11:08:58 +0800]:

> The package builds fine and appears to be lintian clean, though a little
> too verbose.  Please consider comment out the "export DH_VERBOSE=1" by
> default in debian/rules.

Done.

> >  - use of dh_installexamples
> >  - stripping the README off the installation instructions
> 
> IMO, leave the README as is wouldn't harm at all.
> 
> sed '/Installation/, /textproc/ d' README >debian/README
> 
> Why sed?  It could be done in a path, otherwise you leave a patched
> debian/README that was not cleaned by dh_clean.

I didn't consider that, thanks. I opted for the patch approach as I
think that stripping the README off the installation instructions
makes it more to the point.

> And if you list the docs in debian/docs, dh_installdocs will take
> care of them.

Done.

Take 3 on ramond's package can be found on mentors.debian.net:

- URL: http://mentors.debian.net/debian/pool/main/r/ramond
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget http://mentors.debian.net/debian/pool/main/r/ramond/ramond_0.4-1.dsc

Thanks for your review,
-- 
Nicolas Dandrimont

"Linux: the operating system with a CLUE...
Command Line User Environment".
(seen in a posting in comp.software.testing)


signature.asc
Description: Digital signature


Bug#604983: youtube-dl: Manpage needs updating for new options

2010-11-25 Thread Josh Triplett
Package: youtube-dl
Version: 2010.11.19-1
Severity: wishlist

The manual page doesn't yet document the new -A option, or the
--playlist-start and --playlist-end options.

Thanks for packaging youtube-dl!

- Josh Triplett

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

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

Versions of packages youtube-dl depends on:
ii  python  2.6.6-3+squeeze1 interactive high-level object-orie

youtube-dl recommends no packages.

Versions of packages youtube-dl suggests:
ii  rtmpdump  2.3-2  A small dumper for media content s

-- 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#604964: fenix: Needs a sourceful upload to get correct Architecture in .dsc

2010-11-25 Thread Peter Pentchev
package fenix
tag 604964 + pending
thanks

Well, the next sourceful upload of fenix (hopefully coming soon) will
automatically close this bug after all the helpful explanations from
Guillem Jover, Luk Claes and Philipp Kern as to where exactly I went
wrong in the interpretation of Philipp's comments :)  Thanks, everyone!

G'luck,
Peter

-- 
Peter Pentchev  r...@space.bgr...@ringlet.netr...@freebsd.org
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
When you are not looking at it, this sentence is in Spanish.


signature.asc
Description: Digital signature


Bug#604948: IPv6 problems in Squeeze

2010-11-25 Thread Kolbjørn Barmen
On Thu, 25 Nov 2010, Bjørn Mork wrote:

> Module parameters for modules that are built into the kernel image
> are specified on the kernel command line with the module name plus
> '.' plus parameter name, with '=' and value if appropriate, such as:
> 
> usbcore.blinkenlights=1
> 

Sure, but it's not really particularly practical or elegant to fill up
the bootparameters. With ipv6 as a module, one do only need to distribute
a /etc/modprobe.d/ipv6.conf to everyone and and be done with it. With
kernel parameters I need to worry about alot more.

Having kernel modules is a feature, very practical one.
Are there any practical reason for having IPv6 support in the kernel
opposed to having it as a module? I cannot really think of any.
If anything, I would also want to have to have ipv4 as a kernel module,
for those system I really want to have IPv6-only. I guess that will
eventually be possible.

> > For example, I have servers that need to explicitly have IPv6 configured
> > staticly, that sit on LANs that have autoconf/ra enabled.
> 
> > Now - it would ofcourse be _very much_ prefared that if one in
> > /etc/network/interfaces configure interfaces with static ipv6 addresses
> > and static router, all of the above happen automatically.
> 
> I don't think that's necessarily something everyone would want.  I can
> imagine situations where you'd like both a static address and a SLAAC
> address on an interface.

Sure - like when you want to confuse yourself regarding which address is
actually the source address you're using for outbound traffic, and
everyone else with a client certificate that doesnt match the IP address
you're coming from, since you ofcourse never bothered to register a PTR
record for the SLAAC address.

Or the network your machine is on, is in general an open one, but the nice
admins have been kind enough to protect your IP-address from the very
scary and harmfull internet - only they didn't know about your
autoconfigured address that is open for anyone to gawk at.

Or when you just enjoy collecting new addresses from bogusly set up
Windows machines that at random might find it worth while to think that
they should act as 6to4 relays and broadcast prefixes and announce route.
Or someone does the above on purpose just to be wicked.

Or someone manage to loop the network you're on with some other network
for a few seconds, causing your machine to have a new bogus autoconfigured
address and a borken default gateway for a while...

Or ... the possible trouble scenarious with SLAAC are endless.

And there are situations where you want to to use static, manually set
interface identifier and yet autoconf prefix. I have no idea how to
configure that in interfaces.

The problem with Linux and IPv6 is that the powers that be think that
having everything being set up automatically by default is such a good
thing, and most of them hardly give any thought to the consequences it
seems.

I wish the Linux developers had a more pragmatic approach to ipv6, instead
of this IMO overly optimistic view that "the protocols offers the solutions
to all problems!". At least ipv6 _is_ possible to have as a module, and
has gotten some parameters to it, even if Debian now seems to pretend that
having it as a module is somehow bad and dumps into the kernel (for
reasons I really dont grasp - how large percent of the users really _need_
IPv6 to be available at boot time? And what can you do with it at boot
time? NFS root? I don't think the Linux kernel NFS root options are IPv6
capable anyhow)

With IPv6 now becoming a supported feature in Debian, are there any plans
to provide documention on how to for example configure fully staticly set
up ipv6 configuration, which one typically want on server machines.

> > auto eth0
> >iface eth0 inet static
> >   address 10.10.10.10
> >   gateway 10.10.10.1
> >   netmask 255.255.255.0
> >iface eth0 inet6 static
> >   address 2001:700:0::beaf
> >   gateway 2001:700::1
> >   netmask 64
> >up /sbin/sysctl -w net.ipv6.conf.eth0.autoconf=0
> >up /sbin/sysctl -w net.ipv6.conf.eth0.accept_ra=0
> >
> > But this only work _most_ of the time. Every now and then the sysctl lines 
> > are
> > not performed quickly enough and due to bad luck the server also picks up
> > autoconf address and router announcement, ending up with double set of
> > addresses and non-static default route.
> 
> How about using pre-up?  Wouldn't that always work?

Certainly should. I remember having played with "pre-up", but do not
remember why I ended up with "up" instead. Anyways, it's just a work
around, what if you use network-manager instead for example?

-- 
Kolbjørn Barmen
UNINETT Driftsenter



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



Bug#601599: deluge: argument mismatch between rpcserver and client

2010-11-25 Thread Cristian Greco
On Thu, 25 Nov 2010 23:29:21 +0100
Simon Walter  wrote:

> On 25.11.2010 19:02, Cristian Greco wrote:
> > which version of deluge are you running on remote machine?
> >
> 1.3.1 so server and client are the same version

Are you using some additional plugins?

Thanks,
--
Cristian Greco
GPG key ID: 0xCF4D32E4


signature.asc
Description: PGP signature


Bug#509702: fenix: should list architectures in source stanza

2010-11-25 Thread Peter Pentchev
package fenix-plugins
tag 509702 + pending
thanks

On Thu, Nov 25, 2010 at 08:43:34PM +0100, Guillem Jover wrote:
> On Thu, 2008-12-25 at 01:57:59 +0100, Philipp Kern wrote:
> > reassign 509702 fenix-plugins
> > found 509702 0.0.20070803-3
> > thanks
> > 
> > On Thu, Dec 25, 2008 at 01:52:23AM +0100, Philipp Kern wrote:
> > > Package: fenix
> > > Version: 0.92a.dfsg1-5
> > > Severity: normal
> > > 
> > > fenix currently lists the architectures for which it should be built in
> > > the binary stanza of `debian/control'.  This is wrong.  Instead they
> > > should be moved to the source stanza so that builds fail immediately.
> 
> Ok, this applies to fenix, and was due to a bug in dpkg-dev fixed long
> time ago, a simple sourceful upload will fix this automatically as the
> .dsc will get generated anew.

Yep; thanks a lot to you and Luk Claes for the explanations, and my
apologies to Philipp Kern for misinterpreting his comments and raising
this storm in a teacup!  Fortunately, you were all smart enough to figure
out that Philipp himself was smart enough to not have tried to say what
I thought he was saying :)

I've made some unrelated changes to fenix and, while I'm there, marked
this bug to be closed in the next upload, hopefully coming soon.

> > > Apart from that: is there a reason why not all !64bit architectures
> > > are listed?  E.g. powerpc is missing from both fenix and fenix-plugins.
> > > There are also other architectures like sparc which have 32bit
> > > userspace.  (Not exactly sure about s390, but probably it does not
> > > have the weird 31bit one.)
> > > 
> > > I not-for-us'ed both packages on alpha, ia64 and amd64.
> > 
> > Oops, obviously it's already too late on this Christmas eve.  It looks
> > like only the first of a folded line was copied to fenix-plugins' control
> > file.  Thus reassigning and fenix-plugins' line is incomplete.
> 
> And this applies to fenix-plugins, and needs to get the Architecture
> fields in debian/control synced with the ones from fenix.

Right; I've also made some changes to fenix-plugins, and marked this bug to
be closed with the next upload, too.

Again, thanks for everything!

G'luck,
Peter

-- 
Peter Pentchev  r...@space.bgr...@ringlet.netr...@freebsd.org
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
If this sentence didn't exist, somebody would have invented it.


signature.asc
Description: Digital signature


Bug#537811: vlc: Seems to be linked to window manager

2010-11-25 Thread Erik Saule
Package: vlc
Version: 1.1.3-1
Severity: normal


Hello, I have some issue with the fullscreen option vlc.

I used it in lenny without a window manager and it was working fine.
Once I migrated to squeeze, the fullscreen option was not working
anymore (despite I did not see any error message on stdout or stderr).
I tried activating fullscreen either from the command line or using
the http ( or luahttp) interface. But nothing was happening. Using a
window manager (fluxbox) solved the issue. But I still believe this is
a bug.

best


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

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

Versions of packages vlc depends on:
ii  libaa1  1.4p5-38 ascii art library
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libfribidi0 0.19.2-1 Free Implementation of the Unicode
ii  libgcc1 1:4.4.5-6GCC support library
ii  libgl1-mesa-glx [libgl1 7.7.1-4  A free implementation of the OpenG
ii  libqtcore4  4:4.6.3-4Qt 4 core module
ii  libqtgui4   4:4.6.3-4Qt 4 GUI module
ii  libsdl-image1.2 1.2.10-2+b2  image loading library for Simple D
ii  libsdl1.2debian 1.2.14-6.1   Simple DirectMedia Layer
ii  libstdc++6  4.4.5-6  The GNU Standard C++ Library v3
ii  libtar  1.2.11-6 C library for manipulating tar arc
ii  libvlccore4 1.1.3-1  base library for VLC and its modul
ii  libx11-62:1.3.3-3X11 client-side library
ii  libx11-xcb1 2:1.3.3-3Xlib/XCB interface library
ii  libxcb-keysyms1 0.3.6-1  utility libraries for X C Binding 
ii  libxcb-randr0   1.6-1X C Binding, randr extension
ii  libxcb-shm0 1.6-1X C Binding, shm extension
ii  libxcb-xv0  1.6-1X C Binding, xv extension
ii  libxcb1 1.6-1X C Binding
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  ttf-freefont20090104-7   Freefont Serif, Sans and Mono True
ii  vlc-nox 1.1.3-1  multimedia player and streamer (wi
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages vlc recommends:
ii  vlc-plugin-notify 1.1.3-1LibNotify plugin for VLC
pn  vlc-plugin-pulse   (no description available)

Versions of packages vlc suggests:
pn  mozilla-plugin-vlc (no description available)
ii  videolan-doc  20070626-1 documentation for the VideoLAN str

Versions of packages vlc-nox depends on:
ii  liba52-0.7.40.7.4-14 library for decoding ATSC A/52 str
ii  libasound2  1.0.23-2.1   shared library for ALSA applicatio
ii  libass4 0.9.9-1  library for SSA/ASS subtitles rend
ii  libavahi-client30.6.27-2 Avahi client library
ii  libavahi-common30.6.27-2 Avahi common library
ii  libavc1394-00.5.3-1+b2   control IEEE 1394 audio/video devi
ii  libavcodec524:0.5.2-6ffmpeg codec library
ii  libavformat52   4:0.5.2-6ffmpeg file format library
ii  libavutil49 4:0.5.2-6ffmpeg utility library
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcaca00.99.beta17-1colour ASCII art library
ii  libcddb21.3.2-2  library to access CDDB data - runt
ii  libcdio10   0.81-4   library to read and control CD-ROM
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdc1394-222.1.2-3  high level programming interface f
ii  libdca0 0.0.5-3  decoding library for DTS Coherent 
ii  libdirac-encoder0   1.0.2-3  open and royalty free high quality
ii  libdvbpsi6  0.1.7-1  library for MPEG TS and DVB PSI ta
ii  libdvdnav4  4.1.3-7  DVD navigation library
ii  libdvdread4 4.1.3-10 library for reading DVDs
ii  libebml00.7.7-3.1access library for the EBML format
ii  libfaad22.7-4freeware Advanced Audio Decoder - 
ii  libflac81.2.1-2+b1   Free Lossless Audio Codec - runtim
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libfribidi0 0.19.2-1 Free Implementation of the Unico

Bug#604718: [Build-common-hackers] Bug#604718: Bug#604718: please add support for dh_python2

2010-11-25 Thread Jonas Smedegaard

On Thu, Nov 25, 2010 at 09:10:41PM +0100, Piotr Ożarowski wrote:

[Jonas Smedegaard, 2010-11-24]

Where is the official documentation for that packaging helper?


`man dh_python2` has some, but it's mostly... in my head (looking for 
someone who will document all the small features like pkg.pyinstall¹ or 
PyDist² in the manpage)


Ah, ok.  Not unlike CDBS :-/


I noticed quite a few packages switching to it recently, and wonder 
if it is somehow intended to be a successor of the divided past of 
pysupport and pycentral, or yet another equal competitor.


I want³ all python-central and python-support packages to be converted 
to dh_python2 in Wheezy, dunno if others will agree to do that. At 
least for Python 3 we have one helper only and I updated 
pycentral/pysupport to ignore python3-foo binary packages.


Thanks for the input.  Some reading for me to do (when I get to a more 
reliable internet connection than my current one).



As with the pycompat patch, you are quite welcome to apply your 
improvements directly to our Git in collab-maint area of Alioth. Just 
please commit code changes first and changelog update separately 
afterwards.


done (without touching debian/changelog)


Thanks!

Feel free to join our mailinglist (if you are not already) and help 
maintain those file too if you like :-)



 - Jonas

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

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


signature.asc
Description: Digital signature


Bug#600981: ITP: lv2file -- A command-line program to apply LV2 effects to files

2010-11-25 Thread Jeremy
I've uploaded the package to mentors.debian.net.  You can see it here:
http://mentors.debian.net/cgi-bin/maintainer-packages?action=details;package=lv2file

Jeremy

On Fri, Oct 22, 2010 at 12:42 AM, Jeremy Salwen wrote:

> Package: wnpp
> Severity: wishlist
> Owner: Jeremy Salwen 
>
>
>  Package name: lv2file
> * Version : 0.6
>  Upstream Author : Jeremy Salwen 
> * URL : http://code.google.com/p/lv2file/
> * License : GPL 3
>  Programming Lang: C
>  Description : A command-line program to apply LV2 effects to files
>
> lv2file is a simple program which you can use to apply LV2 effects to your
>  audio files without much hassle.
>  Possible use cases of lv2file are:
>  * You want to apply an effect without having to open a GUI or start
>   a project.
>  * You want to apply effects to a large number of files, or in an
>   automated manner.
>  * You need a deterministic environment to debug a plugin you are
> developing.
>  * You want your audio tools to be command line only.
>
>  lv2file does not come with any built-in effects, so you must install other
>  packages containing LV2 plugins to use with lv2file.
>
>
>


Bug#604982: aptitude: The -F option is not able to show the source package name

2010-11-25 Thread Juan Carlos Romero
Package: aptitude
Version: 0.6.3-3.2
Severity: wishlist

There is not any %-escape in the -F option to show the source package name

-- Package-specific info:
aptitude 0.6.3 compiled at Oct 18 2010 22:11:25
Compiler: g++ 4.4.5
Compiled against:
  apt version 4.10.1
  NCurses version 5.7
  libsigc++ version: 2.2.4.2
  Ept support enabled.
  Gtk+ support disabled.

Current library versions:
  NCurses version: ncurses 5.7.20100313
  cwidget version: 0.5.16
  Apt version: 4.10.1
linux-gate.so.1 =>  (0xb76f1000)
libapt-pkg.so.4.10 => /usr/lib/libapt-pkg.so.4.10 (0xb75d6000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0xb759)
libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0xb7589000)
libcwidget.so.3 => /usr/lib/libcwidget.so.3 (0xb74c9000)
libept.so.1 => /usr/lib/libept.so.1 (0xb7478000)
libxapian.so.22 => /usr/lib/sse2/libxapian.so.22 (0xb729d000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7289000)
libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0xb71fc000)
libboost_iostreams.so.1.42.0 => /usr/lib/libboost_iostreams.so.1.42.0 
(0xb71e3000)
libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0xb71ca000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb70d5000)
libm.so.6 => /lib/i686/cmov/libm.so.6 (0xb70af000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7091000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0xb6f4a000)
libutil.so.1 => /lib/i686/cmov/libutil.so.1 (0xb6f46000)
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0xb6f42000)
libuuid.so.1 => /lib/libuuid.so.1 (0xb6f3e000)
libbz2.so.1.0 => /lib/libbz2.so.1.0 (0xb6f2d000)
librt.so.1 => /lib/i686/cmov/librt.so.1 (0xb6f23000)
/lib/ld-linux.so.2 (0xb76f2000)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg4.10]0.8.9Advanced front-end for dpkg
ii  libboost-iostreams1.42. 1.42.0-4 Boost.Iostreams Library
ii  libc6   2.11.2-7 Embedded GNU C Library: Shared lib
ii  libcwidget3 0.5.16-3 high-level terminal interface libr
ii  libept1 1.0.4High-level library for managing De
ii  libgcc1 1:4.4.5-8GCC support library
ii  libncursesw55.7+20100313-4   shared libraries for terminal hand
ii  libsigc++-2.0-0c2a  2.2.4.2-1type-safe Signal Framework for C++
ii  libsqlite3-03.7.3-1  SQLite 3 shared library
ii  libstdc++6  4.4.5-8  The GNU Standard C++ Library v3
ii  libxapian22 1.2.3-2  Search engine library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages aptitude recommends:
ii  apt-xapian-index  0.41   maintenance and search tools for a
ii  aptitude-doc-en [aptitude-doc 0.6.3-3.2  English manual for aptitude, a ter
ii  libparse-debianchangelog-perl 1.1.1-2.1  parse Debian changelogs and output
ii  sensible-utils0.0.5  Utilities for sensible alternative

Versions of packages aptitude suggests:
pn  debtags(no description available)
ii  tasksel   2.85   Tool for selecting tasks for insta

-- 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#604920: [console-setup] Updated Italian translation for console-setup

2010-11-25 Thread Giovanni Mascellani
Il 25/11/2010 18:09, Christian PERRIER ha scritto:
> Quoting Giovanni Mascellani (g...@debian.org):
>> Package: console-setup
>> Severity: normal
>> Tags: l10n
>>
>> Please, find attached the updated Italian translations for console-setup
>> debconf.
> 
> Thank you for your work.
> 
> A string was slightly modified in the meantime. Could you re-update
> the attached file, please?

Here you are, thank you very much for your work! :-)

Giovanni.
-- 
Giovanni Mascellani 
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org
# Italian messages for debian-installer.
# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Software in the Public Interest, Inc.
# This file is distributed under the same license as debian-installer.
# The translation team (for all four levels):
# Cristian Rigamonti 
# Danilo Piazzalunga , 2004.
# Davide Meloni 
# Davide Viti 
# Filippo Giunchedi 
# Giuseppe Sacco 
# Lorenzo 'Maxxer' Milesi 
# Renato Gini
# Ruggero Tonelli
# Samuele Giovanni Tonon 
# Stefano Canepa 
# Stefano Melchior 
# Milo Casagrande , 2008, 2009, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: debian-installer\n"
"Report-Msgid-Bugs-To: console-se...@packages.debian.org\n"
"POT-Creation-Date: 2010-11-16 20:01+0100\n"
"PO-Revision-Date: 2010-11-26 00:13+0100\n"
"Last-Translator: Milo Casagrande \n"
"Language-Team: Italian \n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: text
#. Description
#. :sl2:
#: ../console-setup.templates:2001
msgid "Do not change the boot/kernel font"
msgstr "Non modificare il carattere impostato all'avvio dal kernel"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid ". Arabic"
msgstr ". Arabo"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid "# Armenian"
msgstr "# Armeno"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid "# Cyrillic - KOI8-R and KOI8-U"
msgstr "# Cirillico - KOI8-R e KOI8-U"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid "# Cyrillic - non-Slavic languages"
msgstr "# Cirillico - lingue non slave"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid "# Cyrillic - Slavic languages (also Bosnian and Serbian Latin)"
msgstr "# Cirillico - lingue slave (inclusi latino bosniaco e serbo)"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid ". Ethiopic"
msgstr ". Etiope"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid "# Georgian"
msgstr "# Georgiano"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid "# Greek"
msgstr "# Greco"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid "# Hebrew"
msgstr "# Ebraico"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid "# Lao"
msgstr "# Laotiano"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid "# Latin1 and Latin5 - western Europe and Turkic languages"
msgstr "# Latin1 e Latin5 - lingue europee occidentali e turco"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid "# Latin2 - central Europe and Romanian"
msgstr "# Latin2 - lingue centroeuropee e rumeno"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid "# Latin3 and Latin8 - Chichewa; Esperanto; Irish; Maltese and Welsh"
msgstr "# Latin3 e Latin8 - chichewa, esperanto, irlandese, maltese e gallese"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid "# Latin7 - Lithuanian; Latvian; Maori and Marshallese"
msgstr "# Latin7 - lituano, lettone, maori e marsciallese"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid ". Latin - Vietnamese"
msgstr ". Latin - vietnamita"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid "# Thai"
msgstr "# Tailandese"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid ". Combined - Latin; Slavic Cyrillic; Hebrew; basic Arabic"
msgstr ". Combinato - latino, cirillico slavo, ebreo, arabo di base"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid ". Combined - Latin; Slavic Cyrillic; Greek"
msgstr ". Combinato - latino, cirillico slavo, greco"

#. Type: select
#. Choices
#. :sl3:
#: ../console-setup.templates:3001
msgid ". Combined - Latin; Slavic and non-Slavic Cyrillic"
msgstr ". Combinato - latino, cirillico slavo e non slavo"

#. Type: select
#. Description
#. :sl3:
#: ../console-setup.templates:3002
msgid "Character set to support:"
msgstr "Set di caratteri da supportare:"

#. Type: select
#. Description
#. :sl3:
#: ../console-setup.templates:3002
msgid ""
"Please choose the character set that should be supported by the console font."
msgstr "Scegliere il set di caratteri che la console dovrebbe supportare."

#. Type: sel

Bug#601599: deluge: argument mismatch between rpcserver and client

2010-11-25 Thread Simon Walter

On 25.11.2010 19:02, Cristian Greco wrote:

which version of deluge are you running on remote machine?
   

1.3.1 so server and client are the same version



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



Bug#494949: Info / Info / Newsletter / Info

2010-11-25 Thread 494949

Hola,
Solo para informarle que le hemos enviado una información posiblemente de su 
interés, pero parece haber sido clasificada en el correo no deseable.
Saludos
- English:
Hello,
Just to let you know that we sent to you some possible interesting 
informations, but it seems it has been discarded in undesired mails.
Regards.
-- Français:
Bonjour,
Juste pour vous informer que nous vous avons envoyé un mail qui devrait vous 
intéresser, mais il semble avoir écarté dans les courriers indésirables.
Salutations.
-- Deutsch:
Hallo
Nur um Ihnen mitteilen, dass haben wir Ihnen eine E-Mail, die Sie interessieren 
sollte, aber es scheint in Spam verbreitet haben.
Mit freundlichem Gruß.



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



Bug#604981: offlineimap: freezes while syncing debian.devel.general.2007

2010-11-25 Thread Luca Capello
Package: offlineimap
Version: 6.2.0.2-2
Severity: normal

Hi there!

I was (finally) moving to offlineimap to locally store all my emails,
but the initial sync frozen on a particular email from my 2007 archive
of debian-de...@.  This raises the CPU usage to a point where my
laptop was automatically switched off to prevent thermal problems.
And this happens every time I tried to sync that single folder.

I tried on my virtual up-to-date sid and the problem is there as well.

The '-d thread' option is broken with python-2.6, as reported by joeyh
at , so
here the output for the '-d imap,maildir' option:

--8<---cut here---start->8---
Script started on Thu 25 Nov 2010 10:33:39 PM CET
l...@gismo:~$ time offlineimap -d imap,maildir
[...]
DEBUG[imap]: options2hash returning: {'FLAGS': '(\\Seen)', 'UID': '11579'}
DEBUG[imap]: imapsplit() called with input: FLAGS (\Seen) UID 11580
DEBUG[imap]: imapsplit() returning: ['FLAGS', '(\\Seen)', 'UID', '11580']
DEBUG[imap]: options2hash called with input: ['FLAGS', '(\\Seen)', 'UID', 
'11580']
DEBUG[imap]: options2hash returning: {'FLAGS': '(\\Seen)', 'UID': '11580'}
DEBUG[imap]: imapsplit() called with input: FLAGS (\Seen) UID 11581
DEBUG[imap]: imapsplit() returning: ['FLAGS', '(\\Seen)', 'UID', '11581']
DEBUG[imap]: options2hash called with input: ['FLAGS', '(\\Seen)', 'UID', 
'11581']
DEBUG[imap]: options2hash returning: {'FLAGS': '(\\Seen)', 'UID': '11581'}
DEBUG[imap]: imapsplit() called with input: FLAGS (\Seen) UID 11582
DEBUG[imap]: imapsplit() returning: ['FLAGS', '(\\Seen)', 'UID', '11582']
DEBUG[imap]: options2hash called with input: ['FLAGS', '(\\Seen)', 'UID', 
'11582']
DEBUG[imap]: options2hash returning: {'FLAGS': '(\\Seen)', 'UID': '11582'}
Copy message 7013 IMAP[lists.Debian.devel.general.2007] -> 
Maildir[lists.Debian.devel.general.2007], LocalStatus[lists.Debian.d
evel.general.2007]
DEBUG[imap]:   36:05.40 > EFLI7 UID FETCH 7013 (BODY.PEEK[])
DEBUG[imap]:   36:05.53 < * 7013 FETCH (UID 7013 BODY[] {10769}
DEBUG[imap]:   36:05.53 matched r'\* (?P\d+) (?P[A-Z-]+)( 
(?P.*))?' => ('7013', 'FETCH', ' (UID 7013
 BODY[] {10769}', '(UID 7013 BODY[] {10769}')
DEBUG[imap]:   36:05.53 matched r'.*{(?P\d+)}$' => ('10769',)
DEBUG[imap]:   36:05.53 read literal size 10769

Main program terminated with exception:
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/offlineimap/init.py", line 228, in startup
threadutil.exitnotifymonitorloop(threadutil.threadexited)
  File "/usr/lib/pymodules/python2.6/offlineimap/threadutil.py", line 119, in 
exitnotifymonitorloop
time.sleep(1)
KeyboardInterrupt


No debug messages were logged for MainThread.

real15m1.502s
user11m50.836s
sys 0m49.119s
l...@gismo-sid:~$ exit

Script done on Thu 25 Nov 2010 10:49:00 PM CET
--8<---cut here---end--->8---

I do not know at all which email is number 7013, so I do not know if
this particular email is "strange" or not.  However, out of 6G of
emails divided into ~740 folders, this is the only email that gave me
problems until now.

Thx, bye,
Gismo / Luca

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

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

Versions of packages offlineimap depends on:
ii  python  2.6.6-3+squeeze1 interactive high-level object-orie
ii  python-support  1.0.11   automated rebuilding support for P

offlineimap recommends no packages.

Versions of packages offlineimap suggests:
ii  doc-base  0.9.5  utilities to manage online documen
pn  python-kerberos(no description available)

-- no debconf information


signature.asc
Description: Digital signature


Bug#604974: WISHLIST: does not start without monitor connected

2010-11-25 Thread Cyril Brulebois
Hi,

Osvaldo La Rosa  (25/11/2010):
> BTW why does this had worked before ? is it a feature that was
> deleted inside Xorg recently ?

I haven't been around for long, so I can't really tell. Could you
please get us an Xorg log when the issue happens? Maybe it's just
about specifying a dummy monitor, maybe using the
xserver-xorg-video-dummy driver?

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#604980: remove/disable /etc/apache2/conf.d/apache2-doc per default

2010-11-25 Thread Christoph Anton Mitterer
Package: apache2-doc
Version: 2.2.16-4
Severity: wishlist


Hi.

May I suggest to disable or even better remove /etc/apache2/conf.d/apache2-doc
per default?

I guess most people _don't_ want their servers to the apache documentation
provided to the web.

IMHO the file should go to some /u/s/d/apache2-doc/example directory.

Cheers,
Chris.



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



Bug#604979: tech-ctte: Acer Aspire 5553g fails to resume after hibernate

2010-11-25 Thread Sergey Chepurko
Package: tech-ctte
Severity: normal

When i use hibernate mode on my laptop Acer Aspire 5553g with closing my
notebook i cant resume the session when open it later. It simply freezes. All i
can do is force shut down using 5 sec press power button. There no other key is
responsing.



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

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



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



Bug#601667: libpam-smbpass migrate breaks su (squeeze)

2010-11-25 Thread Hanspeter Kunz
Ok. I can confirm that the above issues are indeed related to #579647.

My original configuration (LDAP,samba,pam) works on lenny with samba
from backports.

After upgrading 

  libldap-2.4-2 2.4.11-1+lenny2 -> 2.4.23-6

which pulls in

  libgcrypt11 1.4.1-1 -> 1.4.5-2
  libgnutls26 2.4.2-6+lenny2 -> 2.8.6-1
  libgpg-error0 1.4-2 -> 1.6-1
  libtasn1-3 1.4-1 -> 2.7-1

the problems described above occur. After downgrading

  libldap-2.4-2
  libgnutls26

to their original versions, "su" and "pam_smbpasswd" work correctly
again.

Unfortunately, switching from libnss-ldap to libnss-ldapd (as suggested
in #579647) does not help.

So, I am afraid that until this issue is resolved, users are not able to
change their samba passwords.

cheers,
Hp




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



Bug#604978: installation-reports: Installation succeeded with no problems.

2010-11-25 Thread Duane Paulson

Package: installation-reports
Severity: wishlist



-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/squeeze_di_beta/i386/iso-cd/debian-squeeze-di-beta-i386-netinst.iso

Date: Nov 24, 2010 0300 PST

Machine: Gateway 500S
Partitions: entire disk, installer defaults 39G root, 1G swap


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems: none

Install was a breeze using expert graphical install from net-install
iso. Absolutely no problems.

--

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="6.0 (squeeze) - installer build 20101020"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux linuxserver 2.6.32-5-486 #1 Thu Oct 14 16:56:52 UTC 2010 
i686 GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 
82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface 
[8086:2560] (rev 01)
lspci -knn: Subsystem: Intel Corporation 
82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface [8086:2560]

lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:02.0 VGA compatible controller [0300]: Intel Corporation 
82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device [8086:2562] 
(rev 01)

lspci -knn: Subsystem: Gateway 2000 Device [107b:4000]
lspci -knn: 00:1d.0 USB Controller [0c03]: Intel Corporation 
82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] 
(rev 01)

lspci -knn: Subsystem: Gateway 2000 Device [107b:4000]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.1 USB Controller [0c03]: Intel Corporation 
82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] 
(rev 01)

lspci -knn: Subsystem: Gateway 2000 Device [107b:4000]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.2 USB Controller [0c03]: Intel Corporation 
82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] 
(rev 01)

lspci -knn: Subsystem: Gateway 2000 Device [107b:4000]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.7 USB Controller [0c03]: Intel Corporation 82801DB/DBM 
(ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 01)

lspci -knn: Subsystem: Gateway 2000 Device [107b:4000]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI 
Bridge [8086:244e] (rev 81)
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801DB/DBL 
(ICH4/ICH4-L) LPC Interface Bridge [8086:24c0] (rev 01)
lspci -knn: 00:1f.1 IDE interface [0101]: Intel Corporation 82801DB 
(ICH4) IDE Controller [8086:24cb] (rev 01)

lspci -knn: Subsystem: Gateway 2000 Device [107b:4000]
lspci -knn: Kernel driver in use: ata_piix
lspci -knn: 00:1f.3 SMBus [0c05]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) SMBus Controller [8086:24c3] (rev 01)

lspci -knn: Subsystem: Gateway 2000 Device [107b:4000]
lspci -knn: 00:1f.5 Multimedia audio controller [0401]: Intel 
Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller 
[8086:24c5] (rev 01)

lspci -knn: Subsystem: Gateway 2000 Device [107b:4000]
lspci -knn: 01:00.0 Multimedia video controller [0400]: Techwell Inc. 
TW6802 multimedia video card [1797:6801] (rev 10)
lspci -knn: 01:00.1 Multimedia controller [0480]: Techwell Inc. TW6802 
multimedia other device [1797:6802] (rev 10)
lspci -knn: 01:02.0 Modem [0703]: Broadcom Corporation BCM4212 v.90 56k 
modem [14e4:4212]

lspci -knn: Subsystem: Broadcom Corporation Device [14e4:0002]
lspci -knn: Kernel driver in use: serial
lspci -knn: 01:08.0 Ethernet controller [0200]: Intel Corporation 
82801DB PRO/100 VE (LOM) Ethernet Controller [8086:1039] (rev 81)

lspci -knn: Subsystem: Gateway 2000 Device [107b:4000]
lspci -knn: Kernel driver in use: e100
usb-list:
usb-list: Bus 01 Device 01: EHCI Host Controller [1d6b:0002]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 
Protocol 00

usb-list:Manufacturer: Linux 2.6.32-5-486 ehci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 
D

Bug#604977: tech-ctte: bluetooth adapter ar3011 on acer aspire 5553g don't start after shutdown

2010-11-25 Thread Sergey Chepurko
Package: tech-ctte
Severity: normal

I am using Debian testing with latest updates installed. I have a atheros
ar3011 bluetooth adapter on my laptop. The problem is next, when i shutdown my
laptop and on first boot choose to run debian my adapter don't start. To get my
adapter working i have to boot into my windows 7 second system and then reboot
to debian. This steps allow me to use bluetooth untill next shutdown. When my
adapter is unavailable i get empty output from 'hcitool dev' command.
Nevertheless the output by 'lsusb' is this:
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 0cf3:3002 Atheros Communications, Inc.
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0402:9665 ALi Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub.
Here is my adapter on Bus 004. But system can't start it.



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

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



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



Bug#599801: incron: IN_DELETE_SELF doesn't work

2010-11-25 Thread Emmanuel Bouthenot
forwarded 599801 http://bts.aiken.cz/view.php?id=491
thanks

Hi,

> i'm using Debian Testing and have noticed that incron doesn't seem to process
> IN_DELETE_SELF action properly. shortly, i create a sample dir/file and add 
> line
> like "/path IN_DELETE_SELF some_action", but when i delete watched file/dir
> (using rm or rmdir) nothing happens. other things i've tried seem to work 
> right.
> please see attached file for original action log (if /tmp/1 is a file, things 
> go
> the same way)

I've filed a bug in upstream bug tracker, see 
http://bts.aiken.cz/view.php?id=491


Regards,

M.

-- 
Emmanuel Bouthenot
  mail: kol...@{openics,debian}.orggpg: 4096R/0x929D42C3
  xmpp: kol...@im.openics.org  irc: kol...@{freenode,oftc}




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



Bug#604929: adding menu to cutecom package

2010-11-25 Thread Roman I Khimov
В сообщении от Четверг 25 ноября 2010 16:47:10 вы написали:
> Package: cutecom
> Version: 0.22.0-2
> Severity: minor
> Tags: patch
> 
> I work in the blackbox and added menu entry for cutecom package.
> Thank you and excuse me for my bad english.

Are you sure you see this bug with 0.22.0-2? It should've been fixed in this 
exact version, see changelog. And looking at file list for the package I also 
do see /usr/share/menu/cutecom installed. Although it is installed in 
"Apps/Tools" category and not in "Apps/Network/Communication", but that's more 
appropriate IMO as it's not exactly network app.

-- 
 http://roman.khimov.ru
mailto: ro...@khimov.ru
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3


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


Bug#602420: freeze exception -- bugzilla3 3.6.3.0-1

2010-11-25 Thread Adam D. Barratt
On Thu, 2010-11-25 at 21:07 +, Adam D. Barratt wrote:
> $ debdiff ftp/pool/main/b/bugzilla/bugzilla_3.6.{2.0-4,3.0-2}.dsc 2>/dev/null 
> | diffstat | tail -n1
>  1645 files changed, 80807 insertions(+), 94494 deletions(-)
> 
> A lot of that is probably ignorable as it relates to changes in CVS
> and .svn{,-base} files and directories (why are those even in the diff?)
> but at this stage of the freeze we shouldn't be having to spend
> significant amounts of time reviewing diffs where the patches for the
> required fixes amount to less than two hundred lines of nett changes.

As a follow-up note, if you can identify any significant parts of the
above which are likely not to be relevant to the Debian package, that
would be helpful in persuading us that the unstable package should be
accepted, rather than requesting a t-p-u upload with the extracted
fixes.

Regards,

Adam




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



Bug#604828: libxmlsec1-dev: corrupt .pc files

2010-11-25 Thread John Belmonte
forwarded 604828 http://bugzilla.gnome.org/631258
tags 604828 fixed-upstream
stop

Upstream already has a fix in-- will be in their next release.



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



Bug#604976: mplayer: signal 11 in module: decode_audio when changing speed and using -af hrtf

2010-11-25 Thread Thomas Arendsen Hein
Package: mplayer
Version: 2:1.0~rc3++final.dfsg1-1
Severity: normal


Hi!

When playing a DVD or any other file with 5.1 channel 48000 Hz audio using the
hrtf audio filter and either using -speed to change the playback speed or
using [ or ] keys to change it during play, mplayer crashes.

Command line used (with no mplayer config file):
mplayer -ao alsa:device=front -channels 6 -af hrtf -speed 2 
sintel-2048-surround.mp4
produces the output below.

Playing a file with a different sample rate (e.g. 44100 Hz) simply exits with
a short error message (unless using "-af resample=48000,hrtf"), so no problem
here.

Playing a file with 48000 Hz audio and adding resample=48000 does not help
with different speeds either.

mplayer 2:1.0~rc3++svn20100804-0.1 from debian-multimedia.org crashes in the
same way when changing speed interactively (using [ or ] keys), but simply
plays no sound when using e.g. "-speed 2".

Playing with "-af pan=2:1:0:0:1:1:0:0:1:0.7:0.7:0.5:0.5" (downmixing to two
channels) works without problems as this works with any sample rate.

Here is the error output:

MPlayer 1.0rc3-4.4.4 (C) 2000-2009 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing sintel-2048-surround.mp4.
libavformat file format detected.
[lavf] Video stream found, -vid 0
[lavf] Audio stream found, -aid 1
VIDEO:  [avc1]  2048x872  24bpp  24.000 fps0.0 kbps ( 0.0 kbyte/s)
Clip info:
 name: Sintel
 copyright: (c) copyright Blender Foundation | durian.blender.org
open: No such file or directory
[MGA] Couldn't open: /dev/mga_vid
open: No such file or directory
[MGA] Couldn't open: /dev/mga_vid
[VO_TDFXFB] Can't open /dev/fb0: No such file or directory.
[VO_3DFX] Unable to open /dev/3dfx.
==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==
==
Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
FAAD: compressed input bitrate missing, assuming 128kbit/s!
AUDIO: 48000 Hz, 6 ch, s16le, 128.0 kbit/2.78% (ratio: 16000->576000)
Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio))
==
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
[hrtf] ERROR: Sampling rate is not 48000 Hz (96000)!
[libaf] Reinitialization did not work, audio filter 'hrtf' returned error code 
-2
Couldn't find matching filter/ao format!
Starting playback...


MPlayer interrupted by signal 11 in module: decode_audio
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.
 [ This binary of MPlayer in Debian is currently compiled with
   '--enable-debug'; the debugging symbols are in the package
   'mplayer-dbg'.]

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

Kernel: Linux 2.6.32-5-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 mplayer depends on:
ii  libaa1 1.4p5-38  ascii art library
ii  libasound2 1.0.23-2.1shared library for ALSA applicatio
ii  libaudio2  1.9.2-3   Network Audio System - shared libr
ii  libavcodec52   4:0.5.2-6 ffmpeg codec library
ii  libavformat52  4:0.5.2-6 ffmpeg file format library
ii  libavutil494:0.5.2-6 ffmpeg utility library
ii  libc6  2.11.2-7  Embedded GNU C Library: Shared lib
ii  libcaca0   0.99.beta17-1 colour ASCII art library
ii  libcdparanoia0 3.10.2+debian-9   audio extraction tool for sampling
ii  libdirectfb-1.2-9  1.2.10.0-4direct frame buffer graphics - sha
ii  libdvdread44.1.3-10  library for reading DVDs
ii  libenca0   1.13-3Extremely Naive Charset Analyser -
ii  libesd00.2.41-8  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libfribidi00.19.2-1  Free Impleme

Bug#604908: Mentors upload and RFS

2010-11-25 Thread Alessandro Ghedini
> I uploaded the package to mentors.debian.org
I meant mentors.debian.net :/

-- 
perl -E'$_=q;$/= @{...@_]};and s;\S+;;eg;say~~reverse'



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



Bug#604908: Mentors upload and RFS

2010-11-25 Thread Alessandro Ghedini
I uploaded the package to mentors.debian.org [0], and sent an RFS to the
debian-mentors list [1].

[0] http://mentors.debian.net/debian/pool/main/a/alsaequal
[1] http://lists.debian.org/debian-mentors/2010/11/msg00511.html

-- 
perl -E'$_=q;$/= @{...@_]};and s;\S+;;eg;say~~reverse'



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



Bug#604852: unblock: openjdk-6/6b18-1.8.3-1

2010-11-25 Thread Adam D. Barratt
On Wed, 2010-11-24 at 21:30 +0100, Moritz Muehlenhoff wrote:
> Please unblock package openjdk-6. It fixes CVE-2010-3860.

It also FTBFS on a couple of architectures so far (although the ia64
failure looks to be one of the recent tar issues, rather than an openjdk
issue).

>From the description of the CVE in upstream's changelog / NEWS files I
can spot some of the changes which were involved in fixing the security
issue, but the (undocumented afaics) change to bundling CACAO rather
than using the cacao-source package during build means that even a diff
filtered to remove build system noise, documentation, etc. comes to

 848 files changed, 334186 insertions(+), 160 deletions(-)

which there's clearly no way to sanely review; it's probably worth
comparing that to the old cacao-source to see how significant the diff
there is, but I haven't had time to do that yet.

Regards,

Adam




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



Bug#587735: curl and pycurl is not compiled with sftp support (ubuntu bug 311029)

2010-11-25 Thread Andreas Olsson
Ok, let me add a clarifying fact.

The Ubuntu curl packages are built without libssh2-1-dev present. That
is, that package is removed from the list of Build-Depends.

Hence the different capabilities of libcurl3 and curl.

// Andreas


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


Bug#604975: xfractint and fractxtra: error when trying to install together

2010-11-25 Thread Ralf Treinen
Package: fractxtra,xfractint
Version: fractxtra/6-7
Version: xfractint/20.4.10-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2010-11-25
Architecture: amd64
Distribution: sid

Hi,

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


WARNING: The following packages cannot be authenticated!
  fractxtra libxau6 libxdmcp6 libxcb1 libx11-data libx11-6 xfractint
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package fractxtra.
(Reading database ... 12337 files and directories currently installed.)
Unpacking fractxtra (from .../archives/fractxtra_6-7_all.deb) ...
Selecting previously deselected package libxau6.
Unpacking libxau6 (from .../libxau6_1%3a1.0.6-1_amd64.deb) ...
Selecting previously deselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.1.0-1_amd64.deb) ...
Selecting previously deselected package libxcb1.
Unpacking libxcb1 (from .../libxcb1_1.6-1_amd64.deb) ...
Selecting previously deselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.3.3-4_all.deb) ...
Selecting previously deselected package libx11-6.
Unpacking libx11-6 (from .../libx11-6_2%3a1.3.3-4_amd64.deb) ...
Selecting previously deselected package xfractint.
Unpacking xfractint (from .../xfractint_20.4.10-1_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/xfractint_20.4.10-1_amd64.deb 
(--unpack):
 trying to overwrite '/usr/share/xfractint/ifs/fractint.ifs', which is also in 
package fractxtra 0:6-7
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/xfractint_20.4.10-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


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

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

  /usr/share/xfractint/ifs/fractint.ifs

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

-Ralf.

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



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



Bug#604974: WISHLIST: does not start without monitor connected

2010-11-25 Thread Osvaldo La Rosa
Package: Xorg
Version: 1:7.3+20
Severity: wishlist

Hello Xorg team,

a blind friend of mine does not use any monitor. Until now he was able to
use he's previously installed Debian Gnu/Linux system, without screen
connected.
Since he changed the motherboard, the system was able to boot, but no longer
able to switch from x to console !
Solution: he bought a monitor and now it does works, but ... let me say this
is an expensive solution, isn't it ?
The solution: plese do urgently implement xorg to be able to boot without
any monitor connected:
- useful for blind users
- useful for people using PC's remotely as server.
BTW why does this had worked before ? is it a feature that was deleted
inside Xorg recently ?

Greetings,
Osvaldo. 


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

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

Versions of packages Xorg depends on:
ii  gnome-terminal [x-terminal-em 2.22.3-3   The GNOME 2 terminal emulator appl
ii  libgl1-mesa-glx [libgl1]  7.0.3-7A free implementation of the OpenG
ii  libglu1-mesa  7.0.3-7The OpenGL utility library (GLU)
ii  x11-apps  7.3+4  X applications
ii  x11-session-utils 7.3+1  X session utilities
ii  x11-utils 7.3+2+nmu1 X11 utilities
ii  x11-xfs-utils 7.3+1  X font server utilities
ii  x11-xkb-utils 7.4+1  X11 XKB utilities
ii  x11-xserver-utils 7.3+5  X server utilities
ii  xauth 1:1.0.3-2  X authentication utility
ii  xfonts-100dpi 1:1.0.0-4  100 dpi fonts for X
ii  xfonts-75dpi  1:1.0.0-4  75 dpi fonts for X
ii  xfonts-base   1:1.0.0-5  standard fonts for X
ii  xfonts-scalable   1:1.0.0-6  scalable fonts for X
ii  xfonts-utils  1:7.4+1X Window System font utility progr
ii  xinit 1.0.9-2X server initialisation tool
ii  xkb-data  1.3-2  X Keyboard Extension (XKB) configu
ii  xserver-xorg  1:7.3+20   the X.Org X server
ii  xterm [x-terminal-emulator]   235-2  X terminal emulator

Versions of packages Xorg recommends:
pn  xorg-docs  (no description available)

Xorg 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#604973: update-manager [INTL: it] Italian translation not updated

2010-11-25 Thread Milo Casagrande
Package: update-manager
Version:
Severity: wishlist
Tags: patch l10n

update-manager Italian translation is not updated. I'm attaching the
translation here.
Thanks.

-- 
Milo Casagrande 


it.po.gz
Description: GNU Zip compressed data


Bug#568445: manpower problem or tricky package?

2010-11-25 Thread jmtd
is packaging a new version delayed due to manpower problems in the team or 
sometging else? if manpower, I might be able to help.



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



Bug#604972: ITP: lua5.2 -- Simple, extensible, embeddable programming language

2010-11-25 Thread John V. Belmonte
Package: wnpp
Severity: wishlist
Owner: "John V. Belmonte" 


* Package name: lua5.2
  Version : 5.2.0
  Upstream Author : Lua Team 
* URL : http://www.lua.org/
* License : MIT
  Programming Lang: C
  Description : Simple, extensible, embeddable programming language

Lua is a powerful, light-weight programming language designed for extending
applications.  The language engine is accessible as a library, having a C
API which allows the application to exchange data with Lua programs and also
to extend Lua with C functions.  Lua is also used as a general-purpose,
stand-alone language through the simple command line interpreter provided.

Lua 5.2 is currently in alpha.  To those who will otherwise object to
"too many Lua source packages", some reminders of why we need to add this
new source package while maintaining old versions:

* Lua point releases (5.0, 5.1, etc.) are major releases, with backwards
  incompatibilities in the C API, language, and standard libraries.  The
  last major release (5.1) was about 5 years ago.

* Lua is commonly used to extend applications, and such applications, and
  moreover the scripts written by the application users, necessarily
  depend on a specific major version.  Upgrading applications to new
  versions is not trivial.  Furthermore, due to the power and virtually
  complete lack of bugs inherent in even old Lua versions, there is often
  little reason for applications to upgrade.



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



Bug#604971: ITP: python-matplotlib-basemap -- Plot data on map projections with matplotlib

2010-11-25 Thread George Stephanos
Package: wnpp
Severity: wishlist
Owner: George Stephanos 

* Package name: python-matplotlib-basemap
  Version : 1.0
  Upstream Author : Jeffrey Whittaker 
* URL : http://matplotlib.sourceforge.net/basemap/doc/html/
* License : GPL
  Programming Lang: Python
  Description : Plot data on map projections with matplotlib

An add-on toolkit for matplotlib that lets you plot data
on map projections with coastlines, lakes, rivers and political boundaries.
See http://www.scipy.org/wikis/topical_software/Maps for an
example of what it can do.


Bug#602420: freeze exception -- bugzilla3 3.6.3.0-1

2010-11-25 Thread Adam D. Barratt
On Mon, 2010-11-22 at 10:34 +0100, Raphael Bossek wrote:
> thank you for your support. Sorry but I missed your response.
> If 3.6.3 is not accepted for testing -- where these security
> vulnerabilities (http://bugs.debian.org/602420) are solved upstream --
> applying patches to 3.6.2 could be but in consideration. By the way,
> 3.6.3.0-2 solved some further issues with noninteractive installation
> (piuparts) and missing package dependencies; both issues exists in
> 3.6.2 series of Debian packages.

Every release update since the freeze was announced has mentioned that
uploads to unstable should not include extraneous changes or fixes; a
new upstream release which includes changes which do not fix RC bugs is
fairly clearly likely to end up being viewed as extraneous at this
point.

> I would prefer the 3.6.3 because it's simpler to read the CVE and
> compare the version of the package instead of reading the changelog
> for solved security vulnerabilities.

That approach generally won't work in Debian anyway, as the version
numbers in a stable release won't correspond to those in which upstream
have fixed vulnerabilities in many cases.

> PS: Here the missing diff between the uploaded and testing version of 
> bugzilla.

That's nowhere *near* the diff between the two versions.  The patch you
provided only appears to cover parts of debian/ and is:

 13 files changed, 82 insertions(+), 85 deletions(-)

whereas

$ debdiff ftp/pool/main/b/bugzilla/bugzilla_3.6.{2.0-4,3.0-2}.dsc 2>/dev/null | 
diffstat | tail -n1
 1645 files changed, 80807 insertions(+), 94494 deletions(-)

A lot of that is probably ignorable as it relates to changes in CVS
and .svn{,-base} files and directories (why are those even in the diff?)
but at this stage of the freeze we shouldn't be having to spend
significant amounts of time reviewing diffs where the patches for the
required fixes amount to less than two hundred lines of nett changes.

Regards,

Adam




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



Bug#604970: coccinelle: Missing ocaml-findlib in Depends:

2010-11-25 Thread Cyril Brulebois
Package: coccinelle
Version: 0.2.4.deb-1
Severity: serious
Justification: Renders package unusable

Hi,

it looks like you're missing ocaml-findlib in Depends:
| $ spatch -sp_file ioctl_multiple_rules.cocci ioctl_multiple_rules.c
| /bin/sh: ocamlfind: command not found
| Fatal error: exception Prepare_ocamlcocci.CompileFailure("ocamlfind printconf 
stdlib has failed")

Works fine after having installed it.

Thanks for packaging coccinelle, that's really a nice tool.

Mraw,
KiBi.

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

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

Versions of packages coccinelle depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libpython2.6  2.6.6-6Shared Python runtime library (ver
ii  ocaml-base-nox [ocaml 3.11.2-2   Runtime system for OCaml bytecode 
ii  python2.6.6-3+squeeze1   interactive high-level object-orie
ii  python-glade2 2.17.0-4   GTK+ bindings: Glade support
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-support1.0.11 automated rebuilding support for P

coccinelle recommends no packages.

Versions of packages coccinelle suggests:
ii  vim-addon-manager 0.4.3  manager of addons for the Vim edit

-- 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#604155: Windows 7 not in grub menu

2010-11-25 Thread Denis Laxalde
tags 604155 + moreinfo
thanks

Hi,

On Mon, 22 Nov 2010 21:21:03 +0100, Daniel Pocock wrote:
> I had already run update-grub, but that hasn't made any difference

update-grub should call the script '/etc/grub.d/30_os-prober'. What if
you call it directly? Does it return any error? You may also call
os-prober directly.

Maybe some details about your partitions (or a complete installation
report) would be usefull.

Cheers,

Denis.



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



Bug#603392: mod-evasive DDOSSystemCommand

2010-11-25 Thread Werner
Hi,

I did a little more research on this issue. I can now tell, that 
DOSSystemCommand in
general works, like:

DOSSystemCommand "/bin/echo hi >> /tmp/out.txt"

But I'm still not able to generate IPTables-rules with mod-evasive. Here is the 
relevant
configuration:

/etc/sudoers
Defaultsenv_reset
rootALL=(ALL) ALL
www-data ALL=(ALL) NOPASSWD: /sbin/iptables -A INPUT -p tcp --dport 80 -s 
[0-9.]* -j DROP
%sudo ALL=(ALL) ALL

/etc/apache2/mods-enabled/mod-evasive.conf

   DOSHashTableSize 3097
   DOSPageCount 2
   DOSSiteCount 50
   DOSPageInterval 1
   DOSSiteInterval 1
   DOSBlockingPeriod 10
   DOSLogDir "/var/lock/mod_evasive"
   DOSSystemCommand "/usr/bin/sudo /sbin/iptables -A INPUT -p tcp --dport 80 -s 
%s -j DROP"
 


I've strace'd the apache processes, here are relevant parts:
...
2241  execve("/usr/bin/sudo", ["/usr/bin/sudo", "/sbin/iptables", "-A", 
"INPUT", "-p", "tcp", "--dport", "80", "-s", "10.211.55.2", "-j", "DROP"],
2241  geteuid32()   = 33
2241  write(2, "sudo", 4)   = 4
2241  write(2, ": ", 2) = 2
2241  write(2, "must be setuid root", 19) = 19
2241  write(2, "\n", 1) = 1
...

The permissions of /usr/bin/sudo seem ok:
-rwsr-xr-x 2 root root 144740  8. Sep 22:32 /usr/bin/sudo

I am able as user www-data to create the mentioned iptables-rule by hand via 
sudo, but it's not possible from apache/mod-evasive :-(
let me know it

Thanks,
Werner



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



Bug#604918: base-files: Cannot use /etc/profile.d

2010-11-25 Thread Hector Oron
Hello,

2010/11/25 Santiago Vila :
> On Thu, 25 Nov 2010, Julien Danjou wrote:
>
>> That's why dpkg has a prompts on conffile conflicts, asking the admin
>> what to do.
>
> There would not be any conflict if you didn't change the file from lenny,

If he is the owner of his configuration files, why cannot he change
that file and be respected in an upgrade?

> so the file would be upgraded automatically and without asking,
> which is exactly what I think it should not happen.
>
>> You are just trying to make that decision for the admin, which is not a
>> good thing IMHO.
>
> Not at all. I'm not deciding for the admin. The admin is still free to
> modify /etc/profile after an upgrade to squeeze.

admins cannot own those files in a nice way, so upgrades are
respected, lots of packages are allowing extra admin configuration
files within /etc/$conffile.d (i.e. /etc/apt/sources.list.d/ where
admin can add extra repositories).

Best wishes,
--
 Héctor Orón

"Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us."

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html



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



Bug#604969: hpodder: fails to download from url that contains a comma character

2010-11-25 Thread Avi Rozen
Package: hpodder
Version: 1.1.5.0+nmu2
Severity: normal
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


hpodder fails to download mp3 file from the following url (error 404):

http://www.tor.com//images/stories/stories/Gilman/Lightbringers_and_Rainmakers/Gilman,
 Felix - Lightbringers and Rainmakers.mp3

( the podcast feed is http://www.tor.com/rss/category/TorDotStories )

The mp3 file exists, but the download fails because the url is passed unescaped 
to curl.
I've attached a patch that fixes the problem at my end.

Cheers,
Avi



- -- 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.32-5-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/bash

Versions of packages hpodder depends on:
ii  curl  7.21.0-1   Get a file from an HTTP, HTTPS or 
ii  id3v2 0.1.12-2   A command line id3v2 tag editor
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libffi5   3.0.9-3Foreign Function Interface library
ii  libgmp3c2 2:4.3.2+dfsg-1 Multiprecision arithmetic library
ii  libsqlite3-0  3.7.3-1SQLite 3 shared library

hpodder recommends no packages.

hpodder suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAkzuzBkACgkQwK8SobAxNVlPTwCfUaIYfG8OUaDHML1q8SqN3Mls
fdkAoM+8tFC9raNHbJARh/2yyaQq6OqC
=dzsn
-END PGP SIGNATURE-
Index: hpodder-1.1.5.0+nmu2/Download.hs
===
--- hpodder-1.1.5.0+nmu2.orig/Download.hs	2010-11-25 22:03:28.0 +0200
+++ hpodder-1.1.5.0+nmu2/Download.hs	2010-11-25 22:17:47.0 +0200
@@ -44,6 +44,7 @@
 import System.Posix.IO
 import Data.Hash.MD5
 import Control.Exception(evaluate)
+import Network.URI(escapeURIString,isUnescapedInURI)
 
 data Result = Success | Failure
 deriving (Eq, Show, Read)
@@ -98,7 +99,7 @@
 (defaultFileFlags {trunc = True})
msgfd2 <- dup msgfd
pid <- pOpen3Raw Nothing (Just msgfd) (Just msgfd2) 
- curl (curlopts ++ curlrcopts ++ [url, "-o", fp])
+ curl (curlopts ++ curlrcopts ++ [(escapeURIString isUnescapedInURI url), "-o", fp])
  (return ())
closeFd msgfd
closeFd msgfd2


Bug#604803: alsa-base: when webcam is plugged in during boot, no sound at all

2010-11-25 Thread Elimar Riesebieter
* sdfsdfsdf ewfwdfsdf [101125 20:09 +]:
> Here is the output:
> 
> grep snd-usb-audio /etc/modprobe.d/*
> /etc/modprobe.d/alsa-base.conf:# Keep snd-usb-audio from beeing loaded as 
> first soundcard
> /etc/modprobe.d/alsa-base.conf:options snd-usb-audio index=-2

So if your webcam is an usb one its driver should be always last
priority.

> 
> cat /proc/asound/cards
>  0 [CMI8738]: CMI8738-MC6 - C-Media CMI8738
>   C-Media CMI8738 (model 55) at 0x9800, irq 22
>  1 [Intel  ]: HDA-Intel - HDA Intel
>   HDA Intel at 0xcfdf8000 irq 16
>  2 [U0x46d0x8da]: USB-Audio - USB Device 0x46d:0x8da
>   USB Device 0x46d:0x8da at usb-:00:1d.2-2, full speed

This shows that your PCI card 0 [CMI8738] has the default prio, This
is what you want.

> I have made a discovery: I am using the phonon-backend-xine
> instead of the phonon-backend-vlc, and i CAN play sounds in
> Dolphin, though still not in VLC itself. Perhaps this is more
> related to vlc and phonon-backend-vlc itself?

Ouuhh, please consider a Debian-User mailing list of your choice.
Those problems are discussed multiple.

Bug closed hereby, as ist isn't ALSA's fault. It seems to be a
configuration issue,

As told before: http://wiki.debian.org/ALSA

Elimar

-- 
  You cannot propel yourself forward by
  patting yourself on the back.



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



Bug#579786: Bug#604968: w3-recs: Package is out-of-date

2010-11-25 Thread Colin Darie
I have recently re-worked on the package, and an upload will come soon
(I'm waiting the review from my sponsor, many things have been changed
in 2 years). In the meantime, if you're intersested here is the new
(git) repository http://git.debian.org/?p=collab-maint/w3-recs.git

Sorry for the delay.

--
Colin Darie


On Thu, Nov 25, 2010 at 9:30 PM, Stefano Zacchiroli  wrote:
>
> tags 604968 + help
> thanks
>
> On Thu, Nov 25, 2010 at 09:17:03PM +0100, Manuel Strehl wrote:
> > Since the last update of the w3-recs package a lot of activity has
> > been going on at the W3C. Most notably the advance of HTML5 and
> > several CSS3 modules come to mind.
>
> Well, I don't know about the CSS3 modules you have in mind, but HTML5 is
> not a good example, given that the HTML5 is still a working draft and
> not a Recommendation. As the package name implies, w3-recs is meant to
> contain only Recommendations and not W3C documents in other status.
>
> > This is not reflected in the specifications included in w3-recs. An
> > update of this otherwise useful package is in need.
>
> Nevertheless, this is true. I meant to update w3-recs once before the
> Squeeze freeze and then formally orphan the package (see #579786), but I
> badly failed at it.
>
> Some people declared interest in adopting w3-recs (Cc:ing them with this
> mail), but in spite of some early work on the package, it seems that
> unfortunately no upload has been made yet. Folks, if you are *really*
> interested in maintaining w3-recs, please go ahead with an upload and
> feel free to remove me from the maintainer/uploader fields. I doubt
> there is any room for an updated version for Squeeze (which is
> unfortunate), but it would be nice to have the package up to date in
> unstable, as its dependencies make it trivial to install it from any
> Debian suite.
>
> Cheers.
>
> --
> Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
> z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
> Quando anche i santi ti voltano le spalle, |  .  |. I've fans everywhere
> ti resta John Fante -- V. Capossela ...| ..: |.. -- C. Adams
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.10 (GNU/Linux)
>
> iD8DBQFM7sdz1cqbBPLEI7wRAjT5AKC14bWSw9zwAe4Dx0dSY4058RMsYQCgqCpa
> KYHwjO9dP43oYryfb1VaIfQ=
> =clKQ
> -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#604725: alsa-base: when 2 users logged on and 1st plays sound via vlc the other user cant get sound

2010-11-25 Thread Elimar Riesebieter
* sdfsdfsdf ewfwdfsdf [101125 19:42 +]:

> I have been able to locate the problem: This bug appears ALWAYS
> when the users dont belong to the group "audio". However if i add
> them to this group, the problem disappears.
> 
> I dont understand that: If they dont belong to this group, should
> they still be able to play audio? What is this group good for and
> why do they have to belong to it?

See http://wiki.debian.org/ALSA

Bug closed hereby.

Elimar

-- 
  We all know Linux is great... it does infinite loops in 5 seconds.
-- Linus Torvalds



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



Bug#582917: Patch for bug #582917

2010-11-25 Thread Micha Lenk
forwarded 582917 http://w1.fi/bugz/show_bug.cgi?id=355
tags 582917 + patch fixed-upstream
thanks

Please find attached the patch grabbed from the upstream git repository, ready
for being placed in debian/patches/. I've tried it on my system and indeed it
fixes the bug. :)

I would appreciate if the severity of this bug could be raised to serious and
if it could get fixed in Squeeze.

Regards,
Micha
Description: Fix fallback from failed PMKSA caching into full EAP authentication
 Commit 83935317a78fb4157eb6e5134527b9311dbf7b8c added forced
 disconnection in case of 4-way handshake failures. However, it should
 not have changed the case where the supplicant is requesting fallback
 to full EAP authentication if the PMKID in EAPOL-Key message 1/4 is
 not know. This case needs to send an EAPOL-Start frame instead of
 EAPOL-Key message 2/4.
 .
 This works around a problem with APs that try to force PMKSA caching
 even when the client does not include PMKID in (re)association request
 frame to request it. [Bug 355]
 .
 (cherry picked from commit b4a1256d3660a2b5239062a9b42de79b8a34286a)
 (cherry picked from commit a5277ad2a182e0264715533c11ed9a90296298e4)
Author: Jouni Malinen 
Origin: upstream, http://w1.fi/gitweb/gitweb.cgi?p=hostap-06.git;a=commit;h=1ab0b31aa626b6cb330628e7a281c5771dd5b851
Bug: http://w1.fi/bugz/show_bug.cgi?id=355
Last-Update: 2010-11-25

--- wpasupplicant-0.6.10.orig/src/rsn_supp/wpa.c
+++ wpasupplicant-0.6.10/src/rsn_supp/wpa.c
@@ -285,6 +285,7 @@ static int wpa_supplicant_get_pmk(struct
 			wpa_sm_ether_send(sm, sm->bssid, ETH_P_EAPOL,
 	  buf, buflen);
 			os_free(buf);
+			return -2;
 		}
 
 		return -1;
@@ -380,6 +381,7 @@ static void wpa_supplicant_process_1_of_
 	struct wpa_eapol_ie_parse ie;
 	struct wpa_ptk *ptk;
 	u8 buf[8];
+	int res;
 
 	if (wpa_sm_get_network_ctx(sm) == NULL) {
 		wpa_printf(MSG_WARNING, "WPA: No SSID info found (msg 1 of "
@@ -407,7 +409,13 @@ static void wpa_supplicant_process_1_of_
 	}
 #endif /* CONFIG_NO_WPA2 */
 
-	if (wpa_supplicant_get_pmk(sm, src_addr, ie.pmkid))
+	res = wpa_supplicant_get_pmk(sm, src_addr, ie.pmkid);
+	if (res == -2) {
+		wpa_printf(MSG_DEBUG, "RSN: Do not reply to msg 1/4 - "
+			   "requesting full EAP authentication");
+		return;
+	}
+	if (res)
 		goto failed;
 
 	if (sm->renew_snonce) {


Bug#579786: Bug#604968: w3-recs: Package is out-of-date

2010-11-25 Thread Stefano Zacchiroli
tags 604968 + help
thanks

On Thu, Nov 25, 2010 at 09:17:03PM +0100, Manuel Strehl wrote:
> Since the last update of the w3-recs package a lot of activity has
> been going on at the W3C. Most notably the advance of HTML5 and
> several CSS3 modules come to mind.

Well, I don't know about the CSS3 modules you have in mind, but HTML5 is
not a good example, given that the HTML5 is still a working draft and
not a Recommendation. As the package name implies, w3-recs is meant to
contain only Recommendations and not W3C documents in other status.

> This is not reflected in the specifications included in w3-recs. An
> update of this otherwise useful package is in need.

Nevertheless, this is true. I meant to update w3-recs once before the
Squeeze freeze and then formally orphan the package (see #579786), but I
badly failed at it.

Some people declared interest in adopting w3-recs (Cc:ing them with this
mail), but in spite of some early work on the package, it seems that
unfortunately no upload has been made yet. Folks, if you are *really*
interested in maintaining w3-recs, please go ahead with an upload and
feel free to remove me from the maintainer/uploader fields. I doubt
there is any room for an updated version for Squeeze (which is
unfortunate), but it would be nice to have the package up to date in
unstable, as its dependencies make it trivial to install it from any
Debian suite.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Quando anche i santi ti voltano le spalle, |  .  |. I've fans everywhere
ti resta John Fante -- V. Capossela ...| ..: |.. -- C. Adams


signature.asc
Description: Digital signature


Bug#566143: libloudmouth1-0: contains outdated copy of asyncns which has data alignment issues on armel

2010-11-25 Thread Tanguy Ortolo
severity 566143 grave
tag 566143 pending
thanks

Le jeudi 21 janvier 2010, Sascha Silbe a écrit :
> loudmouth bundles an outdated copy of asyncns which has data alignment
> issues (gcc even warns about them) causing it to break on armel (tries
> to send a 1MB datagram and fails silently). Since it cannot resolve
> the Jabber server the whole package is unusable on armel.

Yes indeed. I think this justifies bumping the severity to grave.

> Please note that the version of asyncns currently in Debian (0.3 -
> current upstream version is 0.8) has this issue as well (so it needs
> to be updated before the Debian loudmouth package can use it).

I have fixed this bug in the libasyncns package by backporting an
upstream fix. As I am not a Debian Developper, the fix requires
sponsoring, but when it is uploaded, dynamically linking agains
libasyncns instead of embedding resolves this.

I have prepared an updated version of this package for that [1]. The
manual modifications are small, but resulting file modifications are
quite important because it requires to regenerate the configure script.
This update too will not enter Debian until someone uploads it for me. I
some DD comes across this bug, I need sponsoring!  Now let me search for
sponsoring.

[1] http://dick.ortolo.eu/~tanguy/deb/loudmouth/loudmouth_1.4.3-5.1.dsc

-- 
 ,--.
: /` )   Tanguy Ortolo  
| `-'Theoretically Debian Maintainer
 \_


signature.asc
Description: Digital signature


Bug#604968: w3-recs: Package is out-of-date

2010-11-25 Thread Manuel Strehl
Package: w3-recs
Version: 20080716-1
Severity: normal

Since the last update of the w3-recs package a lot of activity has been
going on at the W3C. Most notably the advance of HTML5 and several CSS3 modules
come to mind.

This is not reflected in the specifications included in w3-recs. An update of
this otherwise useful package is in need.

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

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

w3-recs depends on no packages.

Versions of packages w3-recs recommends:
ii7.0.517.44~r64615-0ubu Chromium browser
ii3.6.13~hg20101027r3470 safe and easy web browser from Moz
ii2.8.8dev.3-3   Text-mode WWW Browser with NLS sup
ii10.63.6450 A fast and secure web browser and 
ii0.5.2-6WWW browsable pager with excellent

w3-recs 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#604967: Please disable hal support

2010-11-25 Thread Cyril Brulebois
Hi Michael,

Michael Biebl  (25/11/2010):
> as we want to get rid of hal eventually, please disable hal support
> in xprint (or remove the package altogether).

AFAICT, xprint should go as well.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#603952: closed by Ari Pollak (Re: Bug#603952: about the ICQ failure)

2010-11-25 Thread Tino Schmidt
What happens with 2.4.3-4lenny8 in lenny? Will changes in 2.7.7 be 
backported to pidgin in lenny?




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



  1   2   3   4   >