Bug#649237: libbusiness-paypal-api-perl: syntax deprectaed

2011-11-19 Thread Dean Hamstead
Package: libbusiness-paypal-api-perl
Version: 0.69-1
Severity: minor
Tags: patch

Dear Maintainer,
perl is warning that qw() is deprecated on line 246, it seems that this is 
because there is an outer parenthesis missing


ie
my $foo qw( woka woka woka

rather than

my $foo (qw( woka woka woka

infact, when i make this change myself the warning goes away.


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

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

Versions of packages libbusiness-paypal-api-perl depends on:
ii  libsoap-lite-perl  0.714-1 
ii  perl   5.14.2-5

libbusiness-paypal-api-perl recommends no packages.

libbusiness-paypal-api-perl suggests no packages.

-- no debconf information



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



Bug#485705: lintian: doesn't properly detect comma in control file email address quoted strings

2011-11-19 Thread Niels Thykier
On 2011-11-19 00:15, Jakub Wilk wrote:
 tags 485705 + patch
 thanks
 
 I promised in #509935, I wrote a patch to fix this bug.
 

Hi,

It breaks testset/foo++ which has some weird uploaders.  Basically it
appears to read all of

Yama@gotchi, Josip, I am afraid of spam and think this helps
no_spam_please AT debian.org

as a single uploader.  I strongly suspect this will break our uploader
has no email-check (with the exception of said uploader being the last
uploader).  It probably also complicates some of our other broken
uploader checks.

~Niels




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



Bug#500572: not a bug

2011-11-19 Thread Peter van Dijk
Hello Martin,

On Nov 18, 2011, at 11:34 , martin f krafft wrote:

 also sprach Peter van Dijk peter.van.d...@netherlabs.nl [2011.11.18.0951 
 +0100]:
 the DNS packet format is binary. There is no notion of inserting
 or not inserting a zero. What you are seeing is how dig decides to
 represent an address. Other DNS-servers have the same issue.
 
 I have never seen this with any other DNS-server. As soon as
 I switched to nsd3, the problem was gone.

If you could demonstrate that this difference exists, I would be happy to look 
deeper into the issue.

Kind regards,
Peter van Dijk


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



Bug#649238: do we really want to have a split and forked package?

2011-11-19 Thread Antoine Beaupré
Package: wine-unstable
Severity: important

There is a split between the Debian and Ubuntu Wine packages. It is
not necessary and we (Debian) should reuse the Ubuntu packages to get
the latest and greatest wine into Debian.

What is the split?
==

Right now, the Wine packages in Debian are split: the source package
produces multiple binary packages, 19 to be exact. The split packages
isolates support for various hardware (camera, sound, printer, ...).

It is also a split with Ubuntu, which have forked about 5 years ago
because of the source package split, amongst other reasons[1]. I'll
call this second split the fork for clarity's sake.

(The other major difference with the Ubuntu package is that by default
Debian's wine binary is actually winelauncher, a wrapper script
that isn't recommended by upstream.[2])

[1]: http://www.winehq.org/pipermail/wine-devel/2006-November/052590.html
[2]: http://www.winehq.org/pipermail/wine-devel/2006-November/052572.html

What should we do about it?
===

I think we should reconsider that approach, especially considering the
hard time we are having catching up even with 1.2[3], released over a
year ago. Squeeze features 1.0 (released in 2008), even though it was
released in february 2011, over 6 months after the release of Wine
1.2.

Ubuntu have mature and solid packages for Wine, and have had them for
a long time.[4] Gamers love Ubuntu for that reason.[5]

I believe we should just reupload the Ubuntu packages back into
Debian, and talk with the Ubuntu maintainers to establish a
collaboration - or just upload the packages back here ourselves, if
that proves to be impossible.

I would be willing to sponsor such uploads, if necessary, but I would
rather see the collaboration with Upstream (and Downstream!)
re-established.

[3]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585409
[4]: http://packages.ubuntu.com/source/precise/wine1.2
[5]: This is a personnal opinion here, but based on an experiment with
a friend, who went back to Ubuntu after we tried running 1.2 on Debian
squeeze.

A bit of history: the argument for the split


Now, there is a reason for the split. It all started in 2002[6], when,
following a feature request[7], print and sound components were split
off the core package. The justification was added to the README.Debian
in 2004[8], following a complaint from upstream[2][9].

So the package was split into multiple components in Debian, and that
policy continued along the life of the package. The Ubuntu package
took a different approach of shipping Wine all in one package. The
single-package the approach is also prefered by upstream.[2]

The rationale for the split is, according to README.Debian, that Wine
has a lot of dependencies and functionality that not all users need
and want to spend disk space on.

Again according to the README, the other argument for splitting is
that it provides predictibility: you can *trust* that installing
libwine-print will, indeed, allow you to print.

The readme however admits that that almost all the packages *could* be
merged back into a big package without hard dependencies on all kinds of
things.

[6]: 
http://packages.debian.org/changelogs/pool/main/w/wine/current/changelog#versionversion0.0.20041019-1
[7]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=148479
[8]: 
http://packages.debian.org/changelogs/pool/main/w/wine/current/changelog#versionversion0.0.20041019-1
[9]: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407052

Arguments against the split (and the fork)
==

Upstream believes the split causes unreliable behavior, as core
components are not shipped together. They do not object to sound
drivers being split however, but they would prefer having a standard
way of packaging across the distros.[2]

I would also make the argument than maintaining multiple split
packages is more complex and therefore harder than maintaining a
monolithic package. My guess is it's one of the things that keeps the
1.2 packages away from unstable.

I would finally make the point that, while forks can be useful and are
not necessarily evil (and sometimes a necessary evil), I fail to see
how this would be the case of a necessity: the fork (ie. Ubuntu) has
more recent packages and more frequent releases than us, and I feel it
would be appropriate to merge back again.

In closing
==

Sorry for the long post (which I should turn into a blog[10]), but I
figured some context was important to make an enlightened decision on
the future of the Wine packages in Debian.

[10]: 
http://anarcat.koumbit.org/2011-11-19-great-debianubuntu-wine-packaging-fork

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

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_CA.utf8, LC_CTYPE=fr_CA.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set 

Bug#644788: [screen-devel] Current screen HEAD can't reattach to a detached screen 4.0.3

2011-11-19 Thread Axel Beckert
Hi,

On Sat, Nov 19, 2011 at 02:27:50PM +1100, richo wrote:
 What about the obvious, just keep a 4.03 binary around while you do the
 upgrade.

Well, the thing with it is that it's not that obvious. So thanks for
the idea! :-)

The 4.0.3 and 4.1.0 debian packages can't be installed at the same
time as of now. I'll think about how I can implement this. It's not
trivial, but doable.

Grub did something similar for the grub1 to grub2 update. And I can
check if screen sessions are running and do a normal upgrade if not.

The other idea I had was to refuse the upgrade as long as a screen is
running in a way that all packages except screen are upgraded until
the screen session is closed.

Kind regards, Axel
-- 
/~\  Plain Text Ribbon Campaign   | Axel Beckert
\ /  Say No to HTML in E-Mail and News| a...@deuxchevaux.org  (Mail)
 X   See http://www.asciiribbon.org/  | a...@noone.org (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)



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



Bug#647749: [Pkg-xfce-devel] Bug#647749: doesn't work; invalid weather.com

2011-11-19 Thread Yves-Alexis Perez
On ven., 2011-11-18 at 22:02 -0500, Lili-Anne Girard wrote:
 On Fri, 18 Nov 2011 07:45:13 +0100
 Yves-Alexis Perez cor...@debian.org wrote:
 
  On jeu., 2011-11-17 at 19:28 -0500, Lili-Anne Girard wrote:
   The patch doesn't seems to be applied.
   It works if I
   create /xfce4-weather-plugin-0.7.4/debian/patches/series
  
 
  Arf, thanks...
 
 Hi
 
 Can it be applied to xfce4-weather-plugin in stable?
 
I'm waiting for it to reach testing before, but yes, I intend to do
that. Note that there's no way to know how long it'll work...


-- 
Yves-Alexis


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


Bug#648891: munin-node: upgrade to perl 5.14 breaks munin-node

2011-11-19 Thread Holger Levsen
severity 648891 important
merge 626346 648891
thanks

Hi Gregor,

On Samstag, 19. November 2011, gregor herrmann wrote:
 Yup, munin-node needs a restart, and indeed after a restart
 everything is fine again [0][1].
 
 Now it would be nice if munin-node would do this itself.
 
 IIRC the perl package has some triggered for that purpose, which so
 far is at least used by spamassassin (which had the same problem in
 the past).

right. And we already had a bug about this, with a pointer how to do it, so 
all the info is there (in #626346), it justs needs to be put together  
uploaded.


thanks,
Holger



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



Bug#649176: /usr/sbin/slappasswd: move slappasswd out of /usr/sbin and out of slapd package

2011-11-19 Thread Yves-Alexis Perez
On ven., 2011-11-18 at 15:03 -0800, Steve Langasek wrote:
 On Fri, Nov 18, 2011 at 03:30:14PM +0100, Yves-Alexis Perez wrote:
  Package: slapd
  Version: 2.4.23-7.2
  Severity: wishlist
  File: /usr/sbin/slappasswd
 
  I have a working setup where I create ldap accounts on an admin box,
  using ldapvi. I'd like to generate ldap password on that box, not on the
  server, and do everything using ldap protocol.
 
  Currently, the slappassword is in the slapd package, which I dont really
  need / want to install on my admin box. Could it be moved somewhere
  else? It seems that it doesn't fit in ldap-utils because it's
  openldap specific, but I'm not sure putting it alone in a slapd-utils
  package makes sense.
 
 $ stat /usr/sbin/slappasswd |grep Links
 Device: fe00h/65024d  Inode: 214165  Links: 9
 $
 
 It's an unfortunate implementation detail of slappasswd that this is a hard
 link to slapd itself.  So no, it can't really be moved to another package in
 its current form, IMHO.

Hmh, I missed that. Indeed that's a bit unfortunate.
 
  Another thing is why is it installed in /usr/sbin? As far as I can tell,
  it only *generates* the salted, hashed password and print it to stdout.
  Nothing really needs root permissions, so I'm not sure why it couldn't
  live in /usr/bin.
 
 Yes, that makes sense to me.
 
I guess that's because other links might need to be there, so in case
people have separate partition for /usr/sbin and /usr/bin (not sure it's
really often present or supported in Debian, but you never know).

Splitting the binary(ies) means adding 1.2M to a package, but will that
cause other issues?

Regards,
-- 
Yves-Alexis


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


Bug#487557: [pkg-php-pear] RFP: php-spreadsheet-excel-writer -- PEAR package for generating Excel spreadsheet.

2011-11-19 Thread Thomas Goirand
On 11/18/2011 06:45 AM, Bekir Dogan wrote:
 Hi;
 
 We rarely use pear install in our company although
 we have many different php and pear projects. Last
 month I was looking for Spreadsheet_Excel_Writer
 (and its OLE dependency) pear package and can't find it.
 
 I thought Spreadsheet_Excel_Writer is not a so rarely
 used package; and there must be a reason for the lack
 of this package.
 
 Looked for its package in packages.d.o then wnpp requests
 and found it has an RFP bug (#487557), it was stuck
 because of some licence issues in the past (Nov 2009).
 Is the mentioned problem still exists?

Hi,

On the RFS, it is mentioned the package is under LGPL. I also had a look
at the source code, and indeed, it's really released under LGPL (there's
the license header on each files). So I don't think there's any
licensing issue here.

 And Spreadsheet_Excel_Writer package is still beta but I found
 other beta pear packages like php-html-safe, php-net-dime,
 php-soap, php-text-captcha, php-xajax, php-xml-serializer, so it
 should not be the reason.

The fact that it's written beta doesn't mater. What maters is if the
upstream code is well maintained or not. Unfortunately, that doesn't
seem to be the case. There has been no release since 2009, and there's
57 open bugs. Having open bugs isn't an issue in itself, but having zero
reply from upstream in these bug reports *IS VERY* problematic. On top
of that, we are dealing here with some undocumented output (there's no
specification for the Excel format).

So, if I was you, I would first try to ping upstream author about these
issues, see if he replies, and ask why these bug reports received no
care at all in a so long time.

If these aren't addressed, then I don't think it's reasonable to package
this PEAR module in Debian.

 I am also wondering if there is a general policy about pear packages
 like we don't encourage making seperate debian packages for every
 single pear package.

There's no such policy at all, and each PEAR module can normally be
packaged as a separate Debian package. But of course, we don't want to
just blindly package very single PEAR module without checking that it's
well maintained upstream, and make sure that the Debian packages will be
well maintained too.

 Else I might be the maintainer for this kind of packages.
 
 bekir

Do you think you'll have also the ability to maintain upstream source
code as well? If so, then there's no problem having this package in
Debian once all the bugs in the pear.php.net website have at least been
answered.

Cheers,

Thomas Goirand (zigo)



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



Bug#585409: wine 1.2/1.3 on Debian: what's the blocker?

2011-11-19 Thread Antoine Beaupré
Hi,

It seems we are still without 1.2 in Debian. While I understand this is
a difficult project, after reading through the history of this bug here,
it seems to me that the package *may* ready to be uploaded...

So what's the blocker here? Stephen - do you need a sponsor for this
package?

I also have concerns about the fork between this package and the Ubuntu
ones. Ending the fork could quickly bring Wine 1.2 and 1.3 in Debian. I
bring up those concerns in a separate bug report (#649238).

A.

-- 
It is a miracle that curiosity survives formal education
- Albert Einstein


pgpCMAmAxnP6y.pgp
Description: PGP signature


Bug#649237: libbusiness-paypal-api-perl: syntax deprectaed

2011-11-19 Thread Salvatore Bonaccorso
tag 649237 + upstream
forwarded 649237 https://rt.cpan.org/Public/Bug/Display.html?id=70424
thanks

Hi Daean

On Sat, Nov 19, 2011 at 06:49:57PM +1100, Dean Hamstead wrote:
 Package: libbusiness-paypal-api-perl
 Version: 0.69-1
 Severity: minor
 Tags: patch
 
 Dear Maintainer,
 perl is warning that qw() is deprecated on line 246, it seems that this is 
 because there is an outer parenthesis missing
 
 
 ie
 my $foo qw( woka woka woka
 
 rather than
 
 my $foo (qw( woka woka woka
 
 infact, when i make this change myself the warning goes away.

Thanks for your report! Indeed, seems already known to upstream [1].

 [1] https://rt.cpan.org/Public/Bug/Display.html?id=70424

Regards,
Salvatore


signature.asc
Description: Digital signature


Bug#649240: Upcoming upgrade issues with GNU Screen for Wheezy

2011-11-19 Thread Julien Cristau
Package: release-notes
Tags: wheezy

On Sat, Nov 19, 2011 at 04:03:30 +0100, Axel Beckert wrote:

 Hi Release-Team,
 
 I wanted to make you aware of an issue with screen which will very
 likely be present when dist-upgrading from Squeeze to Wheezy inside a
 Screen session:
 
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644788
 
 If upstream doesn't add some option to let a screen 4.1.0 client
 communicate with a screen 4.0.3 server, it won't be possible to
 reattach to a running 4.0.3 screen session if screen has been upgraded
 to 4.1.0 already.
 
 I still have some hope, but if there's really no chance, this is IMHO
 definitely something which should go into the release notes.
 
 Possible suggestions for the release notes: Use tmux instead of screen
 for the dist-upgrade. Not really a laudable note for screen, but I
 have currently no better idea.
 
 And even if upstream adds some backward compatibility command-line
 option, this option should be mentioned in the Release Notes anyway
 
 Anyway, I'll let you know when I uploaded a screen 4.1.0 package to
 unstable and which options we have then.
 



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



Bug#649241: binutils: Either gas or ld is doing the wrong thing with R_SPARC_WDISP22 relocations on sparc

2011-11-19 Thread Mike Hommey
Package: binutils
Version: 2.21.90.20111025-1
Severity: important

In Iceweasel 9, there is a piece of assembly that can be simplified as
the following:

.text
.global foo
.type   foo, #function
foo:
ba bar
nop

.global bar
.type   bar, #function
bar:
call exit

When compiling the above, the resulting binary ends up with a runtime
R_SPARC_WDISP22 relocation that ld.so doesn't know about:

$ gcc -o test.so -shared test.s
$ LD_PRELOAD=$(pwd)/test.so cat
cat: error while loading shared libraries: /home/glandium/test.so: unexpected 
reloc type 0x08

One would expect ld to actually care about this relocation itself at
(static) link time. Or gas to emit a relocation that ld knows about.


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

Kernel: Linux 3.0.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 binutils depends on:
ii  libc6   2.13-21 
ii  libgcc1 1:4.6.2-4   
ii  libstdc++6  4.6.2-4 
ii  zlib1g  1:1.2.3.4.dfsg-3

binutils recommends no packages.

Versions of packages binutils suggests:
ii  binutils-doc  2.21.90.20111025-1

-- 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#649242: base: Microphone does not work on notebook HP Compaq 6720s

2011-11-19 Thread Konstantin Frolov
Package: base
Severity: important

Dear Maintainer,
microphone does not work on notebook HP Compaq 6720s
(when i plug external microphone in; HP 6720s is model without internal
microphone)



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

Kernel: Linux 3.0.0-1-486
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#649243: daptup: uses cupt under 'apt-get/aptitude update' when cupt is installed

2011-11-19 Thread Eugene V. Lyubimkin
Package: daptup
Version: 0.12.2
Severity: normal


Subject says it.

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

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

Versions of packages daptup depends on:
ii  apt   0.8.15.9   Advanced front-end for dpkg
hi  cupt  2.3.0~ alternative front-end for dpkg -- 
ii  liblocale-gettext-perl1.05-6+b1  Using libc functions for internati
ii  perl  5.12.4-6   Larry Wall's Practical Extraction 

daptup recommends no packages.

Versions of packages daptup suggests:
ii  aptitude  0.6.4-1terminal-based package manager (te

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

-- no debconf information



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



Bug#649244: daptup: should be not block execution even when package manager errors are detected

2011-11-19 Thread Eugene V. Lyubimkin
Package: daptup
Version: 0.12.2
Severity: important
Tags: upstream


-8-
Building old list of packages... E: unable to open release file
'//var/lib/cupt/lists/http___snapshots.munin-monitoring.org_packages_debian__Release':
 No such file or directory errors present. Is apt/dpkg running?
-8-

(reported by Karol Kozłowski)


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

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

Versions of packages daptup depends on:
ii  apt   0.8.15.9   Advanced front-end for dpkg
hi  cupt  2.3.0~ alternative front-end for dpkg -- 
ii  liblocale-gettext-perl1.05-6+b1  Using libc functions for internati
ii  perl  5.12.4-6   Larry Wall's Practical Extraction 

daptup recommends no packages.

Versions of packages daptup suggests:
ii  aptitude  0.6.4-1terminal-based package manager (te

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

-- no debconf information



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



Bug#649237: Pending fixes for bugs in the libbusiness-paypal-api-perl package

2011-11-19 Thread pkg-perl-maintainers
tag 649237 + pending
thanks

Some bugs in the libbusiness-paypal-api-perl package are closed in
revision 95aed84708219c0d04e49df6ff1d8a9c56f39ff5 in branch 'master'
by Salvatore Bonaccorso

The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbusiness-paypal-api-perl.git;a=commitdiff;h=95aed84

Commit message:

Fix deprecated use of qw() as parentheses

Add patch to surround qw() expression in for statement.

See: 
http://perldoc.perl.org/perl5140delta.html#Use-of-qw(...)-as-parentheses

Thanks: Dean Hamstead d...@fragfest.com.au.

Closes: #649237




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



Bug#647589: yafaray

2011-11-19 Thread Harishankar
My sincere thanks to the maintainer for prompt action against this bug.

-- 
V.Harishankar

B.E.(EEE), B.L.,
Advocate



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



Bug#649237: libbusiness-paypal-api-perl: syntax deprectaed

2011-11-19 Thread Dean Hamstead
will you patch for debian or wait for upstream?

On 11/19/2011, Salvatore Bonaccorso car...@debian.org wrote:

tag 649237 + upstream
forwarded 649237 https://rt.cpan.org/Public/Bug/Display.html?id=70424
thanks

Hi Daean

On Sat, Nov 19, 2011 at 06:49:57PM +1100, Dean Hamstead wrote:
 Package: libbusiness-paypal-api-perl
 Version: 0.69-1
 Severity: minor
 Tags: patch
 
 Dear Maintainer,
 perl is warning that qw() is deprecated on line 246, it seems that this is 
 because there is an outer parenthesis missing
 
 
 ie
 my $foo qw( woka woka woka
 
 rather than
 
 my $foo (qw( woka woka woka
 
 infact, when i make this change myself the warning goes away.

Thanks for your report! Indeed, seems already known to upstream [1].

 [1] https://rt.cpan.org/Public/Bug/Display.html?id=70424

Regards,
Salvatore



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



Bug#649229: cupt: Provide data structure to store install date.

2011-11-19 Thread Eugene V. Lyubimkin
Hi!

On 2011-11-18 22:21, A. Costa wrote:
 Several Windows package managers (Secunia, Glary Utils, etc.) can sort
 installed programs by install date.  The feature is surprisingly
 useful, for example, when one forgets the name of a recently installed
 package or program.
 
 Since 'dpkg' doesn't store the install date, Debian lacks a simple sort
 by install date function. (There are kludges, like parsing logfiles,
 but the logs only go back so far.)
 
 Possible remedy:
 
 Add an install date field to the 'cupt' installed package database.
 

 Note:  Why 'cupt' and not 'dpkg'?  Ideally 'dpkg' ought to store the
 installation date, but a review of the 'dpkg' bug list shows its
 cautious maintainers can be slow to change things:

That's true. However, that's not a good reason to break layering.

Regarding the use-case, indeed it's not possible to 'sort by
installation date', but logs should be enough to remember what
program(s) was/were installed recently. Specifically, Cupt logs store
all package changes (done by libcupt) for 2 years by default, and logs
can be either read by human or a specific log parser. By some point of
view, the logs is the database.

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



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



Bug#601268: NMU of fweb uploaded to delayed/14

2011-11-19 Thread Yann Dirson
On Fri, Nov 18, 2011 at 10:27:35PM -0800, tony mancill wrote:
 Dear Maintainer,
 
 I have sponsored an NMU upload of fweb_1.62-11.1 to the delayed queue
 based on the patch Jari Aalto submitted to the BTS in September.  You
 may note from the changelog (reproduced below) that the upload includes
 freshening of the packaging in addition to addressing #601268.  If you
 have any concerns about the NMU and would like me to remove from the
 queue, please respond and I will be happy to do so.

No problem, the changelog looks fine!

Thanks,
-- 
Yann



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



Bug#649239: [Pkg-fglrx-devel] Bug#649239: fglrx-driver: X crashes with fglrx

2011-11-19 Thread Patrick Matthäi

Am 19.11.2011 09:17, schrieb Craig Small:

Package: fglrx-driver

Version: 1:11-11-2
Severity: important

If I try to start X in either gdm or just on the command line, X crashes.



-- Package-specific info:
VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: ATI Technologies Inc Whistler XT [AMD Radeon 
HD 6700M Series]

/etc/X11/xorg.conf does not exist.


Ehem intel? And you have to create a xorg.conf with aticonfig



Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:
[87.202]
X.Org X Server 1.11.1.902 (1.11.2 RC 2)
Release Date: 2011-10-28
[87.202] X Protocol Version 11, Revision 0
[87.202] Build Operating System: Linux 3.1.0-rc4-amd64 x86_64 Debian
[87.202] Current Operating System: Linux rowlf 3.1.0-1-amd64 #1 SMP Mon Nov 
14 08:02:25 UTC 2011 x86_64
[87.202] Kernel command line: BOOT_IMAGE=/vmlinuz-3.1.0-1-amd64 
root=/dev/mapper/rowlf-root ro quiet
[87.202] Build Date: 02 November 2011  10:15:50AM
[87.202] xorg-server 2:1.11.1.902-1 (Cyril Bruleboisk...@debian.org)
[87.202] Current version of pixman: 0.24.0
[87.202]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[87.202] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[87.202] (==) Log file: /var/log/Xorg.0.log, Time: Sat Nov 19 19:07:17 
2011
[87.203] (==) Using system config directory /usr/share/X11/xorg.conf.d
[87.203] (==) No Layout section.  Using the first Screen section.
[87.203] (==) No screen section available. Using defaults.
[87.203] (**) |--Screen Default Screen Section (0)
[87.203] (**) |   |--Monitor default monitor
[87.203] (==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
[87.204] (==) Automatically adding devices
[87.204] (==) Automatically enabling devices
[87.204] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[87.204]Entry deleted from font path.
[87.204] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[87.204] (==) ModulePath set to /usr/lib/xorg/modules
[87.204] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[87.204] (II) Loader magic: 0x7fe5613c9ae0
[87.204] (II) Module ABI versions:
[87.204]X.Org ANSI C Emulation: 0.4
[87.204]X.Org Video Driver: 11.0
[87.204]X.Org XInput driver : 13.0
[87.204]X.Org Server Extension : 6.0
[87.205] (--) PCI:*(0:0:2:0) 8086:0116:103c:1657 rev 9, Mem @ 
0xc000/4194304, 0xb000/268435456, I/O @ 0x6000/64
[87.205] (--) PCI: (0:1:0:0) 1002:6740:103c:1657 rev 0, Mem @ 
0xa000/268435456, 0xc650/131072, I/O @ 0x5000/256, BIOS @ 
0x/131072
[87.206] (II) Open ACPI successful (/var/run/acpid.socket)
[87.206] (II) LoadModule: extmod
[87.206] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[87.207] (II) Module extmod: vendor=X.Org Foundation
[87.207]compiled for 1.11.1.902, module version = 1.0.0
[87.207]Module class: X.Org Server Extension
[87.207]ABI class: X.Org Server Extension, version 6.0
[87.207] (II) Loading extension SELinux
[87.207] (II) Loading extension MIT-SCREEN-SAVER
[87.207] (II) Loading extension XFree86-VidModeExtension
[87.207] (II) Loading extension XFree86-DGA
[87.207] (II) Loading extension DPMS
[87.207] (II) Loading extension XVideo
[87.207] (II) Loading extension XVideo-MotionCompensation
[87.207] (II) Loading extension X-Resource
[87.207] (II) LoadModule: dbe
[87.207] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[87.207] (II) Module dbe: vendor=X.Org Foundation
[87.208]compiled for 1.11.1.902, module version = 1.0.0
[87.208]Module class: X.Org Server Extension
[87.208]ABI class: X.Org Server Extension, version 6.0
[87.208] (II) Loading extension DOUBLE-BUFFER
[87.208] (II) LoadModule: glx
[87.208] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[87.208] (II) Module glx: vendor=Advanced Micro Devices, Inc.
[87.208]compiled for 6.9.0, module version = 1.0.0
[87.208] (II) Loading extension GLX
[87.208] (II) LoadModule: record
[87.209] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[

Bug#649237: libbusiness-paypal-api-perl: syntax deprectaed

2011-11-19 Thread Salvatore Bonaccorso
Hi

On Sat, Nov 19, 2011 at 12:43:47AM -0800, Dean Hamstead wrote:
 will you patch for debian or wait for upstream?

I have commited already [1]. The package needs some cleanup but then
can be uploaded :)

 [1] 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbusiness-paypal-api-perl.git;a=commitdiff;h=95aed84

Regards
Salvatore


signature.asc
Description: Digital signature


Bug#649245: openjdk-6-jdk: Java tries to treat files as folders and vice versa

2011-11-19 Thread Sam Dodrill
Package: openjdk-6-jdk
Version: 6b23~pre11-1
Severity: important
Tags: upstream

I am working on a recursive directory crawler for a homework assignment. it is
treating files as directories and directories as files. here is the crawling
code (attatched).

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

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

Versions of packages openjdk-6-jdk depends on:
ii  libc6  2.13-21
ii  libx11-6   2:1.4.4-2
ii  openjdk-6-jre  6b23~pre11-1
ii  zlib1g 1:1.2.3.4.dfsg-3

Versions of packages openjdk-6-jdk recommends:
ii  libxt-dev  1:1.1.1-2

Versions of packages openjdk-6-jdk suggests:
pn  openjdk-6-demonone
pn  openjdk-6-source  none
pn  visualvm  none
import java.io.*;
import java.util.*;

public class DodrillSAssgn6File {
	private static String sDir, sDate, sGrep;
	private static String sFileName[] = new String[2]; 
	private static Date dFindingDate;
	private static boolean bDate = false;

	@SuppressWarnings(deprecation)
	public static void main(String[] args) {
		sDir = prompt(Working directory: );
		sDir = !isNullString(sDir) ? sDir : System.getProperty(user.dir);
		sFileName[0] = prompt(Enter File name: );
		sFileName[1] = prompt(Enter file extension: );
		sGrep = prompt(Stuff to search for in the files: );
		sDate = prompt(Last modification date? (mm/dd/yy): );
		
		try {
			String[] tempDate = sDate.split(/);
			dFindingDate = new Date
(Integer.parseInt(tempDate[0]), Integer.parseInt(tempDate[1]), Integer.parseInt(tempDate[2]));
			bDate = true;
//I know this is deprecated, it's just easier
		} catch (NumberFormatException e) {
			System.out.println(Not doing date);
		}
		
		try {
			processFilesInDirectory(new File(sDir));
		} catch (FileNotFoundException e) {
			// TODO Auto-generated catch block
			e.printStackTrace();
		}
	}
	
	public static String prompt(String sPrompt) {
		System.out.print(sPrompt);
		return new Scanner(System.in).nextLine();
	}
	
	public static void processFilesInDirectory(File dir) throws FileNotFoundException {
		 File[] files = dir.listFiles();
		 	if (files != null) {
		 		for (File f : files) {
		 			if (f.isDirectory()) {
		 System.out.printf(%s\n, f.getAbsolutePath());
		 processFilesInDirectory(f);
		 			} else {
		 if (f.isDirectory()) {
			 System.out.printf(%s\n, f.getAbsolutePath());
			 processFilesInDirectory(f);
			 			} if(!isNullString(sFileName[1])  f.getName().endsWith(sFileName[1])) {
		 	System.out.println(f.getAbsolutePath());
		 } else if(!isNullString(sFileName[0])  f.getName().contains(sFileName[0])) {
		 	System.out.println(f.getAbsolutePath());
		 } else if(!isNullString(new Scanner(f).findInLine(sGrep))) {
		 	System.out.println(f.getAbsolutePath());
		 } else if(bDate  matchesDate(f)) {
		 	System.out.println(f.getAbsolutePath());
		 }
 		 			}
	 		}	
	 	}
	}
	
	private static boolean isNullString(String a) {
		try {
			if(a.equals() || a == null) {
return true;
			} else {
return false;
			}
		} catch (NullPointerException e) {
			return false;
		}
	}
	
	private static boolean matchesDate(File f) {
		return new Date(f.lastModified()).compareTo(dFindingDate) = 0;
	}
	
	
}


Bug#649246: ITP: libjas-java -- Java object-oriented type-safe Algebra System

2011-11-19 Thread Giovanni Mascellani
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

   Package name: libjas-java
Version: 2.4
Upstream Author: Heinz Kredel kre...@rz.uni-mannheim.de
URL: http://krum.rz.uni-mannheim.de/jas/
License: GPL or LGPL
Description: Java object-oriented type-safe Algebra System
 Java Algebra System (JAS) is an object-oriented, type-safe and
 multi-threaded library using generic types for algebraic
 computations. It mainly focuses on commutative algebra, solvable
 polynomials, Groebner bases, factorization, power series and real
 roots.

Rationale: this is a dependency for the new version of package mathpiper.

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

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



signature.asc
Description: OpenPGP digital signature


Bug#649247: Mod4 stops working after using Mod4+LeftMouseButton

2011-11-19 Thread Jindřich Makovička
Package: mutter
Version: 3.2.1-2

After moving a window using Mod4 (windows key) + Left mouse button,
the keyboard-only shortcuts involving Mod4 stop working. It's not even
possible to enter the Activities pressing Mod4. However, Mod4 can
still be used to exit the Activities.

-- 
Jindrich Makovicka



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



Bug#649248: dpkg-gensymbols: option -e is being ignored

2011-11-19 Thread Bernd Zeimetz
Package: dpkg-dev
Version: 1.16.1.1
Severity: important

Hi,

at least since updating to 1.16.1.1 dpkg-gensymbols ignores -e:

bzed@think ~debian/gpsd/build-area/gpsd-3.3 QUILT-% dpkg-gensymbols -plibgps20 
-Pdebian/libgps20 -d -e'libgps20.*' 
Using references symbols from debian/libgps20.symbols
Scanning debian/libgps20/usr/lib/x86_64-linux-gnu/libgpsd.so.20.0 for symbol 
information
--^

I do not want to scan libgpsd, only libgps. That worked well before but
broke since the last upgrade.

(libgpsd contains some internal stuff which is used by gpsd and tools
which ship with gpsd - it doesn't have a stable API and is not supposed
to be linked by other applications)

So please make -e work again.

Thanks,

Bernd

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

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

Versions of packages dpkg-dev depends on:
ii  base-files6.5  
ii  binutils  2.21.53.20110823-3   
ii  bzip2 1.0.5-7  
ii  libdpkg-perl  1.16.1.1 
ii  make  3.81-8.1 
ii  patch 2.6.1-2  
ii  xz-utils  5.1.1alpha+20110809-2

Versions of packages dpkg-dev recommends:
pn  build-essential  11.5 
pn  fakeroot 1.18-1   
pn  gcc [c-compiler] 4:4.6.1-3
pn  gcc-4.4 [c-compiler] 4.4.6-10 
pn  gcc-4.5 [c-compiler] 4.5.3-8  
pn  gcc-4.6 [c-compiler] 4.6.2-4  
pn  gnupg1.4.11-3 
pn  gpgv 1.4.11-3 
pn  libalgorithm-merge-perl  none   

Versions of packages dpkg-dev suggests:
ii  debian-keyring  2011.08.07

-- 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#648595: broken links under www.d.o/security/audit/

2011-11-19 Thread Javier Fernández-Sanguino Peña
On Sun, Nov 13, 2011 at 04:59:19PM +0800, Paul Wise wrote:
 These two links are referenced by the Debian security audit pages but
 the domain has been taken by squatters. 

I have modified the pages to

a) remove the point to http://shellcode.org/Setuid/, there is currently no
alternative (that I know of)

b) point maintainers and interested users/developers to the public
debian-security mailing list instead of to the old debian-audit mailing list
(which was also public BTW)

 Could someone from the security
 team suggest the correct course of action here? 

I'm not a security team member, but an (inactive) member of the debian-audit
team. I think the best course of action is to keep the pages since they
describe processes, tool and information that is relevant for developers and
for prospective auditors.

The pages do not highlight currently, however, that the Debian Audit team is
currently unmanned. I'm adjusting intro/organization also somewhat.

 Does the security team
 generate a list of all setuid/setgid executables in Debian? There does
 not appear to be a replacement for the debian-audit list, should mails
 about that be directed to debian-security?

For the time being I have updated the webpages to point to debian-security to
replace the previous mailing list. I have also submitted a project
registration at Alioth ('debian-audit') so that the project has its own space
for tools and for mailing list.

Once the project is approved I will point to that mailing list, and will try
to have the old content of the mailing list (old posts) restored there too.


 http://shellcode.org/Setuid/

As for this tool, it was developed by Steve Kemp and I'm not sure the code
was made public. It would not be very difficult to produce a similar tool if
developers are still interested.

For the time being, I've removed pointers to that tool from the webpage so
that we do not point to cyber-squatter domains.


Regards

Javier



signature.asc
Description: Digital signature


Bug#649248: dpkg-gensymbols: option -e is being ignored

2011-11-19 Thread Bernd Zeimetz
hi again,

 bzed@think ~debian/gpsd/build-area/gpsd-3.3 QUILT-% dpkg-gensymbols 
 -plibgps20 -Pdebian/libgps20 -d -e'libgps20.*' 

the regexp I copy and pasted here is buggy obviously - it should have been
-e'libgps.so.[0-9]*'. But the result is the same, it matches all libraries.

Cheers,

Bernd


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F



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



Bug#649249: tcpxtract: Fixed PNG header

2011-11-19 Thread David Manso
Package: tcpxtract
Version: 1.0.1-5
Severity: normal

Fixed PNG header



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

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

Versions of packages tcpxtract depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libpcap0.81.1.1-2system interface for user-level pa

tcpxtract recommends no packages.

tcpxtract suggests no packages.

-- Configuration Files:
/etc/tcpxtract.conf changed:
avi(400, RIFF\?\?\?\?);
mpg(400, \x00\x00\x01\xba, \x00\x00\x01\xb9);
mpg(400, \x00\x00\x01\xb3, \x00\x00\x01\xb7);
fws(400, FWS);
art(15, \x4a\x47\x04\x0e, \xcf\xc7\xcb);
art(15, \x4a\x47\x03\x0e, \xd0\xcb\x00\x00);
gif(300, \x47\x49\x46\x38\x37\x61, \x00\x3b);
gif(300, \x47\x49\x46\x38\x39\x61, \x00\x00\x3b);
jpg(100, \xff\xd8\xff\xe0\x00\x10, \xff\xd9);
jpg(100, \xff\xd8\xff\xe1);
png(100, \?\x50\x4e\x47, \xff\xfc\xfd\xfe);
bmp(10, BM\?\?\x00\x00\x00);
tif(2, \x49\x49\x2a\x00);
doc(1250, \xd0\xcf\x11\xe0\xa1\xb1);
pst(4, \x21\x42\x4e\xa5\x6f\xb5\xa6);
ost(4, \x21\x42\x44\x4e);
dbx(400, \xcf\xad\x12\xfe\xc5\xfd\x74\x6f);
idx(400, \x4a\x4d\x46\x39);
mbx(400, \x4a\x4d\x46\x36);
html(5, \x3chtml, \x3c\x2fhtml\x3e);
pdf(500, \x25PDF, \x25EOF\x0d);
mail(50, \x41\x4f\x4c\x56\x4d);
ra(100, \x2e\x72\x61\xfd);
ra(100, \x2eRMF);
zip(1000, PK\x03\x04, \x3c\xac);
java(100, \xca\xfe\xba\xbe);


-- 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#640153:

2011-11-19 Thread Mathieu Parent
reassign 640153 libkolab-perl
thanks

Moving this bug to libkolab-perl which includes kolab_bootstrap.
-- 
Mathieu



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



Bug#648595: broken links under www.d.o/security/audit/

2011-11-19 Thread Paul Wise
On Sat, 2011-11-19 at 10:46 +0100, Javier Fernández-Sanguino Peña wrote:
 On Sun, Nov 13, 2011 at 04:59:19PM +0800, Paul Wise wrote:
  These two links are referenced by the Debian security audit pages but
  the domain has been taken by squatters. 
 
 I have modified the pages to

Thanks!

 a) remove the point to http://shellcode.org/Setuid/, there is currently no
 alternative (that I know of)

I wonder if these pages could be an alternative?

http://lintian.debian.org/tags/setuid-binary.html
http://lintian.debian.org/tags/setgid-binary.html

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#622375: Remove gexiv2 from experimental

2011-11-19 Thread Luca Falavigna
reassign 622375 ftp.debian.org
retitle 622375 RM: gexiv2/experimental -- ROM; uninstallable, buggy


Please remove gexiv2 from experimental only. It is incompatible with
shotwell in unstable, and is no longer installable due to exiv2 transition.



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



Bug#649250: ITP: php-image-canvas -- providing a common interface to image drawing.

2011-11-19 Thread David Dumortier
Package: wnpp
Severity: wishlist
Owner: David (dadu) Dumortier d.dumort...@free.fr

* Package name: php-image-canvas
  Version : 0.3.3
  Upstream Author : Jesper Veggerby
* URL : http://pear.php.net/package/Image_Canvas
* License : LGPL
  Programming Lang: PHP
  Description : providing a common interface to image drawing.

 A package providing a common interface to image drawing, making
 image source code independent on the library used.



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



Bug#638003: Won't fix

2011-11-19 Thread Mathieu Parent
severity 638003 minor
tag 638003 wontfix
thanks

I marking this bug as wontfix as it happen only on non-standard situation.

If you really want it fixed, send a patch.

Regards
-- 
Mathieu Parent



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



Bug#626346: pending

2011-11-19 Thread Holger Levsen
tags 626346 + pending
thanks

Hi,

fix is sitting on my disk, waiting for me to commit, which is blocked by some 
network problems here. Will be uploaded soon.


cheers,
Holger



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



Bug#627441: [Pkg-fglrx-devel] Bug#627441: still present in 1:11-8-3

2011-11-19 Thread Patrick Matthäi

Am 21.09.2011 02:26, schrieb Ivan Kohler:

still present in 1:11-8-3



and with 11-11?



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



Bug#634036: [Pkg-fglrx-devel] Bug#634036: [fglrx-driver] with fglrx-driver Xorg eats 15-20% of CPU core

2011-11-19 Thread Patrick Matthäi

Am 16.07.2011 11:05, schrieb ras:

Package: fglrx-driver
Version: 1:11-6-2
Severity: normal

When fglrx-driver used as a display driver, Xorg process is constantly eating 
15-20% of CPU core,
as shown by top, even while there's no display activity. If 
xserver-xorg-video-radeon is used instead,
Xorg uses only 2-5% of a CPU. I tried it with the dist kernel and custom 
kernels, results are the same.
I use KDE4 with effects turned off.


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.39


Could you retest it with 11-11?
It also would be interesting, if you try out the Debian kernel

What cpu do you have got?




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



Bug#649251: RM: libtokyocabinet-perl [mipsel] -- RORM; perl transition

2011-11-19 Thread Luk Claes
Package: ftp.debian.org
Severity: normal

Hi

Please remove the mipsel binary for libtokyocabinet-perl package as it seems to 
be a longstanding problem to get it built there. The alternative would be a 
complete removal from testing.

Cheers

Luk



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



Bug#649252: [linux-2.6] linux-image-3.1.0-1-amd64 - blank screen during boot with i915

2011-11-19 Thread dpdt1

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Package: linux-2.6
Version: linux-image-3.1.0-1-amd64
Severity: normal

- --- Please enter the report below this line. ---

Hi,

since latest kernel 3.1 i can't see any boot messages. screen is blank
after the first waiting for dev message.
i use cryptsetup so i just wait a minute, type the luks password in
the blind and wait till gdm3 is started and then i get the screen back
normally.

problem doesnt appear if booting with previous
linux-image-3.0.0-2-amd64 .

laptop is a dell inspiron 1525 (
http://wiki.debian.org/InstallingDebianOn/Dell/Inspiron1525 )

# lspci -v | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile
GM965/GL960 Integrated Graphics Controller (primary) (rev 0c) (prog-if
00 [VGA controller])

# dmesg | grep Intel
[0.620445] agpgart-intel :00:00.0: Intel 965GM Chipset


/var/log/boot (during those messages screen is blank) :

Sat Nov 19 10:55:50 2011: Setting parameters of disc: (none).
Sat Nov 19 10:55:50 2011: Checking root file system...fsck from
util-linux 2.19.1
Sat Nov 19 10:55:50 2011: /dev/sda1: clean, 242206/1986768 files,
2142311/7936102 blocks
Sat Nov 19 10:55:50 2011: done.
Sat Nov 19 10:55:50 2011: Starting early crypto disks...swap (starting)...
Sat Nov 19 10:55:50 2011: modprobe: FATAL: Error inserting padlock_sha
(/lib/modules/3.1.0-1-amd64/kernel/drivers/crypto/padlock-sha.ko): No
such device
Sat Nov 19 10:55:50 2011:
Sat Nov 19 10:55:50 2011: crypt-home (starting)...
Sat Nov 19 10:55:50 2011: Unlocking the disk /dev/sda3 (crypt-home)
Sat Nov 19 10:55:50 2011: Enter passphrase:
Sat Nov 19 10:56:06 2011: done.
Sat Nov 19 10:56:07 2011: Loading kernel modules...done.
Sat Nov 19 10:56:07 2011: Setting up LVM Volume Groups  Reading all
physical volumes.  This may take a while...
+ some more startup messages.

let me know if you need any other info.

thanks,

dpdt1


- --- System information. ---
Architecture: amd64
Kernel: Linux 3.1.0-1-amd64

Debian Release: wheezy/sid
500 unstable ftp.de.debian.org
500 unstable debian.tu-bs.de
500 testing ftp.gr.debian.org
1 experimental ftp.de.debian.org

- --- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.




- -- 
New gpg key :

pub   4096R/41778EBB 2010-10-06 [expires: 2013-10-05]
Key fingerprint = 6BF7 3AED 0FD9 518E 4C71  AAF7 42CB 4773 4177 8EBB
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOx4L2AAoJEELLR3NBd467XG8P/1JoByYI4GJRGePXBs6wyadd
J+RpRM+kpkoBenRQ98mJ+aZDVvavW3qcNkUwugHOc8XXgVfZxZGvMuGvQBwmfSpd
CT9oL4dQGcoHhZekHyAsBh/NV86KCViDpvZVGn9pFBhqSemFgzE9O9YZsKMa+ZTX
1AnImig2glzofD22ttB2PSnT+B1Qqa1V+4tiBNcTgBZkxFRZVWHGdcCXbl/iyHWq
vwEdBK+8+x3+Rnn6J4v/s9FUiX0aPmve7KM3mZeELcKEqN830OxkmxawPDUyXZD3
sV6xhG2vti1Hmtw1sM5cihCRTQq/l9s6jCuQvJn4jhitiYWErlkoijyJTYUDi3Rv
4lBhOljlRAaIa8qCjjZdZOVXtIsPDyqGteTllbfrO35PAj9ycsVifJoSLoV9xlNy
c/mccGhW3TuxNqfPcl6t9jxGMogf9OYcB2zMoNm750qkXV+xANEKkSGJoenOiVBk
cwL1QRr0PVzZsEwk/UXoswkYknp5JgMAaBQkSxzobTsLbIHgeUJzwY2+izVoVK9n
b24+bHZEC8KNohjrqb/d3UkwvKWTtpIvohQ5vwTaMItmcnywcd32CglviciX6Him
cPYrUCZo0LePzZy/EPljWij2DdRF42sDvf6N/IroXr0Np1SCxwvQrBTOn+BHWsHz
lb5JQZW0wZiurC5Q5CCe
=8UEk
-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#633851: workaround / quick fix

2011-11-19 Thread karme
after doing:
aptitude reinstall \
gnome-session gnome-session-bin gnome-session-common \
gnome-session-fallback gdm3

i can login again

don't know why



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



Bug#647895: fixed in iftop 1.0~pre2-1 so kindly update sid

2011-11-19 Thread jidanni
This is fixed in iftop 1.0~pre2-1 so no point in leaving a broken version in 
sid!



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



Bug#648943: noiz2sa: Should this package be orphaned or removed?

2011-11-19 Thread Niels Thykier
On 2011-11-16 16:13, Robert Lemmen wrote:
 hi niels,
 

Hi Robert,

 On Wed, Nov 16, 2011 at 11:02:34AM +0100, Niels Thykier wrote:
 noiz2sa has been RC buggy since May 2011 without any reaction from
 anyone.  Due to its last upload (2008) I now suspect this package
 lacks an active maintainer.

 If the reason you have not reacted to the bugs is that you do not
 know how to solve them, please tag them help or/and request help
 on debian-de...@lists.debian.org.

 If you are still interested in maintaining noiz2sa please reply to
 this bug within 14 days (or upload a fixed package).  Otherwise I
 will assume you have lost interest and orphan your package (with
 intend to remove it).
 
 I am still interested, and am aware of the bugs. Just got swamped under
 with other stuff. The bugs themselves don't sound too scary, but the
 last time I had a stab at this some other issue around the embedded
 libbulletml turned up which is a bit more difficult to solve.
 
 Of course you are right, this should have been sorted out a while ago,
 I'll have another look this week. 
 

Thanks for your quick reply and for uploading a fixed version.  :)

 that said: if anyone fancies stealing noiz2sa, I wouldn't object 
 
 cu  robert
 

If you would like a co-maintainer, perhaps you could put this under the
Games Team or reassign this bug to wnpp as an RFH.  :)  Otherwise feel
free to close this bug; to me it has already served its purpose.

~Niels

PS: noiz2sa is on the build-arch fixes for Wheezy list, so I may nag
you in a not too distant future about that. :)

For more info:
https://wiki.debian.org/ReleaseGoals/BuildArchTarget
http://people.debian.org/~nthykier/rg-build-arch-target/dd-list-reduced





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



Bug#648595: broken links under www.d.o/security/audit/

2011-11-19 Thread Javier Fernández-Sanguino Peña
On Sat, Nov 19, 2011 at 05:54:40PM +0800, Paul Wise wrote:
  a) remove the point to http://shellcode.org/Setuid/, there is currently no
  alternative (that I know of)
 
 I wonder if these pages could be an alternative?
 
 http://lintian.debian.org/tags/setuid-binary.html
 http://lintian.debian.org/tags/setgid-binary.html

This might actually be an alternative. It lacks the 'searchable' function
that the previous tool had, but I'm going to use it nevertheless.

Regards

Javier


signature.asc
Description: Digital signature


Bug#468209: Towards multi-arch: Multi-Arch: same file conflicts

2011-11-19 Thread Neil Williams
On Fri, 18 Nov 2011 23:39:20 -0600
Peter Samuelson pe...@p12n.org wrote:

 
 [Jakub Wilk]
  The most common reasons for cross-architecture differences appear to
  be (in random order):
 
  - Compiling GNU message catalogs with gettext, which uses native
  endianness (see bug #468209).

(Hmm, I did get v.carried away earlier in this bug report didn't I?
Sorry, Santiago. I genuinely thought this was a lot more important at
the time. All that cross-building was driving me scatty.)
 
 Having read that bug log, it's not clear to me whether there's a
 consensus about what to do about these.  Neil thinks we need native
 endian .mo (which is problematic for multiarch)

Native isn't quite the right meaning - same endianness as the
DEB_HOST_ARCH platform is what I intended to implement in Emdebian
based on the --endianness option to msgfmt. (Native could mean
DEB_BUILD_ARCH which is worse for cross-building than just picking one
endianness and sticking with it.)

, others think we need
 .mo to be Arch: all and dont-care-endian.  Has any consensus emerged?

After more work on exactly what's going on with endianness and .mo
files, Emdebian switched to making our TDebs Arch:all and letting
gettext deal with the endianness before the Squeeze release, by which
time the cross-built version of Emdebian was already inoperable. I
should have followed that up to the bug log - it was closed and
archived at that point but I forgot to check it. Sorry.

http://www.emdebian.org/emdebian/tdebs.html

As long as the behaviour is always *consistent* across native builds and
cross-builds, I would be happy with having all .mo files with the same
endianness. By preference, little endian.

Like Santiago (468209#66), I maintain a library which has translations.
For that package I have put the .mo files into a -data package
(qof-data) precisely because that allows the Architecture:any libqof2
to depend on the Arch:all qof-data, thereby solving the MultiArch
problem.

This is also compatible with the TDeb proposal for Arch:all TDebs which
contain .mo files (as well as the more difficult problem of the
translated debconf templates file) because packages like qof-data can
easily be processed as TDebs once those mechanisms are available. 

 And is it worth splitting out a -l10n or -data package from a library
 just so the library itself can be M-A: same?  (I suppose a side benefit
 is you can use Recommends and cut down a little on the size of your
 strict Dependency closure.)

Yes, it is worth having -l10n, -tdeb, -data packages, precisely to get
the library M-A: same. MultiArch wasn't a consideration when #468209
was opened or when the TDeb proposal was created in 2008.

There are other reasons to split out the .mo files:

1. Updates to translations should not require source NMU's.

2. Translation data should not be distributed in architecture-dependent
packages. 

3. Translators should have a common interface for getting updates into
Debian (possibly with automated TDeb generation after i18n team review).

However, the TDeb proposal for Debian is stalled due to disagreement
with the dpkg maintainers over the implementation mechanism. I want to
see the arrival of a Multiarch-aware dpkg in unstable before raising
that discussion again.

In the meantime, I'm happy for all libraries packaging translations to
add -l10n, -tdeb, -data or -common Arch:all packages in order to meet
the higher priority of implementing MultiArch. Indirectly, this would
help the eventual implementation of TDebs.

If there's to be a release goal for that, I'm happy to help with it.

Santiago wrote:
 In such case, making those packages to depend on another Arch: all 
 package containing just the translations would solve the issue, would it 
 not?
 
 (For the record, I happen to maintain a library containing translations, 
 and I have always seen it as an anomaly, this would force me to do 
 what I feel is the right thing).

I agree with this completely and, as above, have fixed the anomaly that
way for one library which uses gettext translations.

There remains some disagreement:

Santiago wrote:
 Yes, I now see what the problem is, but I don't see that making every 
 .mo file to be always little endian again is the best solution. We could 
 also tell dpkg somehow that different files in /usr/share/locale are ok 
 in this case.

Having at first put a lot of time into generating .mo files which have
matching endianness to the DEB_HOST_ARCH, I have changed my mind on
exactly how this should work. Emdebian has tried .mo files which differ
between architectures and it isn't worth the effort. Santiago was right
the first time, I was wrong: let gettext deal with the load at runtime
and don't fuss about the endianness of the file in /usr/share.
*However*, I think that this means that we *should* make every .mo file
to always be little endian.

I'm sorry if this seems like an about turn but what I originally wanted
from #468209 was merely the documentation of the option so that

Bug#647849: ca-certificates: removal of signet.pl's CAs

2011-11-19 Thread Thijs Kinkhorst
Hi Raphael,

 During a review of signet.pl's CAs in ca-certficiates, I've found several 
 issues that prompt me to remove them from all the current releases of ca-
 certificates.

Given that all the CRL's have expired for years it does seem good to remove 
them from the next upload of ca-certificates.

I'm not sure about the necessity of stable updates. While it indeed seems to 
have gone out of business or similar, it was webtrust certified in the past 
and as far as I can see there are no indications that there's acute danger 
with these certificates, is there?


Thijs


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


Bug#649239: [Pkg-fglrx-devel] Bug#649239: fglrx-driver: X crashes with fglrx

2011-11-19 Thread Craig Small
On Sat, Nov 19, 2011 at 10:18:59AM +0100, Patrick Matthäi wrote:
 Ehem intel? And you have to create a xorg.conf with aticonfig
I do, but rename it to something else otherwise gdm will never work.
Attached is the file I have been using. It's one of those laptops with
the dual cards.

The log file attached in the original report was the one when i was
running the fglrx driver.

I did notice in that attachment:
[47.916] (--) Chipset Supported AMD Graphics Processor (0x6740) found
[47.920] (II) fglrx: intel VGA device detected, load intel driver.
[47.920] (II) LoadModule: intel
[47.920] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so

It said /usr/lib64/fglrx was not found, and thats an error, what package
makes that directory?

 - Craig
-- 
Craig Small VK2XLZ   http://enc.com.au/  csmall at : enc.com.au
Debian GNU/Linux http://www.debian.org/  csmall at : debian.org
old fingerprint: 1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
NEW fingerprint: 5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5
Section ServerLayout
Identifier aticonfig Layout
Screen  0  aticonfig-Screen[0]-0 0 0
EndSection

Section Module
EndSection

Section Monitor
Identifier   aticonfig-Monitor[0]-0
Option  VendorName ATI Proprietary Driver
Option  ModelName Generic Autodetecting Monitor
Option  DPMS true
EndSection

Section Device
Identifier  aticonfig-Device[0]-0
Driver  fglrx
BusID   PCI:1:0:0
EndSection

Section Screen
Identifier aticonfig-Screen[0]-0
Device aticonfig-Device[0]-0
Monitoraticonfig-Monitor[0]-0
DefaultDepth 24
SubSection Display
Viewport   0 0
Depth 24
EndSubSection
EndSection



Bug#649224: lintian: perl warnings

2011-11-19 Thread Adam D. Barratt
On Sat, 2011-11-19 at 00:36 +, Tony Houghton wrote:
 Use of qw(...) as parentheses is deprecated at
 /usr/share/lintian/collection/index line 192.
[...]
 Subroutine IO::Socket::INET6::sockaddr_in6 redefined at
 /usr/share/perl/5.14/Exporter.pm line 67.
  at /usr/share/perl5/IO/Socket/INET6.pm line 21
[...]
 They're a bit annoying because one needs to look out for warnings in lintian's
 output. The warning about sockaddr_in6 has already been reported in #648938 
 but
 I can't see any other reports about the qw warning yet.

This report already got merged with it, but fwiw you were looking for
649133, filed on Thursday.

(The issue was also fixed in git even before that first bug was filed).

Regards,

Adam




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



Bug#633851: gnome-session-bin: Settings schema 'org.gnome.SessionManager' is not installed

2011-11-19 Thread Josselin Mouette
Le vendredi 18 novembre 2011 à 17:48 +0100, ka...@karme.de a écrit : 
 i can confirm the problem:
 
 /etc/gdm3/Xsession: Beginning session setup...
 gnome-session[6144]: GLib-GIO-ERROR: Settings schema 
 'org.gnome.SessionManager' is not installed
 
 aborting...

This should not be possible, the schemas are in the same package.

I see it works again when you reinstall the package, which is quite a
concern to me, since it would mean in some cases glib-compile-schemas is
not run correctly by the trigger.

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


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


Bug#649193: lxc-start: Input/output error - failed to read

2011-11-19 Thread Jonathan Howard

Run an interactive command without full init environment in-between.
Simple example.
#
root@lin:~# uname -a
Linux lin 3.1.0-1-amd64 #1 SMP Mon Nov 14 08:02:25 UTC 2011 x86_64 GNU/Linux
root@lin:~# lxc-create -n tmpbb -t busybox
Note: Usually the template option is called with a configuration
file option too, mostly to configure the network.
For more information look at lxc.conf (5)

passwd: no record of root in /etc/shadow, using /etc/passwd
Password for root changed by root
No password for 'root', please change !
'busybox' template installed
'tmpbb' created
root@lin:~# lxc-start -n tmpbb ash


BusyBox v1.19.3 (Debian 1:1.19.3-1) built-in shell (ash)
Enter 'help' for a list of built-in commands.

@tmpbb:/# lxc-start: Input/output error - failed to read
#
Locks up the terminal, printing the error first time you press a key.



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



Bug#649252: ([linux-2.6] linux-image-3.1.0-1-amd64 - blank screen during boot with i915)

2011-11-19 Thread dpdt1

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


if i boot with kernel option nomodeset as stated here :
http://wiki.debian.org/KernelModesetting#Disabling_KMS
bug doesnt appear and screen is back to normal.


dpdt1

- -- 
New gpg key :

pub   4096R/41778EBB 2010-10-06 [expires: 2013-10-05]
Key fingerprint = 6BF7 3AED 0FD9 518E 4C71  AAF7 42CB 4773 4177 8EBB
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOx4jaAAoJEELLR3NBd467/7wQAJfZdv91/EpBEhh+JdsWlOjg
Qj/YkaYhGIpsTTljjGntuCEgpHxdWdFnb3ZsSXx00PdQeF08J7UjGX+vHzXxrsMT
KllMcttMMWJ65eBQ+jGynChfnYI0+532LuLBwNuiBkrLevWY2YwBT7K4xJj9IG8g
r8AwFYro8/kRFlYhxGbAhxjEzvTu2aD6FAyBN9n8UlCnlADLKKTFZuOKS0aABaju
vd2UtmCDMe00W/5Y5aD5DIQCE+yC70FR7mI275/oZW+/1kuA7QaPUqbdZQoYSsY1
7nPBQX3Rl943cUqGBi6rPMo3cyyisu8XSKJkuqOMzH927gUeTKmKT8TIkzPQgYNo
VoNH01k9Cn2rNfSDRWs8Sg3jPzttGVJn8Zk4iq5Mls/Mby19nZsq+2r6GGgbAF2k
mzgKPsEbwmqrJbvDOoUfYqPMD0xauN6SpNYGbExcirXaBVeQMu+lnE45dCB/Oio7
E8HmlcK9l2kfziidQNRwjwbkqrofhb6RbOlHazZNDQQMBOuhTfjrp9XgKNPGqeBX
jx/WXQyLsAaCdLpV23iBslpP/FxSbHBq6JNgpLmJ3IfPWBHddQN6nWATAygYkeY4
kbUXm9GScdMrr4o2EdAVsyA9OMgyISEoT/7nUaXxTXnCxxXXIeUHZB+I8qiuQYvA
j2sEFCWk5QwnHvVzqTEB
=c77E
-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#649090: libdatetime-perl: When doing use DateTime under mod_perl (apache), apache crashes without an error

2011-11-19 Thread Damyan Ivanov
severity 649090 important
tags 649090 unreproducible,moreinfo
thanks

-=| Matthew Darwin, 17.11.2011 09:35:12 -0500 |=-
 Package: libdatetime-perl
 Version: 2:0.7000-1
 Severity: critical
 Justification: breaks unrelated software

Works fine here (sid though). Just loaded it using 'PerlModule 
DateTime' directive in a mod_perl2-enabled apache2 server. Do you have 
a recipe for reproducing the problem?

 The DateTime package may need re-compiling.

What makes you think so?



signature.asc
Description: Digital signature


Bug#649253: linux-image-3.0.0-1-686-pae: kernel-module eeepc-wmi inhibits fancontrol to start

2011-11-19 Thread Hans
Source: linux-image-3.0.0-1-686-pae
Severity: minor

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these lines ***


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

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

Dear maintainers,

I really do not know, if the following is a bug. 
Description:
I am using an Asus EEEPC 1005HGO. I discovered, that the fan is never stop 
running, even when the cpu teperature is cold.
Additionally I saw, that the process fancontrol is not running. There is a 
configuration file available (/etc/fancontrol).
The configuration tool pwmconfig can not be started. 

So far so well. 

In earlier days I started in grub with the command acpi_osi=Linux. I suppose, 
you know that option. When I do so,
eeepc_wmi is not loaded, but the older kernel-module eeepc-laptop. In that case 
either fancontrol is running and pwmconfig 
is started as well.

I was adviced and also read in tha manuals, that eeepc-laptop is no more 
developed, and I should use eeepc-wmi.

This is ok for me, but if I should do so, how can I manage it, that the fan 
will be completeley stopped, when the cpu is cold (let's say 
below 45 degrees for example)? If it cannot at the moment, then IMO this is a 
bug and should be fixed.

If you do not agree, please give me a notice.

Thank you very much for reading this.

Best regards

Hans





 



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



Bug#649145: [Pkg-fonts-devel] Bug#649145: msttcorefonts: Please drop defoma support

2011-11-19 Thread Christian PERRIER
Quoting Paul Wise (p...@debian.org):
 On Fri, Nov 18, 2011 at 2:47 PM, Christian Perrier bubu...@debian.org wrote:
 
  If you were using defoma in your maintainer scripts (postrm, postinst
  etc, dh_installdefoma usually handles them) then on upgrade from a
  version before the one that dropped you need to run defoma-app purge
  $PACKAGE, but only if the defoma-app binary is available and
  executable.
 
 This is actually incorrect, this should be run instead:
 
 defoma-font purge-all /etc/defoma/hints/$PACKAGE.hints


And therefore be run in the preinst (before the hints file is
removed), I guess.






signature.asc
Description: Digital signature


Bug#648991: include Serafeim's post keysigning-party scripts

2011-11-19 Thread Thijs Kinkhorst
tags 648991 moreinfo
thanks

On Wed, November 16, 2011 18:45, Thomas Koch wrote:
 Serafeim Zanikolas wrote two useful scripts after debconf10.

Thanks. A blocker is that the scripts are unlicenced.


Thijs



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



Bug#649254: ITP: php-image-color -- Manage and handles color data and conversions.

2011-11-19 Thread David Dumortier
Package: wnpp
Severity: wishlist
Owner: David Dumortier d.dumort...@free.fr

* Package name: php-image-color
  Version : 1.0.4
  Upstream Author : Jason Lotito, Andrew Morton, Ulf Wendel
* URL : http://pear.php.net/package/Image_Color
* License : PHP
  Programming Lang: PHP
  Description : Manage and handles color data and conversions.

Manage and handles color data and conversions for PEAR.



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



Bug#649193: lxc-start: Input/output error - failed to read

2011-11-19 Thread Daniel Baumann

retitle 649193 busbox template not working
severity 649193 minor
tag 649193 pending
thanks

On 11/19/2011 12:02 PM, Jonathan Howard wrote:

root@lin:~# lxc-start -n tmpbb ash


first of all, you're not supposed to run it like this (use -- seperator, 
see man lxc-start).


then, the busybox template never really worked on debian anyway, i'm 
removing it in the next upload (i have no interest in it, but if you 
want it, send patches to upstream fixing it up).


but even in the case of using a proper debian container, you cannot run 
a shell like that in the first place anyway. the alternative command 
specifiable to lxc-start is, either for non-interactive commandline 
programs only, or, to specify an alternative init program.


if you want to run something interactive in there, you have to start the 
container properly, or, use chroot. the later is what you want for that 
use case, coupled with cgroups-bin. lxc is for containers.


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



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



Bug#649255: ibus fails to type Korean over ssh client

2011-11-19 Thread Hughe Chung
Package: ibus
Version: 1.3.7-1
Severity: important
Tags: upstream l10n


log in to the laptop (192.168.1.101) through ssh. 
$ ssh penguin@192.168.1.101

Running google-chrome or gnome-terminal or xfce4-terminal fails to type 
Korean using the ibus.

Only English input is enabled. 

I installed ibus both machines. It works fine in the local host machines.

This is serious bug for bilingual users who use English and other language.

I came up with exact same bug report about it from Fedora bug list. 
I haven't look into it yet.

I'll post this bug on Korean linux user forum. 
I might check other Korean/English Input program how they handles it 
over ssh remote client.





-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (500, 'stable-updates')
Architecture: amd64 (x86_64)

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

Versions of packages ibus depends on:
ii  gconf2 2.28.1-6  GNOME configuration database syste
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libdbus-1-31.2.24-4+squeeze1 simple interprocess messaging syst
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libibus2   1.3.7-1   New input method framework using d
ii  librsvg2-common2.26.3-1  SAX-based renderer library for SVG
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  python 2.6.7-2   interactive high-level object-orie
ii  python-glade2  2.17.0-4  GTK+ bindings: Glade support
ii  python-ibus1.3.7-1   New input method framework using d
ii  python-notify  0.1.1-2+b2Python bindings for libnotify
ii  python-support 1.0.14automated rebuilding support for P
ii  python-xdg 0.19-2Python library to access freedeskt

Versions of packages ibus recommends:
ii  ibus-gtk1.3.7-1  New input method framework using d
ii  im-config [im-switch]   0.3+squeeze1 Input method configuration framewo

ibus 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#649198: linux-image-2.6.32-5-amd64: Kernel Oops on try to use an USB CD drive that was powered off

2011-11-19 Thread Thomas Schmitt
Hi,

Ben Hutchings wrote:
 Please
 update to the current stable point release (Debian 6.0.3) and let us
 know whether the bug is fixed.

I am not a skilled Debian admin. So i need instructions for any Debian
specific action you want me to perform.

Following the advise of the maintainer of my upstream packages in Debian
i checked /etc/apt/sources.list and performed apt-get update,
apt-get upgrade.

But after reboot uname -a still says 2.6.32-5.
The date has changed, though:
  Linux debian2 2.6.32-5-amd64 #1 SMP Mon Oct 3 03:59:20 UTC 2011 x86_64
The previous one was
  Linux debian2 2.6.32-5-amd64 #1 SMP Tue Jun 14 09:42:28 UTC 2011 x86_64

Some messages from that upgrade attempt are listed below.


I can still reproduce the kernel Oops by having a file descriptor open,
switching off the USB drive, and then trying to use the file descriptor
with ioctl(SG_IO).

Nov 19 11:32:21 debian2 kernel: [ 5287.380722] usb 1-3: USB disconnect, address 
3
Nov 19 11:32:29 debian2 kernel: [ 5295.341307] PGD 77fb9067 PUD 0
Nov 19 11:32:29 debian2 kernel: [ 5295.341328] CPU 3
Nov 19 11:32:29 debian2 kernel: [ 5295.341332] Modules linked in: ppdev lp sco 
bridge stp bnep rfcomm l2cap crc16 bluetooth rfkill powernow_k8 
cpufreq_powersave cpufreq_stats cpufreq_conservative cpufreq_userspace kvm_amd 
kvm binfmt_misc fuse loop snd_hda_codec_atihdmi snd_hda_codec_realtek 
snd_hda_intel snd_hda_codec snd_hwdep snd_pcm snd_seq snd_timer snd_seq_device 
snd radeon ttm soundcore snd_page_alloc drm_kms_helper drm i2c_algo_bit shpchp 
pci_hotplug i2c_piix4 i2c_core edac_core edac_mce_amd k10temp pcspkr parport_pc 
parport button evdev processor ext3 jbd mbcache usbhid hid sg sd_mod sr_mod 
crc_t10dif cdrom ata_generic usb_storage pata_atiixp ahci libata ohci_hcd 
ehci_hcd thermal r8169 thermal_sys mii scsi_mod usbcore nls_base [last 
unloaded: scsi_wait_scan]
Nov 19 11:32:29 debian2 kernel: [ 5295.341436] Pid: 2636, comm: xorriso Not 
tainted 2.6.32-5-amd64 #1 GA-MA74GM-S2H
Nov 19 11:32:29 debian2 kernel: [ 5295.341442] RIP: 0010:[00010153]  
[00010153] 0x10153
Nov 19 11:32:29 debian2 kernel: [ 5295.341453] RSP: 0018:880109643be0  
EFLAGS: 00010206
Nov 19 11:32:29 debian2 kernel: [ 5295.341458] RAX: 00010153 RBX: 
 RCX: 880123e91198
Nov 19 11:32:29 debian2 kernel: [ 5295.341463] RDX: 0010 RSI: 
880123e91110 RDI: 880124cf8000
Nov 19 11:32:29 debian2 kernel: [ 5295.341442] RIP: 0010:[00010153]  
[00010153] 0x10153
Nov 19 11:32:29 debian2 kernel: [ 5295.341453] RSP: 0018:880109643be0  
EFLAGS: 00010206
Nov 19 11:32:29 debian2 kernel: [ 5295.341458] RAX: 00010153 RBX: 
 RCX: 880123e91198
Nov 19 11:32:29 debian2 kernel: [ 5295.341463] RDX: 0010 RSI: 
880123e91110 RDI: 880124cf8000
Nov 19 11:32:29 debian2 kernel: [ 5295.341469] RBP: 880124cf8000 R08: 
880124cf8000 R09: 880126aaae40
Nov 19 11:32:29 debian2 kernel: [ 5295.341474] R10:  R11: 
00010153 R12: 880123e91110
Nov 19 11:32:29 debian2 kernel: [ 5295.341479] R13: 0100 R14: 
0001 R15: 0001
Nov 19 11:32:29 debian2 kernel: [ 5295.341486] FS:  7faa824d8700() 
GS:88000538() knlGS:
Nov 19 11:32:29 debian2 kernel: [ 5295.341492] CS:  0010 DS:  ES:  CR0: 
80050033
Nov 19 11:32:29 debian2 kernel: [ 5295.341497] CR2: 00010153 CR3: 
7b72e000 CR4: 06e0
Nov 19 11:32:29 debian2 kernel: [ 5295.341503] DR0:  DR1: 
 DR2: 
Nov 19 11:32:29 debian2 kernel: [ 5295.341508] DR3:  DR6: 
0ff0 DR7: 0400
Nov 19 11:32:29 debian2 kernel: [ 5295.341515] Process xorriso (pid: 2636, 
threadinfo 880109642000, task 880124442a60)
Nov 19 11:32:29 debian2 kernel: [ 5295.341522]  8117f52f 
0010810c78a0  0801
Nov 19 11:32:29 debian2 kernel: [ 5295.341531] 0 8800c680 
0041 880126aaae40 880124cf8000
Nov 19 11:32:29 debian2 kernel: [ 5295.341540] 0  
  880126aaae40
Nov 19 11:32:29 debian2 kernel: [ 5295.341562]  [8117f52f] ? 
get_request+0x1f0/0x2ba
Nov 19 11:32:29 debian2 kernel: [ 5295.341572]  [8117f61a] ? 
get_request_wait+0x21/0x188
Nov 19 11:32:29 debian2 kernel: [ 5295.341583]  [810b9dd8] ? 
get_page_from_freelist+0x56b/0x760
Nov 19 11:32:29 debian2 kernel: [ 5295.341607]  [a003e274] ? 
scsi_execute+0x3b/0x12f [scsi_mod]
Nov 19 11:32:29 debian2 kernel: [ 5295.341626]  [a003e3a8] ? 
scsi_execute_req+0x40/0xb9 [scsi_mod]
Nov 19 11:32:29 debian2 kernel: [ 5295.341644]  [a003e3ef] ? 
scsi_execute_req+0x87/0xb9 [scsi_mod]
Nov 19 11:32:29 debian2 kernel: [ 5295.341662]  [a0038d20] ? 
ioctl_internal_command+0x64/0x16a [scsi_mod]
Nov 19 11:32:29 debian2 kernel: [ 

Bug#649249: tcpxtract: Fixed PNG header

2011-11-19 Thread Nico Golde
Hi,
* David Manso david.ma...@epistolae.com [2011-11-19 10:55]:
 Fixed PNG header

Please learn how to write a proper bug report for the next time...
Your bug will be fixed in the next upload in case I interpreted your report 
correct.

Cheers
Nico


pgpVfvPEmmiUw.pgp
Description: PGP signature


Bug#649014: gnome-core: gnome-packagekit is not ready to be in the default install

2011-11-19 Thread Josselin Mouette
Le mercredi 16 novembre 2011 à 22:29 +0100, Julien Cristau a écrit : 
 With missing features like #606025 in packagekit, it seems to me that
 exposing this in the default wheezy desktop install is a bad idea.

I’ve been told that it has somehow untested conffile support. It looks
like the best way to test it is on the contrary to expose it in the
default install. What do you think?

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


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


Bug#649256: ITP: php-numbers-roman -- Provides methods for converting to and from Roman Numerals.

2011-11-19 Thread David Dumortier
Package: wnpp
Severity: wishlist
Owner: David Dumortier d.dumort...@free.fr

* Package name: php-numbers-roman
  Version : 1.0.2
  Upstream Author : David Costa, Klaus Guenther
* URL : http://pear.php.net/package/Numbers_Roman
* License : PHP
  Programming Lang: PHP
  Description : Provides methods for converting to and from Roman Numerals.

 Numbers_Roman provides static methods for converting to and from
 Roman numerals. It supports Roman numerals in both uppercase and
 lowercase styles and conversion for and to numbers up to 5 999 999



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



Bug#649250: ITP: php-image-canvas -- providing a common interface to image drawing.

2011-11-19 Thread Thomas Goirand
On 11/19/2011 05:56 PM, David Dumortier wrote:
 Package: wnpp
 Severity: wishlist
 Owner: David (dadu) Dumortier d.dumort...@free.fr

 * Package name: php-image-canvas
   Version : 0.3.3
   Upstream Author : Jesper Veggerby
 * URL : http://pear.php.net/package/Image_Canvas
 * License : LGPL
   Programming Lang: PHP
   Description : providing a common interface to image drawing.

  A package providing a common interface to image drawing, making
  image source code independent on the library used.
   
Hi David,

Thanks for your interest in doing packaging work in Debian.

We try to maintain PEAR packages as a team. So if you do want to
package that one, please set the below as maintainer (and yourself
as uploaders):

Maintainers: Debian PHP PEAR Maintainers
pkg-php-p...@lists.alioth.debian.org

We also maintain it using Git on Alioth, so if you could do our
packaging using that as well, that'd be much appreciated.
Also, make sure to use pkg-php-tools as build-depends, and
dh 8 short style like this:

%:
dh $@ --buildsystem=phppear --with phppear

You can already find some example packages using this system
in SID (for example, php-compat). Note that the ${phppear:xxx}
substitution thing doesn't always work (sometimes, the short and
long descriptions aren't good enough in the XML file), but it's
best to use it whenever possible.

If you need sponsoring, then pkg-php-p...@lists.alioth.debian.org
is also a good place to ask for it.

Cheers,

Thomas Goirand




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



Bug#649257: ITP: php-numbers-words -- Numbers_Words package provides methods for spelling numerals in words.

2011-11-19 Thread David Dumortier
Package: wnpp
Severity: wishlist
Owner: David Dumortier d.dumort...@free.fr

* Package name: php-numbers-words
  Version : 0.16.2
  Upstream Author : Piotr Klaban, Kouber Saparev, Marcelo Subtil Marcal, Igor 
Feghali
* URL : http://pear.php.net/package/Numbers_Words
* License : PHP
  Programming Lang: PHP
  Description : Numbers_Words package provides methods for spelling 
numerals in words.

 With Numbers_Words class you can convert numbers written in arabic
 digits to words in several languages.  You can convert an integer
 between -infinity and infinity.  If your system does not support
 such long numbers you can call Numbers_Words::toWords() with just
 a string.
 .
 With the Numbers_Words::toCurrency($num, $locale, 'USD') method
 you can convert a number (decimal and fraction part) to words with
 currency name.
 .
 The following languages are supported:
 * bg (Bulgarian) by Kouber Saparev * cs (Czech) by Petr 'PePa'
 Pavel * de (German) by Piotr Klaban * dk (Danish) by Jesper
 Veggerby * en_100 (Donald Knuth system, English) by Piotr Klaban
 * en_GB (British English) by Piotr Klaban * en_US (American
 English) by Piotr Klaban * es (Spanish Castellano) by Xavier
 Noguer * es_AR (Argentinian Spanish) by Martin Marrese * et
 (Estonian) by Erkki Saarniit * fr (French) by Kouber Saparev *
 fr_BE (French Belgium) by Kouber Saparev and Philippe Bajoit *
 he (Hebrew) by Hadar Porat * hu_HU (Hungarian) by Nils Homp *
 id (Indonesian) by Ernas M. Jamil and Arif Rifai Dwiyanto *
 it_IT (Italian) by Filippo Beltramini and Davide Caironi * lt
 (Lithuanian) by Laurynas Butkus * nl (Dutch) by WHAM van Dinter
 * pl (Polish) by Piotr Klaban * pt_BR (Brazilian Portuguese)
 by Marcelo Subtil Marcal and Mario H.C.T.  * ru (Russian)
 by Andrey Demenev * sv (Swedish) by Robin Ericsson



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



Bug#649258: override: splix:oldlibs/extra

2011-11-19 Thread Luca Niccoli
Package: ftp.debian.org
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear ftp-masters,

splix is now a dummy package to manage the transition to the new binary
package, printer-driver-splix.
Therefore it should be moved to oldlibs and extra priority.

Cheers,

Luca

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

iEYEARECAAYFAk7HoNIACgkQ+AQB36CPPlqgxQCfaBobeQu6c98QSS3v2GLJ03CB
K+8AnRicYuHKCJR5QgxCzz6b+BU/1UfR
=qQ4/
-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#649245: openjdk-6-jdk: Java tries to treat files as folders and vice versa

2011-11-19 Thread Sam Dodrill
Expected output is the result of the following in bash:

for FILE in find $sName.$sExt ; 
do if [ grep $sGrep $FILE ] ; then echo $FILE ; fi ; done ; 

Only in Java, with input validation and last modified date checking. 
-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.

Bug#649245: openjdk-6-jdk: Java tries to treat files as folders and vice versa

2011-11-19 Thread Sam Dodrill
Expected output is the result of the following in bash:

for FILE in find $sName.$sExt ; 
do if [ grep $sGrep $FILE ] ; then echo $FILE ; fi ; done ; 

Only in Java, with input validation and last modified date checking. 
-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.

Bug#649245: openjdk-6-jdk: Java tries to treat files as folders and vice versa

2011-11-19 Thread Florian Weimer
* Sam Dodrill:

 I am working on a recursive directory crawler for a homework assignment. it is
 treating files as directories and directories as files. here is the crawling
 code (attatched).

I don't think your program provides sufficient output to disambiguate
the file and directory cases.  What's your input data, what's the actual
output, and what did you expect?

-- 
Florian Weimerfwei...@bfk.de
BFK edv-consulting GmbH   http://www.bfk.de/
Kriegsstraße 100  tel: +49-721-96201-1
D-76133 Karlsruhe fax: +49-721-96201-99



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



Bug#649245: openjdk-6-jdk: Java tries to treat files as folders and vice versa

2011-11-19 Thread Florian Weimer
* Sam Dodrill:

 Expected output is the result of the following in bash:

 for FILE in find $sName.$sExt ; 
 do if [ grep $sGrep $FILE ] ; then echo $FILE ; fi ; done ; 

This doesn't answer my original questions.  We need more evidence to
determine if there is a bug at all.

 Only in Java, with input validation and last modified date checking. 

The Java program you submitted doesn't do anything close to that.
(And your bash snippet doesn't work, either.)

-- 
Florian Weimerfwei...@bfk.de
BFK edv-consulting GmbH   http://www.bfk.de/
Kriegsstraße 100  tel: +49-721-96201-1
D-76133 Karlsruhe fax: +49-721-96201-99



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



Bug#647992: chromium 14 broken with libnss3-1d from sid

2011-11-19 Thread Vincent Bernat
OoO En  ce milieu  de nuit  étoilée du mercredi  16 novembre  2011, vers
03:19, Jonathan Nieder jrnie...@gmail.com disait :

 All I know is that changing the source to say
 
 if (nodb_init) {
 std::cerr  about to call NSS_NoDB_Init(NULL)\n;
 status = NSS_NoDB_Init(NULL);
 std::cerr  finished NSS_NoDB_Init(NULL)\n;
 
 causes the about to call line to be printed, but the finished line
 not to.

 Weird.  It ends in here (mozilla/security/nss/lib/freebl/drbg.c):

 | static PRStatus rng_init(void)
 | {
 | PRUint8 bytes[PRNG_SEEDLEN*2]; /* entropy + nonce */
 | unsigned int numBytes;
 | fprintf(stderr, not printed\n);   --- not reached
 [...]
 | SECStatus
 | RNG_RNGInit(void)
 | {
 | /* Allow only one call to initialize the context */
 | fprintf(stderr, about to call rng_init()\n);  --- reached
 | PR_CallOnce(coRNGInit, rng_init);
 | fprintf(stderr, not printed\n);   --- not reached

 Call chain:

  ... - NSC_Initialize() - nsc_CommonInitialize() -
   loader.c::RNGInit() - drbg.c::RNG_RNGInit()

I have  tried to help too but  I don't have enough  resources to compile
Chromium.  I was  thinking modifying  setuid  helper to  not chroot  nor
change its namespace. If the bug is still present in this configuration,
this would allow to get an appropriate core dump.

In sandbox.c,  I would suppress  chdir(), chroot() and chdir()  calls in
SpawnChrootHelper().  I  would  also  replace  MoveToNewNamespaces()  by
return true;. Running with no limit  for core dumps would allow to get
a core file. Maybe this will give additional hints.
-- 
Vincent Bernat ☯ http://vincent.bernat.im

#define BB_STAT2_TMP_INTR0x10/* My Penguins are burning. 
Are you able to smell it? */
2.2.16 /usr/src/linux/include/asm-sparc/obio.h


pgp5bmcrFO6qL.pgp
Description: PGP signature


Bug#649259: frescobaldi fails to start when libpython2.6 is not installed

2011-11-19 Thread Andreas Kurth
Package: frescobaldi
Version: 1.2.0-1
Severity: normal

Trying to start up frescobaldi results in the following error message
on my system (Debian unstable):

$ frescobaldi 
Traceback (most recent call last):
  File /usr/bin/frescobaldi, line 28, in module
from PyKDE4.kdecore import (ki18n, ki18nc,
ImportError: libpython2.6.so.1.0: cannot open shared object file: No
such file or directory

Since frescobaldi is hardwired to python 2.6 there should also be a
dependency to libpython2.6.

Or, even better, it should not be hardwired to a specific python
version at all.

Setting the following symlink fixed the problem for me, but for
several obvious reasons that's not what users want:
$ ln -s /usr/lib/libpython2.7.so.1.0 /usr/lib/libpython2.6.so.1.0

Could you please take care of the missing libpython2.6 dependency or
make frescobaldi not depend on a specific python version at all?

Thanks in advance, Andreas.


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

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

Versions of packages frescobaldi depends on:
ii  kdebase-bin  4:4.6.5-1
ii  lilypond 2.14.2-2+b1  
ii  okular   4:4.6.5-3
ii  python-dbus  0.84.0-2 
ii  python-kde4  4:4.6.80-3+b2
ii  python-qt4   4.8.6-2  
ii  python-qt4-dbus  4.8.6-2  
ii  python2.62.6.7-4  

frescobaldi recommends no packages.

Versions of packages frescobaldi suggests:
ii  alsa-utils1.0.24.2-4  
ii  lilypond-doc  2.14.2-2
ii  rumor none  
ii  timidity  2.13.2-39+b1

-- 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#626736: NETBIOS integration

2011-11-19 Thread Osamu Aoki
Hi,

Adding wins to nsswitch.conf as:
hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4 wins
is certainly a key.

NETBIOS integration is a big topic.  This is a bit too much for me to
document in this reference.  I lack knowledge and time.  I think real
issue is the difficulties to get to the good reference.  As I read
again, under 4.5.2. The modern centralized system management, I have:

Similarly, you can set up alternative centralized systems with other
methods.

 * NIS (originally called YP) or NIS+ with older Unix-like systems
 * Winbind with Windows NT and SAMBA

This may have been a bit terse.  I decided to add pointers to the key
references.

Osamu



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



Bug#649260: ITP: wxgeometrie -- Swiss army knife for the math teacher

2011-11-19 Thread Georges Khaznadar
Package: wnpp
Severity: wishlist
Owner: Georges Khaznadar georg...@ofset.org


* Package name: wxgeometrie
  Version : 0.1.0+git20111014
  Upstream Author : Nicolas Pourcelot nicolas.pource...@gmail.com
* URL : http://sourceforge.net/projects/wxgeometrie/
* License : GPL-2+
  Programming Lang: Python
  Description : Swiss army knife for the math teacher

 this application contains every tool you would like to find when
 preparing math courses, exercises or their keys.



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



Bug#648891: munin-node: upgrade to perl 5.14 breaks munin-node

2011-11-19 Thread Dominic Hargreaves
On Sat, Nov 19, 2011 at 12:09:13AM +0100, gregor herrmann wrote:
 Hm, there's another glitch:
 
 2011/11/18-23:55:07 [2076] Error output from iostat_ios:
 2011/11/18-23:55:07 [2076]  Byte order is not compatible at 
 /usr/lib/perl/5.14/Storable.pm line 379, at /etc/munin/plugins/iostat_ios 
 line 218
 2011/11/18-23:55:07 [2076] Service 'iostat_ios' exited with status 25/0.
 
 ATM I don't remember how to fix his :/

I wasn't expecting these sorts of issues to be introduced going from
5.12 to 5.14. Can you confirm that this isn't left over from moving
from 5.10 to 5.12?

Our general recommendation is to use Storable::nstore rather than
Storable::store; but I suspect this'll want a separate bug if so.

Cheers,
Dominic.

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



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



Bug#649249: tcpxtract: Fixed PNG header

2011-11-19 Thread David Manso
I'm sorry, I was in a hurry, but you are right.

Error: Bad detection of PNG files

Description:
Extracted PNG files had the first byte missing.
Configuration file had a bad detection pattern:
   \x50\x4e\x47\?
I changed it to:
   \?\x50\x4e\x47
and worked, but Wikipedia says
(http://en.m.wikipedia.org/wiki/Portable_Network_Graphics) correct pattern
is:
   89 50 4e 47 0d 0a 1a 0a

Thank you.
On Nov 19, 2011 12:53 PM, Nico Golde n...@debian.org wrote:

 Hi,
 * David Manso david.ma...@epistolae.com [2011-11-19 10:55]:
  Fixed PNG header

 Please learn how to write a proper bug report for the next time...
 Your bug will be fixed in the next upload in case I interpreted your report
 correct.

 Cheers
 Nico



Bug#648241: [RFR] templates://ngircd/{ngircd.templates}

2011-11-19 Thread Christoph Biedl
Christian PERRIER wrote...

 Your review should be sent as an answer to this mail.

Hi, some feedback.

Regarding the debconf templates: I'll very likely just use what the
outcome of that discussion here, so qui tacet ... oops, you don't like
Latin :-)

Regarding the description ...

 --- ngircd.old/debian/control 2011-11-09 22:27:17.300787539 +0100
 +++ ngircd/debian/control 2011-11-14 07:29:38.343649080 +0100
 @@ -23,7 +23,7 @@
  Replaces: ircd
  Conflicts: dancer-ircd, ircd-hybrid, ircd-irc2, ircd-ircu, rageircd
  Homepage: http://ngircd.barton.de
 -Description: Next generation IRC Server
 - ngircd is a IRC Daemon for small or private networks. It does not contain 
 all
 - the functions like the professional ones, e.g services. It is written from
 - scratch and is not based upon the original IRCd like many others.

Oh boy, forgot that one. It was very ... insightful as it tought me a
lot about Debian, why so many people are annoyed, or even want to fork
the project.

So, just ignore it, this needs a full rewrite. As the description
provided by upstream at http://ngircd.barton.de/ is not suitable
IMHO, I'll discuss it with the author first.

Your proposed description is not acceptable in several ways.

Christoph



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



Bug#623082: libplayerdrivers3.0: uses an obsolete version of libpqxx

2011-11-19 Thread Eugene V. Lyubimkin
severity 623082 serious
quit

Hello maintainer,

On 2011-04-17 11:43, Eugene V. Lyubimkin wrote:
 Your package uses an obsolete version of libpqxx library version 2 (binary
 package 'libpqxx-2.6.9ldbl'). It belongs to the section 'oldlibs' and is to be
 removed from wheezy. Please port your application to libpqxx version 3
 (development package libpqxx3-dev).

Unfortunately apparently nothing was done since I filed the bug.

I really want to not have libpqxx2 in Debian wheezy, and your package is
last which prevents its removal. I'm bumping the severity of this bug
therefore.

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



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



Bug#649223: [Pkg-xfce-devel] Bug#649223: exo-utils: exo-open does not handle file:/// URLs correctly

2011-11-19 Thread Yves-Alexis Perez
On ven., 2011-11-18 at 18:09 -0600, Robert Bordelon wrote:
 Package: exo-utils
 Version: 0.6.2-3
 Severity: normal
 
 Currently I have the following preferred applications configured (using
 exo-preferred-applications) :
 
 Web Browser: Debian Sensible Browser
 Mail Reader: Icedove
 File Manager: Thunar
 Terminal Emulator: Xfce Terminal
 
 When I manually run exo-open with a URL that starts with 'http://; it works as
 expected and opens the Debian Sensible Browser (Iceweasel in my case.) 
 However,
 attempts to execute exo-open with a URL that starts with 'file:///', fails 
 with
 the following error dialog:
 
 =
 Failed to open URI file:///path/to/file.ext.
 
 Failed to execute child process epiphany-
 browser (No such file or directory).
 ==
 
 The No such file or directory part of the error message is correct as I do
 not have epiphany installed on my system.
 
 Executing sensible-browser instead of exo-open works correctly with either
 http:// or file:/// urls.
 
 I would expect exo-open to start the configured web browser (or possibly the
 file manager in the case of file:/// urls.) It should definitely never try to
 launch a browser which is not installed.
 
 As a workaround, I've discovered that if I create a symbolic link
 /usr/local/bin/epiphany-browser which points to /usr/bin/sensible-browser, 
 exo-
 open works as expected for file:/// urls (at least as I expect it since I want
 file:/// URLS to appear in a browser.)
 
 
Could you run:

strace -o exo.log -f exo-open file:///path/to/file.ext

and attach exo.log?

Regards,
-- 
Yves-Alexis


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


Bug#649228: units-filter: 'man units-filter' typos: sucessfuly, significative x 9, etc.

2011-11-19 Thread Georges Khaznadar
A. Costa a écrit :
 Package: units-filter

Thank you for your patch. I fixed the file manpage.xml and uploaded the
new package.




signature.asc
Description: Digital signature


Bug#509815: libiodbc2 -- iODBC Driver Manager orphaned

2011-11-19 Thread glpk xypron
Hello Steve,

 This week with Christoph Berg's help, unixodbc has been converted for
 multiarch in unstable along with the common drivers: libmyodbc,
 tdsodbc, and odbc-postgresql.  The converted drivers are now all installed in
 /usr/lib/arch/odbc, and the /etc/odbcinst.ini config has been updated to
 use relative paths instead of absolute ones.

 libiodbc2, which has been orphaned for nearly three years, has *not* been
 updated for multiarch, and so libiodbc will fail to locate these drivers on
 disk.  As a result, these drivers declare a Breaks: against libiodbc2.

I guess the problem is not about iODBC finding shared drivers like
libmyodbc. Instead a driver build against unixODBC is not compatible
with one build against iODBC. See bug #598787.

This means if both iODBC and unixODBC are kept, separate packages
for libmyodbc are needed.

I have had a look at the upstream.

http://unixodbc.svn.sourceforge.net/
shows active development.

http://iodbc.cvs.sourceforge.net/viewvc/iodbc/iODBC/iodbc/
shows no activity since 2009.

I guess the next step should be to ask the upstream author
of iODBC, if iODBC will be supported in future.

Best regards

Xypron

-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!   
Jetzt informieren: http://www.gmx.net/de/go/freephone



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



Bug#648891: munin-node: upgrade to perl 5.14 breaks munin-node

2011-11-19 Thread gregor herrmann
On Sat, 19 Nov 2011 12:58:07 +, Dominic Hargreaves wrote:

  2011/11/18-23:55:07 [2076] Error output from iostat_ios:
  2011/11/18-23:55:07 [2076]  Byte order is not compatible at 
  /usr/lib/perl/5.14/Storable.pm line 379, at /etc/munin/plugins/iostat_ios 
  line 218
  2011/11/18-23:55:07 [2076] Service 'iostat_ios' exited with status 25/0.
 I wasn't expecting these sorts of issues to be introduced going from
 5.12 to 5.14. Can you confirm that this isn't left over from moving
 from 5.10 to 5.12?

Oh, good catch, I have these messages all over the logs, just the
path changed after the 5.12 → 5.14 upgrade:

munin-node.log.1.gz:2011/11/18-15:30:09 [31257] Byte order is not 
compatible at ../../lib/Storable.pm (autosplit into 
../../lib/auto/Storable/_retrieve.al) line 380, at 
/etc/munin/plugins/iostat_ios line 218
munin-node.log.1.gz:2011/11/18-23:25:07 [25891] Byte order is not 
compatible at /usr/lib/perl/5.14/Storable.pm line 379, at 
/etc/munin/plugins/iostat_ios line 218


Cheers,
gregor
 
-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Tom Waits: Circus


signature.asc
Description: Digital signature


Bug#649261: ftp.debian.org: RM: farma -- RoM; abandoned upstream

2011-11-19 Thread Dirk Eddelbuettel

Package: ftp.debian.org
Severity: normal

The fArma package is part of Rmetrics (www.rmetrics.org) but no longer on
the CRAN network: http://cran.r-project.org/web/packages/fArma/index.html

As it therefore effectively unmaintained upstream, we should withdraw it
too.  It has no reverse depends.

Dirk (who is its maintainer)

-- 
Outside of a dog, a book is a man's best friend. Inside of a dog, it is too
dark to read. -- Groucho Marx



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



Bug#649262: ftp.debian.org: RM: futilities -- RoM; abandoned upstream

2011-11-19 Thread Dirk Eddelbuettel

Package: ftp.debian.org
Severity: normal

The fUtilities package is part of Rmetrics (www.rmetrics.org) but no longer on
the CRAN network: http://cran.r-project.org/web/packages/fUtilities/index.html

As it therefore effectively unmaintained upstream, we should withdraw it
too.  It has no reverse depends.

Dirk (who is its maintainer)

-- 
Outside of a dog, a book is a man's best friend. Inside of a dog, it is too
dark to read. -- Groucho Marx



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



Bug#649263: t-coffee: Please do *not* upgrade the package to version 9.

2011-11-19 Thread Charles Plessy
Package: t-coffee
Version: 8.99-1
Severity: normal

Hello everybody,

beware the non-free code in the file t_coffee_source/hsearch.c from version 9
onwards, and please do not update the package until the problem is solved.
This file contains an extract of “VMD”, which contains non-free and
GPL-incompatible clauses.

  http://www.ks.uiuc.edu/Research/vmd/current/LICENSE.html

Have a nice day,

-- 
Charles



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



Bug#649264: 0.5.4+dfsg-1 to 0.6+dfsg-1 package upgrade fails while upgrading the database

2011-11-19 Thread Moonwalker
Package: roundcube-core
Version: 0.6+dfsg-1

===
-+ Configuring roundcube-core +-
An error occurred while upgrading the database:
/var/lib/dpkg/info/roundcube-core.postinst: 1: 
/var/lib/dpkg/info/roundcube-core.postinst: cannot create 
/var/cache/dbconfig-common/backups/roundcube_0.5.4+dfsg-1.mysql: Directory 
nonexistent
 
Fortunately, /var/cache/dbconfig-common/backups/roundcube_0.5.4+dfsg-1.mysql 
holds a backup of the database, made just before the upgrade.
===

in /var/log/dpkg.log:
2011-11-19 10:42:27 upgrade roundcube 0.5.4+dfsg-1 0.6+dfsg-1
2011-11-19 10:42:27 status half-configured roundcube 0.5.4+dfsg-1
2011-11-19 10:42:27 status unpacked roundcube 0.5.4+dfsg-1
2011-11-19 10:42:27 status half-installed roundcube 0.5.4+dfsg-1
2011-11-19 10:42:27 status half-installed roundcube 0.5.4+dfsg-1
2011-11-19 10:42:28 status unpacked roundcube 0.6+dfsg-1
2011-11-19 10:42:28 status unpacked roundcube 0.6+dfsg-1
2011-11-19 10:42:28 upgrade roundcube-core 0.5.4+dfsg-1 0.6+dfsg-1
2011-11-19 10:42:28 status half-configured roundcube-core 0.5.4+dfsg-1
2011-11-19 10:42:29 status unpacked roundcube-core 0.5.4+dfsg-1
2011-11-19 10:42:29 status half-installed roundcube-core 0.5.4+dfsg-1
2011-11-19 10:42:30 status half-installed roundcube-core 0.5.4+dfsg-1
2011-11-19 10:42:31 status unpacked roundcube-core 0.6+dfsg-1
2011-11-19 10:42:31 status unpacked roundcube-core 0.6+dfsg-1
...
2011-11-19 10:43:38 configure roundcube-core 0.6+dfsg-1 none
2011-11-19 10:43:38 status unpacked roundcube-core 0.6+dfsg-1
2011-11-19 10:43:38 status unpacked roundcube-core 0.6+dfsg-1
2011-11-19 10:43:38 status unpacked roundcube-core 0.6+dfsg-1
2011-11-19 10:43:38 status unpacked roundcube-core 0.6+dfsg-1
2011-11-19 10:43:38 status unpacked roundcube-core 0.6+dfsg-1
2011-11-19 10:43:38 status unpacked roundcube-core 0.6+dfsg-1
2011-11-19 10:43:38 status unpacked roundcube-core 0.6+dfsg-1
2011-11-19 10:43:38 status unpacked roundcube-core 0.6+dfsg-1
2011-11-19 10:43:38 status unpacked roundcube-core 0.6+dfsg-1
2011-11-19 10:43:38 status half-configured roundcube-core 0.6+dfsg-1




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



Bug#649265: winbind: add wins to nsswitch.conf

2011-11-19 Thread Osamu Aoki
Package: winbind
Version: 2:3.5.11~dfsg-4
Severity: wishlist

As I understand, winbind is a package to help integrate a machine into a
Windows network. Documentation in Integrating MS Windows Networks with Samba
 
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/integrate-ms-networks.html
is a good resource for novice like me.  It seems we need to add wins to 
nsswitch.conf.

Then I realize, libnss-mdns does put its entries into nsswitch.conf via package
script.  I thought it may be nice for winbind to do the similar.

$ grep nsswitch.conf  *
...
libnss-mdns.postinst:# try to insert mdns entries to the hosts line in 
/etc/nsswitch.conf to
libnss-mdns.postinst:# abort if /etc/nsswitch.conf does not exist
libnss-mdns.postinst:if ! [ -e /etc/nsswitch.conf ]; then
libnss-mdns.postinst:log Could not find /etc/nsswitch.conf.
libnss-mdns.postinst:' /etc/nsswitch.conf
libnss-mdns.postinst:# nsswitch.conf already contains mdns entries)
libnss-mdns.postinst:if [ -e /etc/nsswitch.conf ]; then
libnss-mdns.postinst:/etc/nsswitch.conf
libnss-mdns.postinst:/etc/nsswitch.conf
libnss-mdns.postrm:# abort if /etc/nsswitch.conf does not exist
libnss-mdns.postrm:if ! [ -e /etc/nsswitch.conf ]; then
libnss-mdns.postrm:log Could not find /etc/nsswitch.conf.
libnss-mdns.postrm:' /etc/nsswitch.conf

Regards,

Osamu

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

Kernel: Linux 3.1.0-1-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 winbind depends on:
ii  adduser   3.113
ii  libc6 2.13-21  
ii  libcap2   1:2.22-1 
ii  libcomerr21.42~WIP-2011-10-16-1
ii  libgssapi-krb5-2  1.9.1+dfsg-3 
ii  libk5crypto3  1.9.1+dfsg-3 
ii  libkrb5-3 1.9.1+dfsg-3 
ii  libldap-2.4-2 2.4.25-4+b1  
ii  libpopt0  1.16-1   
ii  libtalloc22.0.7-3  
ii  libtdb1   1.2.9-4+b1   
ii  libwbclient0  2:3.5.11~dfsg-4  
ii  lsb-base  3.2-28   
ii  samba-common  2:3.5.11~dfsg-4  
ii  zlib1g1:1.2.3.4.dfsg-3 

Versions of packages winbind recommends:
ii  libpam-winbind  2:3.5.11~dfsg-4

winbind 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#649266: Please package new upstream release (0.12.0)

2011-11-19 Thread Sjoerd Simons
Source: xf86-input-wacom
Severity: wishlist

New wacom release makes finger input of X220t laptops works. An update would be
appreciated :)

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

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



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



Bug#634826: purge and reinstall of trac trac-git babel makes installation not-working

2011-11-19 Thread Michel Briand
Package: trac-git
Version: 0.0.20100513-2
Followup-For: Bug #634826

found 634826 trac-git 0.0.20100513-2
found 644401 trac 0.12.2-1

Hello,

I installed the trac-git package in version 
0.0.20100513-2 one year ago and it worked.

I don't know if this is caused by trac-git 
package or the way python extensions are installed, 
but the error symptom reported by this bug is 
reproduced now:

 TypeError: 'NoneType' object is unsubscriptable

(With the same python traceback.)

I was trying to make trac translations work with babel.
I've done this:

# apt-get remove --purge trac trac-git python-babel

followed by

# apt-get install python-babel
# apt-get install trac trac-git

And the trac-git installation would not work anymore.
The trac translation does not work either:

In trac preferences (language tab) page:

  Note: Translations are currently unavailable. 
  Trac has been localized to more than a dozen of 
  languages but in order to be able to use them, the 
  Babel package needs to be present when installing Trac. 
  See TracInstall for details. 

Finally I removed the trac-git package and installed it
with the command suggested above.


Best regards,
Michel

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

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

Versions of packages trac-git depends on:
ii  git [git-core]  1:1.7.7-2
ii  python  2.6.7-3  
ii  python-central  0.6.17   
ii  trac0.12.2-1 

trac-git recommends no packages.

trac-git 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#649267: aptitude: safe-upgrade does not install all updates, full-upgrade required almost every time

2011-11-19 Thread Kenneth W Foy Jr
Package: aptitude

Version: 0.6.4-1.2
Severity: normal

Dear Maintainer,
I can’t remember what led up to this situation, but I have put up with
it for a long time. I know it’s a problem because it doesn’t do it on 
my other Debian system. I’m using testing, so I have updates everyday.
When I safe-upgrade, it usually misses a few packages, and then I have
to full-upgrade for no apparent reason. I tried to find a solution to
my problem, but I didn’t get a response.


-- Package-specific info:
aptitude 0.6.4 compiled at Oct 29 2011 21:12:20
Compiler: g++ 4.6.2
Compiled against:
  apt version 4.10.1
  NCurses version 5.9
  libsigc++ version: 2.2.9
  Ept support enabled.
  Gtk+ support disabled.
  Qt support disabled.

Current library versions:
  NCurses version: ncurses 5.9.20110404
  cwidget version: 0.5.16
  Apt version: 4.10.1
linux-gate.so.1 =  (0xb7843000)
libapt-pkg.so.4.10 = /usr/lib/libapt-pkg.so.4.10 (0xb7711000)
libncursesw.so.5 = /lib/i386-linux-gnu/libncursesw.so.5 (0xb76df000)
libtinfo.so.5 = /lib/i386-linux-gnu/libtinfo.so.5 (0xb76be000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0xb76b9000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0xb75b6000)
libept.so.1 = /usr/lib/libept.so.1 (0xb755e000)
libxapian.so.22 = /usr/lib/sse2/libxapian.so.22 (0xb7361000)
libz.so.1 = /usr/lib/libz.so.1 (0xb734c000)
libsqlite3.so.0 = /usr/lib/libsqlite3.so.0 (0xb72a6000)
libboost_iostreams.so.1.46.1 = /usr/lib/libboost_iostreams.so.1.46.1 
(0xb728f000)
libpthread.so.0 = /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 
(0xb7276000)
libstdc++.so.6 = /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb718d000)
libm.so.6 = /lib/i386-linux-gnu/i686/cmov/libm.so.6 (0xb7166000)
libgcc_s.so.1 = /lib/i386-linux-gnu/libgcc_s.so.1 (0xb7149000)
libc.so.6 = /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xb6fef000)
libutil.so.1 = /lib/i386-linux-gnu/i686/cmov/libutil.so.1 (0xb6feb000)
libdl.so.2 = /lib/i386-linux-gnu/i686/cmov/libdl.so.2 (0xb6fe7000)
libuuid.so.1 = /lib/libuuid.so.1 (0xb6fe1000)
libbz2.so.1.0 = /lib/i386-linux-gnu/libbz2.so.1.0 (0xb6fd1000)
librt.so.1 = /lib/i386-linux-gnu/i686/cmov/librt.so.1 (0xb6fc8000)
/lib/ld-linux.so.2 (0xb7844000)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg4.10]  0.8.15.9
ii  libboost-iostreams1.46.1  1.46.1-7
ii  libc6 2.13-21 
ii  libcwidget3   0.5.16-3.1  
ii  libept1   1.0.5   
ii  libgcc1   1:4.6.1-15  
ii  libncursesw5  5.9-4   
ii  libsigc++-2.0-0c2a2.2.9-1 
ii  libsqlite3-0  3.7.9-2 
ii  libstdc++64.6.1-15
ii  libtinfo5 5.9-4   
ii  libxapian22   1.2.7-1 
ii  zlib1g1:1.2.3.4.dfsg-3

Versions of packages aptitude recommends:
ii  apt-xapian-index0.44 
ii  aptitude-doc-en [aptitude-doc]  0.6.4-1.2
ii  libparse-debianchangelog-perl   1.2.0-1  
ii  sensible-utils  0.0.6

Versions of packages aptitude suggests:
ii  debtags  none
ii  tasksel  3.07  

-- 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#649268: [INTL:da] Danish translation of the debconf templates qpid-cpp

2011-11-19 Thread Joe Dalton
Package: qpid-cpp
Severity: wishlist
Tags: l10n patch

Please include the attached Danish qpid-cpp translations.

joe@joe-desktop:~/over/debian/qpid-cpp$ msgfmt --statistics -c -v -o /dev/null 
da.po
da.po: 6 oversatte tekster.

bye
Joe


da.po
Description: Binary data


Bug#648891: munin-node: upgrade to perl 5.14 breaks munin-node

2011-11-19 Thread Holger Levsen
clone 648891 -1
retitle -1 munin-node: leftovers from 5.10 to 5.12
thanks

On Samstag, 19. November 2011, gregor herrmann wrote:
  I wasn't expecting these sorts of issues to be introduced going from
  5.12 to 5.14. Can you confirm that this isn't left over from moving
  from 5.10 to 5.12?
 
 Oh, good catch, I have these messages all over the logs, just the
 path changed after the 5.12 → 5.14 upgrade:
 
 munin-node.log.1.gz:2011/11/18-15:30:09 [31257] Byte order is not
 compatible at ../../lib/Storable.pm (autosplit into
 ../../lib/auto/Storable/_retrieve.al) line 380, at
 /etc/munin/plugins/iostat_ios line 218
 munin-node.log.1.gz:2011/11/18-23:25:07 [25891] Byte order is not
 compatible at /usr/lib/perl/5.14/Storable.pm line 379, at
 /etc/munin/plugins/iostat_ios line 218

thanks for this amalysis!


cheers,
Holger



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



Bug#649145: [Pkg-fonts-devel] Bug#649145: msttcorefonts: Please drop defoma support

2011-11-19 Thread Christian PERRIER
Quoting Paul Wise (p...@debian.org):
 On Fri, Nov 18, 2011 at 2:47 PM, Christian Perrier bubu...@debian.org wrote:
 
  If you were using defoma in your maintainer scripts (postrm, postinst
  etc, dh_installdefoma usually handles them) then on upgrade from a
  version before the one that dropped you need to run defoma-app purge
  $PACKAGE, but only if the defoma-app binary is available and
  executable.
 
 This is actually incorrect, this should be run instead:
 
 defoma-font purge-all /etc/defoma/hints/$PACKAGE.hints


...and should happen before the hints file removal, therefore in
prerm.

Fixed patch attached.


diff -Nru msttcorefonts-3.3.old/debian/changelog msttcorefonts-3.3/debian/changelog
--- msttcorefonts-3.3.old/debian/changelog	2011-11-18 07:29:01.091038237 +0100
+++ msttcorefonts-3.3/debian/changelog	2011-11-18 07:29:16.415192897 +0100
@@ -1,3 +1,9 @@
+msttcorefonts (3.4) UNRELEASED; urgency=low
+
+  * Drop defoma support
+
+ -- Christian Perrier bubu...@debian.org  Fri, 18 Nov 2011 07:29:10 +0100
+
 msttcorefonts (3.3) unstable; urgency=low
 
   * Add Slovak debconf translation, thanks Slavko Pozdravom
diff -Nru msttcorefonts-3.3.old/debian/control msttcorefonts-3.3/debian/control
--- msttcorefonts-3.3.old/debian/control	2011-11-18 07:29:01.091038237 +0100
+++ msttcorefonts-3.3/debian/control	2011-11-18 07:29:37.011400888 +0100
@@ -4,13 +4,12 @@
 Maintainer: Thijs Kinkhorst th...@debian.org
 Standards-Version: 3.8.4
 Build-Depends: debhelper (= 7)
-Build-Depends-Indep: defoma
 Vcs-Svn: https://svn.kinkhorst.nl/svn/debian/msttcorefonts/trunk
 Vcs-Browser: https://aphrodite.kinkhorst.nl/wsvn/debian/msttcorefonts/
 
 Package: ttf-mscorefonts-installer
 Architecture: all
-Depends: wget, cabextract, xfonts-utils, defoma, ${misc:Depends}
+Depends: wget, cabextract, xfonts-utils, ${misc:Depends}
 Recommends: ttf-liberation, x-ttcidfont-conf
 Provides: msttcorefonts
 Replaces: msttcorefonts ( 2.6)
diff -Nru msttcorefonts-3.3.old/debian/dirs msttcorefonts-3.3/debian/dirs
--- msttcorefonts-3.3.old/debian/dirs	2011-11-18 07:29:01.091038237 +0100
+++ msttcorefonts-3.3/debian/dirs	2011-11-18 07:43:48.043510831 +0100
@@ -1,3 +1,2 @@
 var/lib/msttcorefonts
-etc/defoma/hints
 usr/share/fonts/truetype
diff -Nru msttcorefonts-3.3.old/debian/postinst.in msttcorefonts-3.3/debian/postinst.in
--- msttcorefonts-3.3.old/debian/postinst.in	2011-11-18 07:29:01.083038160 +0100
+++ msttcorefonts-3.3/debian/postinst.in	2011-11-19 14:36:42.682066107 +0100
@@ -25,5 +25,9 @@
 http_proxy=$RET
 done
 
+if dpkg-maintscript-helper supports rm_conffile 2/dev/null; then
+  dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-mscorefonts-installer.hints 3.4 -- $@
+fi
+  
 ## Content of update-ms-fonts will be concatenated below
 
diff -Nru msttcorefonts-3.3.old/debian/postrm msttcorefonts-3.3/debian/postrm
--- msttcorefonts-3.3.old/debian/postrm	1970-01-01 01:00:00.0 +0100
+++ msttcorefonts-3.3/debian/postrm	2011-11-18 07:42:31.342736565 +0100
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports rm_conffile 2/dev/null; then
+  dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-mscorefonts-installer.hints 3.4 -- $@
+fi
diff -Nru msttcorefonts-3.3.old/debian/preinst msttcorefonts-3.3/debian/preinst
--- msttcorefonts-3.3.old/debian/preinst	1970-01-01 01:00:00.0 +0100
+++ msttcorefonts-3.3/debian/preinst	2011-11-19 14:36:44.514116637 +0100
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+set -e
+
+if dpkg-maintscript-helper supports rm_conffile 2/dev/null; then
+  dpkg-maintscript-helper rm_conffile /etc/defoma/hints/ttf-mscorefonts-installer.hints 3.4 -- $@
+fi
diff -Nru msttcorefonts-3.3.old/debian/prerm msttcorefonts-3.3/debian/prerm
--- msttcorefonts-3.3.old/debian/prerm	2011-11-18 07:29:01.083038160 +0100
+++ msttcorefonts-3.3/debian/prerm	2011-11-19 14:36:34.437838733 +0100
@@ -6,6 +6,13 @@
 # but we're still successfully uninstalled.
 set -e
 
+if dpkg --compare-versions $2 lt 3.4; then
+	if [ -x which defoma-font 2/dev/null ]; then
+		defoma-font purge /etc/defoma/hints/ttf-mscorefonts-installer.hints
+	fi
+fi
+
+
 if [ $1 = remove ]  [ -e /var/lib/msttcorefonts/ms-fonts ]; then
 	cd /usr/share/fonts/truetype/msttcorefonts  \
 		rm -f `cat /var/lib/msttcorefonts/ms-fonts`
diff -Nru msttcorefonts-3.3.old/debian/README.comic-font msttcorefonts-3.3/debian/README.comic-font
--- msttcorefonts-3.3.old/debian/README.comic-font	2011-11-18 07:29:01.095038279 +0100
+++ msttcorefonts-3.3/debian/README.comic-font	1970-01-01 01:00:00.0 +0100
@@ -1,49 +0,0 @@
-Some users have reported that after installing the ttf-mscorefonts-installer
-package many older X clients (such as xmessage, xfontsel, etc) display text
-using the 'Comic Sans MS' font, that looks... somewhat strange.
-
-This is caused by the following:
-- users have /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType as the first
-  element in X font path;
-- ttf-mscorefonts-installer is the only truetype font package installed;
-- 

Bug#649265: [Pkg-samba-maint] Bug#649265: winbind: add wins to nsswitch.conf

2011-11-19 Thread Luk Claes
On 11/19/2011 02:26 PM, Osamu Aoki wrote:

 As I understand, winbind is a package to help integrate a machine into a
 Windows network. Documentation in Integrating MS Windows Networks with Samba
  
 http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/integrate-ms-networks.html
 is a good resource for novice like me.  It seems we need to add wins to 
 nsswitch.conf.
 
 Then I realize, libnss-mdns does put its entries into nsswitch.conf via 
 package
 script.  I thought it may be nice for winbind to do the similar.

Are you actually having difficulties? WINS is not used by recent Windows
anymore and could better be avoided if possible.

Cheers

Luk



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



Bug#649269: [INTL:da] Danish translation of the debconf templates gnome-session

2011-11-19 Thread Joe Dalton
Package: gnome-session
Severity: wishlist
Tags: l10n patch

Please include the attached Danish gnome-session translations. (Debian-specific 
strings for gnome-session).

joe@joe-desktop:~/over/debian/gnome-session$ msgfmt --statistics -c -v -o 
/dev/null da.po
da.po: 6 oversatte tekster.

bye
Joe


da.po
Description: Binary data


Bug#649145: [Pkg-fonts-devel] Bug#649145: msttcorefonts: Please drop defoma support

2011-11-19 Thread Paul Wise
On Sat, 2011-11-19 at 14:37 +0100, Christian PERRIER wrote:

 ...and should happen before the hints file removal, therefore in
 prerm.

I don't think prerm is run on upgrade:

http://wiki.debian.org/MaintainerScripts

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#648871: [Pkg-fonts-devel] Bug#648871: gsfonts-other: Please drop defoma support

2011-11-19 Thread Christian PERRIER
Quoting Paul Wise (p...@debian.org):
 On Wed, Nov 16, 2011 at 2:04 AM, Christian Perrier wrote:
 
  A proposed patch is attached to this bug report.
 
 This patch is incorrect, the defoma-app purge should happen in the
 preinst or postinst of the new package.


Indeed, as we discussed later, this should be a defoma-font purge
hint_file call. As a consequence, it should happen before the
former version is removed and the hints file purge, thus in prerm.

Modified patch attached.


diff -Nru gsfonts-other-6.0.old/debian/changelog gsfonts-other-6.0/debian/changelog
--- gsfonts-other-6.0.old/debian/changelog	2011-11-15 18:48:12.233959420 +0100
+++ gsfonts-other-6.0/debian/changelog	2011-11-15 19:02:11.683887556 +0100
@@ -1,3 +1,9 @@
+gsfonts-other (6.0-3.3) UNRELEASED; urgency=low
+
+  * Drop defoma support
+
+ -- Christian Perrier bubu...@debian.org  Tue, 15 Nov 2011 19:01:57 +0100
+
 gsfonts-other (6.0-3.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru gsfonts-other-6.0.old/debian/control gsfonts-other-6.0/debian/control
--- gsfonts-other-6.0.old/debian/control	2011-11-15 18:48:12.233959420 +0100
+++ gsfonts-other-6.0/debian/control	2011-11-15 18:49:16.519621751 +0100
@@ -8,7 +8,6 @@
 Architecture: all
 Section: non-free/text
 Priority: optional
-Depends: defoma
 Description: Additional fonts for the ghostscript interpreter
  This package contains a miscellaneous set of fonts, including
  Cyrillic, kana, and fonts derived from the free Hershey fonts, with
diff -Nru gsfonts-other-6.0.old/debian/gsfonts-other.hints gsfonts-other-6.0/debian/gsfonts-other.hints
--- gsfonts-other-6.0.old/debian/gsfonts-other.hints	2011-11-15 18:48:12.233959420 +0100
+++ gsfonts-other-6.0/debian/gsfonts-other.hints	1970-01-01 01:00:00.0 +0100
@@ -1,541 +0,0 @@
-##
-# UTOPIA
-
-category type1
-
-begin /usr/share/ghostscript/fonts/putr.pfa
-  FontName = Utopia-Regular
-  Charset = ISO8859-1
-  Family = Utopia
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Upright Serif
-  Priority = 20
-  X-FontName = -adobe-utopia-regular-r-normal--0-0-0-0-p-0-iso8859-1
-  Foundry = Adobe
-end
-
-begin /usr/share/ghostscript/fonts/putb.pfa
-  FontName = Utopia-Bold
-  Charset = ISO8859-1
-  Family = Utopia
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Upright Serif
-  Priority = 20
-  X-FontName = -adobe-utopia-bold-r-normal--0-0-0-0-p-0-iso8859-1
-  Foundry = Adobe
-end
-
-begin /usr/share/ghostscript/fonts/putri.pfa
-  FontName = Utopia-Italic
-  Charset = ISO8859-1
-  Family = Utopia
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Italic Serif
-  Priority = 20
-  X-FontName = -adobe-utopia-regular-i-normal--0-0-0-0-p-0-iso8859-1
-  Foundry = Adobe
-end
-
-begin /usr/share/ghostscript/fonts/putbi.pfa
-  FontName = Utopia-BoldItalic
-  Charset = ISO8859-1
-  Family = Utopia
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Italic Serif
-  Priority = 20
-  X-FontName = -adobe-utopia-bold-i-normal--0-0-0-0-p-0-iso8859-1
-  Foundry = Adobe
-end
-
-##
-# Charter
-
-category type1
-
-begin /usr/share/ghostscript/fonts/bchr.pfa
-  FontName = CharterBT-Roman
-  Charset = ISO8859-1
-  Family = Utopia
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Upright Serif
-  Priority = 20
-  X-FontName = -bitstream-charter-regular-r-normal--0-0-0-0-p-0-iso8859-1
-  Foundry = Bitstream
-end
-
-begin /usr/share/ghostscript/fonts/bchb.pfa
-  FontName = CharterBT-Bold
-  Charset = ISO8859-1
-  Family = Utopia
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Upright Serif
-  Priority = 20
-  X-FontName = -bitstream-charter-bold-r-normal--0-0-0-0-p-0-iso8859-1
-  Foundry = Bitstream
-end
-
-begin /usr/share/ghostscript/fonts/bchri.pfa
-  FontName = CharterBT-Italic
-  Charset = ISO8859-1
-  Family = Utopia
-  GeneralFamily = Roman
-  Weight = Medium
-  Width = Variable
-  Shape = Italic Serif
-  Priority = 20
-  X-FontName = -bitstream-charter-regular-i-normal--0-0-0-0-p-0-iso8859-1
-  Foundry = Bitstream
-end
-
-begin /usr/share/ghostscript/fonts/bchbi.pfa
-  FontName = CharterBT-BoldItalic
-  Charset = ISO8859-1
-  Family = Utopia
-  GeneralFamily = Roman
-  Weight = Bold
-  Width = Variable
-  Shape = Italic Serif
-  Priority = 20
-  X-FontName = -bitstream-charter-bold-i-normal--0-0-0-0-p-0-iso8859-1
-  Foundry = Bitstream
-end
-
-##
-# Hershey Plain
-
-category type3
-
-begin /usr/share/ghostscript/fonts/hrplr.gsf
-  FontName = Hershey-Plain
-end
-
-category gsfontderivative
-begin /usr/share/ghostscript/fonts/hrplrb.gsf
-  FontName = Hershey-Plain-Bold
-  GSF-OriginFont = /usr/share/ghostscript/fonts/hrplr.gsf
-  GSF-OriginID = Hershey-Plain
-end
-
-begin 

Bug#646173: Typos found while translating the po4a documentation into German

2011-11-19 Thread Helge Kreutzmann
Hello David,
On Tue, Nov 08, 2011 at 12:56:23PM -0400, David Prévot wrote:
 Fine for me, I think other active po4a contributors are following the
 BTS too, I just CCed the po4a upstream developers list to make sure of
 that. For future typos, providing an actual patch[es serie] one could
 review and acknowledge directly would be even more welcome, you may send
 them directly to po4a-de...@lists.alioth.debian.org (it's a low
 traffic list you may consider subscribing to).

I just checked in a new version (which seems to have caused a
problem[1]?) and have found some more typos/improvement possibilites. 
However, this raises two problems:

a) Often I would like to explain the change (e.g. I'm unsure or
   merge with or ...), how should I do this in the patch? I'm not
   sure I can dig out all commenting methods properly? Do you think
   keeping the previous style would be possible?
b) As upstream is using an e-mail list on alioth, I cannot mail them
   (cf. bug #582765, hopefully the maintainer of courier-mta somewhen
   talks to me :-((). 

For your planning, I hope to get another batch done during December, so
depending on your next targetted upload I can provide a significant bunch
of the German translation by then. However, after that translation
probably will slow down quite a bit, though.

Greetings

  Helge

[1] I got an e-mail with
Your mail to 'Po4a-commits' with the subject

r2495 - /trunk/po/pod/de.po

Is being held until the list moderator can review it for approval.

The reason it is being held:

Message body is too big: 99476 bytes with a limit of 40 KB

Either the message will get posted to the list, or you will receive
notification of the moderator's decision.  If you would like to cancel
this posting, please visit the following URL:


http://lists.alioth.debian.org/cgi-bin/mailman/confirm/po4a-commits/294e04dcf4ae36665d769845022cff68959e512d

-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#648759: maven-dependency-tree: build depend on libjaxen-java

2011-11-19 Thread Miguel Landaeta
tag 648759 + pending
thanks

On Mon, Nov 14, 2011 at 02:51:20PM -0500, Michael Terry wrote:
 In Ubuntu, maven-dependency-tree is FTBFS.  It seems to be missing a 
 dependency
 on libjaxen-java which Ubuntu refuses to download.

This is fixed in svn.

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


signature.asc
Description: Digital signature


Bug#649270: ITP: r-cran-rms -- Regression Modeling Strategies

2011-11-19 Thread Dirk Eddelbuettel

Package: wnpp
Owner: Dirk Eddelbuettel e...@debian.org
Severity: wishlist

* Package name: r-cran-rms
  Version : 3.3-2-1
  Upstream Author : Frank Harrell
* URL or Web page : http://biostat.mc.vanderbilt.edu/wiki/Main/Rrms
* License : GPL-2
  Description : Regression Modeling Strategies

This is replacement package / continuation of the existing package 'Design'
(binary name:  r-cran-design)  which I have been maintaining in Debian since
2003.  

At some point Prof Harrell switched the name to reflect the name of the book,
and I had not yet updated the package.  This should happen now.

See  http://packages.qa.debian.org/d/design.html  for the PTS page of the
package it replaces.

Dirk

-- 
Outside of a dog, a book is a man's best friend. Inside of a dog, it is too
dark to read. -- Groucho Marx



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



Bug#648891: munin-node: upgrade to perl 5.14 breaks munin-node

2011-11-19 Thread gregor herrmann
clone 648891 -1
retitle -1 munin-node: perl 5.14 deprecation warnings
severity -1 minor
tag -1 + patch
thanks

On Sat, 19 Nov 2011 00:09:13 +0100, gregor herrmann wrote:

 Well, almost, there are some deprecation warnings:
 
 2011/11/18-23:50:04 [1039] Error output from apache_processes:
 2011/11/18-23:50:04 [1039]  Use of qw(...) as parentheses is deprecated 
 at /etc/munin/plugins/apache_processes line 164.
 
 and the same from several other modules.
 
 -- 
 http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod#Use_of_qw%28...%29_as_parentheses
 
 for $x qw(a b c) { ... }
 
 --
 
 for $x (qw(a b c)) { ... }

I took a quick look at the source package and added the missing
parentheses where I found them -- attachment.
(apache_processes and memory are even tested :))

Cheers,
gregor


-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Van Morrison
diff --git a/plugins/node.d.linux/memory.in b/plugins/node.d.linux/memory.in
index ec3ea23..d4ec907 100755
--- a/plugins/node.d.linux/memory.in
+++ b/plugins/node.d.linux/memory.in
@@ -186,7 +186,7 @@ if ($ARGV[0] and $ARGV[0] eq config) {
 	print inact_clean.draw LINE1\n;
 	print inact_clean.info Memory not currently used.\n;
 }
-for my $field qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean) {
+for my $field (qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean)) {
 	my ($warning, $critical) = get_thresholds($field);
 	my $total = $mems{MemTotal};
 	$total = $mems{SwapTotal} if($field eq swap);
diff --git a/plugins/node.d/apache_processes.in b/plugins/node.d/apache_processes.in
index abe393a..939d875 100755
--- a/plugins/node.d/apache_processes.in
+++ b/plugins/node.d/apache_processes.in
@@ -161,7 +161,7 @@ if ( defined $ARGV[0] and $ARGV[0] eq config )
 	print free$port.colour ccff00\n;
 	}
 	foreach my $port (@PORTS) {
-		foreach my $type qw busy idle {
+		foreach my $type (qw(busy idle)) {
 			print_thresholds($type$port);
 		}
 	}
diff --git a/plugins/node.d/users.in b/plugins/node.d/users.in
index 076f80f..f6b5fdd 100644
--- a/plugins/node.d/users.in
+++ b/plugins/node.d/users.in
@@ -79,7 +79,7 @@ if ( defined($ARGV[0])) {
 	print other.label Other users\n;
 	print other.info Users loged in by indeterminate method\n;
 	print other.colour FF\n;
-	foreach my $field qw(tty pty pts X other) {
+	foreach my $field (qw(tty pty pts X other)) {
 		print_thresholds($field);
 	}
 	exit 0;


signature.asc
Description: Digital signature


  1   2   3   4   >