Bug#669206: multistrap: errors if 'packages' left out

2012-04-18 Thread Andres Salomon
Package: multistrap
Version: 2.1.17
Severity: minor

If one has a config stanza like the following:

[SecurityMirror]
source=http://localhost:/security
suite=squeeze/updates
keyring=debian-archive-keyring
components=main contrib non-free

This error will be seen:

Use of uninitialized value in join or string at /usr/sbin/multistrap
line 1218.

Adding "packages=" makes that perl warning go away.



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



Bug#669207: fai-cd: cannon generate ISO image

2012-04-18 Thread Maxim Kravets
Package: fai-server
Version: 3.4.7
Severity: normal

Can't create image with fai-cd. There is no mkisofs in squeeze and later 
distors - genisoimage can be used instead.

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

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

Versions of packages fai-server depends on:
ii  debootstrap  1.0.26+squeeze1 Bootstrap a basic Debian system
ii  fai-client   3.4.7   Fully Automatic Installation clien

Versions of packages fai-server recommends:
ii  fai-setup-storage   3.4.7automatically prepare storage devi
ii  isc-dhcp-server [dh 4.1.1-P1-15+squeeze3 ISC DHCP server for automatic IP a
ii  libproc-daemon-perl 0.03-2   Run Perl program as a daemon proce
ii  nfs-kernel-server   1:1.2.2-4squeeze2support for NFS kernel server
ii  openbsd-inetd [inet 0.20080125-6 The OpenBSD Internet Superserver
ii  openssh-client  1:5.5p1-6+squeeze1   secure shell (SSH) client, for sec
ii  openssh-server  1:5.5p1-6+squeeze1   secure shell (SSH) server, for sec
ii  syslinux-common 2:4.02+dfsg-7collection of boot loaders (common
ii  tftpd-hpa   5.0-18   HPA's tftp server

Versions of packages fai-server suggests:
ii  apt-move  4.2.27-1+b7Maintain Debian packages in a pack
ii  aptitude  0.6.3-3.2+squeeze1 terminal-based package manager (te
pn  debmirror  (no description available)
ii  genisoimage   9:1.1.11-1 Creates ISO-9660 CD-ROM filesystem
pn  grub   (no description available)
pn  perl-tk(no description available)

-- Configuration Files:
/etc/fai/NFSROOT changed:
PACKAGES aptitude
nfs-common fai-nfsroot module-init-tools ssh rdate lshw portmap
rsync lftp less dump reiserfsprogs e2fsprogs usbutils
hwinfo psmisc pciutils hdparm smartmontools parted mdadm lvm2
dnsutils ntpdate dosfstools jove xfsprogs xfsdump
procinfo dialog discover
console-tools console-common
iproute udev subversion liblinux-lvm-perl
imvirt
cfengine2 libapt-pkg-perl
PACKAGES aptitude I386
grub lilo read-edid
linux-image-486
PACKAGES aptitude AMD64
grub lilo
linux-image-2.6-amd64
PACKAGES aptitude IA64
elilo gnu-efi efibootmgr
PACKAGES aptitude SPARC
silo sparc-utils
PACKAGES aptitude ALPHA
aboot
PACKAGES aptitude POWERPC
linux-image-2.6-powerpc
yaboot

/etc/fai/make-fai-nfsroot.conf changed:
NFSROOT=/srv/fai/nfsroot
TFTPROOT=/srv/tftp/fai
FAI_CONFIGDIR=/srv/fai/config
FAI_DEBOOTSTRAP="squeeze http://cdn.debian.net/debian";
FAI_ROOTPW='$1$kBnWcO.E$djxB128U7dMkrltJHPf6d1'
FAI_DEBOOTSTRAP_OPTS="--exclude=info"


-- 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#669208: boinc-client: update-rc.d fails to change boinc-client's runlevels

2012-04-18 Thread Anonymous Coward
Package: boinc-client
Version: 7.0.24+dfsg-1
Severity: normal

Dear Maintainer,

update-rc.d refuses to make boinc-client start automatically at boot and I can 
see no way to bypass those warnings:

~# update-rc.d boinc-client defaults
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: boinc-client start runlevel arguments (2 3 4 5) do not 
match LSB Default-Start values (4 5)
update-rc.d: warning: boinc-client stop runlevel arguments (0 1 6) do not match 
LSB Default-Stop values (0 1 2 3 6)

The issue is documented here but no fix is proposed to users:
http://piuparts.debian.org/sid/initdscript_lsb_header_issue.html

So I've resorting to doing this manually without any guidance from any 
documentation:
~# mv /etc/rc3.d/K01boinc-client /etc/rc3.d/S20boinc-client
~# mv /etc/rc2.d/K01boinc-client /etc/rc2.d/S20boinc-client
In my opinion, that's not an acceptable state of affairs.

In my opinion, that's a bug with update-rc.d since I think users should be 
allowed to change their services' runlevels regardless of LSB issues.
But the opinion on IRC seems to be that it's a boinc-client issue...


-- Package-specific info:
-- Contents of /etc/default/boinc-client:
# This file is /etc/default/boinc-client, it is a configuration file for the
# /etc/init.d/boinc-client init script.

# Set this to 1 to enable and to 0 to disable the init script.
ENABLED="1"

# Set this to 1 to enable advanced scheduling of the BOINC core client and
# all its sub-processes (reduces the impact of BOINC on the system's
# performance).
SCHEDULE="1"

# The BOINC core client will be started with the permissions of this user.
BOINC_USER="boinc"

# This is the data directory of the BOINC core client.
BOINC_DIR="/var/lib/boinc-client"

# This is the location of the BOINC core client, that the init script uses.
# If you do not want to use the client program provided by the boinc-client
# package, you can specify here an alternative client program.
#BOINC_CLIENT="/usr/local/bin/boinc"
BOINC_CLIENT="/usr/bin/boinc"

# Here you can specify additional options to pass to the BOINC core client.
# Type 'boinc --help' or 'man boinc' for a full summary of allowed options.
#BOINC_OPTS="--allow_remote_gui_rpc"
BOINC_OPTS=""

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

Kernel: Linux 3.2.0-2-amd64 (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 boinc-client depends on:
ii  adduser3.113+nmu1
ii  ca-certificates20120212
ii  debconf [debconf-2.0]  1.5.42
ii  libc6  2.13-27
ii  libcurl3   7.25.0-1
ii  libgcc11:4.7.0-1
ii  libssl1.0.01.0.1-4
ii  libstdc++6 4.7.0-1
ii  libx11-6   2:1.4.4-4
ii  libxss11:1.2.1-2
ii  python 2.7.2-10
ii  zlib1g 1:1.2.6.dfsg-2

Versions of packages boinc-client recommends:
ii  ia32-libs  20120102

Versions of packages boinc-client suggests:
pn  boinc-app-seti 
pn  boinc-manager  
pn  libcuda1   
pn  libcuda1-ia32  
pn  x11-xserver-utils  

-- Configuration Files:
/etc/boinc-client/gui_rpc_auth.cfg [Errno 13] Permission denied: 
u'/etc/boinc-client/gui_rpc_auth.cfg'

-- debconf information:
  boinc-client/remove_boinc_dir: true



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



Bug#667014: I hit the same problem

2012-04-18 Thread Kurt Roeckx
On Wed, Apr 18, 2012 at 12:16:49AM +0200, Alberto Garcia wrote:
> On Tue, Apr 17, 2012 at 08:18:45PM +0200, Kurt Roeckx wrote:
> 
> > > I think I found the problem. In irssi's network-openssl.c:409
> > > 
> > >SSL_CTX_set_options(ctx, SSL_OP_ALL | SSL_OP_NO_SSLv2);
> > > 
> > > In the latest versions of OpenSSL, SSL_OP_ALL includes
> > > SSL_OP_NO_TLSv1_1.
> > 
> > So you mean with a rebuild you pass new options, and with the new
> > options it works?
> 
> Now I really found it, it's actually the other way around.
> 
> In OpenSSL 1.0.0e-2:
> 
> #define SSL_OP_ALL 0x8FFFL
> 
> In OpenSSL 1.0.1-4:
> 
> #define SSL_OP_ALL 0x8BFFL
> #define SSL_OP_NO_TLSv1_1 0x0400L
> 
>(0x8BFFL + 0x0400L == 0x8FFFL)
> 
> So the former macro sets the 0x400 bit, which is not used in that
> version. However, in more recent versions of OpenSSL that bit disables
> support for TLS 1.1
> 
> Summarizing: you'll have the TLS 1.1 support disabled depending on the
> version you compiled your code with.

1.0.0 didn't have TLS 1.1 support, it was only added in 1.0.1.  I
wonder why that option exist in the first place ...


Kurt




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



Bug#656659: info not showing anything with certain build flags

2012-04-18 Thread Sergey Poznyakoff
Norbert Preining  wrote:

>   footnotes.c: In function ‘info_show_footnotes’:
>   footnotes.c:258:11: error: format not a string literal and no format 
> arguments [-Werror=format-security]
>   footnotes.c:262:11: error: format not a string literal and no
>   format arguments [-Werror=format-security]

It is intended (see the comment in info.c:692-695, for the reason of
it). I'll see if this can be rewritten some other way to pacify gcc, but
for the time being you'll have to drop that `-Werror' option.

Regards,
Sergey



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



Bug#668841: RFS: yp-svipc/0.13-1 [ITP] -- System V InterProcess Communication for Python/Yorick

2012-04-18 Thread Thibaut Paumard
Package: sponsorship-requests
Severity: wishlist
X-Debbugs-CC: debian-pyt...@lists.debian.org

Dear mentors,

I am looking for a sponsor for my package "yp-svipc"

* Package name: yp-svipc
  Version : 0.13-1
  Upstream Author : Matthieu Bec
* URL : https://github.com/frigaut/yorick-svipc/
* License : GPL-3
  Section : Python, Science
  Programming Lang: C, Yorick, Python
  Description : System V InterProcess Communication for
Python/Yorick
  ITP : http://bugs.debian.org/668841

It builds those binary packages:

 python-svipc - interprocess communication (shared memory...) for Python
 yorick-svipc - interprocess communication (shared memory...) for Yorick

To access further information about this package, please visit the
following URL:
  http://mentors.debian.net/package/yp-svipc

Alternatively, one can download the package with dget using this command:
  dget -x
http://mentors.debian.net/debian/pool/main/y/yp-svipc/yp-svipc_0.13-1.dsc

When the two packages are installed, they can be tested with:
- yorick-only multiprocess computing:
  yorick -i /usr/share/doc/yorick-svipc/examples/timing-demo.i
- yorick/python communication:
  yorick -i /usr/share/doc/yorick-svipc/examples/ping.i

I have not been able to make it work under python3 so far (on Linux: it
works on a Mac).

Regards,
   Thibaut Paumard.



signature.asc
Description: OpenPGP digital signature


Bug#645692: Progress update

2012-04-18 Thread Thomas Preud'homme
Le samedi 31 mars 2012 22:58:17, Thomas Preud'homme a écrit :

[SNIP]

> 
> I fixed the regressions (a few alignment issues) brought by the last few
> changes in the code. While doing that, I also spotted one place which can
> be improved and two bugs. It is easy code to fix though, maybe 10 minutes
> coding.
> 
> So the next step is correct assignment of float register and then, after a
> bit more testing upload to experimental, Yay!

Bug have been fixed and I got a working version of the code. There is a few 
things to finish though: a bit more documentation, remove printf for debugging 
purpose, test armel calling convention still works, integrate my home made 
testsuite into tcc's one and then I'll send an email on tcc's mailing list for 
review.

Regards.


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


Bug#669207: fai-cd: cannon generate ISO image

2012-04-18 Thread Thomas Lange

This is a duplicate of #609568 which was fixed in 3.4.8.
-- 
regards Thomas



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



Bug#669210: gnome-shell-extensions: auto-move-windows does not work with freecell.desktop

2012-04-18 Thread Francois Mescam
Package: gnome-shell-extensions
Version: 3.2.3-1
Severity: normal

Dear Maintainer,

auto-move-windows works fine with for example icedove, iceweasel, zim 
I put freecell.desktop in the list and when I start Freecell from the
application menu the window is opened on the current workspace.

I tried to fix on different workspace but with no result. I tried also with
others desktops and it seems that it does not work when the name of the 
desktop is not the same as the name of the program executed by the desktop.

For information I put a copy of the key 
org.gnome.shell.extensions.auto-move-windows :

gsettings get org.gnome.shell.extensions.auto-move-windows application-list
['icedove.desktop:2', 'iceweasel.desktop:2', 'zim.desktop:4', 
'chromium.desktop:8', 'freecell.desktop:8', 'gcalctool.desktop:8']

Some info about freecell.desktop :
$ dpkg -S freecell.desktop 
aisleriot: /usr/share/applications/freecell.desktop
app-install-data: /usr/share/app-install/desktop/freecell.desktop
app-install-data: /usr/share/app-install/desktop/penguin-freecell.desktop

With my best regards

Francois

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

Kernel: Linux 3.2.0-2-686-pae (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 gnome-shell-extensions depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.10.0-3
ii  gir1.2-gtop-2.0  2.28.4-2+b1
ii  gnome-shell  3.2.2.1-2

gnome-shell-extensions recommends no packages.

gnome-shell-extensions 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#669211: multistrap: ignorenativearch doesn't work

2012-04-18 Thread Andres Salomon
Package: multistrap
Version: 2.1.17
Severity: normal
Tags: patch

The new feature 'ignorenativearch' doesn't appear to affect anything.
If I set "ignorenativearch=true" in the general section of my config,
the $ignorenative variable is incremented (to 1), but $foreign remains
unset.  Later calls to the native() function check if $foreign is
defined.

It seems like the issue here is some incorrect logic for setting
$native.  Specifically, it should be 1 if $host!=$arch *or* if
$ignorenative is set; after all, we're setting ignorenativearch
because $host may equal $arch, but we want $foreign set anyways.

Also, $ignorenative is listed twice in the global variable section; I'm
assuming that's an oversight.

This patch fixes up both things.



--- a/multistrap2012-04-18 01:01:23.0 -0700
+++ b/multistrap2012-04-18 01:01:05.0 -0700
@@ -36,7 +36,7 @@
  $explicit_suite $allow_recommends %omitdebsrc @dsclist @sectoutput
  %flatfile %important $addimportant @debconf $hookdir %hooks
  $warn_count $use_shortcut @foreignarches $olddpkg $ignorenative
- %foreignpkgs $ignorenative /;
+ %foreignpkgs /;
 
 setlocale(LC_MESSAGES, "");
 textdomain("multistrap");
@@ -146,7 +146,7 @@
 } else {
printf (_g("Using foreign architecture: %s\n"), $arch);
 }
-$foreign++ if (($host ne $arch) and (not defined $ignorenative));
+$foreign++ if (($host ne $arch) or (defined $ignorenative));
 unless (keys %sources) {
my $msg = sprintf(_g("No sources defined for a foreign multistrap.
Using your existing apt sources. To use different sources,



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



Bug#669212: firmware-realtek: RTL8188CUS chipset gets installed as rtl8192cu, fails to read EEPROM

2012-04-18 Thread Achim Vollhardt
Package: firmware-realtek
Version: 0.28+squeeze1
Severity: normal


Wifi Interface Netgear N150 WNA1000M (Realtek RTL8188CUS) gets identified as
rtl8192su. wlan0 does not come up.

dmesg:
rtl8192cu:_rtl92cu_read_adapter_info():<0-0> EEPROM ID(0x0) is invalid!!
rtl8192cu:rtl92cu_init_sw_vars():<0-0> Failed to request firmware!
rtlwifi:rtl_usb_probe():<0-0> Can't init_sw_vars.
usbcore: registered new interface driver rtl8192cu

lsusb:
Bus 001 Device 005: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek
RTL8188CUS]
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub



-- System Information:
Debian Release: 6.0.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: armel (armv6l)

Kernel: Linux 3.1.9+
Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

firmware-realtek depends on no packages.

firmware-realtek recommends no packages.

Versions of packages firmware-realtek suggests:
pn  initramfs-tools(no description available)
pn  linux-image(no description available)

-- no debconf information



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



Bug#669146: courier-imap: Since last update (20' ago) I can't connect anymore

2012-04-18 Thread Stefan Hornburg (Racke)

On 04/17/2012 08:50 PM, Jean-Yves Barbier wrote:

Package: courier-imap
Version: 4.10.0-1
Severity: grave
Tags: upstream
Justification: renders package unusable

Dear Maintainer,

* What led up to the situation?
An update.

* What exactly did you do (or not do) that was effective (or
  ineffective)?
I just updated.

* What was the outcome of this action?
Even after restarting courier-imap&  courier-authdaemon I can't connect anymore
to courier-imap.

* What outcome did you expect instead?
Being able to conect and send/receive emails after update, as it always worked
out of the box.



Please test your IMAP server through telnet, e.g. as described here:

http://documents.made-it.com/imapcmd.html

Maybe you have the following problem:

* OK [ALERT] Filesystem notification initialization error -- contact your mail 
administrator (check for configuration errors with the FAM/Gamin library)
c OK LOGIN Ok.

Regards
Racke


--
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team




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



Bug#669213: bind9: new upstream release: 9.9

2012-04-18 Thread Rik Theys
Package: bind9
Severity: wishlist

Hi,

Please consider packaging the new upstream 9.9 release for sid/wheezy. 
It has some new features that make rolling out DNSSEC easier (such as
inline signing).

Regards,

Rik



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



Bug#669214: libjpedal-jbig2-java: obsolete depends default-jdk-builddep

2012-04-18 Thread Jari Aalto
Package: libjpedal-jbig2-java
Version: 20100117-1
Severity: normal

Package depends on obsolete default-jdk-builddep, please update.


-- System Information
Debian Release: wheezy/sid
  APT Prefers unstable
  APT policy: (990, unstable) (1, experimental)
Architecture: i386
Kernel: Linux taiko 3.2.0-2-686-pae #1 SMP Fri Apr 6 05:25:56 UTC 2012 i686 
GNU/Linux
Locale: LANG=en_US.UTF-8

-- Versions of packages `libjpedal-jbig2-java depends on'.



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



Bug#659277: Updated debconf translations

2012-04-18 Thread Ghe Rivero
Well, translations haven't changed. They just move from one binary
package to another, and a couple more debconf questions were added, so
it's just an upgrade (no work has been lost). I'll send you and
updated debconf template later today.

Ghe Rivero

On Wed, Apr 18, 2012 at 6:48 AM, Christian PERRIER  wrote:
> Quoting Ghe Rivero (g...@debian.org):
>> Hi Christian,
>>    i have updated the patch due to some changes while this bugs was in
>> progress. You can find the updated patch at:
>> http://anonscm.debian.org/gitweb/?p=openstack/glance.git;a=commit;h=c7b48f032b3d4ea7608d30ab7040e28645c8bd10
>>
>> Besides that, a new template file, glance-registry, was added. Can you
>> take a look to it? Once you confirm everything is ok (I've never deal
>> with po traslatations before), I will upload the new package. Thanks
>> for the translations.
>
> Hello,
>
> It would help me a lot if you could *send* me the new
> templates file. I'm doing most of my work offline and getting access to
> online resources is more difficult.
>
> You mention that the patch was updated. Does it mean that the existing
> templates text has been changed? If so, it might require a translation
> update round.
>
> And, anyway, the new template *will* require a translation update
> round (which I can handle though it's always a bit demotivating when
> one is done with a package to have to dig into it again...:-))
>
>
>
>



-- 
Pinky: "Gee, Brain, what do you want to do tonight?"
The Brain: "The same thing we do every night, Pinky—try to take over the world!"

 .''`.  Pienso, Luego Incordio
: :' :
`. `'
  `-    www.debian.org    www.openstack.com

GPG Key: 26F020F7
GPG fingerprint: 4986 39DA D152 050B 4699  9A71 66DB 5A36 26F0 20F7



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



Bug#491318: ditto

2012-04-18 Thread Josip Rodin
Hi,

I also think this "should" might as well be changed into a "must" these
days, because the ambiguity is allowing corner cases - I recently heard that
mcollective doesn't support a "restart" action, rather it does "stop" then
"start" when you tell it to restart something. Arguably this is simply a bug
in that software, but we should be able to tell people - you can rely on all
of these actions being there on all of our init scripts.

(Certainly if the same argument is being made for "you can rely on
debian/rules being a makefile", I fail to see the point of not doing
the same here.)

-- 
 2. That which causes joy or happiness.



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



Bug#667014: I hit the same problem

2012-04-18 Thread Alberto Garcia
On Wed, Apr 18, 2012 at 09:09:35AM +0200, Kurt Roeckx wrote:

> > Summarizing: you'll have the TLS 1.1 support disabled depending on
> > the version you compiled your code with.
> 
> 1.0.0 didn't have TLS 1.1 support, it was only added in 1.0.1.  I
> wonder why that option exist in the first place ...

That option only exists in 1.0.1, but the flag that disables TLS 1.1
was (accidentally, I guess) set in 1.0.0 even though the option didn't
exist at that time.

Then of course there's another question: if the IRC server I'm having
problems with worked perfectly in 1.0.0 (that had no TLS1.1), why does
disabling TLS1.1 in 1.0.1 make any difference?

Berto



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



Bug#669215: packagesearch: depends on outdated libapt-pkg4.10 while 4.12 is in sid

2012-04-18 Thread bud
Package: packagesearch
Version: 2.6+b1
Severity: serious
Justification: Policy 3.5

Dear Maintainer,
packagesearch is uninstallable in unstable atm as apt updated to 0.9.1

   * What led up to the situation?
 apt-get install packagesearch

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
 packagesearch: Depends: libapt-pkg4.10 but it is not installable
Depends: libept1 but it is not going to be installed
 (libept1.4.12 is installed)   

   * What outcome did you expect instead?
 Install - ok


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

Kernel: Linux 3.3-2.towo.1-siduction-686 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages packagesearch depends on:
ii  apt   0.9.1
ii  apt-xapian-index  
ii  debtags   1.9+b1
ii  libapt-pkg4.10
ii  libc6 2.13-28
ii  libept1   
ii  libgcc1   1:4.7.0-3
ii  libqt4-xml4:4.7.4-3
ii  libqtcore44:4.7.4-3
ii  libqtgui4 4:4.7.4-3
ii  libstdc++64.7.0-3
ii  libxapian22   1.2.8-1
ii  zlib1g1:1.2.6.dfsg-2

Versions of packages packagesearch recommends:
ii  apt-file   
ii  deborphan  
ii  konsole [x-terminal-emulator]  4:4.7.4-2
ii  xterm [x-terminal-emulator]278-1

packagesearch suggests no packages.



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



Bug#598820: mcabber: Segmentation fault when connecting to prosody server

2012-04-18 Thread Franziska Lichtblau
Hey, 

thanks for investegating this bug. Sorry, I didn' get around to check this
properly (should have set up prosody - my bad...). 
I'll forward this one upstream and look into it myself. 

Thanks again,
Rhalina

On Tue, Apr 17, 2012 at 07:45:49PM -0400, Simon L'nu wrote:
> Package: mcabber
> Version: 0.10.1-2
> Followup-For: Bug #598820
> 
> hi,
> 
> i still see this when trying to connect to mine. it's because
> prosody doesn't listen on an ipv6 tcp socket (doesn't support it yet)
> and when mcabber sees the hostname, it does the dns lookup, finds the
> ipv6 address and tries that. it then tries to connect there, but it
> can't so it just goes "GACK!". the problem here is that is should
> "GACK!" with a segfault, it should exit more gracefully. segfault means
> there's a bug that needs fixing ;).
> 
> thanks
> simon
> 
> 
> -- System Information:
> Debian Release: wheezy/sid
>   APT prefers unstable
>   APT policy: (991, 'unstable'), (990, 'testing'), (500, 
> 'testing-proposed-updates'), (200, 'experimental')
> Architecture: i386 (i686)
> 
> Kernel: Linux 3.2.0-2-686-pae (SMP w/1 CPU core)
> Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 
> Versions of packages mcabber depends on:
> ii  libaspell15  0.60.7~20110707-1
> ii  libc62.13-27
> ii  libglib2.0-0 2.32.0-4
> ii  libgpg-error01.10-3
> ii  libgpgme11   1.2.0-1.4
> ii  libidn11 1.24-2
> ii  libloudmouth1-0  1.4.3-8
> ii  libncursesw5 5.9-6
> ii  libotr2  3.2.0-4
> 
> mcabber recommends no packages.
> 
> mcabber suggests no packages.
> 
> -- no debconf information
> 
> 
> 
> 


signature.asc
Description: Digital signature


Bug#669214: [PATCH] libjpedal-jbig2-java: build-depends-on-obsolete-package default-jdk-builddep

2012-04-18 Thread jari . aalto
Hi,

See attached patch to help to fix this and other things related
to new features and items reported by Lintian etc.

Let me know if there is anything that needs adjusting or if it is ok
to upload this version in a NMU in case you are working on other
issues needing attention.

Thanks,
Jari

>From c0fbf7b749efd4094e41d215673539a75c0d56ff Mon Sep 17 00:00:00 2001
From: Jari Aalto 
Date: Wed, 18 Apr 2012 11:33:17 +0300
Subject: [PATCH] obsolete-default-jdk-builddep
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto 
---
 debian/README.source |   10 --
 debian/changelog |   12 
 debian/compat|2 +-
 debian/control   |4 ++--
 debian/copyright |4 ++--
 debian/source/format |1 +
 debian/watch |3 +++
 7 files changed, 29 insertions(+), 7 deletions(-)
 create mode 100644 debian/source/format
 create mode 100644 debian/watch

diff --git a/debian/README.source b/debian/README.source
index 1364e37..2117cfc 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,2 +1,8 @@
-The original source tree from upstream's .zip file has the top directoy
-"src". This was changed to the versioned package name.
+Sources for Debian
+--
+
+This package uses patch system. See more information at
+/usr/share/doc/dpatch/README.source.gz
+/usr/share/doc/quilt/README.source
+
+ -- Jari Aalto , Sun,  9 May 2010 21:41:05 +0300
diff --git a/debian/changelog b/debian/changelog
index 81d9dc6..3051673 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libjpedal-jbig2-java (20100117-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update to packaging format "3.0 quilt".
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+  * Change obsolete depends default-jdk-builddep to default-jdk
+(Closes: #669214),
+  * Minor adjustments to debian/copyright.
+  * Add debian/watch file.
+
+ -- Jari Aalto   Wed, 18 Apr 2012 11:31:49 +0300
+
 libjpedal-jbig2-java (20100117-1) unstable; urgency=low
 
   * Initial release (Closes: #565670).
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 3c22e9e..5763917 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: libjpedal-jbig2-java
 Section: java
 Priority: extra
 Maintainer: Steffen Moeller 
-Build-Depends: debhelper (>= 7), cdbs, default-jdk-builddep
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 9), cdbs, default-jdk
+Standards-Version: 3.9.3
 Homepage: http://www.jpedal.org/support_JBIG.php
 
 Package: libjpedal-jbig2-java
diff --git a/debian/copyright b/debian/copyright
index e6f53b7..d5830ff 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,8 +11,8 @@ Upstream Authors:
 
 Copyright:
 
-(C) Copyright 1997-2008, IDRsolutions and Contributors.
-Copyright (c) 2008, IDRsolutions
+Copyright (C) 1997-2008 IDRsolutions and Contributors.
+Copyright (C) 2008 IDRsolutions
 
 License:
 
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..e387355
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="versionmangle=s/(\d+)/0.$1/" \
+http://www.jpedal.org/support_JBIG.php .*jbig([\d.]+)_src.zip
-- 
1.7.9.5



Bug#669216: libjxp-java: obsolete depends default-jdk-builddep

2012-04-18 Thread Jari Aalto
Package: libjxp-java
Version: 1.6.1-1
Severity: normal

Package depends on obsolete default-jdk-builddep, please update.

-- System Information
Debian Release: wheezy/sid
  APT Prefers unstable
  APT policy: (990, unstable) (1, experimental)
Architecture: i386
Kernel: Linux taiko 3.2.0-2-686-pae #1 SMP Fri Apr 6 05:25:56 UTC 2012 i686 
GNU/Linux
Locale: LANG=en_US.UTF-8

-- Versions of packages `libjxp-java depends on'.
Depends:
default-jre-headless 1:1.6-47Standard Java or Java compatible Runtime 
(hea
java-runtime-headless 4:4.7.0-4   GIJ is a Java bytecode interpreter, not 
limit



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



Bug#588962: schroot: Please provide documentation as po4a for translation

2012-04-18 Thread Roger Leigh
On Wed, Apr 18, 2012 at 01:51:10AM +0200, Thomas Blein wrote:
> Hi Roger,
> 
> I just finished the first draft translation of all the man pages into
> French.
> You have to not that it need still some review, first from me and then
> from the French translation team before real integration since it is not
> completely proof-readed.
> 
> However with this file you may certainly do some test of integration of
> it.

Many thanks for all the effort you have put into this.  Hopefully I'll
have time to work on this at the weekend, time permitting, or in the
evening next week sometime if not.


Many thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linuxhttp://people.debian.org/~rleigh/
 `. `'   schroot and sbuild  http://alioth.debian.org/projects/buildd-tools
   `-GPG Public Key  F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800



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



Bug#669217: libmicroba-java: obsolete depends default-jdk-builddep

2012-04-18 Thread Jari Aalto
Package: libmicroba-java
Version: 1:0.4.4.3-2
Severity: normal

Package depends on obsolete default-jdk-builddep, please update

-- System Information
Debian Release: wheezy/sid
  APT Prefers unstable
  APT policy: (990, unstable) (1, experimental)
Architecture: i386
Kernel: Linux taiko 3.2.0-2-686-pae #1 SMP Fri Apr 6 05:25:56 UTC 2012 i686 
GNU/Linux
Locale: LANG=en_US.UTF-8

-- Versions of packages `libmicroba-java depends on'.
Depends:
default-jre-headless 1:1.6-47Standard Java or Java compatible Runtime 
(hea
java-runtime-headless 4:4.7.0-4   GIJ is a Java bytecode interpreter, not 
limit



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



Bug#669218: libonemind-commons-invoke-java: obsolete depends default-jdk-builddep

2012-04-18 Thread Jari Aalto
Package: libonemind-commons-invoke-java
Version: 1.1.0+cvs20090227-2
Severity: normal

Package depends on obsolete default-jdk-builddep, please update.

-- System Information
Debian Release: wheezy/sid
  APT Prefers unstable
  APT policy: (990, unstable) (1, experimental)
Architecture: i386
Kernel: Linux taiko 3.2.0-2-686-pae #1 SMP Fri Apr 6 05:25:56 UTC 2012 i686 
GNU/Linux
Locale: LANG=en_US.UTF-8

-- Versions of packages `libonemind-commons-invoke-java depends on'.
Depends:
default-jre-headless 1:1.6-47Standard Java or Java compatible Runtime 
(hea
java-runtime-headless 4:4.7.0-4   GIJ is a Java bytecode interpreter, not 
limit



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



Bug#660406: userdel segfaulting

2012-04-18 Thread Martin Steigerwald
Am Mittwoch, 18. April 2012, 01:23:19 schrieb Mirosław Zalewski:
> Hi

Hi Mirosław,

> Just wanted to note, that most likely this bug is architecture-dependent. I
> am using amd64 Debian testing and I was unable to reproduce this issue. So
> was another Debian amd64 user. On Polish unofficial Debian forum I have
> read reports that i386 users got segfaults. At least reporter of this bug
> is using i386 as well.

Confirmed. I have no crash on amd64 here as well. With 1:4.1.5-1 which is the 
version Tony reported this with.

My workstation mango I found and confirmed the the bug with initially is a i386 
machine. I thought I have seen this on amd64 as well, but maybe I am mistaken 
on that. So as long as I can´t reproduce it there, I agree with your 
observation.

Thanks,
-- 
Martin Steigerwald - teamix GmbH - http://www.teamix.de
gpg: 19E3 8D42 896F D004 08AC A0CA 1E10 C593 0399 AE90



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



Bug#669219: libonemind-commons-java-java: obsolete depends default-jdk-builddep

2012-04-18 Thread Jari Aalto
Package: libonemind-commons-java-java
Version: 1.5.5-2
Severity: normal

Package depends on obsolete default-jdk-builddep, please update

-- System Information
Debian Release: wheezy/sid
  APT Prefers unstable
  APT policy: (990, unstable) (1, experimental)
Architecture: i386
Kernel: Linux taiko 3.2.0-2-686-pae #1 SMP Fri Apr 6 05:25:56 UTC 2012 i686 
GNU/Linux
Locale: LANG=en_US.UTF-8

-- Versions of packages `libonemind-commons-java-java depends on'.
Depends:
default-jre-headless 1:1.6-47Standard Java or Java compatible Runtime 
(hea
java-runtime-headless 4:4.7.0-4   GIJ is a Java bytecode interpreter, not 
limit



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



Bug#669220: libspin-java: obsolete depends default-jdk-builddep

2012-04-18 Thread Jari Aalto
Package: libspin-java
Version: 1.5+dfsg-3
Severity: normal

Package depends on obsolete default-jdk-builddep, please update.

-- System Information
Debian Release: wheezy/sid
  APT Prefers unstable
  APT policy: (990, unstable) (1, experimental)
Architecture: i386
Kernel: Linux taiko 3.2.0-2-686-pae #1 SMP Fri Apr 6 05:25:56 UTC 2012 i686 
GNU/Linux
Locale: LANG=en_US.UTF-8

-- Versions of packages `libspin-java depends on'.
Depends:
default-jre-headless 1:1.6-47Standard Java or Java compatible Runtime 
(hea
java-runtime-headless 4:4.7.0-4   GIJ is a Java bytecode interpreter, not 
limit



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



Bug#669221: xul-ext-webdeveloper: display upstream web page after installation

2012-04-18 Thread Luca Capello
Package: xul-ext-webdeveloper
Version: 1.1.9-5
Severity: normal
Usertags: debian-packaging

Hi there!

After having installed xul-ext-webdeveloper I killed iceweasel and
restarted it: I was quite surprised by the fact that the upstream
webpage [1] was loaded alongside the "something went wrong, do you want
to restore or start a new session?" tab.

[1] 

Can you please disable this "feature", which IMHO is nothing more than
phoning home?  Please note that this could have at least privacy issues.

Thx, bye,
Gismo / Luca

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

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

Versions of packages xul-ext-webdeveloper depends on:
ii  iceweasel  13.0~a2+20120413042011-1

xul-ext-webdeveloper recommends no packages.

xul-ext-webdeveloper suggests no packages.

-- no debconf information


pgp0yFif7WWCl.pgp
Description: PGP signature


Bug#669222: ejabberd: fails to restart due to asynchronous shutdown

2012-04-18 Thread Dominik George
Package: ejabberd
Version: 2.1.10-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

/etc/init.d/ejabberd restart fails because ejabberd has not finished shutdown 
when stop() returns.

It can take ejabberd up to 10 seconds more to shutdown completely and issueing 
the start() before it has
finished results in a really long timeout and ejabberd does not come up again, 
so to restart ejabberd
right now it is necessary to do

/etc/init.d/ejabberd stop && sleep 15 && /etc/init.d/ejabberd start

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

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

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

iQHOBAEBAgA4BQJPjoKLMRpodHRwczovL3d3dy5kb21pbmlrLWdlb3JnZS5kZS9n
cGctcG9saWN5LnR4dC5hc2MACgkQ2w6kvOIQdBKtSQv+P6qsvSpA+fg2I8vhFTNg
BSdyHl3k6ERflKQtjjVfTx87t3vwGtoRlPT/wmT6rHXYeETvfm0wZ9tdi/1x+rhj
dDIDcTvj69FWHBMhuAap2LhJLvcPg7f6mZtsCD0itvKeCqpOigaznvm2pUYuK4la
DyzHWp463HA0TJEDwsQXtVu1YoVmPPaJdu/3vMYe/MBDSRRDQfKQ77p196TFMkZk
AkrINPSSw/PzfNE0Oe6zLkBMw5z0mtiAGzacbtrsoC+ttzsS9DvkiwGhT5AvDCzR
JAkdn+K33XuNwtPNdXsVL5YJwaXNgRK6MQnulhpp+LHUacog2/I8Ur7ZqfeYq3VF
Upsjzv0e3P0lpCTc9gRnSnGG8mUv+n2/zSlbpVM/PAbfUuw2LJAOblz7vomVv0Kj
OCdefnPQNDXjZbSXx8diVoFYkh4Mu8SmI43WrGUK0R/mrRdbhQe2DJpH68LRBYtq
f+uwZPajKEQQj+ewatm0lvS9t1nlbJ/MYaVGIBgSSCOB
=wSOn
-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#669223: [PATCH] libsvm: build-depends-on-obsolete-package default-jdk-builddep

2012-04-18 Thread jari . aalto
Package: libsvm
Severity: normal
Tags: patch

Hi,

See attached patch to help to fix this and other things related
to new features and items reported by Lintian etc.

Let me know if there is anything that needs adjusting or if it is ok
to upload this version in a NMU in case you are working on other
issues needing attention.

Thanks,
Jari

>From f126be8b758939fc7ac0a2294b8c2aa5d2864d21 Mon Sep 17 00:00:00 2001
From: Jari Aalto 
Date: Wed, 18 Apr 2012 12:03:39 +0300
Subject: [PATCH] obsolete-default-jdk-builddep
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto 
---
 debian/changelog |   14 ++
 debian/compat|2 +-
 debian/control   |   36 +---
 debian/rules |5 -
 debian/source/format |1 +
 java/libsvm.jar  |  Bin 49854 -> 49854 bytes
 6 files changed, 41 insertions(+), 17 deletions(-)
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index ab5dbcb..54a3688 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+libsvm (3.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove patchsys-quilt.mk and upgrade to packaging format "3.0 quilt".
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+  * Change obsolete depends default-jdk-builddep to default-jdk.
+  * Fix description-synopsis-starts-with-article (Lintian).
+  * Fix extended-description-is-probably-too-short (Lintian).
+  * Fix needless-dependency-on-jre (Lintian).
+  * Fix capitalization-error-in-description Python (Lintian).
+  * Fix duplicate-short-description (Lintian),
+
+ -- Jari Aalto   Wed, 18 Apr 2012 12:01:10 +0300
+
 libsvm (3.1-1) unstable; urgency=low
   
   * New upstream release.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 4527674..fe87c89 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Chen-Tse Tsai 
 XS-Python-Version: all
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 5.0.0), autotools-dev, libtool, cdbs, python-all-dev (>= 2.3.5-7), python-support (>= 0.90), default-jdk-builddep
-Standards-Version: 3.9.2.0
+Build-Depends: debhelper (>= 9), autotools-dev, libtool, cdbs, python-all-dev (>= 2.3.5-7), python-support (>= 0.90), default-jdk
+Standards-Version: 3.9.3
 Homepage: http://www.csie.ntu.edu.tw/~cjlin/libsvm/
 
 Package: libsvm3
@@ -22,7 +22,7 @@ Description: library implementing support vector machines
 Package: libsvm-tools
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, gnuplot
-Description: The LIBSVM binary tools
+Description: LIBSVM binary tools
  LIBSVM is an easy-to-use package for support vector classification,
  regression and one-class SVM. It supports multi-class classification,
  probability outputs, and parameter selection.
@@ -32,8 +32,13 @@ Package: libsvm-dev
 Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends}, libsvm3 (=${binary:Version})
-Description: The LIBSVM header files
- These are the header files for LIBSVM, a machine-learning library.
+Description: LIBSVM header files
+ LIBSVM, a machine-learning library, is an easy-to-use package for
+ support vector classification, regression and one-class SVM. It
+ supports multi-class classification, probability outputs, and
+ parameter selection.
+ .
+ This package contains the development header files.
 
 Package: python-libsvm
 Architecture: any
@@ -41,29 +46,30 @@ Section: python
 Depends: libsvm3(=${binary:Version}), ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Provides: ${python:Provides}
 Description: Python interface for support vector machine library
- Python interface for the LIBSVM library using ctypes. This new python interface 
- is provided since 2.91, and it is incompatible with the old one.
+ Python interface for the LIBSVM library using ctypes. This new Python
+ interface is provided since 2.91, and it is incompatible with the old
+ one.
 
 
 Package: libsvm3-java
 Architecture: all
 Section: java
-Depends: gij | java-gcj-compat | java1-runtime | java2-runtime, ${misc:Depends}
+Depends: ${misc:Depends}
 Conflicts: libsvm2-java (<= 2.91-2)
 Suggests: java-virtual-machine
-Description: Java API to support vector machine library
- The functionality of the libsvm are offered in a single jar file. It includes 
- one-class, two-class, multiclass, regression-mode, and probablistic output 
+Description: Java API to support vector machine library (svm3.jar)
+ The functionality of the libsvm are offered in a single jar file. It includes
+ one-class, two-class, multiclass, regression-mode, and probablistic output
  functionality.
 
 Package: libsvm-java
 Architecture: all
 Section: java
 Depends: libsvm3-java, ${misc:Depends}
-Description: Java API to suppor

Bug#669224: override: xjadeo:video/optional

2012-04-18 Thread Alessio Treglia
Package: ftp.debian.org
Severity: normal

Hi,

please change the section of xjadeo from sound to video.

Thanks in advance.



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



Bug#668706: [RFR] templates://graphite-carbon/{graphite-carbon.templates}

2012-04-18 Thread Justin B Rye
Christian PERRIER wrote:
> (I had hard times understading what the package is exactly about as I
> was working offline. It often is a proof that more information is
> neededWhat is "Graphite"? What is a "Twisted daemon"? etc.

There are several layers of baffling names here.  AIUI:
 * "Twisted" is a set of network server modules in Python that happen
to have originated as part of the "Twisted Reality" MUD.
 * "Graphite" has nothing to do with libgraphite3; it is a Twisted web
application providing real-time visualisation and storage of
numeric time-series data.  I assume the name is some sort of
reference to graphite being useful for writing.
 * "Carbon" is a Twisted daemon that takes data from Graphite and
saves it as database files (presumably a reference to "carbon
copies").
I could also mention that the database system used is called "Whisper"
and the graphics library is "Cairo" (two more meaningless names!), but
do end-users of Carbon need to know about those?  Why, come to that,
do they even need to know that the Python modules come from Twisted?

Why *is* the package called graphite-carbon?  It's a set of Python
modules called carbon, so doesn't Debian's Python Policy require it to
be named "python-carbon"?  Compare python-twisted, python-graphite,
and python-whisper...

The part that really mystifies me is this: does graphite-carbon
*require* python-graphite?  If so, shouldn't it express some sort of
dependency (if only a "Suggests:")?  If not, shouldn't the package
description explain the graphiteless use case?

Oh, and is there some connection to uwsgi-plugin-carbon?

> Still, several of my proposal do not depend on such information.  I
> still feel that the package description needs to be completed, though.

Apart from anything else the package description needs to be converted
into grammatical English. 

>  Template: graphite-carbon/postrm_remove_databases
>  Type: boolean
>  Default: false
> +_Description: Remove whisper database files when purging the package?

Perhaps name the package so people don't think we're talking about
purging python-whisper.  In fact, why mention whisper?  Does carbon
store any other sort of database?

   _Description: Remove database files when purging graphite-carbon?

> + The /var/lib/graphite/whisper directory contains the whisper database
>   files.
>   .
> + You may want to keep these database files even if you completely
> + remove the Carbon package, in case you plan to install another version
> + later on.

Calling it "Carbon" is a confusion of Python-package and
Debian-package names.  And when you say "another version later on",
that has to be "a later version", doesn't it?  Installing an *older*
version is liable to cause breakage.  Probably I should just avoid the
issue: 

You may want to keep these database files even if you completely
remove graphite-carbon, in case you plan to reinstall it later.

(I don't really understand why templates like this are required,
though.  Why not just have databases kept on "remove" and deleted on
"purge"?  Come to that, if users care so much about these databases,
shouldn't they be encouraged to keep backups?)

[...]
>  Description: backend data caching and persistence daemon for Graphite
> - Carbon is an Twisted daemon that process incoming time-series
> + Carbon is an daemon that processes incoming time-series
>   data and saves that data as Whisper database files on disc.

You caught the big grammar error, but there are also a couple of
smaller problems; for instance it's "on disk", but there's no point
mentioning that anyway (if it's being saved into database files, I
don't think the default place to put them is a ramfs).

Carbon is a daemon that processes incoming time-series data and saves
it as Whisper database files.

>   .
> - Carbon daemon is needed for an fully functional graphite-web app.
> + The Carbon daemon is mandatory for an fully functional Graphite
> + web application.

Another "s/an/a/".  But much more importantly: if the relationship
between graphite and carbon is so strong, why is this control file
only mentioning it here in the Description and not the Recommends or
Depends fields for both packages?

Maybe (just maybe - we badly need developer feedback!) it should be:

  Description: backend data caching and persistence daemon for Graphite
   Graphite is a web application using the Twisted framework to provide
   real-time visualization and storage of numeric time-series data.
   .
   The Carbon daemon processes the incoming time-series data and saves it
   as Whisper database files.

-- 
JBR with qualifications in linguistics, experience as a Debian
sysadmin, and probably no clue about this particular package
diff -ru graphite-carbon-0.9.9+debian.pristine/debian/control 
graphite-carbon-0.9.9+debian/debian/control
--- graphite-carbon-0.9.9+debian.pristine/debian/control2012-04-07 
21:25:05.0 +0100
+++ g

Bug#653191: Please enable hardened build flags through dpkg-buildpackage

2012-04-18 Thread intrigeri
tags 653191 + patch
thanks

Hi Mike,

Moritz Mühlenhoff wrote (14 Jan 2012 12:34:45 GMT) :
> But it would be nice if you could enable the protected stack and
> fortified source features for iceweasel and iceape.

The attached patch enables the protected stack and fortified source
build flags.

Given concerns were raised regarding dpkg-buildflags injecting
non-hardening flags, the attached patch uses the DEB_*_MAINT_STRIP
variables to strip any such non-hardening flags dpkg-buildflags would
normally inject (namely: -g -O2).

The resulting binary (10.0.3esr-3 + my patch) works fine for me on my
Debian sid system.

For the record, I have intentionally left relro, bindnow and PIE for
further discussion and iterations: better have iceweasel built with
minimal hardening flags than none. Note, though, that Ubuntu's Firefox
binary has been built with all these features for a while; any idea
how other major distributions do?

Regards,
--
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc

diff -Naur iceweasel-10.0.3esr.orig/debian/control.in iceweasel-10.0.3esr/debian/control.in
--- iceweasel-10.0.3esr.orig/debian/control.in	2012-03-30 19:33:54.0 +0200
+++ iceweasel-10.0.3esr/debian/control.in	2012-04-18 01:53:15.290769773 +0200
@@ -20,7 +20,7 @@
libreadline-dev | libreadline5-dev,
python,
python-ply,
-   dpkg-dev (>= 1.13.19),
+   dpkg-dev (>= 1.16.1.1~),
libnspr4-dev (>= 4.8.8),
libnss3-dev (>= 3.13.1),
libhunspell-dev (>= 1.2),
diff -Naur iceweasel-10.0.3esr.orig/debian/rules iceweasel-10.0.3esr/debian/rules
--- iceweasel-10.0.3esr.orig/debian/rules	2012-03-30 19:33:54.0 +0200
+++ iceweasel-10.0.3esr/debian/rules	2012-04-18 01:49:28.377030714 +0200
@@ -22,6 +22,14 @@
 LIB_DIR := /usr/lib/iceweasel
 SHARE_DIR := /usr/share/iceweasel
 
+export DEB_CFLAGS_MAINT_STRIP   = -g -O2
+export DEB_CPPFLAGS_MAINT_STRIP = -g -O2
+export DEB_CXXFLAGS_MAINT_STRIP = -g -O2
+export DEB_FFLAGS_MAINT_STRIP   = -g -O2
+export DEB_BUILD_MAINT_OPTIONS  = hardening=-relro
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
 MAIN_LDFLAGS := -Wl,--as-needed
 
 AUTOCONF_DIRS := build/autoconf js/src/build/autoconf


Bug#669225: RFP: sqlite3-pcre -- Perl-compatible regular expression support for SQLite3

2012-04-18 Thread eyck
Package: wnpp
Severity: wishlist

* Package name: sqlite3-pcre
  Version : 0.1.a
  Upstream Author : Roger A. Light 
* URL : 
http://git.altlinux.org/people/at/packages/?p=sqlite3-pcre.git
* License : Public Domain
  Programming Lang: C
  Description : Perl-compatible regular expression support for SQLite3

 This SQLite loadable extension enables the REGEXP operator,
which is not implemented by default, to call PCRE routines
for regular expression matching.



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



Bug#669166: Regression: blurry print on HP LaserJet Pro 1102w with foo2zjs since 1.0.16-1.

2012-04-18 Thread Till Kamppeter
Please follow the instructions of the sections "CUPS error_log" and 
"Capturing print job data" on 
https://wiki.ubuntu.com/DebuggingPrintingProblems. The instructions are 
for Ubuntu but should also work under Debian. If "sudo " does 
not work for you to run commands as root, open a second terminal window 
where you get root (command "su -") and run the sudo-preceded commands 
there, leaving out the "sudo " in the beginning.


Also attach scans or photos which show a currect printout and a blurred 
printout. Thanks.


   Till



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



Bug#669226: RM: semidef-oct -- ROM; no upstream; similar functionality provided by sdpam

2012-04-18 Thread Sébastien Villemot
Package: ftp.debian.org
Severity: normal

The author of this package has passed away, and nobody took up its maintenance
upstream. The upstream package is no longer distributed on a public website.

Note that even though I am not listed in the Uploaders field of semidef-oct, I
am an active member of the Debian Octave Group [1]. Also, Thomas Weber publicly
expressed his desire to remove the package [2].

Thanks,

[1] http://qa.debian.org/developer.php?login=sebastien.ville...@ens.fr
[2] 
http://lists.alioth.debian.org/pipermail/pkg-octave-devel/2012-April/009101.html



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



Bug#656021: resolved

2012-04-18 Thread Jan Korbel

Hello.

For me, it's resolved by xserver-xorg-video-ati 6.14.4-2.

See #666982 - xserver-xorg-video-radeon: Garbled/Unreadable fonts with 
EXAPixmaps = on


http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666982

Regards,

J.



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#669227: FTBFS on powerpc

2012-04-18 Thread Joachim Breitner
Source: haskell-hashtables
Version: 1.0.0.0-2
Severity: serious

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

the packages does not build on powerpc. Marked as serious as this
will prevent migration of agda (or require its removal on powerpc).
Filed upstream as https://github.com/gregorycollins/hashtables/issues/4

Greetings,
Joachim

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

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

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

iEYEARECAAYFAk+OiXwACgkQ9ijrk0dDIGwBYwCfQA0+A8t9SCvyhhBkCB2I+/DU
BqkAnjaesqp1AeJUzjwN/KRAPEi/xjO3
=blnj
-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#666646: chaksem: FTBFS: ! LaTeX Error: File `a4wide.sty' not found.

2012-04-18 Thread Sebastian Ramacher
tags 46 + patch
thanks

On 31/03/12 21:27, Lucas Nussbaum wrote:
>> ! LaTeX Error: File `a4wide.sty' not found.

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
diff -u chaksem-1.7b/debian/changelog chaksem-1.7b/debian/changelog
--- chaksem-1.7b/debian/changelog
+++ chaksem-1.7b/debian/changelog
@@ -1,3 +1,10 @@
+chaksem (1.7b-5.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Add Build-Dep on texlive-latex-extra for a4wide.sty (Closes: #46).
+
+ -- Sebastian Ramacher   Tue, 10 Apr 2012 18:11:36 +0200
+
 chaksem (1.7b-5) unstable; urgency=low
 
   * Bump standards version to 3.8.3.
diff -u chaksem-1.7b/debian/control chaksem-1.7b/debian/control
--- chaksem-1.7b/debian/control
+++ chaksem-1.7b/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jamie Wilkinson 
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: texlive-base-bin, texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended
+Build-Depends-Indep: texlive-base-bin, texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended, texlive-latex-extra
 Standards-Version: 3.8.3
 
 Package: chaksem


signature.asc
Description: OpenPGP digital signature


Bug#669228: glabels: Typo in .desktop file

2012-04-18 Thread Rodolphe Pelloux-Prayer
Package: glabels
Version: 3.0.0-3
Severity: minor

Dear Maintainer,

In /usr/share/applications/glabels-3.0.desktop, Name should be gLabels not 
gLables.

Cheers,
Rodolphe 

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

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

Versions of packages glabels depends on:
ii  glabels-data3.0.0-3
ii  libc6   2.13-29
ii  libcairo2   1.12.0-2
ii  libebook-1.2-12 3.2.2-3
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.0-4
ii  libgtk-3-0  3.4.1-1
ii  libiec16022-0   0.2.4-1
ii  libpango1.0-0   1.30.0-1
ii  libqrencode33.3.0-2
ii  librsvg2-2  2.36.1-1
ii  libxml2 2.7.8.dfsg-8

Versions of packages glabels recommends:
ii  evince  3.3.90-1

Versions of packages glabels suggests:
ii  evolution-data-server  3.2.2-3

-- 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#668416: killproc incorrect exit status

2012-04-18 Thread Peter Eisentraut
On tor, 2012-04-12 at 14:21 +0200, Didier 'OdyX' Raboud wrote:
> Le 11.04.2012 19:59, Peter Eisentraut a écrit :

> > Simple test:
> > 
> > sudo bash
> > . /lib/lsb/init-functions
> > killproc /usr/bin/nonexistent
> > echo $?
> > 
> > should print 0.  It now prints 3.
> 
> Attached is a proposed patch: as far as I can see, it does solve the
> problem pointed by this bugreport and does indeed work in the testcase
> you propose, but I'm not confident enough to claim it doesn't break
> anything else; would you mind to take a look?

Looks correct.

I wonder why it uses --oknodo in the else branch above (the $is_term_sig
case) and then checks for $status = 1 below, which cannot happen.  But
that's probably unrelated.




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



Bug#669229: moodle: After upgrade from 1.9.9 to 2.2.2 cron complains "ERROR: This script no longer supports CLI, please use admin/cli/cron.php instead"

2012-04-18 Thread Juhani Karlsson
Package: moodle
Version: 2.2.2.dfsg-1
Severity: important

After upgrade "Preparing to replace moodle 1.9.9.dfsg2-5 (using 
.../moodle_2.2.2.dfsg-1_all.deb)"
/etc/cron.d/moodle complains:

Subject:Cron [ -f /usr/share/moodle/admin/cron.php ] && /usr/bin/php -f 
/usr/share/moodle/admin/cron.php > /dev/null
Date:   Wed, 18 Apr 2012 11:30:01 +0300 (EEST)
From:   r...@lrdlnx.iki.fi (Cron Daemon)
To: www-d...@lrdlnx.iki.fi


ERROR: This script no longer supports CLI, please use admin/cli/cron.php instead

Other ways moodle is working and web upgrade wizard gave no errors.

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

Kernel: Linux 3.2.6.012-lrdlnx-i3 (SMP w/4 CPU cores)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages moodle depends on:
ii  apache2-mpm-prefork [httpd]2.2.22-3
ii  dbconfig-common1.8.47+nmu1
ii  debconf [debconf-2.0]  1.5.42
ii  libapache2-mod-php55.4.0-3
ii  libjs-yui  2.8.2r1~squeeze-1
ii  mysql-client   5.1.61-2
ii  mysql-client-5.1 [mysql-client]5.1.61-2
ii  php5-cli   5.4.0-3
ii  php5-curl  5.4.0-3
ii  php5-gd5.4.0-3
ii  php5-mysql 5.4.0-3
ii  php5-pgsql 5.4.0-3
ii  postgresql-client-9.1 [postgresql-client]  9.1.3-2
ii  ucf3.0025+nmu2

Versions of packages moodle recommends:
ii  aspell   0.60.7~20110707-1
ii  mimetex  1.73-2
ii  mysql-server 5.1.61-2
ii  mysql-server-5.1 [mysql-server]  5.1.61-2
ii  php5-ldap5.4.0-3
ii  php5-xmlrpc  5.4.0-3

Versions of packages moodle suggests:
ii  clamav  0.97.3+dfsg-2.1

-- debconf information excluded



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



Bug#664438: [NMU] libnss-mysql-bg: Helping to update to packaging format 3.0

2012-04-18 Thread Emmanuel Lacour
On Fri, Apr 06, 2012 at 12:59:29PM +0300, Jari Aalto wrote:
> I'm planning to NMU with changes listed in previous mail's patch to help
> migrate away from deprecated dpatch.
> 
> Please let me know if an update is alredy being worked on, or if the
> previous patch needs adjustments, or if there is anything that should
> delay the NMU.
> 

I finally found time to work on this. I did a full rewrite of the
packaging and fixed most bugs, so please do not NMU, I'll upload soon :)




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



Bug#668613: firmware-b43-installer: postinst not working if second broadcom

2012-04-18 Thread habakug
No special reason.
It happened due to the misuse of reportbug.
I hope we will survive that.
What else do you want to know?





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



Bug#669146: courier-imap: Since last update (20' ago) I can't connect anymore

2012-04-18 Thread Alberto Serrano
Hi Racke,

We have been experiencing the same issue since upgrade to 0.67.0 (yesterday
at 19:00 GMT+2 approx.). Imap server connections don't work properly
anymore.

In /var/log/syslog, the imap log entries stop after initial connection:
 Apr 18 06:45:02 server imapd: Connection, ip=[:::X.X.X.X]

Before, log entries showed information regarding the login user:  … imapd:
LOGIN, user=…

When testing imapd via telnet:

$ telnet server 143
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT
THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP
ready. Copyright 1998-2011 Double Precision, Inc.  See COPYING for
distribution information.
01 LOGIN user password

After introducing the LOGIN command, there is no further output and seconds
later the connection is lost.

So it seems the issue is related to the login process. When using other
commands via telnet, the imapd server complains as expected:
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT
THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP
ready. Copyright 1998-2011 Double Precision, Inc.  See COPYING for
distribution information.
foo
foo NO Error in IMAP command received by server.

Curiously, after downgrading all courier packages to 0.66.3-4,  and imap,
imap-ssl to 4.9.3-4 the problem persists.

Regards,

Alberto.


Bug#669230: munin-node: log rotation is skipped for permissions reasons

2012-04-18 Thread intrigeri
Package: munin-node
Version: 2.0~rc5-3
Severity: normal
Tags: patch

Hi,

cron tells me:

  /etc/cron.daily/logrotate:
  error: skipping "/var/log/munin/munin-node.log" because parent
  directory has insecure permissions (It's world writable or writable
  by group which is not "root") Set "su" directive in config file to
  tell logrotate which user/group should be used for rotation.

Either the initscript must create /var/log/munin with different
ownership, or the logrotate snippet must be updated to match the new
ownership introduced in the 2.0~rc* packaging.

The following patch fixes this bug for me:

--- /etc/logrotate.d/munin-node.orig2011-08-30 20:02:32.0 +0200
+++ /etc/logrotate.d/munin-node 2012-04-18 11:39:14.0 +0200
@@ -6,4 +6,5 @@
copytruncate
notifempty
create 640 munin adm
+   su root www-data
 }

Regards,
--
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc



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



Bug#669231: RM: octave-parallel -- ROM; testsuite randomly crashes on some arches; similar functionality (soon to be) provided by octave-openmpi-ext

2012-04-18 Thread Sébastien Villemot
Package: ftp.debian.org
Severity: normal

The testsuite of this packages crashes randomly, see [1] and [2]. In
particular, this is blocking the octave transition [3].

Also, the (upcoming) octave-openmpi-ext package [4] provides similar
functionality using the more mature MPI interface.

We may reintroduce the package in the future if sufficient interest is
expressed and the random failures are fixed.

Thanks,

[1] 
https://buildd.debian.org/status/fetch.php?pkg=octave-parallel&arch=sparc&ver=2.0.5-3&stamp=1333764576
[2] 
https://buildd.debian.org/status/fetch.php?pkg=octave-parallel&arch=s390&ver=2.0.5-2&stamp=1332811370
[3] http://bugs.debian.org/667863
[4] http://bugs.debian.org/668299



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



Bug#668511: Kernel panic with bridge networking

2012-04-18 Thread Massimo Cetra

On 17/04/2012 11:03, Jonathan Nieder wrote:


the patch for this problem has been submitted to netdev and is here:


Thanks!  Does the patch work against 3.2.y?  See [1] for instructions.


Hi Jonathan,

please notice that they submitted another patch here:

 http://thread.gmane.org/gmane.linux.kernel/1283857

It's basically the previous one, with the same solution but with 
additional "embellishments".


The patch i applied yesterday to the debian kernel has been installed 
and the kernel is not panic-ing anymore.


I'll try to keep this bug up to date.

Thanks,
 Max



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



Bug#669232: ITP: lv2 -- LV2 audio plugin specification

2012-04-18 Thread Alessio Treglia
Package: wnpp
Severity: wishlist
Owner: Alessio Treglia 

* Package name: lv2
  Version : 1.0.0
  Upstream Author : David Robillard 
* URL : http://lv2plug.in/
* License : ISC
  Programming Lang: C
  Description : LV2 audio plugin specification

 LV2 is a simple but extensible successor of LADSPA plugins,
 intended to address the limitations of LADSPA which many
 applications have outgrown.
 .
 This package contains the LV2 audio plugin specification,
 with all the official extension packages, as well as example
 plugins, lv2specgen, and additional data.
 .
 Implementations are encouraged to abandon the “copy paste
 headers” practice and depend on this package instead.



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



Bug#669233: eficas doesn't work

2012-04-18 Thread dump...@tiscali.it
Package: eficas
Version: 2.0.3-1-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,
I can't run eficasQt nor eficas Tk. eficasQt claims:
"No module named PyQt4.PyGui".
Even if it is not an eficas dependence, I installed python-qt4 package, but the 
problem is the same. I have python 2.6 and 2.7 installed. 
Maybe eficas uses python 2.6 and python-qt4 install 2.7's package?
eficasTk claims:
"No module named multiarray".
Thank you in advance

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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=it_IT, LC_CTYPE=it_IT (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages eficas depends on:
ii  python  2.7.2-10
ii  python-numpy1:1.6.1-8
ii  python-pmw  1.3.2-6
ii  python-support  1.0.14
ii  python-tk   2.7.3-1

eficas recommends no packages.

eficas suggests no packages.

-- no debconf information

Invita i tuoi amici e Tiscali ti premia! Il consiglio di un amico vale più di 
uno spot in TV. Per ogni nuovo abbonato 30 € di premio per te e per lui! Un 
amico al mese e parli e navighi sempre gratis: http://freelosophy.tiscali.it/



Bug#622802: sbin/mount.cifs: windows shares can no loger be mounted by normal, users

2012-04-18 Thread Riccardo Magliocchetti

Hello,

this now fails even if i have an entry in fstab:

//192.168.0.10/foo/	/media/capsule	cifs 
credentials=/etc/pwd/foopwd,rw,iocharset=utf8,noauto,user	1 2


$ mount /media/capsule
This program is not installed setuid root -  "user" CIFS mounts not 
supported.


debian sid: cifs-utils 2:5.3-2

I'm not an avid cifs user, but it looks like a recent regression from 
2012, it used to work even without setuid last year :)


The fstab configuration has been untouched since last autunm.

thanks,
riccardo




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



Bug#669234: navi2ch: debian/copyright: lack of copyright holders and licenses

2012-04-18 Thread Tatsuya Kinoshita
Source: navi2ch
Version: 2.0.0~git20120331-1

debian/copyright lacks the copyright holders (FSF, Yuuichi
Teranishi, Katsumi Yamaoka, Christian M. Ohler, etc.) and the
licenses (GPL-3+, GPL-2 with exception, etc.) included in the
source tarball.

See the attached debian/copyright file to correct.

Thanks,
-- 
Tatsuya Kinoshita
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: navi2ch
Source: http://navi2ch.sourceforge.net/

Files: *
Copyright: 2000-2010 Navi2ch Project
   1998-2001 Yuuichi Teranishi 
   2000, 2001 Katsumi Yamaoka 
   1985-2001 Free Software Foundation, Inc.
   1999 Yoshiki Hayashi 
   2000, 2001, 2002 TAKAHASHI Kaoru 
   2003 http://pc.2ch.net/test/read.cgi/unix/1065246418/38
License: GPL-2+

Files: test/ert/*
Copyright: 2007, 2008, 2010 Christian M. Ohler
License: GPL-3+

License: GPL-3+
 This program is free software: you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
 published by the Free Software Foundation, either version 3 of the
 License, or (at your option) any later version.
 .
 This program is distributed in the hope that it will be useful, but
 WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see `http://www.gnu.org/licenses/'.
 .
 On Debian systems, the complete text of the GNU General Public
 License version 3 can be found in "/usr/share/common-licenses/GPL-3".

Files: contrib/gikope.el
Copyright: 2002 knok 
License: GPL-1+
Comment: The license statement is just "License: GPL".

License: GPL-1+
 This program is free software: you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
 published by the Free Software Foundation, either version 1 of the
 License, or (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see .
 .
 On Debian systems, the complete text of the GNU General Public
 License version 1 can be found in "/usr/share/common-licenses/GPL-1".

Files: install-sh
Copyright: 1994 X Consortium
License: 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.
Comment: FSF changes to this file are in the public domain.

Files: doc/texinfo.tex
Copyright: 1985-2005, Free Software Foundation, Inc.
License: GPL-2+ with Texinfo exception
 This texinfo.tex file is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
 published by the Free Software Foundation; either version 2, or (at
 your option) any later version.
 .
 This texinfo.tex file is distributed in the hope that it will be
 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this texinfo.tex file; see the file COPYING.  If not, write
 to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 Boston, MA 02110-1301, USA.
 .
 As a special exception, when this file is read by TeX when processing
 a Texinfo source document, you may use the result without
 restriction.  (This has been our intent since Texinfo was invent

Bug#669235: Incorrect/unoptimal ACL prevent nss/shadow to work with anonymous bind

2012-04-18 Thread Marco Gaiarin
Package: slapd
Version: 2.4.23-7.2

[I still use the slapd.conf file, not cn=schema, but i think that it is
the same...]

The default configuration file slapd.conf (supplied/handled by debconf
on /etc/ldap/, or provided as example on 
/usr/share/doc/slapd/examples/slapd.conf)
usa an unoptimal ACL:

 access to attrs=userPassword,shadowLastChange
by dn="@ADMIN@" write
by anonymous auth
by self write
by * none

this ACL prevent the anonymous (read) access to 'shadowLastChange',
preventing nss (i've tested libnss-ldap and libnss-ldaps/nslcd, it is
the same), if configured to use anonymous bind, to correctly handle
password expiration saved on LDAP.
With libnss-ldap, you can set 'rootbinddn', with libnss-ldaps/nslcd you
are forced to bind with sufficient privileges.

I think that 'shadowLastChange' is an information that does't need more
privacy then others Shadow* ones, so i propose this new ACL:

 access to attrs=userPassword
by dn="@ADMIN@" write
by anonymous auth
by self write
by * none
 access to attrs=shadowLastChange
by dn="@ADMIN@" write
by self write
by * read

Thanks.



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



Bug#588077: /usr/bin/dpkg-divert: --add --rename should not rename a file currently owned by --package

2012-04-18 Thread Colin Watson
On Sun, Jul 04, 2010 at 06:57:16PM +0200, Andreas Beckmann wrote:
> dpkg-divert --add --rename incorrectly renames an existing file that is
> owned by the package given with --package. For example see the following
> commands:
> 
> # dpkg -S /usr/bin/users
> coreutils: /usr/bin/users
> # ls -la /usr/bin/users*
> -rwxr-xr-x 1 root root 28368 Apr 28 04:05 /usr/bin/users
> # dpkg-divert --add --rename --package coreutils --divert 
> /usr/bin/users.diverted /usr/bin/users
> Adding `diversion of /usr/bin/users to /usr/bin/users.diverted by coreutils'
> # ls -la /usr/bin/users*
> -rwxr-xr-x 1 root root 28368 Apr 28 04:05 /usr/bin/users.diverted
> 
> Oops, that should not have happened!
> 
> 
> A patch that adds a check for the owning package of the to be renamed
> file is attached.

We ran into this in Ubuntu due to chaos with linker conflicts in
libc6-i386 vs. libc6:i386, and wished that we'd had this in advance.

How about something like this for a C version?  I'd appreciate review as
I'm not entirely familiar with all the internal interfaces here.

diff --git a/src/divertcmd.c b/src/divertcmd.c
index 6d3c8bf..39fa25b 100644
--- a/src/divertcmd.c
+++ b/src/divertcmd.c
@@ -47,6 +47,7 @@
 #include 
 
 #include "filesdb.h"
+#include "main.h"
 
 
 static const char printforhelp[] = N_(
@@ -171,8 +172,10 @@ check_writable_dir(struct file *f)
 }
 
 static bool
-check_rename(struct file *src, struct file *dst)
+check_rename(struct file *src, struct file *dst, struct pkgset *set)
 {
+   struct pkginfo *pkg;
+
file_stat(src);
 
/* If the source file is not present and we are not going to do
@@ -202,6 +205,24 @@ check_rename(struct file *src, struct file *dst)
 "  different file `%s', not allowed"),
dst->name, src->name);
 
+   if (set) {
+   for (pkg = &set->pkg; pkg; pkg = pkg->arch_next) {
+   struct fileinlist *file;
+
+   ensure_packagefiles_available(pkg);
+   file = pkg->clientdata->files;
+   while (file) {
+   if (strcmp (file->namenode->name,
+   src->name) == 0) {
+   /* Owned by the same package as
+* given in --package; don't rename.
+*/
+   return false;
+   }
+   }
+   }
+   }
+
return true;
 }
 
@@ -467,7 +488,7 @@ diversion_add(const char *const *argv)
if (opt_verbose > 0)
printf(_("Adding '%s'\n"), diversion_describe(contest));
if (opt_rename)
-   opt_rename = check_rename(&file_from, &file_to);
+   opt_rename = check_rename(&file_from, &file_to, pkgset);
if (!opt_test) {
divertdb_write();
if (opt_rename)
@@ -576,7 +597,7 @@ diversion_remove(const char *const *argv)
altname->camefrom->divert = NULL;
 
if (opt_rename)
-   opt_rename = check_rename(&file_to, &file_from);
+   opt_rename = check_rename(&file_to, &file_from, pkgset);
if (opt_rename && !opt_test)
file_rename(&file_to, &file_from);
 
diff --git a/src/t/100_dpkg_divert.t b/src/t/100_dpkg_divert.t
index 6d62fe5..cbd0436 100644
--- a/src/t/100_dpkg_divert.t
+++ b/src/t/100_dpkg_divert.t
@@ -33,11 +33,12 @@ if (! -x "@dd") {
 exit(0);
 }
 
-plan tests => 251;
+plan tests => 257;
 
 sub cleanup {
 system("rm -rf $tmpdir && mkdir -p $testdir");
-system("mkdir -p $admindir/updates && touch $admindir/status");
+system("mkdir -p $admindir/updates && rm -f $admindir/status && touch 
$admindir/status");
+system("rm -rf $admindir/info && mkdir -p $admindir/info");
 }
 
 sub install_diversions {
@@ -47,6 +48,27 @@ sub install_diversions {
 close(O);
 }
 
+sub install_filelist {
+my ($pkg, $arch, @files) = @_;
+open(L, "> $admindir/info/$pkg.list");
+for my $file (@files) {
+print L "$file\n";
+}
+close(L);
+# Only installed packages have their files list considered.
+open(S, ">> $admindir/status");
+print S <&2");
+install_diversions('');
+system("touch $testdir/foo");
+
+call_divert(['--quiet', '--rename', '--add', '--package', 'coreutils', 
"$testdir/foo"],
+expect_stderr => '', expect_stdout => '');
+ok(-e "$testdir/foo", "foo not renamed");
+ok(!-e "$testdir/foo.distrib", "foo renamed");
+diversions_eq(<

Bug#669062: X segfaults in pthread() on kfreebsd

2012-04-18 Thread Christoph Egger
Julien Cristau  writes:
> On Mon, Apr 16, 2012 at 23:10:28 +0200, Christoph Egger wrote:
>
>> Package: xserver-xorg
>> Version: 1:7.6+12
>> Severity: serious
>> 
>> Hi!
>> 
>>   X segfaults here on a kfreebsd-amd64 (vesa driver, newer intel
>> graphics chip). It's 100% reproducible. Trying to look into it, and
>> hints, help appreciated.
>> 
> Is this new?  What's the version of libpciaccess?


ii  libpciaccess0:kfreebsd-amd640.12.902-1

This has appeared with the -video-vesa update in testing between friday
and monday and can be fixed by downgrading the vesa driver

Seems there's a newer libpciaccess0 in unstable, will try with that one.

Regards

Christoph



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



Bug#669062: X segfaults in pthread() on kfreebsd

2012-04-18 Thread qChristoph Egger
Julien Cristau  writes:
> On Mon, Apr 16, 2012 at 23:10:28 +0200, Christoph Egger wrote:
>
>> Package: xserver-xorg
>> Version: 1:7.6+12
>> Severity: serious
>> 
>> Hi!
>> 
>>   X segfaults here on a kfreebsd-amd64 (vesa driver, newer intel
>> graphics chip). It's 100% reproducible. Trying to look into it, and
>> hints, help appreciated.
>> 
> Is this new?  What's the version of libpciaccess?


ii  libpciaccess0:kfreebsd-amd640.12.902-1

This has appeared with the -video-vesa update in testing between friday
and monday and can be fixed by downgrading the vesa driver

Seems there's a newer libpciaccess0 in unstable, will try with that one.

Regards

Christoph



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



Bug#643970: Confirmation, but probably need to be reassigned...

2012-04-18 Thread Marco Gaiarin

I can confirm this, i've also the logs hogged by error like these.
I can confirm also that seems a ''client'' problem, not server one.

But after some test, and after blame the wrong client (see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660223), i've stopped
'winbind' daemon and error desappeared. Restarted, and come back.

So, for me this bug can be merged with #660223, and reassigned to
winbind.

Thanks.



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



Bug#669236: debhelper: Add new dh_javajarmanifest helper to set JAR file Class-Path

2012-04-18 Thread Jari Aalto
Package: debhelper
Version: 9.20120419
Severity: wishlist

CASE STUDY
--

Lintian reports missing-classpath problem for libswirl-java


http://lintian.debian.org/maintainer/packa...@qa.debian.org.html#libswirl-java

http://lintian.debian.org/tags/missing-classpath.html

"None of the jar files contained in the package declare a Class-Path in
their manifest, but the package depends on at least one java library.
That means that either the dependency is not needed or at least one of
the JARs should include a classpath..."

This s due to ANT building the JAR file with default contents of

$ unzip -qc swirl.jar META-INF/MANIFEST.MF
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.8.2
Created-By: 1.6.0_24-b24 (Sun Microsystems Inc.)

>From Lintian point of view, it expects (debian/control)

Package: libswirl-java
Depends: ${misc:Depends}, libjdom1-java

thus requiring the manifest to read:

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.8.2
Created-By: 1.6.0_24-b24 (Sun Microsystems Inc.)
  + Class-Patch: /usr/share/java/jdom1.jar

SOLUTION

There is no easy way to manipulate auto-generated manifest files. Therefore
a script:

dh_javajarmanifest

would help to deal with JARs and make them Debian compliant.

IMPLEMENTATION

Program dh_javajar would read debian/.jarmanifest file whose
syntax would be

 

Where commands would be:

new Add new header to the end, or replace existing header
del Delete header, or do nothing if no header exists

An example (for the USE CASE):

#  debian/libswirl-java.jarmanifest
new Class-Path: /usr/share/java/jdom1.jar

Jari



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



Bug#669172: libc6: preinst fails in -28 and since then also in -27

2012-04-18 Thread Sven Joachim
found 669172 2.13-29
thanks

On 2012-04-18 00:38 +0200, Adam Conrad wrote:

> The reason this fails in -27 as well as -28 is because it has
> nothing to do with -28, it just got triggered for people by a
> new eglibc upload, period.
>
> The real bug here is that dpkg has decided that referring to
> multi-arch:same packages without the :arch suffix is bad, wrong
> and evil, and eglibc sprinkles "dpkg -L LIBC" and such all
> over its maintainer scripts without adding an :arch qualifier.
>
> I'll look at this tonight when I get off work and commit some
> fixes, unless someone beats me to it.

Alas, the fix that has been uploaded breaks with squeeze's dpkg which
knows about DPKG_MAINTSCRIPT_ARCH but not about the package:arch syntax,
so libc6 2.13-29 fails to unpack:

,
| # dpkg --version
| Debian `dpkg' package management program version 1.15.8.12 (i386).
| This is free software; see the GNU General Public License version 2 or
| later for copying conditions. There is NO warranty.
| # dpkg -l libc6:i386
| No packages found matching libc6:i386.
| # dpkg --unpack /var/cache/apt/archives/libc6_2.13-29_i386.deb 
| (Reading database ... 9738 files and directories currently installed.)
| Preparing to replace libc6 2.11.3-2 (using .../libc6_2.13-29_i386.deb) ...
| Checking for services that may need to be restarted...
| Checking init scripts...
| dpkg: error processing /var/cache/apt/archives/libc6_2.13-29_i386.deb 
(--unpack):
|  subprocess new pre-installation script returned error exit status 1
| Errors were encountered while processing:
|  /var/cache/apt/archives/libc6_2.13-29_i386.deb
`

Cheers,
   Sven



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



Bug#669237: unscd: Huge virtual memory usage when running for a long time

2012-04-18 Thread mimo
Package: unscd
Version: 0.47-2
Severity: normal

Hi,

I'm seeing this on several machines where I've installed unscd recently. After 
running for several weeks virtual memory usage is extremely high (on one 
machine is 23g). Looks like a memory leak of some kind.

Thanks,


Michael

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

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

Versions of packages unscd depends on:
ii  libc6 2.11.3-3   Embedded GNU C Library: Shared lib

unscd recommends no packages.

unscd 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#669236: debhelper: Add new dh_javajarmanifest helper to set JAR file Class-Path

2012-04-18 Thread Niels Thykier

Alternatively, you could use jh_classpath or jh_manifest from
javahelper, which already have support for altering a manifest in a JAR
file.

~Niels




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



Bug#669238: RFP: fonts-teluguvijayam - Telugu ornamental truetype fonts

2012-04-18 Thread Santhosh Thottingal
Package: wnpp
Severity: wishlist

* Package name:  fonts-teluguvijayam
* Version :  0.1
* Upstream Author : http://teluguvijayam.org
* URL : http://teluguvijayam.org/fonts.html
* License : SIL OPEN FONT LICENSE Version 1.1
* Programming Lang: Font
* Description : Telugu ornamental truetype fonts

These are Telugu fonts released by Department of Information
Technology, Govt. of Andhra Pradesh. Contains Ponnala, RaviPrakash,
LakkiReddy fonts.



Thanks
Santhosh



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



Bug#669034: Bad panning behavior

2012-04-18 Thread Sebastian Ramacher
forwarded 669034 http://bt.pwmt.org/view.php?id=172
thanks

On 16/04/12 18:50, Yuri D'Elia wrote:
> When you pan a PDF document with the middle mouse button, zathura moves the
> screen roughly half the actual pointer distance.
> 
> That is, if I drag from point A to B, the document itself will be panned
> by a distance which is somewhere in the middle.
> 
> In fact, looking at the behavior, it seems that zathura is using mouse-deltas
> to move the document, which combined with the jerkiness of the redrawing speed
> does not account for the total motion.
> 
> All being said, this behavior is ugly, and the document does not follow the
> pointer.

Thanks for the report. I've forwarded it upstream.

Regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#669062: X segfaults in pthread() on kfreebsd

2012-04-18 Thread Christoph Egger
Christoph Egger  writes:
> Julien Cristau  writes:
>> On Mon, Apr 16, 2012 at 23:10:28 +0200, Christoph Egger wrote:
>>
>>> Package: xserver-xorg
>>> Version: 1:7.6+12
>>> Severity: serious
>>> 
>>> Hi!
>>> 
>>>   X segfaults here on a kfreebsd-amd64 (vesa driver, newer intel
>>> graphics chip). It's 100% reproducible. Trying to look into it, and
>>> hints, help appreciated.
>>> 
>> Is this new?  What's the version of libpciaccess?
>
>
> ii  libpciaccess0:kfreebsd-amd640.12.902-1
>
> This has appeared with the -video-vesa update in testing between friday
> and monday and can be fixed by downgrading the vesa driver
>
> Seems there's a newer libpciaccess0 in unstable, will try with that one.

Doesn't change anything

Regards

Christoph



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



Bug#669239: Regression: AUTHINFO password not work

2012-04-18 Thread Jim Hague
Package: pan
Version: 0.136-1
Severity: important

0.136 seems to have broken simple AUTHINFO authentication.

Entering a password in the news server dialog does not store that password
in servers.xml.

Entering a password manually into servers.xml does not help. It is apparently
ignored. AUTHINFO USER  is sent, but AUTHINFO PASS  is not.

pan --debug:

$ pan --debug
(article-cache.cc:170:ArticleCache) loaded 5233 articles into cache from 
/home/jim/.pan2/article-cache
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name news.pan.NZB 
was not provided by any .service files
(queue.cc:285:process_task) in process_task with a task of type GROUPS
(queue.cc:339:process_task) online
(queue.cc:358:process_task) break
(queue.cc:364:process_task) end loop
(socket-impl-gio.cc:250:GIOChannelSocket) GIOChannelSocket ctor 0xfb1600
Gkr-Message: secret service operation failed: The name org.freedesktop.secrets 
was not provided by any .service files
(nntp-pool.cc:175:on_socket_created) on socket created twix.teamwaste.co.uk 1 
0xfb1600 
(nntp.cc:288:write_next_command) nntp 0xfb9710 writing to socket 0xfb1600 on 
server 1 this command: []
(socket-impl-gio.cc:466:set_watch_mode) socket 0xfb1600 calling set_watch_mode 
1; _channel is 0xfb5cc0
(socket-impl-gio.cc:487:set_watch_mode) channel 0xfb5cc0 setting mode write
(socket-impl-gio.cc:495:set_watch_mode) set_watch_mode 1: _tag_watch is now 336
(socket-impl-gio.cc:435:gio_func) gio_func: sock 0xfb1600, channel 0xfb5cc0, 
cond 4
(socket-impl-gio.cc:466:set_watch_mode) socket 0xfb1600 calling set_watch_mode 
2; _channel is 0xfb5cc0
(socket-impl-gio.cc:475:set_watch_mode) channel 0xfb5cc0 setting mode **IGNORE**
(socket-impl-gio.cc:495:set_watch_mode) set_watch_mode 2: _tag_watch is now 0
(socket-impl-gio.cc:384:do_write) socket 0xfb1600 channel 0xfb5cc0 maybe wrote 
[]; status was 1
(socket-impl-gio.cc:466:set_watch_mode) socket 0xfb1600 calling set_watch_mode 
0; _channel is 0xfb5cc0
(socket-impl-gio.cc:479:set_watch_mode) channel 0xfb5cc0 setting mode read
(socket-impl-gio.cc:495:set_watch_mode) set_watch_mode 0: _tag_watch is now 338
(socket-impl-gio.cc:435:gio_func) gio_func: sock 0xfb1600, channel 0xfb5cc0, 
cond 1
(socket-impl-gio.cc:466:set_watch_mode) socket 0xfb1600 calling set_watch_mode 
2; _channel is 0xfb5cc0
(socket-impl-gio.cc:475:set_watch_mode) channel 0xfb5cc0 setting mode **IGNORE**
(socket-impl-gio.cc:495:set_watch_mode) set_watch_mode 2: _tag_watch is now 0
(nntp.cc:288:write_next_command) nntp 0xfb9710 writing to socket 0xfb1600 on 
server 1 this command: [AUTHINFO USER bears
]   
(socket-impl-gio.cc:466:set_watch_mode) socket 0xfb1600 calling set_watch_mode 
1; _channel is 0xfb5cc0 
 
(socket-impl-gio.cc:487:set_watch_mode) channel 0xfb5cc0 setting mode write 
(socket-impl-gio.cc:495:set_watch_mode) set_watch_mode 1: _tag_watch is now 340 
(socket-impl-gio.cc:435:gio_func) gio_func: sock 0xfb1600, channel 0xfb5cc0, 
cond 4  
   
(socket-impl-gio.cc:466:set_watch_mode) socket 0xfb1600 calling set_watch_mode 
2; _channel is 0xfb5cc0 
 
(socket-impl-gio.cc:475:set_watch_mode) channel 0xfb5cc0 setting mode **IGNORE**
(socket-impl-gio.cc:495:set_watch_mode) set_watch_mode 2: _tag_watch is now 0   
(socket-impl-gio.cc:384:do_write) socket 0xfb1600 channel 0xfb5cc0 maybe wrote 
[AUTHINFO USER bears
 
]; status was 1 
(socket-impl-gio.cc:466:set_watch_mode) socket 0xfb1600 calling set_watch_mode 
0; _channel is 0xfb5cc0 
 
(socket-impl-gio.cc:479:set_watch_mode) channel 0xfb5cc0 setting mode read  
(socket-impl-gio.cc:495:set_watch_mode) set_watch_mode 0: _tag_watch is now 342 
(socket-impl-gio.cc:435:gio_func) gio_func: sock 0xfb1600, channel 0xfb5cc0, 
cond 1  
   
(socket-impl-gio.cc:466:set_watch_mode) socket 0xfb1600 calling set_watch_mode 
2; _channel is 0xfb5cc0 
 
(socket-impl-gio.cc:475:set_watch_mode) channel 0xfb5cc0 setting mode **IGNORE**
(socket-impl-gio.cc:495:set_watch_mode) set_watch_mode 2: _tag_watch is now 0   
(nntp.cc:63:fire_done_func) I (0xfb9710) am setting my _listener to 0   
(nntp-pool.cc:194:on_nntp_done) NNTP_Pool: on_nntp_done()
(socket-impl-gio.cc:265:~GIOChannelSocket)  destroying GIO socket 0xfb1600
(queue.cc:285:process_task) in process_task with a task of type GROUPS
(queue.cc:364:process_task) end loop
(queue.cc:285:process_task) in process_task with a task of type GROUPS
(queue.cc:364:process_task) end loop
(queue.cc:285:process_task) in 

Bug#669240: openarena: Client does not seen local server.

2012-04-18 Thread Sthu
Package: openarena
Version: 0.8.8-3
Severity: normal

Dear Maintainer,


Client dose not see local server on another machine

Weird but client sees unknown empty server.



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

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

Versions of packages openarena depends on:
ii  ioquake3  1.36+svn2224-3
ii  libc6 2.13-27
ii  openarena-081-maps0.8.5split-2
ii  openarena-081-misc0.8.5split-2
ii  openarena-081-players 0.8.5split-2
ii  openarena-081-players-mature  0.8.5split-2
ii  openarena-081-textures0.8.5split-2
ii  openarena-085-data0.8.5split-2
ii  openarena-088-data0.8.8-1
ii  openarena-data0.8.5split-2

openarena recommends no packages.

openarena 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#669241: openarena: Does play music though it is set off in options.

2012-04-18 Thread Sthu
Package: openarena
Version: 0.8.8-3
Severity: normal

Dear Maintainer,


In multiplayer mode, each time I start playing new game,
music is heard whereas it is set to off in options - only
when I explicitly move the slider volume increase, then
back to decrease (the very left position, off) - it stops
music.


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

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

Versions of packages openarena depends on:
ii  ioquake3  1.36+svn2224-3
ii  libc6 2.13-27
ii  openarena-081-maps0.8.5split-2
ii  openarena-081-misc0.8.5split-2
ii  openarena-081-players 0.8.5split-2
ii  openarena-081-players-mature  0.8.5split-2
ii  openarena-081-textures0.8.5split-2
ii  openarena-085-data0.8.5split-2
ii  openarena-088-data0.8.8-1
ii  openarena-data0.8.5split-2

openarena recommends no packages.

openarena 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#669242: lxpanel: 100%-CPU load problem.

2012-04-18 Thread Sthu
Package: lxpanel
Version: 0.5.8-2
Severity: normal

Dear Maintainer,


lxpanel after some time (up to several hours) uses 100% CPU.
The problem repeats often. Only killing the beast helps.


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

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

Versions of packages lxpanel depends on:
ii  libasound2  1.0.25-2
ii  libatk1.0-0 2.2.0-2
ii  libc6   2.13-27
ii  libcairo2   1.10.2-7
ii  libfontconfig1  2.8.0-3.1
ii  libfreetype62.4.9-1
ii  libgdk-pixbuf2.0-0  2.24.1-1
ii  libglib2.0-02.30.2-6
ii  libgtk2.0-0 2.24.10-1
ii  libmenu-cache1  0.3.2-2.1
ii  libpango1.0-0   1.29.4-3+b1
ii  libx11-62:1.4.4-4
ii  lxmenu-data 0.1.2-1

lxpanel recommends no packages.

Versions of packages lxpanel suggests:
ii  chromium [www-browser]  17.0.963.83~r127885-1
ii  elinks [www-browser]0.12~pre5-7
ii  iceweasel [www-browser] 10.0.3esr-3
ii  lxsession [lxsession-lite]  0.4.6.1-1
ii  lynx-cur [www-browser]  2.8.8dev.12-2
ii  menu2.1.46

-- 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#669146: courier-imap: Since last update (20' ago) I can't connect anymore

2012-04-18 Thread Jesse Molina


Here an FYI of a problem I had recently. I doubt this is the same issue, 
but I'll write it up anyway for posterity.


I had a similar issue about a week ago when I updated some courier 
related packages.


The issue turned out to be some kind of problem with gamin.  I switched 
from using gamin to fam and the problem went away. Gamin and fam are 
used in relation to the Enhanced IDLE functionality in Courier IMAP.


Ironically, I was using gamin because I had issues with fam a couple of 
years ago, switched, and had been happy since then. Maybe in a few years 
I'll switch back to gamin the next time fam gives me trouble.


The only indication of a problem was that occasionally, in my mail.err 
file, I would see something like;


Apr  8 09:03:41 myhostname imapd-ssl: FAMPending: timeout

Otherwise, there was almost no indication of a problem.

If you have gamin installed, look for a process running as your user, 
try killing it, and see if things magically start to work again. If so, 
that could be your problem.





--
# Jesse Molina
# Mail = je...@opendreams.net
# Page = page-je...@opendreams.net
# Cell = 1.602.323.7608
# Web  = http://www.opendreams.net/jesse/





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



Bug#669243: apt-get command becomes segment fault on ppc64

2012-04-18 Thread Hiroyuki Yamamoto
Package: apt
Version: 0.9.1
Severity: important

The apt-get command becomes segment fault on ppc64 from ver. 0.9.0~exp1 at 
least. 
Since the experimental package  former than ver. 0.9.0~exp1 is not building, 
I cannot tell you when have consisted like this from, in detail.
However, ver. 0.8.15.10 was checked that it has been satisfactory.
(Ver. 2.13-28 eglibc packages are installed.)

Here is bt of gdb in sbuild chroot, as follows:
--
(gdb) run update
Starting program: /usr/bin/apt-get update
Hit http://ftp.jaist.ac.jp sid InRelease
Hit http://ftp.jaist.ac.jp sid/main Sources/DiffIndex
Hit http://ftp.debian.org sid InRelease
Ign http://ftp.de.debian.org sid InRelease
Ign http://ftp.de.debian.org unreleased InRelease
Ign http://ftp.debian-ports.org unreleased InRelease
Ign http://incoming.debian-ports.org sid InRelease
Hit http://ftp.debian-ports.org unreleased Release.gpg
Hit http://incoming.debian-ports.org sid Release.gpg
Hit http://ftp.de.debian.org sid Release.gpg
Hit http://ftp.debian-ports.org unreleased Release
Hit http://incoming.debian-ports.org sid Release
Hit http://ftp.debian.org sid/main Sources/DiffIndex
Hit http://ftp.de.debian.org unreleased Release.gpg
Hit http://ftp.debian-ports.org unreleased/main ppc64 Packages
Hit http://incoming.debian-ports.org sid/main ppc64 Packages
Hit http://ftp.debian.org sid/main all Packages
Hit http://ftp.debian.org sid/main Translation-en/DiffIndex
Hit http://ftp.de.debian.org sid Release
Hit http://ftp.de.debian.org unreleased Release
Hit http://ftp.de.debian.org sid/main ppc64 Packages
Ign http://incoming.debian-ports.org sid/main Translation-en
Ign http://ftp.debian-ports.org unreleased/main Translation-en
Hit http://ftp.de.debian.org unreleased/main ppc64 Packages
Ign http://ftp.de.debian.org sid/main Translation-en
Ign http://ftp.de.debian.org unreleased/main Translation-en
Reading package lists...
Program received signal SIGSEGV, Segmentation fault.
.strlen () at ../sysdeps/powerpc/powerpc64/strlen.S:109
(gdb) bt
#0  .strlen () at ../sysdeps/powerpc/powerpc64/strlen.S:109
#1  0x0fffb7da8bf0 in ._ZNSsC2EPKcRKSaIcE () from 
/usr/lib/powerpc64-linux-gnu/libstdc++.so.6
#2  0x0fffb7ef6ab4 in 
._Z22IsDuplicateDescriptionN8pkgCache12DescIteratorERK12HashSumValueILi128EERKSs
 ()
   from /usr/lib/powerpc64-linux-gnu/libapt-pkg.so.4.12
#3  0x0fffb7efc000 in 
._ZN17pkgCacheGenerator16MergeListVersionERNS_10ListParserERN8pkgCache11PkgIteratorERKSsRPNS2_11VerIteratorE
 ()
   from /usr/lib/powerpc64-linux-gnu/libapt-pkg.so.4.12
#4  0x0fffb7efc7a8 in 
._ZN17pkgCacheGenerator9MergeListERNS_10ListParserEPN8pkgCache11VerIteratorE () 
from /usr/lib/powerpc64-linux-gnu/libapt-pkg.so.4.12
#5  0x0fffb7f65728 in 
._ZNK16debPackagesIndex5MergeER17pkgCacheGeneratorP10OpProgress () from 
/usr/lib/powerpc64-linux-gnu/libapt-pkg.so.4.12
#6  0x0fffb7ef3810 in ?? () from 
/usr/lib/powerpc64-linux-gnu/libapt-pkg.so.4.12
#7  0x0fffb7ef7678 in 
._ZN17pkgCacheGenerator15MakeStatusCacheER13pkgSourceListP10OpProgressPP4MMapb 
()
   from /usr/lib/powerpc64-linux-gnu/libapt-pkg.so.4.12
#8  0x0fffb7eea644 in ._ZN12pkgCacheFile11BuildCachesEP10OpProgressb () 
from /usr/lib/powerpc64-linux-gnu/libapt-pkg.so.4.12
#9  0x1000cedc in ?? ()
#10 0x0fffb7e9023c in ._ZN11CommandLine11DispatchArgEPNS_8DispatchEb () 
from /usr/lib/powerpc64-linux-gnu/libapt-pkg.so.4.12
#11 0x1000b39c in ?? ()
#12 0x0fffb7a26728 in generic_start_main (main=@0x100449e8: 0x1000b0bc, 
argc=2, ubp_av=0x6f8, auxvec=0x7b0, init=, 
fini=, rtld_fini=, stack_end=) 
at ../csu/libc-start.c:228
#13 0x0fffb7a26940 in __libc_start_main (argc=, 
ubp_av=, 
ubp_ev=, auxvec=, 
rtld_fini=, 
stinfo=, 
stack_on_entry=) at 
../sysdeps/unix/sysv/linux/powerpc/libc-start.c:105
#14 0x in ?? ()
--

Regards,
-- 
Hiroyuki Yamamoto
A75D B285 7050 4BF9 AEDA  91AC 3A10 59C6 5203 04DC



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



Bug#669244: gif2apng: backwards package description

2012-04-18 Thread Justin B Rye
Package: gif2apng
Version: 1.7-1
Severity: normal
Tags: patch

Normally I only call these package-description patches "minor" bugs at
worst, but this is a case of the package synopsis directly lying to
users about the software's primary function:

 Description: convert APNG animated images to GIF files

Then of course the first line of the long description contradicting
this is misspelled and isn't a sentence.  The following paragraph
defining APNGs is fine (though perhaps it should mention the fact that
the APNG extension was rejected by the PNG group), but please work out
which direction this software converts in!

While I'm fixing that I'll also make it comply with the best practice
described in the Developer's Reference: the synopsis should be an
articleless noun phrase, not a verb phrase.  For symmetry I also
attach a matching patch for apng2gif.

Meanwhile, the man page is badly confused, too, getting the
executable's name wrong (though horrifyingly enough gif2apng really
does use MS-DOS-style /option syntax).  My patch only covers the
problems specific to the Debian package description.

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

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

Versions of packages gif2apng depends on:
ii  libc6   2.13-27
ii  zlib1g  1:1.2.6.dfsg-2

gif2apng recommends no packages.

Versions of packages gif2apng suggests:
pn  apng2gif  

-- no debconf information
-- 
JBR
Ankh kak! (Ancient Egyptian blessing)
diff -ru gif2apng-1.7.pristine/debian/control gif2apng-1.7/debian/control
--- gif2apng-1.7.pristine/debian/control	2012-04-14 08:57:46.0 +0100
+++ gif2apng-1.7/debian/control	2012-04-18 12:28:14.723392457 +0100
@@ -13,8 +13,9 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: apng2gif
-Description: convert APNG animated images to GIF files
- Progrmam converts animated GIF to animated APNG format.
+Description: tool for converting animated GIF images to APNG format
+ This package provides a command line tool for converting images from
+ animated GIF to Animated PNG format.
  .
  The Animated Portable Network Graphics (APNG) file format is an
  extension to the Portable Network Graphics (PNG) specification. It
diff -ru apng2gif-1.5.pristine/debian/control apng2gif-1.5/debian/control
--- apng2gif-1.5.pristine/debian/control	2012-03-11 07:16:42.0 +
+++ apng2gif-1.5/debian/control	2012-04-18 12:31:34.647714923 +0100
@@ -11,8 +11,9 @@
 Package: apng2gif
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: convert APNG animated images to GIF files
- Progrmam apng2gif converts APNG into animated GIF format.
+Description: tool for converting APNG images to animated GIF format
+  This package provides a command line tool for converting images from
+  Animated PNG to animated GIF format.
  .
  The Animated Portable Network Graphics (APNG) file format is an
  extension to the Portable Network Graphics (PNG) specification. It


Bug#406935: some problems on install

2012-04-18 Thread Robert James Clay
On Tue, 2012-04-17 at 22:22 -0400, Antoine Beaupré wrote:
> On Tue, 17 Apr 2012 21:01:12 -0400, Robert James Clay  wrote:
> > On Tue, 2012-04-17 at 18:27 -0400, Antoine Beaupré wrote:
> > 
> > > DB version problem
> > > ==
> > > 
> > > When I finally am able to login to the site, I see this in both frames:
> > > 
> > > Database is not the expected version. Was , expected 1.3.15. Please
> > > re-run setup.pl against this database to correct.
> > 
> >Did you do have a chance to do that? 

> i did. no luck. i am running stock postgresql from squeeze.

Do you have the postgresql-contrib package installed?  And if so;
is the contrib-dir setting in ledgersmb.conf set correctly?  For Pg
v8.4, that's/usr/share/postgresql/8.4/contrib.




Jame





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



Bug#669062: X segfaults in pthread() on kfreebsd

2012-04-18 Thread Julien Cristau
reassign 669062 libpciaccess 0.13.1-1
tag 669062 help confirmed upstream
kthxbye

On Wed, Apr 18, 2012 at 12:40:49 +0200, Christoph Egger wrote:

> This has appeared with the -video-vesa update in testing between friday
> and monday and can be fixed by downgrading the vesa driver
> 
http://cgit.freedesktop.org/xorg/driver/xf86-video-vesa/commit/?id=1f84310ddf49778f776a39810aa98211c812e8ab
makes use of new API in libpciaccess that's not implemented on freebsd.

See
http://cgit.freedesktop.org/xorg/lib/libpciaccess/commit/?id=58e87933b3286f33cdeedd3a6b21f4ea795bea47
and
http://cgit.freedesktop.org/xorg/lib/libpciaccess/commit/?id=b56f9a84f3dff995a6901ffec6bcc161ec0245ad
for the linux/openbsd implementations.

A patch would be much appreciated.

Cheers,
Julien



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



Bug#668701: pcp: this is not a Debian native package

2012-04-18 Thread Nathan Scott
Upstream is downstream and vice-versa.  For convenience of the
developers, PCP is intentionally packaged in this way.

Thanks for taking time to submit the report (and also for the init script
failure bug) - we appreciate it.

cheers.

--
Nathan


Bug#669146: courier-imap: Since last update (20' ago) I can't connect anymore

2012-04-18 Thread Stefan Hornburg (Racke)

On 04/18/2012 01:25 PM, Jesse Molina wrote:


Here an FYI of a problem I had recently. I doubt this is the same issue, but 
I'll write it up anyway for posterity.

I had a similar issue about a week ago when I updated some courier related 
packages.

The issue turned out to be some kind of problem with gamin. I switched from 
using gamin to fam and the problem went away. Gamin and fam are used in 
relation to the Enhanced IDLE functionality in Courier IMAP.

Ironically, I was using gamin because I had issues with fam a couple of years 
ago, switched, and had been happy since then. Maybe in a few years I'll switch 
back to gamin the next time fam gives me trouble.

The only indication of a problem was that occasionally, in my mail.err file, I 
would see something like;

Apr 8 09:03:41 myhostname imapd-ssl: FAMPending: timeout

Otherwise, there was almost no indication of a problem.

If you have gamin installed, look for a process running as your user, try 
killing it, and see if things magically start to work again. If so, that could 
be your problem.



Yes, that could be an explanation for the problem.

Regards
Racke


--
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team




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



Bug#669239: Regression: AUTHINFO password not work

2012-04-18 Thread Dominique Dumont
Le Wednesday 18 April 2012 12:34:25, vous avez écrit :
> 0.136 seems to have broken simple AUTHINFO authentication.
> 
> Entering a password in the news server dialog does not store that password
> in servers.xml.
> 
> Entering a password manually into servers.xml does not help. It is
> apparently ignored. AUTHINFO USER  is sent, but AUTHINFO PASS
>  is not.

pan now stores passwords in gnome keyring.

Do you have gnome-keyring-daemon running ?

I.e. something like:

$ ps -ef |grep keyring
domi  4380 1  0 08:52 ?00:00:00 /usr/bin/gnome-keyring-daemon 
--start --foreground --components=secrets

All the best

Dominique


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


Bug#669245: blam: changes to the feed list are not saved

2012-04-18 Thread Simon Wenner

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: blam
Version: 1.8.9-3
Severity: important

When I start Blam I see the default feed list. I can remove and add
feeds, but the next time I start Blam the feed list is reset to the
default list. All my changes are lost. This makes the whole application
quite useless.

Console output:
$ blam

(Blam:14276): Gtk-WARNING **: GtkSpinButton: setting an adjustment with
non-zero page size is deprecated

(Blam:14276): Gtk-WARNING **: GtkSpinButton: setting an adjustment with
non-zero page size is deprecated
Exception: System.Net.WebException: Error: NameResolutionFailure
  at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult)
[0x0] in :0
  at System.Net.HttpWebRequest.GetResponse () [0x0] in :0
  at Imendio.Blam.FeedUpdater.GetRemoteChannelData (Imendio.Blam.Channel
channel) [0x0] in :0
File replace error: /home/simon/.gnome2/blam/collection.xml does not exist
Error determining feed type: Thread was being aborted

Wokaround:
Create a file ~/.gnome2/blam/collection.xml manually before starting
Blam. This seems to work so far.

- --- System information. ---
Architecture: amd64
Kernel: Linux 3.2.0-2-amd64

Debian Release: wheezy/sid
990 testing security.debian.org
990 testing mirror.switch.ch
500 unstable mirror.switch.ch
150 experimental mirror.switch.ch

- --- Package information. ---
Depends (Version) | Installed
===-+-==
gconf2 (>= 2.28.1-2) | 3.2.3-4
mono-runtime (>= 2.10.1) | 2.10.8.1-1
libc6 (>= 2.13) | 2.13-27
OR libc6.1 (>= 2.13) |
OR libc0.1 (>= 2.13) |
libgconf2.0-cil (>= 2.24.0) | 2.24.2-2
libglade2.0-cil (>= 2.12.10) | 2.12.10-3
libglib2.0-cil (>= 2.12.10) | 2.12.10-3
libgnome2.24-cil (>= 2.24.0) | 2.24.2-2
libgtk2.0-cil (>= 2.12.10) | 2.12.10-3
libmono-corlib4.0-cil (>= 2.10.1) | 2.10.8.1-1
libmono-posix4.0-cil (>= 2.10.1) | 2.10.8.1-1
libmono-system-web4.0-cil (>= 2.10.3) | 2.10.8.1-1
libmono-system-xml4.0-cil (>= 1.0) | 2.10.8.1-1
libmono-system4.0-cil (>= 2.10.1) | 2.10.8.1-1
libwebkit1.1-cil (>= 0.3) | 0.3-6


Package's Recommends field is empty.

Package's Suggests field is empty.



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

iQIcBAEBAgAGBQJPjrEIAAoJEMMF4eNtCPQVaeEQAMt8EgXqZH3A/xpZKB7olRW+
bVLm8iJJgYeJuEcPoxpMnPEwJvKVbMi2nGluUtBBMO8NtRe02f97RO2Q8BsiR13N
pf/mrkHIVB3r/ASS5TAKj1ll5EqCTXxoN9lleYpTYml9JigHvKaQGlsOfkSaV1pm
w9I6mX+yGom/Gssd5Q5wejhqxSPmpIf1vUMAq34nEBQY49Gn75p4bSMOUVDKECJR
bJ49K9r2n5pP6LZOX57BAuZ1aakUZ6pjWryPCueHnwM4fO9P0IG0lDOUrq33xAyP
cP/fBWnQoEBdYUxSzMHGz8sHSAk96zEkypV+HZxiKuXmXeSErjtpUH96mii82kCg
EuKteZNFUNXFljppt5pLHiq8W4RyohIlglP4PV1mojvOiv7BFhE3H9F7ZXIThXbK
ubbDJ2JIQec+LejX5SjSI91IymcDU7wMDhYP1p9xxYabI7VEhfV7Nn133w789Zzd
N9+QxFgXjRgWfqyuSC2dOw42l7eBswCKpEqNe8hD6SO/3FCxtBbXD2vWe6jREgnu
DpH6RUl+2776OUQUBsLIJ0T9HhEEJlArJ0a83GHfNZkI5nae/NPjU8O0gBzcN2TQ
iKlHxltuIr7huEOMt1/pwuQr75/frerzE3ulzuyL/S2/1l+tKn7zVLXTB5xS1j68
Kmgj5Pkv5BjhjGW5voth
=oaHO
-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#669246: zfs-fuse: fails to install due to insserv rejecting the script header

2012-04-18 Thread Andreas Beckmann
Package: zfs-fuse
Version: 0.7.0-6
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install due
to insserv rejecting the script header. Some notes are
available from at http://wiki.debian.org/LSBInitScripts

>From the attached log (scroll to the bottom...):

  Setting up zfs-fuse (0.7.0-6) ...
  invoke-rc.d: policy-rc.d denied execution of restart.
  insserv: Service fuse has to be enabled to start service zfs-fuse
  insserv: exiting now!
  update-rc.d: error: insserv rejected the script header
  dpkg: error processing zfs-fuse (--configure):
   subprocess installed post-installation script returned error exit status 1

This problem has just appeared without zfs-fuse being updated in the
archive ... so probably the fuse dependency was indirectly satisfied
before, but changes to other packages may have removed that indirect
dependency inbetween.


cheers,

Andreas


libguestfs0_1:1.16.18-1.log.gz
Description: GNU Zip compressed data


Bug#669247: paraview-python: segfaults on exit

2012-04-18 Thread Ansgar Burchardt
Package: paraview-python
Version: 3.14.1-1
Severity: normal

Running a simple script using paraview.simple segfaults on exit, everything
else seems to work okay. A trivial example is:

-
#! /usr/bin/python

from paraview.simple import *

Sphere()
Show()
Render()
-

Regards,
Ansgar

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

Kernel: Linux 3.0.0-17-generic (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 paraview-python depends on:
ii  libc6   2.13-27
ii  paraview3.14.1-1
ii  python  2.7.2-10
ii  python-vtk  5.8.0-9
ii  python2.6   2.6.7-4
ii  python2.7   2.7.3~rc2-2

paraview-python recommends no packages.

paraview-python 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#367115: Libtool sets rpath when cross-compiling for default location

2012-04-18 Thread Wookey
To a large degree this issue is made moot by multiarch. The rpath
location is now the same as the runtime location (at least if it gets
the architecture right). 

We still don't want those rpaths, but a) libtool is less likely to try
and put them in if it notices that built-time and runtime locations
match and b) they will now point to the right place.

I haven't yet noticed the override in dpkg-cross autoconf cache
actually breaking anything:
# override libtool until #367115 is fixed
hostarch=dpkg-architecture
-qDEB_HOST_GNU_TYPE
lt_cv_sys_lib_dlsearch_path_spec="/usr/$hostarch/lib /lib /usr/lib 
/usr/local/lib"

but it is wrong for multiarch and it would be good to get rid of it.

I'm not sure to what degree we think this is still useful for old-style builds. 
In general I'd just
like to fix upstream (libtool, or the package in question) and remove bodgery 
like this.

I'll try and find out if there are cases where it interferes with multiarch 
crossbuilds or is still
needed for dpkg-cross cross-builds. If anyone else already knows that info 
would be welcome. 

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.org/



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



Bug#669146: courier-imap: Since last update (20' ago) I can't connect anymore

2012-04-18 Thread Alberto Serrano
Confirmed. After installing fam, the problem is solved:

# apt-get install fam libfam0

So it was probably related to the recent upgrade of libgamin0 0.1.10-4.

Thanks again,

Alberto.

PS: To those applying this workaround. Do not install only libfam0,
otherwise you will experience the problem Racke mentioned before:


* OK [ALERT] Filesystem notification initialization error -- contact
your mail administrator (check for configuration errors with the
FAM/Gamin library)

libfam0 requires fam daemon to do the real file monitoring work.


On Wed, Apr 18, 2012 at 2:01 PM, Stefan Hornburg (Racke)
wrote:

> On 04/18/2012 01:25 PM, Jesse Molina wrote:
>
>>
>> Here an FYI of a problem I had recently. I doubt this is the same issue,
>> but I'll write it up anyway for posterity.
>>
>> I had a similar issue about a week ago when I updated some courier
>> related packages.
>>
>> The issue turned out to be some kind of problem with gamin. I switched
>> from using gamin to fam and the problem went away. Gamin and fam are used
>> in relation to the Enhanced IDLE functionality in Courier IMAP.
>>
>> Ironically, I was using gamin because I had issues with fam a couple of
>> years ago, switched, and had been happy since then. Maybe in a few years
>> I'll switch back to gamin the next time fam gives me trouble.
>>
>> The only indication of a problem was that occasionally, in my mail.err
>> file, I would see something like;
>>
>> Apr 8 09:03:41 myhostname imapd-ssl: FAMPending: timeout
>>
>> Otherwise, there was almost no indication of a problem.
>>
>> If you have gamin installed, look for a process running as your user, try
>> killing it, and see if things magically start to work again. If so, that
>> could be your problem.
>>
>>
> Yes, that could be an explanation for the problem.
>
> Regards
>Racke
>
>
> --
> LinuXia Systems => http://www.linuxia.de/
> Expert Interchange Consulting and System Administration
> ICDEVGROUP => http://www.icdevgroup.org/
> Interchange Development Team
>
>


Bug#588077: /usr/bin/dpkg-divert: --add --rename should not rename a file currently owned by --package

2012-04-18 Thread Guillem Jover
Hi,

On Wed, 2012-04-18 at 11:38:20 +0100, Colin Watson wrote:
> On Sun, Jul 04, 2010 at 06:57:16PM +0200, Andreas Beckmann wrote:
> > dpkg-divert --add --rename incorrectly renames an existing file that is
> > owned by the package given with --package. For example see the following
> > commands:
> > 
> > # dpkg -S /usr/bin/users
> > coreutils: /usr/bin/users
> > # ls -la /usr/bin/users*
> > -rwxr-xr-x 1 root root 28368 Apr 28 04:05 /usr/bin/users
> > # dpkg-divert --add --rename --package coreutils --divert 
> > /usr/bin/users.diverted /usr/bin/users
> > Adding `diversion of /usr/bin/users to /usr/bin/users.diverted by coreutils'
> > # ls -la /usr/bin/users*
> > -rwxr-xr-x 1 root root 28368 Apr 28 04:05 /usr/bin/users.diverted
> > 
> > Oops, that should not have happened!

> > A patch that adds a check for the owning package of the to be renamed
> > file is attached.

> We ran into this in Ubuntu due to chaos with linker conflicts in
> libc6-i386 vs. libc6:i386, and wished that we'd had this in advance.
> 
> How about something like this for a C version?  I'd appreciate review as
> I'm not entirely familiar with all the internal interfaces here.

I had this one on my list of bugs to look to get fixed for 1.16.3 or
1.16.4 anyway, so let's see:

> diff --git a/src/divertcmd.c b/src/divertcmd.c
> index 6d3c8bf..39fa25b 100644
> --- a/src/divertcmd.c
> +++ b/src/divertcmd.c
> @@ -171,8 +172,10 @@ check_writable_dir(struct file *f)
>  }
>  
>  static bool
> -check_rename(struct file *src, struct file *dst)
> +check_rename(struct file *src, struct file *dst, struct pkgset *set)
>  {
> + struct pkginfo *pkg;
> +
>   file_stat(src);

I don't think it seems like a good idea to let the caller insert this
kind of bogus diversion, dpkg itself will try to do the rename on unpack
which would mess the system up anyway (but I've not though about this long
enough). So it would seem better at first sight to just abort on --add.

>   /* If the source file is not present and we are not going to do
> @@ -202,6 +205,24 @@ check_rename(struct file *src, struct file *dst)
>"  different file `%s', not allowed"),
>   dst->name, src->name);
>  
> + if (set) {
> + for (pkg = &set->pkg; pkg; pkg = pkg->arch_next) {
> + struct fileinlist *file;
> +
> + ensure_packagefiles_available(pkg);
> + file = pkg->clientdata->files;
> + while (file) {
> + if (strcmp (file->namenode->name,
> + src->name) == 0) {
> + /* Owned by the same package as
> +  * given in --package; don't rename.
> +  */
> + return false;
> + }
> + }

This loop will only work for packages with exactly one matching file,
or none. :)

In any case, it's better to check which packages own the file instead
of trying to go finding the file in the list of files, which will be
certainly more work.

I'm attaching a preliminary patch I just cooked, but not tested which
would do what I describe above.

thanks,
guillem
diff --git a/src/divertcmd.c b/src/divertcmd.c
index 6d3c8bf..66c66ba 100644
--- a/src/divertcmd.c
+++ b/src/divertcmd.c
@@ -382,6 +382,31 @@ divertdb_write(void)
 	free(dbname);
 }
 
+static bool
+diversion_is_owned(struct pkgset *set, struct filenamenode *namenode)
+{
+	struct pkginfo *pkg;
+	struct filepackages_iterator *iter;
+	bool owned = false;
+
+	if (set == NULL)
+		return false;
+
+	for (pkg = &set->pkg; pkg; pkg = pkg->arch_next)
+		ensure_packagefiles_available(pkg);
+
+	iter = filepackages_iter_new(namenode);
+	while ((pkg = filepackages_iter_next(iter))) {
+		if (pkg->set == set) {
+			owned = true;
+			break;
+		}
+	}
+	filepackages_iter_free(iter);
+
+	return owned;
+}
+
 static int
 diversion_add(const char *const *argv)
 {
@@ -449,6 +474,11 @@ diversion_add(const char *const *argv)
 		   diversion_describe(fnn_to->divert));
 	}
 
+	/* Check we are not diverting a file owned by the same set. */
+	if (diversion_is_owned(pkgset, fnn_from))
+		ohshit(_("cannot divert file '%s' owned by same package '%s'"),
+		   filename, pkgset->name);
+
 	/* Create new diversion. */
 	contest = nfmalloc(sizeof(*contest));
 	altname = nfmalloc(sizeof(*altname));


Bug#666325: uudeview: FTBFS: ! LaTeX Error: File `a4wide.sty' not found.

2012-04-18 Thread Sebastian Ramacher
tags 666325 + patch
thanks

On 30/03/12 11:22, Lucas Nussbaum wrote:
>> ! LaTeX Error: File `a4wide.sty' not found.

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
diff -u uudeview-0.5.20/debian/control uudeview-0.5.20/debian/control
--- uudeview-0.5.20/debian/control
+++ uudeview-0.5.20/debian/control
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Chris Hanson 
-Build-Depends: debhelper (>= 4.0.0), tk8.4-dev, tcl8.4-dev, hevea, texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended, transfig
+Build-Depends: debhelper (>= 4.0.0), tk8.4-dev, tcl8.4-dev, hevea, texlive-latex-base, texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, transfig
 Standards-Version: 3.7.3
 
 Package: uudeview
diff -u uudeview-0.5.20/debian/changelog uudeview-0.5.20/debian/changelog
--- uudeview-0.5.20/debian/changelog
+++ uudeview-0.5.20/debian/changelog
@@ -1,3 +1,10 @@
+uudeview (0.5.20-3.3) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Add Build-Dep on texlive-latex-extra for a4wide.sty (Closes: #666325).
+
+ -- Sebastian Ramacher   Wed, 18 Apr 2012 14:43:51 +0200
+
 uudeview (0.5.20-3.2) unstable; urgency=low
 
   * Non-maintainer upload.


signature.asc
Description: OpenPGP digital signature


Bug#669146: courier-imap: Since last update (20' ago) I can't connect anymore

2012-04-18 Thread Stefan Hornburg (Racke)

On 04/18/2012 02:15 PM, Alberto Serrano wrote:

Confirmed. After installing fam, the problem is solved:

# apt-get install fam libfam0

So it was probably related to the recent upgrade of libgamin0 0.1.10-4.

Thanks again,

Alberto.

PS: To those applying this workaround. Do not install only libfam0,
otherwise you will experience the problem Racke mentioned before:


* OK [ALERT] Filesystem notification initialization error -- contact
your mail administrator (check for configuration errors with the
FAM/Gamin library)

libfam0 requires fam daemon to do the real file monitoring work.



Unfortunately, I cannot reproduce the problem with libgamin0 (0.1.10-4).
I'm running wheezy/testing on my machine.

Regards
  Racke


--
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team




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



Bug#669248: paraview: splash screen stays when "Open File" dialog is opened too early

2012-04-18 Thread Ansgar Burchardt
Package: paraview
Version: 3.14.1-1
Severity: minor

The splash screen stays when pressing Ctrl-O to open files before the splash
screen disappears.  The splash screen then stays in front of the open file
dialog which is a bit annoying.  It only disappears once the "Open File" dialog
is closed again.

Regards,
Ansgar

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

Kernel: Linux 3.0.0-17-generic (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 paraview depends on:
ii  libavcodec53  5:0.8.1-4
ii  libavformat53 5:0.8.1-4
ii  libavutil51   5:0.8.1-4
ii  libc6 2.13-27
ii  libexpat1 2.1.0-1
ii  libfreetype6  2.4.9-1
ii  libgcc1   1:4.7.0-3
ii  libgl1-mesa-glx [libgl1]  7.11.2-1
ii  libglu1-mesa [libglu1]7.11.2-1
ii  libhdf5-7 [libhdf5-7] 1.8.8-9
ii  libice6   2:1.0.8-2
ii  libjpeg8  8d-1
ii  libmysqlclient16  5.1.61-3
ii  libogg0   1.2.2~dfsg-1
ii  libopenmpi1.3 1.4.3-2.1
ii  libpng12-01.2.49-1
ii  libpq59.1.3-2
ii  libpython2.7  2.7.3~rc2-2
ii  libqt4-help   4:4.7.4-3
ii  libqt4-network4:4.7.4-3
ii  libqt4-sql4:4.7.4-3
ii  libqt4-xml4:4.7.4-3
ii  libqt4-xmlpatterns4:4.7.4-3
ii  libqtcore44:4.7.4-3
ii  libqtgui4 4:4.7.4-3
ii  libqtwebkit4  2.2.0-5
ii  libsm62:1.2.1-2
ii  libsqlite3-0  3.7.11-2
ii  libstdc++64.7.0-3
ii  libswscale2   5:0.8.1-4
ii  libtheora01.1.1+dfsg.1-3
ii  libtiff4  3.9.6-2
ii  libx11-6  2:1.4.4-4
ii  libxext6  2:1.3.1-1
ii  libxml2   2.7.8.dfsg-8
ii  libxt61:1.1.1-2
ii  qt4-dev-tools 4:4.7.4-3
ii  tcl8.5 [tclsh]8.5.11-1
ii  zlib1g1:1.2.6.dfsg-2

Versions of packages paraview recommends:
ii  mpi-default-bin  1.0.1
ii  paraview-doc 
ii  paraview-python  3.14.1-1

Versions of packages paraview suggests:
pn  h5utils 
pn  hdf5-tools  

-- 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#669150: RM: liboce-*1 -- RoM

2012-04-18 Thread Adam C Powell IV
On Tue, 2012-04-17 at 21:02 +0100, Adam D. Barratt wrote:
> On Tue, 2012-04-17 at 15:25 -0400, Adam C Powell IV wrote:
> > Please remove all of the OCE shared libraries with library version 1,
> > such as liboce-foundation1 (i.e. upstream version 0.8.0).  It seems they
> > are blocking the transition to 0.9.1, which is built on all platforms.
> > 
> > There is no transition page on
> > http://release.debian.org/transitions/html/ ,
> 
> That only implies we haven't noticed it or had it bought to our
> attention, fwiw.

Understood, thanks.

> > 0.9.1 is now 44 days old,
> > and all reverse-depends have built successfully, so I believe this
> > removal is the only thing standing in the way of a transition.
> 
> dak disagrees, fwiw:
> 
> # Broken Depends:
> elmerfem: elmer [amd64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 
> kfreebsd-i386 mips mipsel powerpc s390 sparc]
> gmsh: gmsh [kfreebsd-amd64 kfreebsd-i386 mipsel]
> netgen: libnglib-4.9.13 [armhf]
> netgen [armhf]
> 
> https://buildd.debian.org/status/package.php?p=elmerfem suggests it
> hasn't been uploaded in a couple of months, which is before the oce
> upload which changed the SONAME.

Oops!  I thought I had taken care of that.  Will do ASAP, thanks.

> gmsh is failing to build on kfreebsd-* and mips*, with segfautls / bus
> erorrs.

Good to know.  Anton, is this something you can take care of?

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

Engineering consulting with open source tools
http://www.opennovation.com/


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


Bug#669249: reportbug: Fixed some typos

2012-04-18 Thread Simon Kainz
Package: reportbug
Version: 6.3.1
Severity: minor
Tags: patch

Hi,

fixed some typos in the man pages and program itself.

Please see the attached patch.



-- Package-specific info:
** Environment settings:
INTERFACE="gtk2"

** /home/skainz/.reportbugrc:
reportbug_version "5.1.1"
mode standard
ui gtk2
email "si...@familiekainz.at"
smtphost "mailrelay.tugraz.at"
smtpuser "skainz"
smtptls

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

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

Versions of packages reportbug depends on:
ii  apt   0.8.15.10
ii  python2.7.2-10
ii  python-reportbug  6.3.1

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  debconf-utils  
ii  debsums
ii  dlocate
ii  emacs23-bin-common 23.3+1-5
ii  exim4  4.77-1
ii  exim4-daemon-light [mail-transport-agent]  4.77-1+b1
ii  file   5.10-1
ii  gnupg  1.4.11-3
ii  python-gtk22.24.0-3
ii  python-gtkspell
ii  python-urwid   
ii  python-vte 1:0.28.2-4
ii  xdg-utils  1.1.0~rc1+git20111210-6

Versions of packages python-reportbug depends on:
ii  apt   0.8.15.10
ii  python2.7.2-10
ii  python-debian 0.1.21
ii  python-debianbts  1.10
ii  python-support1.0.14

python-reportbug suggests no packages.

-- no debconf information
diff -U3 -r reportbug-6.3.1.orig/bin/reportbug reportbug-6.3.1/bin/reportbug
--- reportbug-6.3.1.orig/bin/reportbug	2012-04-18 13:51:34.687609448 +0200
+++ reportbug-6.3.1/bin/reportbug	2012-04-18 13:51:53.331609585 +0200
@@ -1734,7 +1734,7 @@
 if 'qa.debian.org' in maintainer:
 ui.long_message('''\
 This package seems to be currently "orphaned"; it also seems you're a
-bit interested in this package, since you're reporting a but against
+bit interested in this package, since you're reporting a bug against
 it, so you might consider adopting it.  Please be aware that your
 report may not be resolved for a while, because the package lacks an
 active maintainer, but please GO ON and REPORT the bug, if there is
diff -U3 -r reportbug-6.3.1.orig/man/reportbug.1 reportbug-6.3.1/man/reportbug.1
--- reportbug-6.3.1.orig/man/reportbug.1	2012-04-18 13:51:34.683609444 +0200
+++ reportbug-6.3.1/man/reportbug.1	2012-04-18 14:10:42.207617907 +0200
@@ -232,7 +232,7 @@
 will not send a copy to the bug report distribution lists.
 .TP
 .B \-\-max-attachment-size=MAX_ATTACHMENT_SIZE
-Specity the maximum size any attachment file can have (this also include the file for \-\-body-file option). If an attachment file is too big, there could be problems in delivering the email (and also to compose it), so we set a limit to attachment size. By default this is 10 megabytes.
+Specify the maximum size any attachment file can have (this also include the file for \-\-body-file option). If an attachment file is too big, there could be problems in delivering the email (and also to compose it), so we set a limit to attachment size. By default this is 10 megabytes.
 .TP
 .B \-\-mirror=MIRRORS
 Add a BTS mirror.
@@ -442,7 +442,7 @@
 .TP
 .B \-\-template
 Output a template report to standard output. Differently from
-\fP\-p/\-\-print\fP, it tries to be not interactive, and present a
+\fP\-p/\-\-print\fP, it tries to be not interactive, and presents a
 template without user's input.
 .TP
 .B \-u INTERFACE, \-\-interface=INTERFACE, \-\-ui=INTERFACE
diff -U3 -r reportbug-6.3.1.orig/man/reportbug.conf.5 reportbug-6.3.1/man/reportbug.conf.5
--- reportbug-6.3.1.orig/man/reportbug.conf.5	2012-04-18 13:51:34.683609444 +0200
+++ reportbug-6.3.1/man/reportbug.conf.5	2012-04-18 14:23:13.367623443 +0200
@@ -37,7 +37,7 @@
 
 Please note that any configuration file has to be a valid UTF-8
 document, and not in a different locale; this is particularly
-important in situations where localized characters has to be used
+important in situations where localized characters have to be used
 (like for realname).
 .SH "FILE FORMAT"
 Configuration options can be specified in the form
@@ -158,7 +158,7 @@
 The default operating mode for \fBreportbug(1)\fP.
 .TP
 .B mta
-The path to the MTA used.  Any any SMTP server on Debian should be OK
+The path to the MTA used.  Any SMTP server on Debian should be OK
 with the default:
 
 \fBmta\fP \fI/usr/sbin/sendmail\fP
@@ -191,7 +191,7 @@
 Disables all external queries.
 .TP
 .B paranoid
-Paranoid mode: print the whole email envelope before sending it
+Paranoid mode: print the whole email envelo

Bug#668216: kmod: modprobe fails to load zram.ko

2012-04-18 Thread Lucas De Marchi
Thanks for the bug report. There's a patch in upstream to fix this
issue: 
http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=patch;h=ccb64d1eade3f9f0e325ba69de586dbd4bfb8241

I'm going to release a new version by tomorrow.


Regards,
Lucas De Marchi



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



Bug#669251: ITP: anet -- Ada networking library

2012-04-18 Thread Reto Buerki
Package: wnpp
Severity: wishlist
Owner: Reto Buerki 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: anet
  Version : 0.1
  Upstream Author : codelabs.ch
* URL : http://www.codelabs.ch/anet/
* License : GPL-2+ with Ada exception
  Programming Lang: Ada
  Description : Ada networking library

Anet is a networking library for the Ada programming language. The
library provides a BSD socket implementation and support for IPv4/UDP
packet creation and validation. It can be used to implement custom
protocols on top of IPv4.

The library also provides a binding to the Linux Packet Filter (LPF)
system.

The Anet BSD socket implementation has the following features:

* Supported socket families
  - IPv4 (AF_INET)
  - IPv6 (AF_INET6)
  - Packet (AF_PACKET)
  - UNIX domain (AF_UNIX)
* Supported socket modes
  - Stream (TCP)
  - Datagram (UDP)
* Support for IPv4/IPv6 multicast

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

iQIcBAEBCAAGBQJPjsATAAoJEKSefDzePM5mKeAP/0lkgHR/tFrj62qd4AaV8qYj
LOxk9nZeVTGXdw19ZWHb6rvkg4LccIUfOdNSi8F4r8D1EjdFqP1JweyVMSXYmNj4
AJMpxYVIJsojXAi34wBVwmbfgq73/5ytvFK7YviXxOu5qYWuzy+Z03KldU7rWAMr
Wml8OrUwR+q/lCOd+MPLbaw+Vuj2LQpo5b93zq3MjnsFtlTvk3bE8Mrl0FwTsqJ8
urQBwXhRJ4EheDLj6kFYp/ORn1pmvIJTR9CbV7+9/DEOFkXRH1G6mFdzLsVK4X8T
yokENeDoxEEK1yWsCjkWq5jpIts7Dprdgz9GjAPUnhmjAneRbPuMuRpDRjktNKVP
ztVaBnpS0KekmlYBKQ9zCcKnTJtsq0nFnkS8DUmdTOrvWl2hu3im2+zC8Yws4X/U
5QwVOS+c5Dfb1+QvlLDGpiwSenGd43gXFFec6Ws1t1AixkjFQhfz/3sFOQqqH+s4
8q2WhPm+MpSmw8EeIZIF5qQufKxgwMsrMyf71jVoE2ln4xZtzhIn9hbsoHMoQWS9
4UblrfnMFlpDz4Fk89TtLCnYjzgI+TysZgYxl/iv1OtUzEOY670mlHuQccKfhuNb
k2k5lwc2gP3om1GmMqqqrMogTNS08+ieRP18LuRAv03kb8fBif0oP0/Z6tJHw0uq
1pICXpz8pJAkAVltaq01
=pMTw
-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#669150: nmu netgen_4.9.13.dfsg-4 . armhf . -m 'Rebuild against new liboce-*2'

2012-04-18 Thread Adam C Powell IV
Please binNMU netgen on armhf to link against new OCE libraries.

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

Engineering consulting with open source tools
http://www.opennovation.com/


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


Bug#669150: RM: liboce-*1 -- RoM

2012-04-18 Thread Adam C Powell IV
Brief update...

On Wed, 2012-04-18 at 09:10 -0400, Adam C Powell IV wrote:
> On Tue, 2012-04-17 at 21:02 +0100, Adam D. Barratt wrote:
> > On Tue, 2012-04-17 at 15:25 -0400, Adam C Powell IV wrote:
> > > Please remove all of the OCE shared libraries with library version 1,
> > > such as liboce-foundation1 (i.e. upstream version 0.8.0).  It seems they
> > > are blocking the transition to 0.9.1, which is built on all platforms.
> > > 
> > > There is no transition page on
> > > http://release.debian.org/transitions/html/ ,
> > 
> > That only implies we haven't noticed it or had it bought to our
> > attention, fwiw.
> 
> Understood, thanks.
> 
> > > 0.9.1 is now 44 days old,
> > > and all reverse-depends have built successfully, so I believe this
> > > removal is the only thing standing in the way of a transition.
> > 
> > dak disagrees, fwiw:
> > 
> > # Broken Depends:
> > elmerfem: elmer [amd64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 
> > kfreebsd-i386 mips mipsel powerpc s390 sparc]
> > gmsh: gmsh [kfreebsd-amd64 kfreebsd-i386 mipsel]
> > netgen: libnglib-4.9.13 [armhf]
> > netgen [armhf]
> > 
> > https://buildd.debian.org/status/package.php?p=elmerfem suggests it
> > hasn't been uploaded in a couple of months, which is before the oce
> > upload which changed the SONAME.
> 
> Oops!  I thought I had taken care of that.  Will do ASAP, thanks.

Elmer has an NMU in delayed/7 to go in on Saturday.

Netgen on armhf built with OCE 0.8.0, and just needs a binNMU.  Just
took care of this.

> > gmsh is failing to build on kfreebsd-* and mips*, with segfautls / bus
> > erorrs.
> 
> Good to know.  Anton, is this something you can take care of?

This is (will be) the last thing.

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

Engineering consulting with open source tools
http://www.opennovation.com/


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


Bug#669250: xdeb: Add support to the option --stage1 to consider the Build_Depends-Stage1 instead of Build-Depends

2012-04-18 Thread Gustavo Prado Alkmim
Package: xdeb
Version: 0.6.5
Severity: wishlist

Dear Maintainer,

Attached is a patch to add support to --stage1 option, which considers the 
Build-Depends-Stage1 field of control file instead of Build-Depends.

This addition enables the use of xdeb while working with staged build. 

Please, see [1] for more informations about bootstrap in debian.

This is my second bugreport. Sorry for any mistakes.

[1] http://wiki.debian.org/DebianBootstrap

Cheers, 

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

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

Versions of packages xdeb depends on:
ii  apt-utils0.8.15.10
ii  build-essential  11.5
ii  devscripts   2.11.6
ii  dpkg-cross   2.6.6
ii  dpkg-dev 1.16.2
ii  lintian  2.5.6
ii  python   2.7.2-10
ii  python-apt   0.8.3+nmu1
ii  python-debian0.1.21
ii  sudo 1.8.3p2-1
ii  wget 1.13.4-2

Versions of packages xdeb recommends:
ii  fakeroot  1.18.2-1
ii  gcc   4:4.6.3-4

xdeb suggests no packages.

-- no debconf information
diff -Nur xdeb-0.6.5.orig/debian/changelog xdeb-0.6.5/debian/changelog
--- xdeb-0.6.5.orig/debian/changelog	2011-09-30 11:49:54.0 +
+++ xdeb-0.6.5/debian/changelog	2012-04-18 12:21:55.858809074 +
@@ -1,5 +1,9 @@
 xdeb (0.6.5) unstable; urgency=low
 
+  [ Gustavo Alkmim ]
+  * Add support to --stage1 option, which considers the Build-Depends-Stage1
+field of control file instead of Build-Depends.
+
   [ Steve Langasek ]
   * If a package is Multi-Arch: foreign, we don't need to build it unless we
 also want to install it in its own right.
diff -Nur xdeb-0.6.5.orig/xdeb.py xdeb-0.6.5/xdeb.py
--- xdeb-0.6.5.orig/xdeb.py	2011-09-30 09:25:31.0 +
+++ xdeb-0.6.5/xdeb.py	2012-04-18 12:22:04.366809385 +
@@ -301,7 +301,12 @@
 # that we can native-import them, but we don't want to go further
 # down transitive build-dependencies.
 if not options.only_explicit or not builddep_depth:
-builddeps = src_record.relations['build-depends']
+if options.stage1:
+builddeps = src_record.relations['build-depends-stage1']
+if builddeps == []:
+builddeps = src_record.relations['build-depends']
+else:
+builddeps = src_record.relations['build-depends']
 if options.architecture == build_arch:
 builddeps.extend(src_record.relations['build-depends-indep'])
 builddeps = filter_arch(builddeps, options.architecture)
@@ -428,7 +433,13 @@
 src_record = get_src_record(options, src)
 if src_record is None:
 continue
-builddeps = src_record.relations['build-depends']
+if options.stage1:
+builddeps = src_record.relations['build-depends-stage1']
+if builddeps == []:
+builddeps = src_record.relations['build-depends']
+
+else:
+builddeps = src_record.relations['build-depends']
 builddeps.extend(src_record.relations['build-depends-indep'])
 for builddep in builddeps:
 if [d for d in builddep if d['name'] == 'linux-gnu']:
@@ -631,9 +642,20 @@
 print "= Building %s_%s =" % (src, ver)
 print
 
-utils.spawn(['dpkg-checkbuilddeps'], cwd=srcdir)
+if options.stage1:
+utils.spawn(['dpkg-checkbuilddeps', '--stage=1'], cwd=srcdir)
+else:
+utils.spawn(['dpkg-checkbuilddeps'], cwd=srcdir)
 
 buildpackage = ['debuild', '--no-lintian', '-eUSER']
+
+if 'DEB_BUILD_OPTIONS' in os.environ:
+build_options = '%s' % os.environ['DEB_BUILD_OPTIONS']
+else:
+build_options = '"'
+if options.stage1:
+build_options += 'stage=1 '
+
 global target_config
 if options.parallel and src not in target_config.parallel_blacklist:
 cpu_count = multiprocessing.cpu_count()
@@ -644,11 +666,8 @@
 if options.architecture != build_arch:
 buildpackage.append('-eCONFIG_SITE=/etc/dpkg-cross/cross-config.%s' %
 options.architecture)
-if 'DEB_BUILD_OPTIONS' in os.environ:
-buildpackage.append('-eDEB_BUILD_OPTIONS=%s nocheck' %
-os.environ['DEB_BUILD_OPTIONS'])
-else:
-buildpackage.append('-eDEB_BUILD_OPTIONS=nocheck')
+
+build_options += 'nocheck '
 deb_host_gnu_type = utils.get_output(
 ['dpkg-architecture', '-a%s' % options.architecture,
  '-qDEB_HOST_GNU_TYPE']).rstrip('\n')
@@ -667,6 +686,8 @@
 if options.debug:
 buildpackage.append('-eDH_VERBOSE=1')
 buildpackage.append('-a%s' % options.architecture)
+build_options += '"'
+buildpackage.append('-eDEB_BUILD_OPTI

Bug#669252: ntop: Large number of DEBUG: scanTimedoutTCPSessions in logs, but not running in debug mode (-K??).

2012-04-18 Thread Gavin Bravery
Package: ntop
Version: 3:4.99.0-rc+ndpi5237+dfsg1-1
Severity: normal

Dear Maintainer,

I short I have a large numbers of these messages arriving in my log:
Apr 18 14:01:35 xx ntop[2342]:   DEBUG: scanTimedoutTCPSessions: freed 10 
sessions [total: 12 sessions]
The numbers are not always the same. The differ from run to run.

Command line is:
ntop  2342 1  0 13:48 ?00:00:06 /usr/sbin/ntop -d -L -u ntop -P 
/var/lib/ntop --access-log-file /var/log/ntop/access.log -i eth0 -p 
/etc/ntop/protocol.list -O /var/log/ntop

   * What led up to the situation?
Nothing I think. I upgraded some kernel bits and pieces recently and since 
rebooting ntop began generating these messages.
That said I hadn't rebooted in a while and I think ntop hadn't been running for 
a while (I had an issue with grub core.img size so couldn't reboot).
Not tried anything to fix it as not sure where to start!


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

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

Versions of packages ntop depends on:
ii  adduser3.113+nmu1
ii  debconf [debconf-2.0]  1.5.42
ii  libc6  2.13-27
ii  libgdbm3   1.8.3-10
ii  libgeoip1  1.4.8+dfsg-3
ii  libpcap0.8 1.2.1-1
ii  libpython2.7   2.7.3~rc2-2
ii  librrd41.4.7-1
ii  libssl1.0.01.0.1-4
ii  net-tools  1.60-24.1
ii  ntop-data  3:4.99.0-rc+ndpi5237+dfsg1-1
ii  passwd 1:4.1.5-1
ii  python-mako0.7.0-1
ii  zlib1g 1:1.2.6.dfsg-2

ntop recommends no packages.

Versions of packages ntop suggests:
pn  graphviz 2.26.3-10
pn  gsfonts  1:8.11+urwcyr1.0.7~pre44-4.2
pn  ntop-graphs  

-- Configuration Files:
/etc/logcheck/ignore.d.paranoid/ntop [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.paranoid/ntop'
/etc/logcheck/ignore.d.server/ntop [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.server/ntop'
/etc/logcheck/ignore.d.workstation/ntop [Errno 13] Permission denied: 
u'/etc/logcheck/ignore.d.workstation/ntop'

-- debconf information:
  ntop/password_mismatch:
* ntop/user: ntop
  ntop/password_empty:
  ntop/password_reset: false
* ntop/interfaces: eth0



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



Bug#669253: roaraudio conflicts with muroard

2012-04-18 Thread Shane Kerr
Package: roaraudio
Version: 1.0~beta0-1
Severity: normal

Dear Maintainer,

I had muroard installed on my system for some reason, and then roaraudio got
installed as a dependency. The post-install failed, without any error message.

I ran the actual daemon command line that is in /etc/init.d/roaraudio by hand,
but with "--daemon" and not using syslog, and it reported "port already in
use".

I removed the muroard package, and roaraudio was able to complete post-
installation.

I think a conflict between these two packages needs to be defined.



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

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

Versions of packages roaraudio depends on:
ii  libao4   1.1.0-1.1+b1
ii  libasound2   1.0.25-2
ii  libc62.13-27
ii  libcelt0-0   0.7.1-1
ii  libesd0  0.2.41-10+b1
ii  libfishsound11.0.0-1
ii  libflac8 1.2.1-6
ii  libogg0  1.2.2~dfsg-1
ii  liboggz2 1.1.1-1
ii  libportaudio219+svn2021-1
ii  libpulse01.1-3+b1
ii  libroar-compat2  1.0~beta0-1
ii  libroar2 1.0~beta0-1
ii  libshout32.2.2-8
ii  libslp1  1.2.1-9
ii  libsndfile1  1.0.25-4
ii  libspeex11.2~rc1-3
ii  libspeexdsp1 1.2~rc1-3
ii  libvorbis0a  1.3.2-1.1
ii  libvorbisenc21.3.2-1.1
ii  libvorbisfile3   1.3.2-1.1

Versions of packages roaraudio recommends:
ii  oss-compat  2

Versions of packages roaraudio suggests:
ii  socat  1.7.1.3-1.2
ii  wget   1.13.4-2

-- 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#669254: cclib: debcheckout fails

2012-04-18 Thread Jari Aalto
Package: cclib
Version: 1.0.1-1
Severity: normal

Please drop "+ssh" protocol from debian/control::Vcs-* to make debcheckout
work everybody.



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



Bug#669256: clirr: debcheckout fails

2012-04-18 Thread Jari Aalto
Package: clirr
Version: 0.6-3
Severity: normal

Please drop "+ssh" protocol from debian/control::Vcs-* to make debcheckout
work everybody.



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



Bug#669255: hdparm: Harddisk continuously spins up and down whilst on battery power

2012-04-18 Thread Martin Erik Werner
Package: hdparm
Version: 9.39-1
Severity: normal

Dear Maintainer,
During roughly the last couple of weeks my laptop disk has stared to
continuously spin up and down excessively, resulting in hiccups in GNOME and
applications.

I'm suspecting that this might be due to hdparm introducing new settings for
apm_battery, since if I set that to 128 instead of the default 127 the
behaviours goes away (obviously).

Was there a change in this setting recently? And if so, is there any way to fix 
this?

Worth noting is that setting -S 30 when -B 127 is set does not seem to help the
spinning down at all, however, if -B is 128 and -S is set to 1, it can instead
re-create the behaviour... How are these variables supposed to interact?

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

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

Versions of packages hdparm depends on:
ii  libc6 2.13-27
ii  lsb-base  4.1+Debian0

Versions of packages hdparm recommends:
ii  powermgmt-base  1.31

Versions of packages hdparm suggests:
ii  apmd  3.2.2-14

-- Configuration Files:
/etc/hdparm.conf changed:
quiet 
/dev/sda {
apm_battery = 128
}

/etc/udev/hdparm.rules [Errno 2] No such file or directory: 
u'/etc/udev/hdparm.rules'

-- 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#669257: libreoffice: Stoped Working with hunspell - Change to myspell required to recover spellchecking capability

2012-04-18 Thread Johannes Graumann
Package: libreoffice
Version: 1:3.5.2-4+b1
Severity: normal
Tags: l10n

Dear Maintainer,

After upgrading libreoffice to 1:3.5.2-4+b1 the formerly functional 
integration with hunspell as the spellchecking engine fails.

Spellchecking functionality may be recovered by installing myspell-
rather then hunspell-dictionaries.

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

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

Versions of packages libreoffice depends on:
ii  fonts-sil-gentium-basic [ttf-sil-gentium-basic]  1.1-5
ii  liblucene2-java  2.9.4+ds1-4
ii  libreoffice-base 1:3.5.2-4+b1
ii  libreoffice-calc 1:3.5.2-4+b1
ii  libreoffice-core 1:3.5.2-4+b1
ii  libreoffice-draw 1:3.5.2-4+b1
ii  libreoffice-filter-mobiledev 1:3.5.2-4
ii  libreoffice-impress  1:3.5.2-4+b1
ii  libreoffice-java-common  1:3.5.2-4
ii  libreoffice-math 1:3.5.2-4+b1
ii  libreoffice-report-builder-bin   1:3.5.2-4+b1
ii  libreoffice-writer   1:3.5.2-4+b1
ii  ttf-dejavu   2.33-2
ii  ttf-sil-gentium-basic1.1-5

Versions of packages libreoffice recommends:
ii  fonts-liberation [ttf-liberation]  1.07.2-2
ii  libpaper-utils 1.1.24+nmu1
ii  ttf-mscorefonts-installer  3.4

Versions of packages libreoffice suggests:
pn  cups-bsd   1.5.2-5
pn  gstreamer0.10-ffmpeg   1:0.10.13-0.2
pn  gstreamer0.10-plugins-bad  0.10.23-1
pn  gstreamer0.10-plugins-base 0.10.36-1
pn  gstreamer0.10-plugins-good 0.10.31-1
pn  gstreamer0.10-plugins-ugly 
pn  hunspell-dictionary
pn  hyphen-de [hyphen-hyphenation-patterns]1:3.3.0-3
pn  hyphen-fr [hyphen-hyphenation-patterns]1:3.3.0-3
pn  iceweasel  10.0.3esr-3
pn  imagemagick8:6.7.4.0-4
pn  libgl1-mesa-glx [libgl1]   7.11.2-1
pn  libldap-2.4-2  2.4.28-1.1
pn  libreoffice-filter-binfilter   1:3.5.2-4+b1
pn  libreoffice-gnome | libreoffice-kde
pn  libreoffice-grammarcheck   
pn  libreoffice-help-en-us [libreoffice-help-3.5]  1:3.5.2-4
pn  libreoffice-l10n-de [libreoffice-l10n-3.5] 1:3.5.2-4
pn  libreoffice-l10n-fr [libreoffice-l10n-3.5] 1:3.5.2-4
pn  libreoffice-officebean 
pn  libsane1.0.22-7.1
pn  libxrender11:0.9.6-2
pn  myspell-de-de [myspell-dictionary] 20110609-1
pn  myspell-en-us [myspell-dictionary] 1:3.3.0-3
pn  myspell-fr-gut [myspell-dictionary]1:1.0-30
pn  mythes-thesaurus   
pn  openclipart-libreoffice2.0-2
pn  openjdk-7-jre [java5-runtime]  7~u3-2.1-3
pn  pstoedit   3.60-2+b1
pn  unixodbc   

Versions of packages libreoffice-core depends on:
ii  fontconfig 2.8.0-3.1
ii  fonts-opensymbol [ttf-opensymbol]  2:2.4.3+LibO3.4.6-2
ii  libc6  2.13-27
ii  libcairo2  1.10.2-7
ii  libcmis-0.2-0  0.1.0-1+b1
ii  libcurl3-gnutls7.25.0-1
ii  libdb5.1   5.1.29-1
ii  libexpat1  2.1.0-1
ii  libexttextcat0 3.2.0-2
ii  libfontconfig1 2.8.0-3.1
ii  libfreetype6   2.4.9-1
ii  libgcc11:4.7.0-1
ii  libglib2.0-0   2.32.0-4
ii  libgraphite2-2.0.0 1.1.1-1
ii  libgstreamer-plugins-base0.10-00.10.36-1
ii  libgstreamer0.10-0 0.10.36-1
ii  libhunspell-1.3-0  1.3.2-4
ii  libhyphen0 2.8.3-1
ii  libice62:1.0.7-2
ii  libicu48   4.8.1.1-5
ii  libjpeg8   8d-1
ii  libmythes-1.2-02:1.2.2-1
ii  libneon27-gnutls   0.29.6-1
ii  libnspr4-0d4.9-1
ii  libnss3-1d 3.13.3-1
ii  libpng12-0 1.2.49-1
ii  librdf01.0.15-1
ii  libreoffice-common 1:3.5.2-4
ii 

Bug#654783: about test_socket hang

2012-04-18 Thread Steven Chamberlain
On 18/04/12 03:39, Steven Chamberlain wrote:
> Strange, the workaround hasn't really changed anything for me on
> kfreebsd-i386

Sorry that was wrong, I had dry-run the patch without actually applying
it :(

With it, I hit a tst-timer5 regression during build.


But if I keep the timeout at its default 2000ms and:

On 18/04/12 07:02, Petr Salinger wrote:
-if (terminated_children || main_thread_exiting) {
+if (1 || terminated_children || main_thread_exiting) {

Then I see 100/100 passes of test_socket.  That used to hang always.

There are still occasional hangs in test_threading (about 20% of the
time) and also very rarely in test_signal (seen 1% of the time).


And in the ruby1.9.1 test suite, test_io looks like it might be fixed by
this, but test_thread still hangs sometimes.

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org



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



Bug#669258: [PATCH] pdfsam: fix build-depends-on-obsolete-package default-jdk-builddep

2012-04-18 Thread jari . aalto
Package: pdfsam
Severity: normal
Tags: patch

Hi,

The build depends list package that has been obsoleted.

See attached patch to help to fix this and other things related
to new features and items reported by Lintian etc.

Let me know if there is anything that needs adjusting or if it is ok
to upload this version in a NMU in case you are working on other
issues needing attention.

Thanks,
Jari

>From 5511998e0ab64186dd4490007f15308f1c0b1103 Mon Sep 17 00:00:00 2001
From: Jari Aalto 
Date: Wed, 18 Apr 2012 16:44:40 +0300
Subject: [PATCH] obsolete-default-jdk-builddep
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto 
---
 debian/changelog|   14 ++
 debian/compat   |2 +-
 debian/control  |   14 ++
 debian/pdfsam.classpath |1 +
 debian/rules|8 +---
 5 files changed, 27 insertions(+), 12 deletions(-)
 create mode 100644 debian/pdfsam.classpath

diff --git a/debian/changelog b/debian/changelog
index 6dc7958..07e5987 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+pdfsam (1.1.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+  * Add build-arch and build-indep targets; use dh_prep in rules file.
+  * Change obsolete depends default-jdk-builddep to default-jdk.
+  * Add new libcommons-httpclient-java due to pdfsam-maine-br1/ant/build.xml.
+  * Add javahelper depends and debian/*.classpath file.
+  * Fix duplicate-in-relation-field (Lintian).
+  * Fix vcs-field-uses-not-recommended-uri-format Lintian (Closes: #669031).
+  * Fix classpath-contains-relative-path (Lintian) with javahelper.
+
+ -- Jari Aalto   Wed, 18 Apr 2012 16:28:33 +0300
+
 pdfsam (1.1.4-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 2ba54aa..ea2b444 100644
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,17 @@ Section: text
 Priority: optional
 Maintainer: Debian Java Maintainers 
 Uploaders: Torsten Werner 
-Build-Depends: ant, cdbs, debhelper (>= 5), default-jdk-builddep, 
+Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk,
  libdom4j-java, libitext-java (>= 2), libjaxen-java, libjgoodies-looks-java,
- liblog4j1.2-java
-Standards-Version: 3.8.4
+ liblog4j1.2-java, javahelper
+Standards-Version: 3.9.3
 Homepage: http://www.pdfsam.org
-Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/pdfsam
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/pdfsam/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/pdfsam
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/pdfsam/
 
 Package: pdfsam
 Architecture: all
-Depends: openjdk-6-jre | java2-runtime, libdom4j-java, libitext-java,
- libjaxen-java, libjgoodies-looks-java, liblog4j1.2-java, ${misc:Depends},
- java-wrappers
+Depends: ${misc:Depends}, ${java:Depends}, libdom4j-java, libitext-java, libjaxen-java, libjgoodies-looks-java, liblog4j1.2-java, java-wrappers, libcommons-httpclient-java
 Description: PDF Split and Merge
  PDF Split and Merge is a very simple, easy to use, free, open source
  utility to split and merge pdf files. It has a simple graphical
diff --git a/debian/pdfsam.classpath b/debian/pdfsam.classpath
new file mode 100644
index 000..d0036c3
--- /dev/null
+++ b/debian/pdfsam.classpath
@@ -0,0 +1 @@
+usr/share/pdfsam/pdfsam-1.1.4.jar  /usr/share/pdfsam/lib/log4j-1.2.jar /usr/share/pdfsam/lib/dom4j.jar /usr/share/pdfsam/lib/jaxen.jar /usr/share/pdfsam/lib/emp4j-1.0.1.jar /usr/share/pdfsam/lib/itext.jar /usr/share/pdfsam/lib/pdfsam-jcmdline-1.0.3.jar /usr/share/pdfsam/lib/looks.jar /usr/share/pdfsam/lib/pdfsam-console-2.0.6e.jar /usr/share/pdfsam/lib/bcmail-jdk14-138.jar /usr/share/pdfsam/lib/bcprov-jdk14-138.jar /usr/share/pdfsam/lib/pdfsam-langpack.jar /usr/share/java/httpclient.jar
diff --git a/debian/rules b/debian/rules
index 85c1635..aae85b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,20 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/javahelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME:= /usr/lib/jvm/default-java
+JAVA_HOME	 := /usr/lib/jvm/default-java
 DEB_ANT_BUILDFILE:= debian/build.xml
-DEB_JARS := dom4j itext jaxen log4j-1.2 looks
+DEB_JARS	 := dom4j itext jaxen log4j-1.2 looks
 DEB_ANT_BUILD_TARGET := -Dbuild.dir=$(CURDIR)/build
-DEB_CLASSPATH:= $(DEB_CLASSPATH):$(CURDIR)/build/jcmdline/build:$(CURDIR)/build/emp4j/build:$(CURDIR)/build/pdfsam-console/build:$(CURDIR)/build/pdfsam-langpack-br1/build:$(CURDIR)/build/pdfsam-maine-br1/build:
+DEB_CLASSPATH	 := $(DEB_CLASSPATH):$(CURDIR)/build/jcmdline/build:$(CURDIR)/build/emp4j/build:$(CURDIR)/build/pdfsam-console/build:$(CURDIR)/build/pdfsam-lan

  1   2   3   4   >