Bug#653893: ideviceinstaller: ftbfs against libzip-0.10

2012-01-01 Thread Fathi Boudra
Source: ideviceinstaller
Version: 1.0.0-1
Severity: serious
Tags: patch
Justification: ftbfs

Hi,

a rebuild against libzip-0.10 failed to build:

gcc -DHAVE_CONFIG_H -I. -I..-Wall -Wextra -Wmissing-declarations
-Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings
-Wswitch-default -Wno-unused-parameter -Werror -g -pthread
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/include/p11-kit-1 -I/usr/include/libxml2   -I/usr/include/libxml2
-I/usr/lib/libzip/include   -g -O2 -c -o
ideviceinstaller-ideviceinstaller.o `test -f 'ideviceinstaller.c' ||
echo './'`ideviceinstaller.c
ideviceinstaller.c: In function 'zip_f_get_contents':
ideviceinstaller.c:164:41: error: comparison between signed and unsigned
integer expressions [-Werror=sign-compare]
  cc1: all warnings being treated as errors

make[3]: *** [ideviceinstaller-ideviceinstaller.o] Error 1
make[3]: Leaving directory `/tmp/buildd/ideviceinstaller-1.0.0/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/ideviceinstaller-1.0.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/ideviceinstaller-1.0.0'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package


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

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: fix build failure with libzip 0.10
 zip_fread returns signed int64 while zip_stat size is an unsigned int64.

---
 src/ideviceinstaller.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/ideviceinstaller.c
+++ b/src/ideviceinstaller.c
@@ -161,7 +161,7 @@ static int zip_f_get_contents(struct zip
 	}
 
 	*buffer = malloc(zs.size);
-	if (zip_fread(zfile, *buffer, zs.size) != zs.size) {
+	if (zs.sizeLLONG_MAX || zip_fread(zfile, *buffer, zs.size) != (zip_int64_t)zs.size) {
 		fprintf(stderr, ERROR: zip_fread %ld bytes from '%s'\n, zs.size, filename);
 		free(*buffer);
 		*buffer = NULL;
Description: fix build failure with libzip 0.10
 zip_fread returns signed int64 while zip_stat size is an unsigned int64.

---
 src/ideviceinstaller.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/ideviceinstaller.c
+++ b/src/ideviceinstaller.c
@@ -161,7 +161,7 @@ static int zip_f_get_contents(struct zip
 	}
 
 	*buffer = malloc(zs.size);
-	if (zip_fread(zfile, *buffer, zs.size) != zs.size) {
+	if (zs.sizeLLONG_MAX || zip_fread(zfile, *buffer, zs.size) != (zip_int64_t)zs.size) {
 		fprintf(stderr, ERROR: zip_fread %ld bytes from '%s'\n, zs.size, filename);
 		free(*buffer);
 		*buffer = NULL;
Description: fix build failure with libzip 0.10
 zip_fread returns signed int64 while zip_stat size is an unsigned int64.

---
 src/ideviceinstaller.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/src/ideviceinstaller.c
+++ b/src/ideviceinstaller.c
@@ -161,7 +161,7 @@ static int zip_f_get_contents(struct zip
 	}
 
 	*buffer = malloc(zs.size);
-	if (zip_fread(zfile, *buffer, zs.size) != zs.size) {
+	if (zs.sizeLLONG_MAX || zip_fread(zfile, *buffer, zs.size) != (zip_int64_t)zs.size) {
 		fprintf(stderr, ERROR: zip_fread %ld bytes from '%s'\n, zs.size, filename);
 		free(*buffer);
 		*buffer = NULL;


Bug#641738: Bug#653871: transition: libzip

2012-01-01 Thread Fathi Boudra
 the new libzip 0.10 has a soname bump and will need binNMUs:
  * ebook-tools
  * haskell-bindings-libzip
  * haskell-libzip
  * ideviceinstaller
  * osgearth
  * sigrok

Packags rebuilt successfully except ideviceinstaller.
Bug and patch submitted: http://bugs.debian.org/653893

Cheers,

Fathi



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



Bug#653894: ITP: mediainfo -- MediaInfo supplies information about a video or audio file

2012-01-01 Thread Chow Loong Jin
Package: wnpp
Severity: wishlist
Owner: Chow Loong Jin hyper...@ubuntu.com


* Package name: mediainfo
  Version : 0.7.52
  Upstream Author : i...@mediaarea.net
* URL : http://mediainfo.sf.net
* License : LGPL
  Programming Lang: C++
  Description : MediaInfo supplies information about a video or audio file

MediaInfo supplies technical and tag information about a video or audio file
.
What information can I get from MediaInfo?
General: title, author, director, album, track number, date, duration...
Video: codec, aspect, fps, bitrate...
Audio: codec, sample rate, channels, language, bitrate...
Text: language of subtitle
Chapters: number of chapters, list of chapters
.
What format (container) does MediaInfo support?
Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2,
MPEG-4, DVD (VOB)...
(Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
Subtitles: SRT, SSA, ASS, SAMI...
.
This package includes the command line interface



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



Bug#627372: Console turns black during boot.

2012-01-01 Thread Jonathan Nieder
Hi,

AlanKim Zimmerman wrote:

 BTW, I hope there is enough detail there. Seems the i915 debug info ended
 up empty, and the detailed dmesg seems to have junk.

 Not sure I have the will right now to reinstall the driver, shut down and
 reboot in the flaky mode.

 I will if required, though. Let me know.

Unfortunately the upstream bug seems to be stalled.  Do you have any
idea what happened to the error state?  E.g., was there any message
when trying to mount debugfs or trying to capture the error state with
cat?

Testing should be as simple as booting with the i915.modeset=1
parameter on the kernel command line (choose the kernel in grub, hit
e for detailed options, move to the line starting with linux, and
you can add parameters to the end of the line and hit ctrl-x to boot)
--- no need to install the intel X driver again.  Does 3.2-rc7 from
experimental show the same symptoms?



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



Bug#597817: base: Realtek RTL8111/8168B doesn't always work

2012-01-01 Thread Jonathan Nieder
tags 597817 + moreinfo
quit

Jonathan Nieder wrote:
 Aniruddha wrote:

 Every other boot I don't have internet access
[...]
  - Please provide output from

   reportbug --template linux-image-$(uname -r)

so we can get to know your hardware better.

Ping.  Do you still have access to this machine to run tests?

Sorry for the trouble,
Jonathan



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



Bug#653895: python-tweepy: Homepage URL is wrong

2012-01-01 Thread clayton
Package: python-tweepy
Version: 1.7.1-2
Severity: minor

When I do apt-cache show python-tweepy I see

Homepage: http://github.com/joshthecoder/tweepy

which leads to an error page. URL should be:

http://joshthecoder.github.com/tweepy/

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

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

Versions of packages python-tweepy depends on:
ii  python2.7.2-9
ii  python-oauth  1.0.1-3
ii  python2.6 2.6.7-4
ii  python2.7 2.7.2-8

python-tweepy recommends no packages.

Versions of packages python-tweepy suggests:
ii  python-tweepy-doc  1.7.1-2

-- no debconf information



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



Bug#653895: Acknowledgement (python-tweepy: Homepage URL is wrong)

2012-01-01 Thread Clayton
Sorry, I meant:

https://code.google.com/p/tweepy/



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



Bug#599582: [2.6.30 - 2.6.32 regression] no sound from Fujitsu Pi laptop unless headphones plugged in

2012-01-01 Thread Jonathan Nieder
retitle 599582 [2.6.30 - 2.6.32 regression] no sound from Fujitsu Pi laptop 
unless headphones plugged in
tags 599582 + moreinfo
quit

Jean-Louis Biasini wrote:

 No sound from the speaker but if I plug a jack into my laptop's
 headphone plug I get the sound from it.

 My driver is HDA intel on a pi 1505 fujitsu laptop

Summary of this bug so far:

 - All reporters got no sound unless something is plugged into the
   headphone jack.  When headphones are plugged in, sound only goes
   through the headphones, as you'd hope.

 - Jean-Louis Biasini is using a Fujitsu Pi 1505 laptop.

   A 2.6.32-5-amd64 kernel from 2010-10-09 exhibits the problem.
   A 2.6.35-trunk-amd64 kernel from the same time does not exhibit the problem.

 - Jose Manuel Castroagudin is using a Fujitsu Pi 2515.

   A 2.6.32-5-686 kernel from 2010-10-29 exhibits the problem.
   A 2.6.30 kernel does not.

 - Stas Zytkiewicz is using a Dell Inspiron 15.

   2.6.32-27 exhibits the problem.
   2.6.36 from experimental does not exhibit the problem.

   snd-hda-intel.model=hp-dv5 also avoids trouble.

 - Rafael Varela Pet is using a Fujitsu-Siemens Amilo Pi 1505.

   2.6.32-30 exhibits the problem.
   A 2.6.26-2-amd64 kernel from the same time does not.

Next steps to move this forward:

 1. Please attach output from the alsa-info.sh script with and without
headphones plugged in.

 2. Trying some kernels between 2.6.32 and 2.6.35 from
http://snapshot.debian.org/ would help narrow down when the fix
was introduced.

Thanks again, and sorry for the trouble,
Jonathan



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



Bug#599582: [2.6.30 - 2.6.32 regression] no sound from Fujitsu Pi laptop unless headphones plugged in

2012-01-01 Thread Jonathan Nieder
Jonathan Nieder wrote:

 Next steps to move this forward:

  1. Please attach output from the alsa-info.sh script with and without
 headphones plugged in.

Silly me --- forgot to mention where[1] the alsa-info.sh script can be
found.

Sorry for the noise.
Jonathan

[1] http://www.alsa-project.org/alsa-info.sh



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



Bug#622325: linux-image-2.6.38-2-orion5x: Problem With I2C

2012-01-01 Thread Roman Mamedov
On Sun, 1 Jan 2012 01:42:36 -0600
Jonathan Nieder jrnie...@gmail.com wrote:

 Passed upstream.  But now I notice that there has been some upstream
 work in this area recently (v3.2-rc7~23^2~1, rtc: m41t80: Workaround
 broken alarm functionality, 2011-12-12).
 
 Please test v3.2-rc7 from experimental and let the upstream folks
 know how it fares (by replying-to-all on the other side thread).

Hello,

Thank you for looking into this and for the information about the 3.2 possible 
fix.
Unfortunately I can't try that kernel easily at the moment, as there doesn't 
seem to be an orion5x variant of the package in experimental.

Some more info:

- During my testing I have found that after booting with a 'bad' kernel, a full 
power-off of the device including disconnecting the power supply from the mains 
might be required, before a 'good' kernel will work properly.

- This might have been mentioned, but the main reason this bug concerns me, is 
that the temperature sensor and the fan PWM control do not work on the 'bad' 
kernels (i.e. it's not just the periodic dmesg error). The fan does not turn 
on, which risks overheating the device and/or drives.

-- 
With respect,
Roman

~~~
Stallman had a printer,
with code he could not see.
So he began to tinker,
and set the software free.


signature.asc
Description: PGP signature


Bug#622325: linux-image-2.6.38-2-orion5x: Problem With I2C

2012-01-01 Thread Jonathan Nieder
severity 622325 important
quit

Roman Mamedov wrote:

 Unfortunately I can't try that kernel easily at the moment, as there
 doesn't seem to be an orion5x variant of the package in
 experimental.

Oh, right.[1]  Let's wait to hear what the developers come up with, then.

Thanks,
Jonathan

[1] https://buildd.debian.org/status/package.php?p=linux-2.6suite=experimental



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



Bug#653897: cacti: [debconf_rewrite] Debconf templates and debian/control review proposal

2012-01-01 Thread Christian Perrier
Package: cacti
Version: N/A
Severity: normal

Dear Debian maintainer,

Hello,

I just noticed new or modified debconf templates appearing for this
package.

I would like to suggest you to consider calling for debconf templates
review AND translation updates when you introduce new debconf
templates or modify the existing templates in a package or, if you
prefer, to send a call for translations after uploading the first
version that introduces new templates or templates changes.

If you're interested in suggestions for doing this, you can find some
at the end of this bug report.

The debian-l10n-english team will now start a review, on our own
initiative. It will be conducted through this bug report.


Suggestions for future debconf templates review


1) Getting debconf templates reviewed
--

The Debian i18n contributors have developed a set of suggestions for
the writing style of debconf templates, to give them an overall
consistency all around Debian. These writing style suggestions are
explained in the Developers Reference. Lintian also warns about common
writing style concerns.

Maintainers are welcome when they ask for a review of debconf templates
and/or packages descriptions on debian-l10n-engl...@lists.debian.org.
It is of course not needed to wait for someone (such as me right me)
proposing you such a review.

In such situations (whether the review is requested by the maintainer
or proposed by someone else), someone from the debian-l10n-english
team will pick up the review to do, handle it, and finally send you a
bug report with the suggested templates. If you want, you can ask for
being CC'ed to the various discussions when the templates are
reviewed.


2) Call for new translations


As soon as the templates have been reviewed, you can ask Debian
translators for new translations:

Just go to your package's build tree and use:

$ podebconf-report-po --call

This will propose you a generic mail which is to be sent to
debian-i...@lists.debian.org and call for new translations.

This utility will mention existing translations to avoid duplicate
work. 

It will also attach the needed material to this mail.

Please also think about giving a deadline to translators. We like
deadlines..:-)

3) Always call for translation updates before uploading
---

(of course only when you change the debconf templates!)

If your package already includes debconf translations (ie *.po files
in debian/po), please consider calling for translation updates if you
happen to change something in the templates...or just in case when you
release a new version.

This is done with the following command:

$ podebconf-report-po

This will build private mails to translators (ie people listed in
Last-Translator in the PO files) for translations that are
incomplete. These mails will included the needed PO file for each
translator.


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

Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
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#603469: *ERROR* atombios stuck executing F6D8

2012-01-01 Thread Jonathan Nieder
tags 603469 + patch
quit

Jonathan Nieder wrote:

 | [7.120450] [drm] Initialized radeon 2.0.0 20080528 for :01:00.0 on 
 minor 0
 | [  949.420558] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more 
 than 1sec aborting
 | [  949.420570] [drm:atom_execute_table_locked] *ERROR* atombios stuck 
 executing F6D8 (len 487, WS 0, PS 4) @ 0xF719

 This doesn't look like the standard squeeze kernel, since squeeze
 doesn't contain v2.6.34-rc4~12^2~50^2~17 (drm/radeon/kms: catch
 atombios infinite loop and break out of it, 2010-03-02).

Never mind --- commit 030849199dbe (Backport radeon r800 modesetting
support, 2010-04-08) from 2.6.32-12 includes that change.  So the
two commits I mentioned (v2.6.36-rc3~9^2~79^2~24, v2.6.37-rc8~26^2~2)
could be worth cherry-picking after all.



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



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

2012-01-01 Thread Mike Hommey
On Sat, Dec 31, 2011 at 03:20:27PM +0100, Moritz Mühlenhoff wrote:
 On Mon, Dec 26, 2011 at 08:43:18AM +0100, Mike Hommey wrote:
  On Sat, Dec 24, 2011 at 11:40:02PM +0100, Moritz Muehlenhoff wrote:
   Package: iceweasel
   Version: 9.0.1-1
   Severity: wishlist
   
   Please source the hardened build flags from dpkg-buildflags for
   CPPFLAGS, CXXFLAGS and LDFLAGS for the iceweasel build.
  
  FWIW, dpkg-buildflags is extremely unuseful for that, because it mixes
  hardening flags with other flags.
 
 Is that because you use a different optimization level other than
 O2? 
 
 I've noticed that issue with a couple of packages, so I'm considering to
 submit a patch for dpkg-buildflags, but I'd like to know if you see
 different issues?

Yeah basically I like that the old way of doing hardening didn't mess
with other flags. Though I'm not sure I like that there's not much of a
fine grained tuning. For instance, I'm not sure -z relro buys anything
worth, while it may have a significant startup performance impact on big
applications. (and if I'm not mistaken, -z relro actually makes things
not work with selinux, seeing how selinux already breaks the mprotect
that removes the write bit on code sections after text relocations)

Mike



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



Bug#538158: BUG: soft lockup - CPU#5 stuck for 62s with 2.6.26-2-686-bigmem kernel

2012-01-01 Thread Jonathan Nieder
Jonathan Nieder wrote:
 Jonathan Nieder wrote:

  - Arcady, are you still experiencing the soft lockups in default_idle?
If so, can you confirm Juan's finding that 2.6.32 from
lenny-backports avoids trouble?

 Ping.  If you no longer have access to a system that produced these
 problems or time to debug it, that's fine, but please let us know so
 we can stop tracking it.

Trying again with a different email address.



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



Bug#647272: mailcap deprecated?

2012-01-01 Thread Josselin Mouette
Le samedi 31 décembre 2011 à 18:01 +0100, Lars Wilke a écrit : 
 your decision impacts mutt, elinks and probably many more
 packages. What should one do about it, file a bug against
 all of these packages?

Filing bugs doesn’t magically fix them.

Apparently no one is interested enough to do something about it. If you
are, you can write, as already suggested several times, a tool to
generate mailcap entries from desktop files. Or you can fix mutt, elinks
and others to use the freedesktop.org MIME database to open files.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


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


Bug#653898: geany wishlist: debuger step by step like VB for GEANY

2012-01-01 Thread yellow
Package: geany
Version: 0.19.1-1
Severity: wishlist

Lovin' Geany !

Be first in the world with SH

Could you implement somethg like this : press F9 
and it marks yellow the next command and execute it like VB6 or VB excel.

example: 
http://robowiki.net/w/images/9/9f/VS2008_Step_over_breakpoint.png

Please make it, it is simple to implement, and you would greatly get lot of 
people happy of having that for coding SH

Thank you 

Geany is marvellous

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

Kernel: Linux 2.6.32-5-686-bigmem (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 geany depends on:
ii  libatk1.0-0   1.30.0-1   The ATK accessibility toolkit
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcairo2 1.8.10-6   The Cairo 2D vector graphics libra
ii  libfontconfig12.8.0-2.1  generic font configuration library
ii  libfreetype6  2.4.2-2.1+squeeze3 FreeType 2 font engine, shared lib
ii  libgcc1   1:4.4.5-8  GCC support library
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-2   The GTK+ graphical user interface 
ii  libpango1.0-0 1.28.3-1+squeeze2  Layout and rendering of internatio
ii  libstdc++64.4.5-8The GNU Standard C++ Library v3
ii  zlib1g1:1.2.3.4.dfsg-3   compression library - runtime

geany recommends no packages.

Versions of packages geany suggests:
pn  doc-base  none (no description available)
pn  libvte9   none (no description available)

-- no debconf information



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



Bug#653899: Synaptic uses su-to-root

2012-01-01 Thread dE .

Package: synaptic
Version: 0.70~pre1+b1

When installing Gnome, synaptic uses su-to-root in the menus to gain 
root privileges, but su-to-root is nowhere to be found.


Use gksu instead.


Bug#653646: Please depend on python (= 2.7) | python-argparse

2012-01-01 Thread Fathi Boudra
Hi Adrian,

I'm waiting for the related thread on debian-python mailing list to
reach a consensus:
http://lists.debian.org/debian-python/2011/12/msg5.html

Cheers,

Fathi



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



Bug#653900: debian-edu-install: [INTL:ru] Russian debconf templates translation update

2012-01-01 Thread Yuri Kozlov
Package: debian-edu-install
Version: 1.521~svn74523
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation update is attached.

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

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# translation of ru.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the debian-edu-install 
package.
#
# Sergey Alyoshin alyoshi...@gmail.com, 2008.
# Yuri Kozlov kozlo...@gmail.com, 2007, 2008.
# Yuri Kozlov yu...@komyakino.ru, 2009, 2010, 2012.
msgid 
msgstr 
Project-Id-Version: debian-edu-install 1.521~svn74523\n
Report-Msgid-Bugs-To: debian-edu-inst...@packages.debian.org\n
POT-Creation-Date: 2011-12-29 16:42+0100\n
PO-Revision-Date: 2012-01-01 14:35+0400\n
Last-Translator: Yuri Kozlov yu...@komyakino.ru\n
Language-Team: Russian debian-l10n-russ...@lists.debian.org\n
Language: ru\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 1.0\n
Plural-Forms:  nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: text
#. Description
#. Debian Installer Main-menu Item
#: ../debian-edu-profile-udeb.templates:1001
msgid Choose Debian Edu profile
msgstr Выберите профиль Debian Edu

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, 
Thin-Client-Server, Standalone, Minimal, Sugar
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
msgid Main Server
msgstr Основной сервер

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, 
Thin-Client-Server, Standalone, Minimal, Sugar
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
msgid Workstation
msgstr Рабочая станция

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, 
Thin-Client-Server, Standalone, Minimal, Sugar
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
msgid Roaming Workstation
msgstr Передвижная рабочая станция

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, 
Thin-Client-Server, Standalone, Minimal, Sugar
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
msgid Thin Client Server
msgstr Сервер тонких клиентов

#. Type: multiselect
#. Choices
#. Type: multiselect
#. Choices
#. __Choices: Main-Server, Workstation, Roaming-Workstation, 
Thin-Client-Server, Standalone, Minimal, Sugar
#: ../debian-edu-profile-udeb.templates:2001
#: ../debian-edu-profile-udeb.templates:3001
msgid Standalone
msgstr Автономная машина

#. Type: multiselect
#. Description
#. Type: multiselect
#. Description
#: ../debian-edu-profile-udeb.templates:2002
#: ../debian-edu-profile-udeb.templates:3002
msgid Profile(s) to apply to this machine:
msgstr Применяемые к этой машине профили:

#. Type: multiselect
#. Description
#. Type: multiselect
#. Description
#: ../debian-edu-profile-udeb.templates:2002
#: ../debian-edu-profile-udeb.templates:3002
msgid Profiles determine how the machine can be used out-of-the-box:
msgstr 
Профили, определяющие как будет использоваться машина сразу после завершения 
установки:

#. Type: multiselect
#. Description
#: ../debian-edu-profile-udeb.templates:2002
msgid 
 - Main Server: reserved for the Debian Edu server. It does not\n
include any GUI (Graphical User Interface). There\n
should only be one such server on a Debian Edu\n
network.\n
 - Workstation: for normal machines on the Debian Edu network.\n
 - Roaming Workstation: for single user machines on the Debian Edu\n
network which some times travel outside the network.\n
 - Thin Client Server:\n
includes 'Workstation' and requires two network\n
cards.\n
 - Standalone:  for machines meant to be used outside the Debian Edu\n
network. It includes a GUI and conflicts with other\n
profiles.
msgstr 
 - Основной сервер: используется для сервера Debian Edu. Не содержит\n
графического интерфейса (GUI). Должен быть настроен\n
только на одном сервере в сети Debian Edu.\n
 - Рабочая станция: для обычных машин в сети Debian Edu.\n
 - Передвижная рабочая станция: для отдельных пользовательских\n
машин из сети Debian Edu, которые иногда бывают вне сети.\n
 - Сервер тонких клиентов:\n
Включает профиль 'Рабочая станция' и требует две\n
сетевые карты.\n
 - 

Bug#653901: ltris: please package new upstream version 1.0.18

2012-01-01 Thread Francesco Poli (wintermute)
Package: ltris
Version: 1.0.14-1
Severity: wishlist

Hi there!

It seems to me that, since the last upload to unstable (performed
about 2 years ago) a number of newer upstream versions have been
released.
The latest upstream version seems to be 1.0.18 [1].

Could you please package it?
Thanks for your time.

[1] 
http://lgames.sourceforge.net/download.php?project=LTrisurl=SOURCEFORGE/lgames/ltris-1.0.18.tar.gz



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



Bug#653902: lbreakout2: please package new upstream version 2.6.3

2012-01-01 Thread Francesco Poli (wintermute)
Package: lbreakout2
Version: 2.6.1-1.1
Severity: wishlist

Hello!

It seems to me that, since the last maintainer upload to unstable
(which was done about 2 years ago) a couple of newer upstream versions
have been published.
The latest upstream version appears to be 2.6.3 [1].

Could you please package it?
Thanks for your time.

[1] 
http://lgames.sourceforge.net/download.php?project=LBreakout2url=SOURCEFORGE/lgames/lbreakout2-2.6.3.tar.gz



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



Bug#653903: transition: qt4-x11 multiarch

2012-01-01 Thread Fathi Boudra
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

Hi,

I would like to prepare Qt multiarch transition.

An initial mail has been sent to pkg-kde-talk mailing list[1] and a wiki
page[2] is available to track our progress.

The transition could happen once Qt 4.7.4/QtWebKit 2.2.0 migrate to
testing. Qt 4.8.0/QtWebKit 2.2.1 with multiarch support have been
uploaded to experimental. Some other packages will be uploaded to
experimental.

Cheers,

Fathi

[1] 
http://lists.alioth.debian.org/pipermail/pkg-kde-talk/2011-September/001636.html
[2] http://wiki.debian.org/QtMultiarchTransition

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

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR.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#652436: Correction of Package Name and Upstream

2012-01-01 Thread john knightley
Name to change to fonts-arphic-sawndip in with new packing policy control
also to change to new policy format.

Latest upstream release corrects all 77 bounding box error glyphs. Latest
upstream
http://gdzhdb.l10n-support.com/sawndip-fonts/fonts-arphic-sawndip-20120101-1.tar.gz

All comments welcome.

Regards
John

On Sat, Dec 17, 2011 at 3:59 PM, john knightley john.knight...@gmail.comwrote:

 Please ignore the comments about libtest-interface-java these should not
 have been sent rather they where lines used from another report to get the
 format correct.

 The intent is to package ttf-arphic-sawndip the person who will package
 and the upstream author are the same person, namely myself.

 John Knightley



Bug#653906: nmu: haskell-cryptohash_0.7.3-1

2012-01-01 Thread Kiwamu Okabe
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

libghc-cryptohash-* depend on libghc-crypto-api-*.
We need rebuild libghc-cryptohash-*, because libghc-crypto-api-* is updated.

nmu haskell-cryptohash_0.7.3-1 . ALL . -m Rebuild against 
libghc-crypto-api-{dev,prof}

-- 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=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
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#653907: nmu: haskell-attoparsec-enumerator_0.3-1

2012-01-01 Thread Kiwamu Okabe
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

libghc-attoparsec-enumerator-* depend on libghc-enumerator-dev-*.
We need rebuild libghc-attoparsec-enumerator-*, because libghc-enumerator-dev-* 
is updated.

nmu haskell-attoparsec-enumerator_0.3-1 . ALL . -m Rebuild against 
libghc-enumerator-{dev,prof}

-- 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=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
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#653908: nmu: haskell-blaze-builder-enumerator_0.2.0.3-1

2012-01-01 Thread Kiwamu Okabe
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

libghc-blaze-builder-enumerator-* depend on libghc-enumerator-dev-*.
We need rebuild libghc-blaze-builder-enumerator-*,
because libghc-enumerator-dev-* is updated.

nmu haskell-blaze-builder-enumerator_0.2.0.3-1 . ALL . -m Rebuild against 
libghc-enumerator-{dev,prof}

-- 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=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
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#653909: nmu: haskell-zlib-enum_0.2.1-1

2012-01-01 Thread Kiwamu Okabe
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: binnmu

libghc-zlib-enum-* depend on libghc-enumerator-dev-*.
We need rebuild libghc-zlib-enum-*,
because libghc-enumerator-dev-* is updated.

nmu haskell-zlib-enum_0.2.1-1 . ALL . -m Rebuild against 
libghc-enumerator-{dev,prof}

-- 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=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
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#653860: reprepro: missing Release in debian-installer directory

2012-01-01 Thread Bernhard R. Link
* Geert Stappers stapp...@stappers.nl [111231 18:12]:
 When creating an udeb only aptable archive,
 there is no Release file created in the debian-installer directory.
 The Packages file is created. The regular aptable archive does
 get a Release file and an empty Packages file.

 It could be my ignorance, but to me it is strange behaviour of reprepro.
 Creating a empty Package file, an unwanted / unneeded Release file
 and neglecting to create the wanted / expected Release.

Reprepro does not support a udeb-only archive, you can only have a
deb+udeb archive (thus the empty Package file outside debian-installer).

The Release file in debian-installer is not created because when I wrote
that part of the code the Debian archive did not have a Release file
there either (The format of the Debian archive is not documented at all
and changes quite a lot).

 What is needed for a Release file in the debian-installer directory?

To have a Release file generated, it should be enough to add the proper
UDebIndices field. (Take a look at the manpage and use the DebIndices
default as UDebIndices value).

Bernhard R. Link



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



Bug#653910: lintian: please detect and warn about *.chm (MS Windows HtmlHelp Data) in source/binary packages

2012-01-01 Thread Paul Wise
Package: lintian
Severity: wishlist

Please detect and warn about *.chm files. The file program says these
are MS Windows HtmlHelp Data and they all begin with the 4 bytes
ITSF, which is the magic of the container format. CHM files are mainly
produced by proprietary, Windows-specific software. They are also mainly
consumed by Windows. There is Linux software to read them and an
incomplete FreePascal related project to create them, but any examples
in source packages are likely to be created by the proprietary Microsoft
software and are probably missing the source HTML and associated files.

http://en.wikipedia.org/wiki/Microsoft_Compiled_HTML_Help

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#642765: [patch] zemberek{-ooo,-server}: FTBFS: You must specify a valid JAVA_HOME or JAVACMD

2012-01-01 Thread Hideki Yamane
tags 642769 patch
tags 642765 patch
tags 642777 patch
thanks

Hi,

 Those 3 bugs are same issue and I've made patches for fix FTBFS 
 by adjusting JAVA_HOME path.
 
 Please check it, thanks.

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -u zemberek-2.1.1/debian/changelog zemberek-2.1.1/debian/changelog
--- zemberek-2.1.1/debian/changelog
+++ zemberek-2.1.1/debian/changelog
@@ -1,3 +1,11 @@
+zemberek (2.1.1-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- adjust JAVA_HOME
+
+ -- Hideki Yamane henr...@debian.org  Sun, 01 Jan 2012 20:38:43 +0900
+
 zemberek (2.1.1-8) unstable; urgency=low
 
   * debian/control:
diff -u zemberek-2.1.1/debian/rules zemberek-2.1.1/debian/rules
--- zemberek-2.1.1/debian/rules
+++ zemberek-2.1.1/debian/rules
@@ -1,9 +1,12 @@
 #!/usr/bin/make -f
+
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
 DEB_ANT_CLEAN_TARGET := temizle
-JAVA_HOME := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME := /usr/lib/jvm/java-6-openjdk-$(DEB_BUILD_ARCH)
 
 
 install/libzemberek-java::
diff -u zemberek-ooo-1.0~rc2/debian/rules zemberek-ooo-1.0~rc2/debian/rules
--- zemberek-ooo-1.0~rc2/debian/rules
+++ zemberek-ooo-1.0~rc2/debian/rules
@@ -4,7 +4,9 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-JAVA_HOME	:=	/usr/lib/jvm/java-6-openjdk
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+JAVA_HOME	:=	/usr/lib/jvm/java-6-openjdk-$(DEB_BUILD_ARCH)
 DEB_JARS	:= zemberek zemberek-tr
 ANT_ARGS := -Duse.external.zemberek=true
 ANT_ARGS += -Dzemberek.classpath=file:///usr/share/java/zemberek.jar file:///usr/share/java/zemberek-tr.jar
diff -u zemberek-ooo-1.0~rc2/debian/changelog zemberek-ooo-1.0~rc2/debian/changelog
--- zemberek-ooo-1.0~rc2/debian/changelog
+++ zemberek-ooo-1.0~rc2/debian/changelog
@@ -1,3 +1,11 @@
+zemberek-ooo (1.0~rc2-10.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- adjust JAVA_HOME
+
+ -- Hideki Yamane henr...@debian.org  Sun, 01 Jan 2012 20:53:42 +0900
+
 zemberek-ooo (1.0~rc2-10.2) unstable; urgency=high
 
   * Non-maintainer upload.
diff -u zemberek-server-0.7.1/debian/changelog zemberek-server-0.7.1/debian/changelog
--- zemberek-server-0.7.1/debian/changelog
+++ zemberek-server-0.7.1/debian/changelog
@@ -1,3 +1,11 @@
+zemberek-server (0.7.1-12.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- adjust JAVA_HOME path for each architecture
+
+ -- Hideki Yamane henr...@debian.org  Sun, 01 Jan 2012 20:56:03 +0900
+
 zemberek-server (0.7.1-12) unstable; urgency=low
 
   * debian/control:
diff -u zemberek-server-0.7.1/debian/rules zemberek-server-0.7.1/debian/rules
--- zemberek-server-0.7.1/debian/rules
+++ zemberek-server-0.7.1/debian/rules
@@ -4,7 +4,9 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME	:=	/usr/lib/jvm/java-6-openjdk
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+JAVA_HOME	:=	/usr/lib/jvm/java-6-openjdk-$(DEB_BUILD_ARCH)
 DEB_JARS	:= zemberek zemberek-tr dbus mina-core
 
 pre-build::


Bug#653911: file: MS Windows HtmlHelp Data magic is overly specific

2012-01-01 Thread Paul Wise
Package: file
Severity: wishlist
Tags: patch

A number of years ago I did some reverse engineering[1] of the
CHM/HtmlHelp format[2]. In [2], the DWORD at 0xC in the initial header
is listed as 1 (unknown). According to my tests, this has been 0 in
some files and 1 in other ITSF files. I would therefore suggest removing
the last 4 bytes from the MS Windows HtmlHelp Data magic, patch here:

--- a/magic/Magdir/msdos
+++ b/magic/Magdir/msdos
@@ -703,7 +703,7 @@
 !:mime application/vnd.ms-tnef

 # HtmlHelp files (.chm)
-0  string  ITSF\003\000\000\000\x60\000\000\000\001\000\000\000MS 
Windows HtmlHelp Data
+0  string  ITSF\003\000\000\000\x60\000\000\000MS Windows HtmlHelp Data

 # GFA-BASIC (Wolfram Kleff)
 2  string  GFA-BASIC3  GFA-BASIC 3 data

 1. http://chmspec.nongnu.org/latest/
 2. http://www.russotto.net/chm/chmformat.html

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#653881: RM: amsn/0.98.4-4

2012-01-01 Thread Moritz Mühlenhoff
On Sat, Dec 31, 2011 at 05:19:21PM -0500, Michael Gilbert wrote:
 Package: release.debian.org
 User: release.debian@packages.debian.org
 Usertags: rm
 Severity: normal
 
 Please remove amsn from testing.  Based on the maintainer's opinion,
 and the fact that hasn't gotten any security support in 5 years, it
 should be removed.  See http://bugs.debian.org/557754.

Shouldn't it rather be removed from the archive, then?

Cheers,
Moritz



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



Bug#653881: RM: amsn/0.98.4-4

2012-01-01 Thread Julien Cristau
On Sat, Dec 31, 2011 at 17:19:21 -0500, Michael Gilbert wrote:

 Package: release.debian.org
 User: release.debian@packages.debian.org
 Usertags: rm
 Severity: normal
 
 Please remove amsn from testing.  Based on the maintainer's opinion,
 and the fact that hasn't gotten any security support in 5 years, it
 should be removed.  See http://bugs.debian.org/557754.
 
There should be a serious bug filed against the package to document
that (and prevent the package from coming back 12 hours later).  The bug
you mention is only severity:important.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#642753: [patch] liquidlnf: FTBFS: You must specify a valid JAVA_HOME or JAVACMD

2012-01-01 Thread Hideki Yamane
tags 642753 patch
thanks

Hi,

 I've made a patch for fix FTBFS by adjusting JAVA_HOME path.
 Please check it, thanks.

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -u liquidlnf-2.9.1/debian/rules liquidlnf-2.9.1/debian/rules
--- liquidlnf-2.9.1/debian/rules
+++ liquidlnf-2.9.1/debian/rules
@@ -4,7 +4,9 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-JAVA_HOME:= /usr/lib/jvm/java-6-openjdk
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+JAVA_HOME:= /usr/lib/jvm/java-6-openjdk-$(DEB_BUILD_ARCH)
 DEB_ANT_BUILD_TARGET := jar
 DEB_JARS := laf-plugin
 ANT_OPTS	 := -Dant.build.javac.source=1.[45]
diff -u liquidlnf-2.9.1/debian/changelog liquidlnf-2.9.1/debian/changelog
--- liquidlnf-2.9.1/debian/changelog
+++ liquidlnf-2.9.1/debian/changelog
@@ -1,3 +1,11 @@
+liquidlnf (2.9.1-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- adjust JAVA_HOME (Closes: #642753)
+
+ -- Hideki Yamane henr...@debian.org  Sun, 01 Jan 2012 21:48:01 +0900
+
 liquidlnf (2.9.1-8) unstable; urgency=low
 
   * QA upload.


Bug#652934: [Piuparts-devel] Bug#652934: Bug#652934: Packaging piuparts-server

2012-01-01 Thread Holger Levsen
Hi,

happy gnu year! :-)

On Freitag, 30. Dezember 2011, Dave Steele wrote:
 Sorry for the delay - I have been relatively offline.

Quite common this time at the year :)
 
 It is possible to incorporate the piatti repository into piuparts as a
 git submodule, preserving its history, but you may want to consider
 the ramifications.

yeah... I also don't really like git submodules...

 Let me know if you still want this type of setup, or if you have a
 better way to maintain piatti history.

I did this:

cd $piuparts.git

# create an empty branch 
git symbolic-ref HEAD refs/heads/piatti.git
rm .git/index 
git clean -fdx 
# add piatti.git as new remote
git remote add piatti.git git+ssh://git.debian.org/git/piuparts/piatti.git
git fetch piatti.git
# merge master branch from piatti.git into branch piatti.git of piuparts.git
git merge piatti.git/master

voila. I think this is the way I want to go.

But: this branch has two directories, home and org which probably should be 
moved together with it's README.txt into a subdir, for which we need a 
suitable name. 

Plus, if we make this move now, (I believe) further merges from the piatti.git 
repo will conflict, so best be prepared to redo those moving steps again.

Though in principle I'd be happy to do these changes fast+soon, so that we 
can just drop the piatti.git repo and exclusivly run piatti.debian.org with 
code from piuparts.git - so not neccessarily redoing those moving steps at 
all...

_If_ this is the next change to be merged :-) For which I'm happy it to be.


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#653887: libavformat53 breaks mplayer

2012-01-01 Thread Julien Cristau
On Sun, Jan  1, 2012 at 08:25:00 +0100, Reinhard Tartler wrote:

 reassign 653887 mplayer 2:1.0~rc4.dfsg1-1
 stop
 
 Happy new year, Brian!
 
 On So, Jan 01, 2012 at 02:37:37 (CET), Brian Paterni wrote:
 
  Package: libavformat53
  Version: 4:0.8~beta1-1
  Severity: serious
  Justification: 5
 
  Dear Maintainer,
 
  libavformat53 in experimental seems to have broken mplayer's ability to
  playback files. After upgrading to 4:0.8~beta1-1, mplayer reports the 
  following
  whenever I attempt to play something:
 
  mplayer: relocation error: mplayer: symbol ff_codec_wav_tags, version
  LIBAVFORMAT_53 not defined in file libavformat.so.53 with link time 
  reference
 
 I really think this is a bug in mplayer. ff_codec_wav_tags is and always
 was an internal symbol, that is no longer exported since this commit:
 
 http://git.libav.org/?p=libav.git;a=commitdiff;h=8d74bf17c6d6280195854f4dadb19ef37d054566
 
 This issue a long-standing wart in mplayer that should really be fixed
 there.
 
It should *also* be fixed in libavformat53 by adding Breaks against
unfixed versions of mplayer.

Cheers,
Julien



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



Bug#648992: (no subject)

2012-01-01 Thread Mauro Sacchetto
Any new?

MS



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



Bug#653912: please add shortcut to gosa pw change on users desktop

2012-01-01 Thread Holger Levsen
package: debian-edu-config
version: 1.446

Hi,

previously, there was a shortcut on the users desktop to change their 
passwords with lwat. Now that we've changed to gosa there should be a similar 
shortcut. (But there isn't.)

pere h01ger: the students group is gone, and it is one of the triggers to 
get our menus.


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#653913: linux-image-3.1.0-1-amd64: ASUS k53U audio detect but no output

2012-01-01 Thread Wade Jan Barclay Donk
Package: linux-2.6
Version: 3.1.5-1
Severity: normal

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

upgraded stable to wheezy.
audio chipset detects but there is no audio output.
the card is configurable from alsamixer but no is sound heard.

-- Package-specific info:
** Version:
Linux version 3.1.0-1-amd64 (Debian 3.1.5-1) (b...@decadent.org.uk) (gcc 
version 4.6.2 (Debian 4.6.2-7) ) #1 SMP Sun Dec 11 20:36:41 UTC 2011

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.1.0-1-amd64 
root=UUID=53cfc19c-21c0-472c-9072-801eefe31dfe ro quiet

** Tainted: PO (4097)
 * Proprietary module has been loaded.
 * Out-of-tree module has been loaded.

** Kernel log:
[8.375166] snd_hda_intel :00:14.2: PCI INT A - GSI 16 (level, low) - 
IRQ 16
[8.489719] hda_codec: ALC269VB: BIOS auto-probing.
[8.494092] input: HDA ATI SB Mic as 
/devices/pci:00/:00:14.2/sound/card1/input13
[8.494373] input: HDA ATI SB Headphone as 
/devices/pci:00/:00:14.2/sound/card1/input14
[9.406764] input: PS/2 Logitech Wheel Mouse as 
/devices/platform/i8042/serio1/input/input15
[   10.498812] Adding 7809020k swap on /dev/sda6.  Priority:-1 extents:1 
across:7809020k 
[   10.817189] EXT3-fs (sda5): using internal journal
[   10.970462] loop: module loaded
[   13.065086] r8169 :03:00.0: eth0: link down
[   13.065108] r8169 :03:00.0: eth0: link down
[   13.066484] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.736318] r8169 :03:00.0: eth0: link up
[   14.737477] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   15.397511] input: ACPI Virtual Keyboard Device as 
/devices/virtual/input/input16
[   16.249616] lp: driver loaded but no devices found
[   16.397780] ppdev: user-space parallel port driver
[   18.189153] Bluetooth: Core ver 2.16
[   18.189213] NET: Registered protocol family 31
[   18.189218] Bluetooth: HCI device and connection manager initialized
[   18.189225] Bluetooth: HCI socket layer initialized
[   18.189229] Bluetooth: L2CAP socket layer initialized
[   18.189242] Bluetooth: SCO socket layer initialized
[   18.212349] Bluetooth: RFCOMM TTY layer initialized
[   18.212363] Bluetooth: RFCOMM socket layer initialized
[   18.212367] Bluetooth: RFCOMM ver 1.11
[   18.301413] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   18.301421] Bluetooth: BNEP filters: protocol multicast
[   20.308654] [fglrx] ATIF platform detected with notification ID: 0x81
[   21.797102] powernow-k8: Found 1 AMD C-60 APU with Radeon(tm) HD Graphics (2 
cpu cores) (version 2.20.00)
[   21.797131] powernow-k8: Core Performance Boosting: on.
[   21.797227] powernow-k8:0 : pstate 0 (1000 MHz)
[   21.797233] powernow-k8:1 : pstate 1 (800 MHz)
[   22.778606] fglrx_pci :00:01.0: irq 42 for MSI/MSI-X
[   22.780352] [fglrx] Firegl kernel thread PID: 1809
[   22.780551] [fglrx] Firegl kernel thread PID: 1810
[   22.780731] [fglrx] Firegl kernel thread PID: 1811
[   22.780940] [fglrx] IRQ 42 Enabled
[   23.194734] [fglrx] Gart USWC size:1116 M.
[   23.194748] [fglrx] Gart cacheable size:442 M.
[   23.194766] [fglrx] Reserved FB block: Shared offset:0, size:100 
[   23.194777] [fglrx] Reserved FB block: Unshared offset:fc81000, size:37f000 
[   23.194787] [fglrx] Reserved FB block: Unshared offset:17ff4000, size:c000 
[   24.944101] eth0: no IPv6 routers present
[   24.976683] ACPI Error: Needed [Integer/String/Buffer], found [Reference] 
88013a0ac588 (20110623/exresop-422)
[   24.976701] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands 
for [OpcodeName unavailable] (20110623/dswexec-460)
[   24.976714] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.AF03] 
(Node 88013a673ce0), AE_AML_OPERAND_TYPE (20110623/psparse-536)
[   24.976736] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.ATIF] 
(Node 88013a673f60), AE_AML_OPERAND_TYPE (20110623/psparse-536)
[  301.066703] [fglrx] IRQ 42 Disabled
[  310.845072] [fglrx] ATIF platform detected with notification ID: 0x81
[  312.924807] fglrx_pci :00:01.0: irq 42 for MSI/MSI-X
[  312.926958] [fglrx] Firegl kernel thread PID: 3208
[  312.927352] [fglrx] Firegl kernel thread PID: 3209
[  312.927837] [fglrx] Firegl kernel thread PID: 3210
[  312.928116] [fglrx] IRQ 42 Enabled
[  313.092917] [fglrx] Gart USWC size:1116 M.
[  313.092928] [fglrx] Gart cacheable size:442 M.
[  313.092943] [fglrx] Reserved FB block: Shared offset:0, size:100 
[  313.092952] [fglrx] Reserved FB block: Unshared offset:fc81000, size:37f000 
[  313.092960] [fglrx] Reserved FB block: Unshared offset:17ff4000, size:c000 
[  314.564610] ACPI Error: Needed [Integer/String/Buffer], found [Reference] 
88013768bb70 (20110623/exresop-422)
[  314.564634] ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands 
for [OpcodeName unavailable] (20110623/dswexec-460)
[  314.564651] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.AF03] 
(Node 88013a673ce0), AE_AML_OPERAND_TYPE 

Bug#646449: libosip2: FTBFS: osip_message_parse.c:850:5: error:, format not a string literal and no format arguments, [-Werror=format-security]

2012-01-01 Thread Ana Guerrero
On Sat, Dec 31, 2011 at 09:20:20PM +, peter green wrote:
 This was fixed already in version 3.6.0-1 uploaded to unstable
 about the same time the archive rebuild was done.
 Umm according to packages.qa.debian.org 3.6.0-1 and all versions
 since were uploaded to experimental not unstable.

Right. It is still pending to be fixed in unstable (I guess the
VoIP team is waiting to do the library transition here). The bug
is marked as fixed in the version 3.6.0-1, so it still appears
as affecting unstable anyway.

Thank you,

Ana



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



Bug#653914: xserver-xorg-video-intel: Version in experimental does not match version of xserver-xorg-core

2012-01-01 Thread Reinhard Karcher
Package: xserver-xorg-video-intel
Version: 2:2.17.0-1
Severity: normal

   * What led up to the situation?
 Trying to install xserver-xorg-video-intel for Xserver 1.12.RC1 from 
experimental,
 as announced in KiBi blog. All other drivers in experimental depend on
 xserver-xorg-core =2:1.11.99.901 and xorg-video-abi = 12
 but the intel driver on xserver-xorg-core =2:1.10.99.901 and
 xorg-video-abi = 11. So the intel driver cannot be installed with the
 xserver-xorg-core with xorg-video-abi 11. 


-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Jan 24  2009 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2056592 Dec 10 22:57 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (primary) [8086:2a02] (rev 03)

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

Contents of /etc/X11/xorg.conf.d:
-
total 4
-rw-r--r-- 1 root root 70 Jun 20  2011 dosemu_fonts.conf

KMS configuration files:

/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1

Kernel version (/proc/version):
---
Linux version 3.2.0-rc7-amd64 (Debian 3.2~rc7-1~experimental.1) 
(wa...@debian.org) (gcc version 4.6.2 (Debian 4.6.2-9) ) #1 SMP Wed Dec 28 
14:29:59 UTC 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 30893 Dec 17 14:13 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 29757 Jan  1 11:21 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[60.196] 
X.Org X Server 1.11.2.902 (1.11.3 RC 2)
Release Date: 2011-12-09
[60.197] X Protocol Version 11, Revision 0
[60.197] Build Operating System: Linux 3.1.0-1-amd64 x86_64 Debian
[60.197] Current Operating System: Linux apollon 3.2.0-rc7-amd64 #1 SMP Wed 
Dec 28 14:29:59 UTC 2011 x86_64
[60.198] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-rc7-amd64 
root=UUID=9bb56ba6-3117-47d6-b07c-2cca477643e9 ro quiet cgroup_enable=memory
[60.199] Build Date: 10 December 2011  09:55:45PM
[60.199] xorg-server 2:1.11.2.902-1 (Cyril Brulebois k...@debian.org) 
[60.200] Current version of pixman: 0.24.0
[60.200]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[60.201] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[60.202] (==) Log file: /var/log/Xorg.0.log, Time: Sat Dec 31 21:54:52 
2011
[60.388] (==) Using config directory: /etc/X11/xorg.conf.d
[60.388] (==) Using system config directory /usr/share/X11/xorg.conf.d
[60.503] (==) No Layout section.  Using the first Screen section.
[60.503] (==) No screen section available. Using defaults.
[60.503] (**) |--Screen Default Screen Section (0)
[60.503] (**) |   |--Monitor default monitor
[60.554] (==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
[60.555] (==) Automatically adding devices
[60.555] (==) Automatically enabling devices
[60.700] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[60.700]Entry deleted from font path.
[60.955] (WW) The directory 
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType does not exist.
[61.118]Entry deleted from font path.
[61.118] (**) FontPath set to:
/usr/local/share/dosemu/Xfonts,
/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,
built-ins
[61.118] (==) ModulePath set to /usr/lib/xorg/modules
[61.118] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[61.118] (II) Loader magic: 0x7f677e5a7ae0
[61.118] (II) Module ABI versions:
[61.118]X.Org ANSI C Emulation: 0.4
[61.118]X.Org Video Driver: 11.0
[61.118]X.Org XInput driver : 13.0
[61.118]X.Org Server Extension : 6.0
[61.120] (--) PCI:*(0:0:2:0) 8086:2a02:10cf:13fe rev 3, Mem @ 
0xfc00/1048576, 0xe000/268435456, I/O @ 0x1800/8
[61.120] (--) PCI: (0:0:2:1) 8086:2a03:10cf:13fe rev 3, Mem @ 
0xfc10/1048576
[61.120] (II) Open ACPI successful (/var/run/acpid.socket)
[61.120] (II) LoadModule: extmod
[61.159] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[61.179] (II) Module extmod: vendor=X.Org Foundation
[61.179]compiled for 1.11.2.902, module 

Bug#642765: [patch] zemberek{-ooo,-server}: FTBFS: You must specify a valid JAVA_HOME or JAVACMD

2012-01-01 Thread Hideki Yamane
On Sun, 1 Jan 2012 21:35:02 +0900
Hideki Yamane henr...@debian.or.jp wrote:
  Those 3 bugs are same issue and I've made patches for fix FTBFS 
  by adjusting JAVA_HOME path.

 Oops, I forgot to add bug number in debian/changelog.
 Send it again...


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -u zemberek-server-0.7.1/debian/changelog zemberek-server-0.7.1/debian/changelog
--- zemberek-server-0.7.1/debian/changelog
+++ zemberek-server-0.7.1/debian/changelog
@@ -1,3 +1,11 @@
+zemberek-server (0.7.1-12.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- adjust JAVA_HOME path for each architecture (Closes: #642777)
+
+ -- Hideki Yamane henr...@debian.org  Sun, 01 Jan 2012 20:56:03 +0900
+
 zemberek-server (0.7.1-12) unstable; urgency=low
 
   * debian/control:
diff -u zemberek-server-0.7.1/debian/rules zemberek-server-0.7.1/debian/rules
--- zemberek-server-0.7.1/debian/rules
+++ zemberek-server-0.7.1/debian/rules
@@ -4,7 +4,9 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME	:=	/usr/lib/jvm/java-6-openjdk
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+JAVA_HOME	:=	/usr/lib/jvm/java-6-openjdk-$(DEB_BUILD_ARCH)
 DEB_JARS	:= zemberek zemberek-tr dbus mina-core
 
 pre-build::
diff -u zemberek-ooo-1.0~rc2/debian/rules zemberek-ooo-1.0~rc2/debian/rules
--- zemberek-ooo-1.0~rc2/debian/rules
+++ zemberek-ooo-1.0~rc2/debian/rules
@@ -4,7 +4,9 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-JAVA_HOME	:=	/usr/lib/jvm/java-6-openjdk
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+JAVA_HOME	:=	/usr/lib/jvm/java-6-openjdk-$(DEB_BUILD_ARCH)
 DEB_JARS	:= zemberek zemberek-tr
 ANT_ARGS := -Duse.external.zemberek=true
 ANT_ARGS += -Dzemberek.classpath=file:///usr/share/java/zemberek.jar file:///usr/share/java/zemberek-tr.jar
diff -u zemberek-ooo-1.0~rc2/debian/changelog zemberek-ooo-1.0~rc2/debian/changelog
--- zemberek-ooo-1.0~rc2/debian/changelog
+++ zemberek-ooo-1.0~rc2/debian/changelog
@@ -1,3 +1,11 @@
+zemberek-ooo (1.0~rc2-10.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- adjust JAVA_HOME (Closes: #642765)
+
+ -- Hideki Yamane henr...@debian.org  Sun, 01 Jan 2012 20:53:42 +0900
+
 zemberek-ooo (1.0~rc2-10.2) unstable; urgency=high
 
   * Non-maintainer upload.
diff -u zemberek-2.1.1/debian/changelog zemberek-2.1.1/debian/changelog
--- zemberek-2.1.1/debian/changelog
+++ zemberek-2.1.1/debian/changelog
@@ -1,3 +1,11 @@
+zemberek (2.1.1-8.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- adjust JAVA_HOME (Closes: #642769)
+
+ -- Hideki Yamane henr...@debian.org  Sun, 01 Jan 2012 20:38:43 +0900
+
 zemberek (2.1.1-8) unstable; urgency=low
 
   * debian/control:
diff -u zemberek-2.1.1/debian/rules zemberek-2.1.1/debian/rules
--- zemberek-2.1.1/debian/rules
+++ zemberek-2.1.1/debian/rules
@@ -1,9 +1,12 @@
 #!/usr/bin/make -f
+
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
 DEB_ANT_CLEAN_TARGET := temizle
-JAVA_HOME := /usr/lib/jvm/java-6-openjdk
+JAVA_HOME := /usr/lib/jvm/java-6-openjdk-$(DEB_BUILD_ARCH)
 
 
 install/libzemberek-java::


Bug#653915: netbeans: Netbeans GUI is not loading

2012-01-01 Thread Andrii Borovyi
Package: netbeans
Version: 7.0.1+dfsg1-4
Severity: important

Dear Maintainer,

I made a fresh installation of Debian wheezy on my laptop, including netbeans.
Afterwards I imported all my projects there in order to continue some private
development. All my projects are using SWING-components, and when I'm clicking
on Design  switcher, in order to make changes in GUI, it is showing label
loading and I get following error:

java.lang.ClassNotFoundException: org.w3c.dom.ElementTraversal
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Caused: java.lang.ClassNotFoundException: org.w3c.dom.ElementTraversal starting
from ModuleCL@6e848ecc[org.netbeans.libs.xerces] with possible defining loaders
[ModuleCL@176f5261[org.netbeans.modules.swingapp]] and declared parents []
at org.netbeans.ProxyClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
Caused: java.lang.NoClassDefFoundError: org/w3c/dom/ElementTraversal
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at org.netbeans.JarClassLoader.doLoadClass(Unknown Source)
Caused: java.lang.NoClassDefFoundError: org/w3c/dom/ElementTraversal while
loading org.apache.xerces.dom.ElementImpl; see
http://wiki.netbeans.org/DevFaqTroubleshootClassNotFound
at org.netbeans.ProxyClassLoader.selfLoadClass(Unknown Source)
at org.netbeans.ProxyClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at org.netbeans.JarClassLoader.doLoadClass(Unknown Source)
Caused: java.lang.NoClassDefFoundError: org/w3c/dom/ElementTraversal while
loading org.apache.xerces.dom.ElementImpl; see
http://wiki.netbeans.org/DevFaqTroubleshootClassNotFound while loading
org.apache.xerces.dom.ElementNSImpl; see
http://wiki.netbeans.org/DevFaqTroubleshootClassNotFound
at org.netbeans.ProxyClassLoader.selfLoadClass(Unknown Source)
at org.netbeans.ProxyClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at org.apache.xerces.parsers.AbstractDOMParser.startDocument(Unknown
Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.startDocument(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentScannerImpl.startEntity(Unknown
Source)
at
org.apache.xerces.impl.XMLVersionDetector.startDocumentParsing(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at
org.netbeans.modules.form.GandalfPersistenceManager.canLoadForm(GandalfPersistenceManager.java:270)
at
org.netbeans.modules.form.FormDesigner$PreLoadTask.getPersistenceManager(FormDesigner.java:1911)
at
org.netbeans.modules.form.FormDesigner$PreLoadTask.run(FormDesigner.java:1881)
[catch] at org.openide.util.RequestProcessor$Task.run(Unknown Source)
at org.openide.util.RequestProcessor$Processor.run(Unknown Source)

I tried to do the same on my account with the new project, but the error
remains the same.



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

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

Versions of packages netbeans depends on:
ii  default-jdk [java6-sdk]1:1.6-46
ii  libnb-apisupport3-java 7.0.1+dfsg1-4
ii  libnb-ide14-java   7.0.1+dfsg1-4
ii  libnb-java5-java   7.0.1+dfsg1-4
ii  libnb-platform13-java  7.0.1+dfsg1-4
ii  openjdk-6-jdk [java6-sdk]  6b24~pre2-1

netbeans recommends no packages.

netbeans suggests no packages.

-- no debconf information
---
Log Session: Sunday, January 1, 2012 3:07:51 PM EET
System Info: 
  Product Version = NetBeans IDE 7.0.1 (Build 20111203-unknown-revn)
  Operating System= Linux version 3.1.0-1-amd64 running on amd64
  Java; VM; Vendor= 1.6.0_24; OpenJDK 64-Bit Server VM 20.0-b12; Sun 
Microsystems Inc.
  Runtime = OpenJDK Runtime Environment 1.6.0_24-b24
  Java Home   = /usr/lib/jvm/java-6-openjdk-amd64/jre
  System 

Bug#651620: ~/.rocksndiamonds/ is world-writable

2012-01-01 Thread Luk Claes
Hi

I guess at least below needs changing. Probably there also needs to be
some existing modes be changed (in the postinst?).

Cheers

Luk

--- rocksndiamonds-3.3.0.1+dfsg1.orig/src/libgame/setup.c
2010-03-27 21:40:16.0 +0100
+++ rocksndiamonds-3.3.0.1+dfsg1/src/libgame/setup.c2012-01-01
14:16:17.0 +0100
@@ -1445,10 +1445,7 @@
   /* if we're setgid, protect files against other */
   /* else keep umask(0) to make the dir world-writable */

-  if (running_setgid)
-posix_umask(last_umask  group_umask);
-  else
-dir_mode |= MODE_W_ALL;
+  posix_umask(last_umask  group_umask);

   if (!fileExists(dir))
 if (posix_mkdir(dir, dir_mode) != 0)




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



Bug#653916: cmake doesn't read $CPPFLAGS, ignores some hardening flags

2012-01-01 Thread Felix Geyer
Package: cmake
Version: 2.8.5-1

cmake doesn't read the $CPPFLAGS environment variable and thus ignores some
flags set by dpkg-buildflags.
Currently this is -D_FORTIFY_SOURCE=2.



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



Bug#653917: The description reads Homepage: http://www.linux-foundation.org/en/LSB which simply suggests [though does not redirect automatically] to go to https://wiki.linuxfoundation.org/en/LSB_Wik

2012-01-01 Thread Jess Portnoy
Package: lsb-base
Version: 3.2-28
Severity: minor



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

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

Versions of packages lsb-base depends on:
ii  ncurses-bin  5.9-4
ii  sed  4.2.1-9

lsb-base recommends no packages.

lsb-base suggests no packages.

-- debconf-show failed



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



Bug#653471: Workaround

2012-01-01 Thread Richard Zimmer
Hi, I did a some more experimenting.

Please excuse little translation errors, I am installing in german and am 
translationg it back to english for more people to read this info.

It seems the debian installer is not working correct when started from SD card 
(the EeePC Installation docu 
http://wiki.debian.org/DebianEeePC/HowTo/InstallUsingStandardInstaller actually 
says to put the image on a usb stick and does not mention a SD card). It seems 
the installers CD-ROM utilities do not recognize a SD card as CD-ROM as wold be 
needed.

After dd'ing the CD #1 installer image to a usb stick and rebooting the EeePC 
it was recognized as installer CD-Rom medium.

Now the next problem arose. In the installation step Selecting and installing 
software on the tasksel page I chose Desktop environment and Laptop 
additional to the default selection Base system. After a long time installing 
an error message apeared stating an installation error. Without any specific 
imformation. I think it could be an energy saving problem, which would mean the 
network is disabled during the long time installing (after I got the system 
installed I experienced automatic deactivation of the network during work which 
I could resolve only by reboot).

So, how did I get the EeePC installed? I booted from the usb stick, selected 
help to get the text mode installer (the graphic installer boot menu always 
hangs). Then I typed expert (so I believe install should also work) and hit 
return to start the installer. After configuring language, keyboard etc. I 
configured the network, Ethernet as well as Wlan (using WEP security) works. In 
tasksel in the software selection I stayed with the default basic software to 
speed up the installation. After the reboot I used aptitude to opened the 
taskgroup tasks and enduser and then marked the complete 
Gnome-Desktop-Environment and Laptop groups for installation and installed it.

After the installation was finished a reboot brought up a basic debian gnome 
desktop.

I found nothing EeePC specific even worse, alot of dialog boxes are too large 
for the 7 screen. So this installation seems to be a basis to build a usable 
system later but nothing a beginner would expect.

If anybody is interested to further inspect the installation problems I would 
be glad to assist with whatever needs to be done.

If anybody has suggestions how to configure the system to a usable EeePC 
environment I would appreciate any hints.

If the community is interested in further documentation in english or german I 
would like to help.

With the best wishes to the great debian community

Richard




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



Bug#653912: please add shortcut to gosa pw change on users desktop

2012-01-01 Thread Holger Levsen
Hi,

please also see 
http://wiki.debian.org/DebianEdu/Documentation/Squeeze/HowTo/Users#Changing_passwords


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#607535: not really fixed

2012-01-01 Thread Julian Taylor
reopen 607535
found 607535 0.2.2b1-9
thanks

revision -9 does not call autoreconf so the changes to Makefile.am are
not applied when the autotools version does not match.
If it doesn't you get this type of issues in the build:

cd .  /bin/bash /tmp/buildd/aeskulap-0.2.2b1/missing --run aclocal-1.10
/tmp/buildd/aeskulap-0.2.2b1/missing: line 52: aclocal-1.10: command not
found
WARNING: `aclocal-1.10' is missing on your system.  You should only need
it if
 you modified `acinclude.m4' or `configure.in'.  You might want
 to install the `Automake' and `Perl' packages.  Grab them from
 any GNU archive site.
 cd .  /bin/bash /tmp/buildd/aeskulap-0.2.2b1/missing --run
automake-1.10 --gnu
/tmp/buildd/aeskulap-0.2.2b1/missing: line 52: automake-1.10: command
not found
WARNING: `automake-1.10' is missing on your system.  You should only
need it if
 you modified `Makefile.am', `acinclude.m4' or `configure.in'.
 You might want to install the `Automake' and `Perl' packages.
 Grab them from any GNU archive site.
cd .  /bin/bash /tmp/buildd/aeskulap-0.2.2b1/missing --run autoconf
aclocal.m4:14: error: this file was generated for autoconf 2.61.
You have another version of autoconf.  If you want to use that,
you should regenerate the build system entirely.
aclocal.m4:14: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
WARNING: `autoconf' is probably too old.  You should only need it if
 you modified `configure.in'.  You might want to install the
 `Autoconf' and `GNU m4' packages.  Grab them from any GNU
 archive site.

the simplest way to fix this is to b-depend on dh-autoreconf, drop
autotools-dev and change rules to
dh $@ --with autoreconf



signature.asc
Description: OpenPGP digital signature


Bug#644289: polipo denial of service (CVE-2011-3596)

2012-01-01 Thread Luk Claes
Hi

There seems to be a pointer to a patch in the RedHat tracker [1].

Cheers

Luk

[1] https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2011-3596



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



Bug#653918: gscan2pdf doesn't save metadata anymore

2012-01-01 Thread Sebastian Schmidt
Package: gscan2pdf
Version: 1.0.0-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

gscan2pdf doesn't save the metadata supplied in the save dialog anymore.

Scan a file, save it, put some data into the save dialog, run pdfinfo on
the created PDF file. Nothing there.

Sebastian

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

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

Versions of packages gscan2pdf depends on:
ii  imagemagick  8:6.6.9.7-5+b2
ii  libconfig-general-perl   2.50-1
ii  libgoo-canvas-perl   0.06-1+b2 
ii  libgtk2-ex-simple-list-perl  0.50-2
ii  libgtk2-imageview-perl   0.05-1+b2 
ii  libhtml-parser-perl  3.69-1+b1 
ii  liblocale-gettext-perl   1.05-7+b1 
ii  liblog-log4perl-perl 1.29-1
ii  libpdf-api2-perl 2.019-1   
ii  libproc-processtable-perl0.45-3+b1 
ii  libreadonly-perl 1.03-3
ii  librsvg2-common  2.34.2-1  
ii  libsane-perl 0.03-1+b2 
ii  libset-intspan-perl  1.16-1
ii  libtiff-tools3.9.5-2   
ii  perlmagick   8:6.6.9.7-5+b2
ii  sane-utils   1.0.22-7  

Versions of packages gscan2pdf recommends:
ii  cuneiform  1.1.0+dfsg-2
ii  djvulibre-bin  3.5.24-9
ii  gocr   0.49-1  
ii  libgtk2-ex-podviewer-perl  0.18-1  
ii  sane   1.0.14-9
ii  tesseract-ocr  2.04-2.1+b1 
ii  unpaper0.3-1   
ii  xdg-utils  1.1.0~rc1-3 

gscan2pdf suggests no packages.

- -- no debconf information

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

iD8DBQFPAGXYvBVic1oTsEgRAqVPAJ9kN88vMYTJfiwY7d/UZa2pd/sd6ACaArYw
7Jd/OSwR4B9gRQwhYLOb4IY=
=fGzU
-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#640603: buildbot-slave: diff for NMU version 0.8.5-1.1

2012-01-01 Thread Julien Cristau
tags 640603 + patch
tags 640603 + pending
thanks

Dear maintainer,

I've prepared an NMU for buildbot-slave (versioned as 0.8.5-1.1) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Cheers,
Julien
diff -Nru buildbot-slave-0.8.5/debian/buildbot-slave.postrm buildbot-slave-0.8.5/debian/buildbot-slave.postrm
--- buildbot-slave-0.8.5/debian/buildbot-slave.postrm	2011-06-29 17:58:44.0 +0200
+++ buildbot-slave-0.8.5/debian/buildbot-slave.postrm	2012-01-01 14:46:33.0 +0100
@@ -11,16 +11,8 @@
 upgrade|failed-upgrade|abort-install|abort-upgrade|disappear|remove)
 ;;
 purge)
-# Remove the user and its home dir if no buildbot packages left
-if ! (dpkg --get-selections 'buildbot*' | egrep -q '(install|hold|deinstall)') ; then
-if getent passwd buildbot /dev/null ; then
-echo Removing $USER_DESCR ...
-deluser --quiet --system --remove-home buildbot
-fi
-else 
-rm -rf $SLAVES_DIR
-#rm -rf $PID_DIR $LOG_DIR
-fi
+rm -rf $SLAVES_DIR
+#rm -rf $PID_DIR $LOG_DIR
 ;;
 *)
 echo postrm called with unknown argument \`$1' 2
diff -Nru buildbot-slave-0.8.5/debian/changelog buildbot-slave-0.8.5/debian/changelog
--- buildbot-slave-0.8.5/debian/changelog	2011-10-22 23:56:40.0 +0200
+++ buildbot-slave-0.8.5/debian/changelog	2012-01-01 14:48:55.0 +0100
@@ -1,3 +1,10 @@
+buildbot-slave (0.8.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't remove the buildbot user in postrm purge (closes: #640603).
+
+ -- Julien Cristau jcris...@debian.org  Sun, 01 Jan 2012 14:48:51 +0100
+
 buildbot-slave (0.8.5-1) unstable; urgency=low
 
   * New upstream version.


signature.asc
Description: Digital signature


Bug#653914: xserver-xorg-video-intel: Version in experimental does not match version of xserver-xorg-core

2012-01-01 Thread Cyril Brulebois
Reinhard Karcher reinhard.karc...@gmx.net (01/01/2012):
* What led up to the situation?
  Trying to install xserver-xorg-video-intel for Xserver 1.12.RC1 from 
 experimental,
  as announced in KiBi blog. All other drivers in experimental depend on
  xserver-xorg-core =2:1.11.99.901 and xorg-video-abi = 12
  but the intel driver on xserver-xorg-core =2:1.10.99.901 and
  xorg-video-abi = 11. So the intel driver cannot be installed with the
  xserver-xorg-core with xorg-video-abi 11. 

Uh-oh, good catch. Updated packages are building.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#653887: libavformat53 breaks mplayer

2012-01-01 Thread Reinhard Tartler
On So, Jan 01, 2012 at 13:57:13 (CET), Julien Cristau wrote:

 On Sun, Jan  1, 2012 at 08:25:00 +0100, Reinhard Tartler wrote:

[...]

 
  libavformat53 in experimental seems to have broken mplayer's ability to
  playback files. After upgrading to 4:0.8~beta1-1, mplayer reports the 
  following
  whenever I attempt to play something:
 
  mplayer: relocation error: mplayer: symbol ff_codec_wav_tags, version
  LIBAVFORMAT_53 not defined in file libavformat.so.53 with link time 
  reference
 
 I really think this is a bug in mplayer. ff_codec_wav_tags is and always
 was an internal symbol, that is no longer exported since this commit:
 
 http://git.libav.org/?p=libav.git;a=commitdiff;h=8d74bf17c6d6280195854f4dadb19ef37d054566
 
 This issue a long-standing wart in mplayer that should really be fixed
 there.
 
 It should *also* be fixed in libavformat53 by adding Breaks against
 unfixed versions of mplayer.

Yes, but only after we actually have a fixed version of mplayer in
debian, or am I missing something?

Cheers,
Reinhard


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



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



Bug#504472: ITP: trac-diavisview -- renders dia files in Trac

2012-01-01 Thread W. Martin Borgert
Packaging work starts here:
http://svn.debian.org/viewsvn/python-apps/packages/trac-diasvisview/trunk/
svn://svn.debian.org/svn/python-apps/packages/trac-diasvisview/trunk/



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



Bug#642754: [patch] morfologik-stemming: FTBFS: You must specify a valid JAVA_HOME or JAVACMD

2012-01-01 Thread Hideki Yamane
tags 642754 patch
thanks

Hi,

 I've made a patch for fix FTBFS by adjusting JAVA_HOME path.
 Please check it, thanks.


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -u morfologik-stemming-1.2.2/debian/rules morfologik-stemming-1.2.2/debian/rules
--- morfologik-stemming-1.2.2/debian/rules
+++ morfologik-stemming-1.2.2/debian/rules
@@ -3,7 +3,9 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME := /usr/lib/jvm/java-6-openjdk
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+JAVA_HOME := /usr/lib/jvm/java-6-openjdk-$(DEB_BUILD_ARCH)
 DEB_JARS := commons-cli junit4
 DEB_INSTALL_CHANGELOGS_ALL := CHANGES
 
diff -u morfologik-stemming-1.2.2/debian/changelog morfologik-stemming-1.2.2/debian/changelog
--- morfologik-stemming-1.2.2/debian/changelog
+++ morfologik-stemming-1.2.2/debian/changelog
@@ -1,3 +1,11 @@
+morfologik-stemming (1.2.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- adjust JAVA_HOME for each architecture (Closes: #642754)
+
+ -- Hideki Yamane henr...@debian.org  Sun, 01 Jan 2012 22:16:31 +0900
+
 morfologik-stemming (1.2.2-1) unstable; urgency=low
 
   * Initial release. (Closes: #533882)


Bug#642759: [patch] tinylaf: FTBFS: You must specify a valid JAVA_HOME or JAVACMD

2012-01-01 Thread Hideki Yamane
tags 642759 patch
thanks

Hi,

 I've made a patch for fix FTBFS by adjusting JAVA_HOME path.
 Please check it, thanks.


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -u tinylaf-1.4.0/debian/rules tinylaf-1.4.0/debian/rules
--- tinylaf-1.4.0/debian/rules
+++ tinylaf-1.4.0/debian/rules
@@ -3,7 +3,9 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME_DIRS   := /usr/lib/jvm/java-6-openjdk /usr/lib/jvm/java-1.5.0-sun
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+JAVA_HOME_DIRS   := /usr/lib/jvm/java-6-openjdk-$(DEB_BUILD_ARCH) /usr/lib/jvm/java-1.5.0-sun
 DEB_ANT_BUILD_TARGET := dist
 ANT_OPTS	 := -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5
 
diff -u tinylaf-1.4.0/debian/changelog tinylaf-1.4.0/debian/changelog
--- tinylaf-1.4.0/debian/changelog
+++ tinylaf-1.4.0/debian/changelog
@@ -1,3 +1,12 @@
+tinylaf (1.4.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- Fix FTBFS: You must specify a valid JAVA_HOME or JAVACMD by adjusting
+  JAVA_HOME (Closes: #642759)
+
+ -- Hideki Yamane henr...@debian.org  Sun, 01 Jan 2012 22:00:37 +0900
+
 tinylaf (1.4.0-2) unstable; urgency=low
 
   * QA upload.


Bug#642770: [patch] libgdata-java: FTBFS: You must specify a valid JAVA_HOME or JAVACMD

2012-01-01 Thread Hideki Yamane
tags 642770 patch
thanks

Hi,

 I've made a patch for fix FTBFS by adjusting JAVA_HOME path.
 Please check it, thanks.


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -u libgdata-java-1.30.0/debian/changelog libgdata-java-1.30.0/debian/changelog
--- libgdata-java-1.30.0/debian/changelog
+++ libgdata-java-1.30.0/debian/changelog
@@ -1,3 +1,11 @@
+libgdata-java (1.30.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- adjust JAVA_HOME for each architecture (Closes: #642770)
+
+ -- Hideki Yamane henr...@debian.org  Sun, 01 Jan 2012 22:45:34 +0900
+
 libgdata-java (1.30.0-2) unstable; urgency=low
 
   * QA upload.
diff -u libgdata-java-1.30.0/debian/rules libgdata-java-1.30.0/debian/rules
--- libgdata-java-1.30.0/debian/rules
+++ libgdata-java-1.30.0/debian/rules
@@ -3,7 +3,9 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME  		:= /usr/lib/jvm/java-6-openjdk
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+JAVA_HOME  		:= /usr/lib/jvm/java-6-openjdk-$(DEB_BUILD_ARCH)
 DEB_SRCDIR 		:= java
 DEB_ANT_BUILDFILE	:= build-src.xml
 ANT_OPTS		:= -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5


Bug#642792: [patch] segment: FTBFS: You must specify a valid JAVA_HOME or JAVACMD

2012-01-01 Thread Hideki Yamane
tags 642792 patch
thanks

Hi,

 I've made a patch for fix FTBFS by adjusting JAVA_HOME path.
 Please check it, thanks.


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -u segment-1.3.5~svn57+dfsg/debian/rules segment-1.3.5~svn57+dfsg/debian/rules
--- segment-1.3.5~svn57+dfsg/debian/rules
+++ segment-1.3.5~svn57+dfsg/debian/rules
@@ -3,7 +3,9 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME := /usr/lib/jvm/java-6-openjdk
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+JAVA_HOME := /usr/lib/jvm/java-6-openjdk-$(DEB_BUILD_ARCH)
 DEB_JARS := commons-cli commons-logging junit4
 DEB_ANT_BUILD_TARGET := jardist
 DEB_INSTALL_CHANGELOGS_ALL := doc/history.html
diff -u segment-1.3.5~svn57+dfsg/debian/changelog segment-1.3.5~svn57+dfsg/debian/changelog
--- segment-1.3.5~svn57+dfsg/debian/changelog
+++ segment-1.3.5~svn57+dfsg/debian/changelog
@@ -1,3 +1,11 @@
+segment (1.3.5~svn57+dfsg-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- adjust JAVA_HOME (Closes: #642792) 
+
+ -- Hideki Yamane henr...@debian.org  Sun, 01 Jan 2012 22:06:47 +0900
+
 segment (1.3.5~svn57+dfsg-1) unstable; urgency=low
 
   * New upstream version


Bug#647613: boswars: Crashes when loading saved game.

2012-01-01 Thread Julien Cristau
On Sat, Nov  5, 2011 at 12:57:26 +0100, Marc Dequènes (Duck) wrote:

 Coin,
 
 Did you load a game saved with the same Boswars version ? If not,
 upstream authors do not aim at supporting save game upgrades, and
 even refused my suggestion[1] to detect the situation and warn the
 user instead of crashing. In this case feel free to support my
 request by reopening the upstream bug.
 
 If you made it with the same version, then this is a new bug. Please
 provide your save game file so as to be able to reproduce the
 problem.
 
Note that you did not actually send this to the bug submitter, which
might help them answer.

Cheers,
Julien



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



Bug#653193: Missing patch

2012-01-01 Thread Robert Millan
El 31 de desembre de 2011 23:33, Guillem Jover guil...@debian.org ha escrit:
 the
 source should be using _BSD_SOURCE instead of _GNU_SOURCE, currently
 passed through CFLAGS in debian/rules.

Actually, that's not possible.  _BSD_SOURCE disables some facilities
which are assumed to be present on *BSD.

-- 
Robert Millan



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



Bug#651688: [pkg-ggz-maintainers] Bug#651688: Should ggz-server be orphaned or removed from Debian?

2012-01-01 Thread Ansgar Burchardt
Hi,

Roger Light ro...@atchoo.org writes:
 I've spoken with Josef Spillner, the old GGZ project lead and we both
 agree that the best course of action is for the GGZ packages to be
 removed from Debian. It's not fair to leave the maintenance in the
 hands of the distributors.

So the source packages below should be removed from Debian? (That should
be all packages maintained by the Debian GGZ Maintainers currently in
unstable.)

ggz-client-libs
ggz-docs
ggz-gnome-client
ggz-grubby
ggz-gtk-client
ggz-gtk-games
ggz-python
ggz-sdl-games
ggz-server
ggz-txt-client
ggz-txt-client
ggz-utils
libggz
meta-ggz

It would be nice if one of the Uploaders could confirm this.

Regards,
Ansgar



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



Bug#639890: hammerhead: insecure temporary file use

2012-01-01 Thread Luk Claes
Hi

The easiest way to fix this is probably to make sure the following
directives are sanely set in the default configuration
(SOURCE/doc/test.conf - /etc/hh.conf currently) and make sure these
exist or can be created without problems:

Scenario_directory
Log_filename
Report_Log

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#653887: libavformat53 breaks mplayer

2012-01-01 Thread Julien Cristau
On Sun, Jan  1, 2012 at 08:25:00 +0100, Reinhard Tartler wrote:

 I really think this is a bug in mplayer. ff_codec_wav_tags is and always
 was an internal symbol, that is no longer exported since this commit:
 
 http://git.libav.org/?p=libav.git;a=commitdiff;h=8d74bf17c6d6280195854f4dadb19ef37d054566
 
 This issue a long-standing wart in mplayer that should really be fixed
 there.
 
Honestly, this is kind of a broken position IMO.  The moment one of your
reverse deps uses a symbol, it stops being internal, whatever your
intentions were.

Cheers,
Julien



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



Bug#642791: [patch] jwordsplitter: FTBFS: You must specify a valid JAVA_HOME or JAVACMD

2012-01-01 Thread Hideki Yamane
tags 642791 patch
thanks

Hi,

 I've made a patch for fix FTBFS by adjusting JAVA_HOME path.
 Please check it, thanks.

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane
diff -u jwordsplitter-3.0/debian/rules jwordsplitter-3.0/debian/rules
--- jwordsplitter-3.0/debian/rules
+++ jwordsplitter-3.0/debian/rules
@@ -3,7 +3,9 @@
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/ant.mk
 
-JAVA_HOME := /usr/lib/jvm/java-6-openjdk
+DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
+JAVA_HOME := /usr/lib/jvm/java-6-openjdk-$(DEB_BUILD_ARCH)
 DEB_JARS := junit ant-junit
 DEB_ANT_BUILD_TARGET := test build
 DEB_INSTALL_CHANGELOGS_ALL := CHANGES.txt
diff -u jwordsplitter-3.0/debian/changelog jwordsplitter-3.0/debian/changelog
--- jwordsplitter-3.0/debian/changelog
+++ jwordsplitter-3.0/debian/changelog
@@ -1,3 +1,11 @@
+jwordsplitter (3.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+- adjust JAVA_HOME for each architecture (Closes: #642791)
+
+ -- Hideki Yamane henr...@debian.org  Sun, 01 Jan 2012 23:04:04 +0900
+
 jwordsplitter (3.0-1) unstable; urgency=low
 
   * Initial release. (Closes: #533743)


Bug#653919: transition: KDE SC 4.7

2012-01-01 Thread Pino Toscano
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

Hello,

I would like to request a slot for the KDE SC 4.7 transition. We are
a bit late w.r.t. upstream releases, and we would like to get
KDE SC 4.7.4 in testing before proceeding with the upcoming KDE SC 4.8
(scheduled for the next month).
The transition involves the following sources:

* KDE SC dependencies:

akonadi
shared-desktop-ontologies
soprano

* From 4.6.5 to 4.7.4, or new sources:

meta-kde
kde-l10n
kde4libs
blinken
cantor
gwenview
kalgebra
kalzium
kamera
kanagram
kate
kbruch
kcolorchooser
kdeaccessibility
kdeadmin
kdeartwork
kde-baseapps
kdegames
kdegraphics-mobipocket
kdegraphics-strigi-analyzer
kdegraphics-thumbnailers
kdemultimedia
kdenetwork
kdepimlibs
kdeplasma-addons
kde-runtime
kdesdk
kdetoys
kdeutils
kde-wallpapers
kdewebdev
kde-workspace
kgamma
kgeography
khangman
kig
kiten
klettres
kmplot
kolourpaint
konsole
kruler
ksaneplugin
ksnapshot
kstars
ktouch
kturtle
kwordquiz
libkdcraw
libkdeedu
libkexiv2
libkipi
libksane
marble
okular
oxygen-icons
parley
pykde4
rocs
step
svgpart

All of the above are already available in experimental, and basically
(almost) everything has been compiled succesfully everywhere; so far
we had good feedback on them by users. Even if all KDE libraries have
symbol files, rebuilt external packages might still pick up new symbols
via modified inline functions in the headers. Though this technique
is mostly used by Qt rather than KDE so widespread shlibs bump effect
is unlikely.

There are various changes in the list of sources due to two reasons:
- upstream split in KDE SC 4.7 some of the modules (we already did this
  split job with kdebindings, #645074)
- we adapted the names of the kdebase* sources to the upstream ones
Following there is a list of the mappings between KDE SC 4.6 sources
and 4.7 ones:
kdebase-runtime = kde-runtime
kdebase-workspace = kde-workspace, kde-wallpapers
kdebase = kde-baseapps, konsole
kdeedu = blinken, cantor, kalgebra, kalzium, kanagram, kbruch,
  kgeography, khangman, kig, kiten, klettres, kmplot,
  kturtle, ktouch, kstars, kwordquiz, libkdeedu, marble,
  parley, rocs, step
kdegraphics = gwenview, kamera, kcolorchooser,
   kdegraphics-mobipocket, kdegraphics-strigi-analyzer,
   kdegraphics-thumbnailers, kgamma, kolourpaint,
   kruler, ksaneplugin, ksnapshot, libkdcraw, libkexiv2,
   libkipi, libksane, okular, svgpart
kdesdk = kdesdk, kate
Most probably we will need hints for the removal of the old sources from
testing (like it has been done for kdebindings). We will ask for their
removal from unstable once the transition is complete.

Some of the sources of KDE SC 4.7 have (few, actually) libraries with
SONAME bumped. This is a summary of the changes which affect only non-SC
packages (i.e. sources not listed in the long list above), grouped by
source and -dev package:

* kde-workspace-dev/kdebase-workspace-dev (src:kde-workspace):
libkwineffects1abi1 - libkwineffects1abi2
libplasmaclock4abi1 - libplasmaclock4abi2
libsolidcontrol4abi1 - libsolidcontrol4abi2
libsolidcontrolifaces4abi1 - libsolidcontrolifaces4abi2
libtaskmanager4abi1 - libtaskmanager4abi2

* okteta-dev (src:kdesdk):
liboktetakastencontrollers4 - liboktetakastencontrollers4abi1

* libkdcraw-dev (src:libkdcraw):
libkdcraw9 - libkdcraw20

* libkexiv2-dev (src:libkexiv2):
libkexiv2-9 - libkexiv2-10

* libmarble-dev (src:marble):
libmarblewidget11 - libmarblewidget12

The third party sources affected are the following:

digikam (libkdcraw9, libkexiv2-9)
kdevelop (liboktetakastencontrollers4)
kipi-plugins (libkdcraw9, libkexiv2-9)
koffice (libkdcraw9)
kphotoalbum (libkdcraw9, libmarblewidget11)
ktorrent (libtaskmanager4abi1)
networkmanagement (libsolidcontrol4abi1)
plasma-widget-adjustableclock (libplasmaclock4abi1)
plasma-widget-daisy (libtaskmanager4abi1)
plasma-widget-smooth-tasks (libtaskmanager4abi1)

All of them should be binNMUable, so we should not need any action on them.

Thanks,
-- 
Pino



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



Bug#441613: closed by Christian PERRIER bubu...@debian.org (Closing bug report: manpages translation switched to po4a and formatting errors are no longer there...)

2012-01-01 Thread Helge Kreutzmann
reopen #441613
thanks

Hello Christian,
looking at the Testing version of the man page, several issues stated
are still present. Since no version was given upon closure and IMHO
the version in Sid is the same, these issues are mostly not fixed.
From the original bug report:
 Examples:
 *)Some lines are not translated:
 APTITUDE(8) aptitude command-line referenc APTITUDE(8)

Still not translated

 *)Groff commands are often shown verbatim in the man page:
Das erste Argument, das nicht mit einem Minus (\fB-\fR) beginnt, wird
\fBinstall\fR

This one seems fixed.

 *)Wrong quote signs are (often) used:
install-Befehl aufgelistet werden. Enthält ein Paketname eine
   (instead of »install«-Befehl)

Not fixed. The quotes used are not German ones at all:
“install”. 
It would either be »install« or ,,install”.

 *)Untranslated words are still in the man page, probably a missing
   spell checker run (sometimes the German word *is* simmilar):
  Note
Author.

Still present.

Once aptitude becomes l10n friendly, I'm sure debian-l10n will help
fixing those issues.

Greetings  Happy New Year

   Helge


On Sat, Dec 31, 2011 at 02:09:13PM +, Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the aptitude package:
 
 #441613: aptitude: Lots of (minor) (formatting) errors in German man page
 
 It has been closed by Christian PERRIER bubu...@debian.org.
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Christian PERRIER 
 bubu...@debian.org by
 replying to this email.
 
 
 -- 
 441613: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=441613
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems

 X-Spam-Checker-Version: SpamAssassin 3.3.1-bugs.debian.org_2005_01_02
   (2010-03-16) on busoni.debian.org
 X-Spam-Level: 
 X-Spam-Status: No, score=-11.0 required=4.0 tests=BAYES_00,FROMDEVELOPER,
   PGPSIGNATURE autolearn=ham version=3.3.1-bugs.debian.org_2005_01_02
 X-Spam-Bayes: score:0. Tokens: new, 15; hammy, 62; neutral, 28; spammy, 0.
   spammytokens: hammytokens:0.000-+--H*c:pgp-sha256, 
 0.000-+--H*r:sk:kheops.,
   0.000-+--H*RU:sk:kheops., 0.000-+--HX-Spam-Relays-External:sk:kheops.,
   0.000-+--H*RU:88.169.112.155
 From: Christian PERRIER bubu...@debian.org
 To: 441613-d...@bugs.debian.org
 Subject: Closing bug report: manpages translation switched to po4a and
   formatting errors are no longer there...
 
 ...at least not the ones that were reported in this bug report..:)
 
 -- 
 
 



 X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 
   (2006-07-26) on rietz.debian.org
 X-Spam-Level: 
 X-Spam-Status: No, score=-9.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
   MURPHY_DRUGS_REL8 autolearn=no 
   version=3.1.4-bugs.debian.org_2005_01_02
 From: Helge Kreutzmann deb...@helgefjell.de
 To: sub...@bugs.debian.org
 Subject: aptitude: Lots of (minor) (formatting) errors in German man page
 X-Public-Key-URL: http://www.helgefjell.de/data/helge.asc
 X-homepage: http://www.helgefjell.de/debian
 
 Package: aptitude
 Version: 0.4.4-4
 Severity: minor
 Tags: l10n
 
 I just had a look at the German man page for aptitude and noticed lots
 of errors. Since aptitude does not use po4a (which I am familiar with)
 I did not provide a patch, though my hints should give you a good
 start where to look. If you've prepared an updated version I can have
 another look if you like.
 
 Examples:
 *)Some lines are not translated:
 APTITUDE(8) aptitude command-line referenc APTITUDE(8)
 
 *)Groff commands are often shown verbatim in the man page:
Das erste Argument, das nicht mit einem Minus (\fB-\fR) beginnt, wird
\fBinstall\fR
 
 *)Wrong quote signs are (often) used:
install-Befehl aufgelistet werden. Enthält ein Paketname eine
   (instead of »install«-Befehl)
 
 *)Untranslated words are still in the man page, probably a missing
   spell checker run (sometimes the German word *is* simmilar):
  Note
Author.
 
 Please note that I greatly appreciate the translation and recognize,
 that the translator missed (which is good) lots of common pitfalls in
 the translation.
 
 -- 
   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/




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

Bug#638198: ax25-tools: diff for NMU version 0.0.8-13.2

2012-01-01 Thread Luk Claes
tags 638198 + patch
tags 638198 + pending
thanks

Dear maintainer,

I've prepared an NMU for ax25-tools (versioned as 0.0.8-13.2) and
uploaded it to DELAYED/02. Please feel free to tell me if I
should delay it longer.

Cheers

Luk
diff -u ax25-tools-0.0.8/debian/changelog ax25-tools-0.0.8/debian/changelog
--- ax25-tools-0.0.8/debian/changelog
+++ ax25-tools-0.0.8/debian/changelog
@@ -1,3 +1,11 @@
+ax25-tools (0.0.8-13.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * ax25/beacon.c: fix possible privilege escalation CVE-2011-2910
+Closes: #638198.
+
+ -- Luk Claes l...@debian.org  Sun, 01 Jan 2012 15:13:41 +0100
+
 ax25-tools (0.0.8-13.1) unstable; urgency=low
 
   * Retiring - remove myself from the uploaders list.
only in patch2:
unchanged:
--- ax25-tools-0.0.8.orig/ax25/beacon.c
+++ ax25-tools-0.0.8/ax25/beacon.c
@@ -43,7 +43,7 @@
 	struct full_sockaddr_ax25 dest;
 	struct full_sockaddr_ax25 src;
 	int s, n, dlen, len, interval = 30;
-	char addr[20], *port, *message, *portcall;
+	char *addr, *port, *message, *portcall;
 	char *srccall = NULL, *destcall = NULL;
 	
 	while ((n = getopt(argc, argv, c:d:lmst:v)) != -1) {
@@ -100,27 +100,36 @@
 		return 1;
 	}
 
+	addr = NULL;
 	if (mail)
-		strcpy(addr, MAIL);
+		addr = strdup(MAIL);
 	else if (destcall != NULL)
-		strcpy(addr, destcall);
+		addr = strdup(destcall);
 	else
-		strcpy(addr, IDENT);
+		addr = strdup(IDENT);
+	if (addr == NULL)
+	  return 1;
 
 	if ((dlen = ax25_aton(addr, dest)) == -1) {
 		fprintf(stderr, beacon: unable to convert callsign '%s'\n, addr);
 		return 1;
 	}
+	if (addr != NULL) free(addr); addr = NULL;
 
-	if (srccall != NULL  strcmp(srccall, portcall) != 0)
+	if (srccall != NULL  strcmp(srccall, portcall) != 0) {
+		if ((addr = (char *) malloc(strlen(srccall) + 1 + strlen(portcall) + 1)) == NULL)
+			return 1;
 		sprintf(addr, %s %s, srccall, portcall);
-	else
-		strcpy(addr, portcall);
+	} else {
+		if ((addr = strdup(portcall)) == NULL)
+			return 1;
+	}
 
 	if ((len = ax25_aton(addr, src)) == -1) {
 		fprintf(stderr, beacon: unable to convert callsign '%s'\n, addr);
 		return 1;
 	}
+	if (addr != NULL) free(addr); addr = NULL;
 
 	if (!single) {
 		if (!daemon_start(FALSE)) {


Bug#441613: closed by Christian PERRIER bubu...@debian.org (Closing bug report: manpages translation switched to po4a and formatting errors are no longer there...)

2012-01-01 Thread Christian PERRIER
Quoting Helge Kreutzmann (deb...@helgefjell.de):
 reopen #441613
 thanks
 
 Hello Christian,
 looking at the Testing version of the man page, several issues stated
 are still present. Since no version was given upon closure and IMHO
 the version in Sid is the same, these issues are mostly not fixed.

I don't think that keeping opened a bug report that talks about
completely outdated versions of the program is a good idea;

Since this bug report was sent, aptitude switched to po4a for manpages
translations. So, mentions about this part is not translated are
pointless as this is precisely the point of po4a to allow parts of
documents to be untranslated.

It is thus a very bad policy to keep bugs opened only because a
translation based on po4a is incomplete. If we do this, we'll spend
our lives opending/closing bug reports.

Admitedly, there are a few others issues mentioned in this bug
report. But they are mixed for formatting issues that are most of the
time obsoleted by the changes in the build methods for manpages.

So, if a few issues remain, I would advise reporting them *separately*
(and even more fixing them in the PO file). Keeping this bug opened is
just a waste of time. I won't do that myself because I hate bug
ping-pong but I think the bug really should be close whatsoever.

So, if nobody closes the bug, see you in two years when nobody will
have worked on the bug report and it is still opened..:-)...then I'll
close it.






signature.asc
Description: Digital signature


Bug#653887: libavformat53 breaks mplayer

2012-01-01 Thread Reinhard Tartler
On So, Jan 01, 2012 at 15:08:03 (CET), Julien Cristau wrote:

 On Sun, Jan  1, 2012 at 08:25:00 +0100, Reinhard Tartler wrote:

 I really think this is a bug in mplayer. ff_codec_wav_tags is and always
 was an internal symbol, that is no longer exported since this commit:
 
 http://git.libav.org/?p=libav.git;a=commitdiff;h=8d74bf17c6d6280195854f4dadb19ef37d054566
 
 This issue a long-standing wart in mplayer that should really be fixed
 there.
 
 Honestly, this is kind of a broken position IMO.  The moment one of your
 reverse deps uses a symbol, it stops being internal, whatever your
 intentions were.

Well, if you can show me that a number of other packages use
ff_codec_wav_tags, I agree to patch the symbol versioning script to make
it visible again. But TBH, I'd be surprised if you would find a single
other package.

And it's not like we didn't have alternatives to mplayer.

Cheers,
Reinhard.

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



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



Bug#653920: avahi-daemon: Avahi can't communicate between hosts with iwl3945 and skge interfaces unless one interface is in promiscuous mode

2012-01-01 Thread Sam Morris
Package: avahi-daemon
Version: 0.6.30-5
Severity: normal

I have a Samsung Q45 laptop with the following wireless interface:

02:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] 
Network Connection (rev 02)
Subsystem: Intel Corporation PRO/Wireless 3945BG Network Connection
Kernel driver in use: iwl3945

and a desktop with the following ethernet interface:

00:0a.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit 
Ethernet Controller (rev 13)
Subsystem: ASUSTeK Computer Inc. Marvell 88E8001 Gigabit Ethernet 
Controller (Asus)
Kernel driver in use: skge

Both are amd64 systems running Linux 3.1.

Neither system can resolve the name of the other (tested with
avahi-resolve-host-name -4).

If I run tshark on the laptop, I can see the MDNS queries being
received, and the responses being transmitted; the desktop just ignores
the responses.

If I run tshark on the desktop, both machines start being able to
find each other, so it appears that putting the skge-using interface
into promiscuous mode prevents further diagnosis of the problem on the
desktop end.

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

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

Versions of packages avahi-daemon depends on:
ii  adduser3.113
ii  bind9-host [host]  1:9.7.3.dfsg-1+b1
ii  dbus   1.4.16-1
ii  libavahi-common3   0.6.30-5
ii  libavahi-core7 0.6.30-5
ii  libc6  2.13-23
ii  libcap21:2.22-1
ii  libdaemon0 0.14-2
ii  libdbus-1-31.4.16-1
ii  libexpat1  2.0.1-7.2
ii  lsb-base   3.2-28

Versions of packages avahi-daemon recommends:
pn  libnss-mdns  none

Versions of packages avahi-daemon suggests:
pn  avahi-autoipd  none

-- 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#638198: ax25-tools: diff for NMU version 0.0.8-13.2

2012-01-01 Thread Julien Cristau
On Sun, Jan  1, 2012 at 15:18:55 +0100, Luk Claes wrote:

 tags 638198 + patch
 tags 638198 + pending
 thanks
 
 Dear maintainer,
 
 I've prepared an NMU for ax25-tools (versioned as 0.0.8-13.2) and
 uploaded it to DELAYED/02. Please feel free to tell me if I
 should delay it longer.
 
A couple comments on the patch...

 diff -u ax25-tools-0.0.8/debian/changelog ax25-tools-0.0.8/debian/changelog
 --- ax25-tools-0.0.8/debian/changelog
 +++ ax25-tools-0.0.8/debian/changelog
 @@ -1,3 +1,11 @@
 +ax25-tools (0.0.8-13.2) unstable; urgency=medium
 +
 +  * Non-maintainer upload.
 +  * ax25/beacon.c: fix possible privilege escalation CVE-2011-2910
 +Closes: #638198.
 +
 + -- Luk Claes l...@debian.org  Sun, 01 Jan 2012 15:13:41 +0100
 +
  ax25-tools (0.0.8-13.1) unstable; urgency=low
  
* Retiring - remove myself from the uploaders list.
 only in patch2:
 unchanged:
 --- ax25-tools-0.0.8.orig/ax25/beacon.c
 +++ ax25-tools-0.0.8/ax25/beacon.c
 @@ -43,7 +43,7 @@
   struct full_sockaddr_ax25 dest;
   struct full_sockaddr_ax25 src;
   int s, n, dlen, len, interval = 30;
 - char addr[20], *port, *message, *portcall;
 + char *addr, *port, *message, *portcall;
   char *srccall = NULL, *destcall = NULL;
   
   while ((n = getopt(argc, argv, c:d:lmst:v)) != -1) {
 @@ -100,27 +100,36 @@
   return 1;
   }
  
 + addr = NULL;

dead store.

   if (mail)
 - strcpy(addr, MAIL);
 + addr = strdup(MAIL);
   else if (destcall != NULL)
 - strcpy(addr, destcall);
 + addr = strdup(destcall);
   else
 - strcpy(addr, IDENT);
 + addr = strdup(IDENT);
 + if (addr == NULL)
 +   return 1;
  
   if ((dlen = ax25_aton(addr, dest)) == -1) {
   fprintf(stderr, beacon: unable to convert callsign '%s'\n, 
 addr);
   return 1;
   }
 + if (addr != NULL) free(addr); addr = NULL;

you already know addr is != NULL.

  
 - if (srccall != NULL  strcmp(srccall, portcall) != 0)
 + if (srccall != NULL  strcmp(srccall, portcall) != 0) {
 + if ((addr = (char *) malloc(strlen(srccall) + 1 + 
 strlen(portcall) + 1)) == NULL)

useless cast.

 + return 1;
   sprintf(addr, %s %s, srccall, portcall);
 - else
 - strcpy(addr, portcall);
 + } else {
 + if ((addr = strdup(portcall)) == NULL)
 + return 1;
 + }
  
   if ((len = ax25_aton(addr, src)) == -1) {
   fprintf(stderr, beacon: unable to convert callsign '%s'\n, 
 addr);
   return 1;
   }
 + if (addr != NULL) free(addr); addr = NULL;

useless check

  
   if (!single) {
   if (!daemon_start(FALSE)) {

Cheers,
Julien



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



Bug#653877: replaceit: license appears to be non-free

2012-01-01 Thread Jonathan Wiltshire
tag 653877 + moreinfo
thanks

On Sat, Dec 31, 2011 at 04:36:19PM -0500, Michael Gilbert wrote:
 package: replaceit
 version: 1.0.0-5
 severity: serious
 
 According to the replaceit LICENSE file, this software needs to abide
 by the following restriction: Redistributions are made at no charge
 beyond the reasonable cost of materials and delivery.  This seems to
 be non-free as reasonable could be interpreted to mean anything;
 thus selling the a Debian CD or other collection (a freedom) could
 easily be restricted under this clause.

I don't believe this is the case; you quote section 1a of the license which
is an alternative to section 1b, and section 1b grants the appropriate
freedoms:

   (b) Redistributions are accompanied by a copy of the Source Code or by an
   irrevocable offer to provide a copy of the Source Code for up to three
   years at the cost of materials and delivery.  Such redistributions
   must allow further use, modification, and redistribution of the Source
   Code under substantially the same terms as this license.  For the
   purposes of redistribution Source Code means the complete compilable
   and linkable source code of ReplaceIt including all modifications.

(we redistribute with source included and under the same license terms)



-- 
Jonathan Wiltshire  j...@debian.org
Debian Developer http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51


signature.asc
Description: Digital signature


Bug#653903: transition: qt4-x11 multiarch

2012-01-01 Thread Julien Cristau
On Sun, Jan  1, 2012 at 13:21:09 +0200, Fathi Boudra wrote:

 I would like to prepare Qt multiarch transition.
 
Why does this affect more than Qt itself?  I couldn't find an
explanation of what affected packages means in your wiki page.

Cheers,
Julien



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



Bug#653792: clive: Clive fails to download with secured YouTube video URLs.

2012-01-01 Thread Ansgar Burchardt
fixed 653792 2.2.21-1
found 653792 2.3.2-1
thanks

Ant a...@zimage.com writes:
 $ clive https://www.youtube.com/watch?v=eNVsXgvvOnQ
 fetch http://https://www.youtube.com/watch?v=eNVsXgvvOnQ ...
 error: Couldn't resolve host name (http/6)

 Non-secured URLs worked though.

Hmm, this was fixed upstream in 2.2.20 [1], but in 2.3 it appears to be
broken again:

% clive https://www.youtube.com/watch?v=eNVsXgvvOnQ;   
Checking ...WARNING: gnome-keyring:: no socket to connect to
warning: --category-http: deprecated, use --category instead
warning: --quiet: deprecated, use --verbosity instead
error: Couldn't resolve host name (http/0, conn/0, curl/6)

It works when not using SSL.

quvi however reports the correct URL:

% /usr/bin/quvi --category http 'https://www.youtube.com/watch?v=eNVsXgvvOnQ'
WARNING: gnome-keyring:: no socket to connect to
:: Check for URL redirection ...done.
:: Fetch config ...done.
:: Verify media URL ...done.
{
  host: youtube,
  page_title: The Worlds Greatest Prankster 2011 - PART 1,
  page_url: https://www.youtube.com/watch?v=eNVsXgvvOnQ;,
  id: eNVsXgvvOnQ,
  format_requested: default,
  thumbnail_url: https://i2.ytimg.com/vi/eNVsXgvvOnQ/default.jpg;,
  duration: 93,
  link: [
{
  id: 1,
  length_bytes: 37517542,
  content_type: video/x-flv,
  file_suffix: flv,
  url: 
http://o-o.preferred.fra07s01.v11.lscache5.c.youtube.com/videoplayback?sparams=id%2Cexpire%2Cip%2Cipbits%2Citag%2Csource%2Calgorithm%2Cburst%2Cfactor%2Ccpfexp=912208%2C916103%2C906930%2C913101algorithm=throttle-factoritag=5ip=89.0.0.0burst=40sver=3signature=CB2CF8668C7E2A43202F923540C18A04BA427EA1.7B8995AAA2ACC7FD2F3454B4A8B668ADF5064EC8source=youtubeexpire=1325451144key=yt1ipbits=8factor=1.25cp=U0hRSlRQT19JTkNOMV9MSlNCOmdsYkhUOEJwNVJjid=78d56c5e0bef3a74;
}
  ]
}

I can then download the video with wget (although there is a 302
redirect to another host).

Ansgar

[1] http://sourceforge.net/apps/trac/clive/ticket/3



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



Bug#653921: [debootstrap] installed chroot has wrong arch (amd64 instead of i386)

2012-01-01 Thread Diggory Hardy
Package: debootstrap
Version: 1.0.38
Severity: normal

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

Hello and a merry new year,

I've been trying to install an i386 chroot on an amd64 system using the 
following command, but every time I get the wrong architecture (uname -r shows 
3.1.0-1-amd64). Tried 3 times with debootstrap and once with cdebootstrap; same 
result.

sudo debootstrap --arch=i386 squeeze /var/chroot/squeeze-ia32 
http://ftp.debian.org/debian/

As far as I am aware, this is the correct command to install an i386 chroot 
using debootstrap. Install logs (both debootstrap and cdebootstrap) attached; 
no errors that I can see.


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

Debian Release: wheezy/sid
  500 unstableftp.ch.debian.org 
  500 testing ftp.ch.debian.org 
  500 stable  security.debian.org 
  500 lucid   ppa.launchpad.net 
  100 experimental-snapshots qt-kde.debian.net 
1 experimentalftp.ch.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
wget   | 1.13.4-1


Recommends  (Version) | Installed
=-+-===
gnupg | 1.4.11-3
debian-archive-keyring| 2010.08.28


Package's Suggests field is empty.
dhardy@MYHOST ~ sudo debootstrap --arch=i386 squeeze /var/chroot/squeeze-ia32 
http://ftp.debian.org/debian/
I: Retrieving Release
I: Retrieving Release.gpg
I: Checking Release signature
I: Valid Release signature (key id 9FED2BCBDCD29CDF762678CBAED4B06F473041FA)
I: Retrieving Packages
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Found additional required dependencies: insserv libbz2-1.0 libdb4.8 
libslang2 
I: Found additional base dependencies: libnfnetlink0 libsqlite3-0 
I: Checking component main on http://ftp.debian.org/debian...
I: Retrieving libacl1
I: Validating libacl1
I: Retrieving adduser
I: Validating adduser
I: Retrieving apt-utils
I: Validating apt-utils
I: Retrieving apt
I: Validating apt
I: Retrieving aptitude
I: Validating aptitude
I: Retrieving libattr1
I: Validating libattr1
I: Retrieving base-files
I: Validating base-files
I: Retrieving base-passwd
I: Validating base-passwd
I: Retrieving bash
I: Validating bash
I: Retrieving libboost-iostreams1.42.0
I: Validating libboost-iostreams1.42.0
I: Retrieving bsdmainutils
I: Validating bsdmainutils
I: Retrieving libbz2-1.0
I: Validating libbz2-1.0
I: Retrieving coreutils
I: Validating coreutils
I: Retrieving cpio
I: Validating cpio
I: Retrieving cron
I: Validating cron
I: Retrieving libcwidget3
I: Validating libcwidget3
I: Retrieving dash
I: Validating dash
I: Retrieving libdb4.8
I: Validating libdb4.8
I: Retrieving debconf-i18n
I: Validating debconf-i18n
I: Retrieving debconf
I: Validating debconf
I: Retrieving debian-archive-keyring
I: Validating debian-archive-keyring
I: Retrieving debianutils
I: Validating debianutils
I: Retrieving diffutils
I: Validating diffutils
I: Retrieving dmidecode
I: Validating dmidecode
I: Retrieving dpkg
I: Validating dpkg
I: Retrieving e2fslibs
I: Validating e2fslibs
I: Retrieving e2fsprogs
I: Validating e2fsprogs
I: Retrieving libcomerr2
I: Validating libcomerr2
I: Retrieving libss2
I: Validating libss2
I: Retrieving libc-bin
I: Validating libc-bin
I: Retrieving libc6
I: Validating libc6
I: Retrieving findutils
I: Validating findutils
I: Retrieving gcc-4.4-base
I: Validating gcc-4.4-base
I: Retrieving libgcc1
I: Validating libgcc1
I: Retrieving libstdc++6
I: Validating libstdc++6
I: Retrieving libgdbm3
I: Validating libgdbm3
I: Retrieving gnupg
I: Validating gnupg
I: Retrieving gpgv
I: Validating gpgv
I: Retrieving grep
I: Validating grep
I: Retrieving groff-base
I: Validating groff-base
I: Retrieving gzip
I: Validating gzip
I: Retrieving hostname
I: Validating hostname
I: Retrieving ifupdown
I: Validating ifupdown
I: Retrieving insserv
I: Validating insserv
I: Retrieving iproute
I: Validating iproute
I: Retrieving iptables
I: Validating iptables
I: Retrieving iputils-ping
I: Validating iputils-ping
I: Retrieving isc-dhcp-client
I: Validating isc-dhcp-client
I: Retrieving isc-dhcp-common
I: Validating isc-dhcp-common
I: Retrieving logrotate
I: Validating logrotate
I: Retrieving lsb-base
I: Validating lsb-base
I: Retrieving libept1
I: Validating libept1
I: Retrieving liblocale-gettext-perl
I: Validating liblocale-gettext-perl
I: Retrieving libnfnetlink0
I: Validating libnfnetlink0
I: Retrieving libselinux1
I: Validating libselinux1
I: Retrieving libsepol1
I: Validating libsepol1
I: Retrieving libsigc++-2.0-0c2a
I: Validating libsigc++-2.0-0c2a
I: Retrieving libtext-charwidth-perl
I: Validating libtext-charwidth-perl
I: Retrieving libtext-iconv-perl
I: Validating libtext-iconv-perl
I: Retrieving libtext-wrapi18n-perl
I: Validating libtext-wrapi18n-perl
I: Retrieving 

Bug#653228:

2012-01-01 Thread Tobias Frost
Hallo,

Isn't it the usualy procedure to file a RC bug to prevent transistion to
testing?

The problem I see is that I cannot reliablly set a build-depend or
library dependency for upstream versions 1.48

coldtobi.



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



Bug#653912: please add shortcut to gosa pw change on users desktop

2012-01-01 Thread Petter Reinholdtsen
[Holger Levsen]
 Hi,
 
 please also see 
 http://wiki.debian.org/DebianEdu/Documentation/Squeeze/HowTo/Users#Changing_passwords

This should be done using the education-menus package and the
desktop-profiles mechanism.  We enable special menus for all file
group members of the students group.  See /etc/desktop-profiles/.

The new Gosa setup lack the students file group.
-- 
Happy hacking
Petter Reinholdtsen



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



Bug#653922: libboost-thread-1.46: boost::thraed.interrupta() sometimes hangs and does not return to caller

2012-01-01 Thread Tobias Frost
Package: libboost-thread1.46.1
Version: 1.46.1-7+b1
Severity: normal

Hallo, 

for solarpowerlog I implemented a working thread to schedule tasks to be 
executed in a specified time.
It is receiving its work by a pushing it to a list and then calling 
thread.interrupt(). [1] line 79

This scheme works very fine since boost 1.38, but on a recent recompile I found 
that occasionally
(like the programm running several hours) the flow stopped. 

Debugging the issue I found that the the programm halted always inside of 
libboost, obviously
trying to obtain some mutex. 

The thread (in [1] at line 82ff) is never interrupted in this case. 

Recompilation with 1.48 fixes the problem (at least after 10hours for 10 
instances), so I assume only 1.46 is affected. 

[1] 
http://solarpowerlog.git.sourceforge.net/git/gitweb.cgi?p=solarpowerlog/solarpowerlog;a=blob;f=src/interfaces/CTimedWork.cpp;h=b5c7f711ba08a75c9183008e0bf2400cff0e89c5;hb=HEAD

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

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

Versions of packages libboost-thread1.46.1 depends on:
ii  libc6   2.13-21  
ii  libgcc1 1:4.6.2-4
ii  libstdc++6  4.6.2-4  

libboost-thread1.46.1 recommends no packages.

libboost-thread1.46.1 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#588177: working on deb package

2012-01-01 Thread Timo Kluck
The debian package has gone through some feedback cycles at launchpad:
https://bugs.launchpad.net/debian/+source/goocanvas/+bug/858954

It should be pretty much done now. Jose, have you got time to take a
look? Thanks!

Timo

2011/12/31 Iain Lane la...@debian.org:
 Hiya,

 On Sun, Nov 27, 2011 at 06:40:50PM +0100, Jose Carlos Garcia Sogo wrote:
 I will try to look at it today.

 Did this happen? Do we have any chance of seeing a newer goocanvas in
 Debian soon? I need it to update goocanvasmm to introduce glom.

 Cheers,

 --
 Iain Lane                                  [ i...@orangesquash.org.uk ]
 Debian Developer                                   [ la...@debian.org ]
 Ubuntu Developer                                   [ la...@ubuntu.com ]
 PhD student                                       [ i...@cs.nott.ac.uk ]



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



Bug#441613: closed by Christian PERRIER bubu...@debian.org (Closing bug report: manpages translation switched to po4a and formatting errors are no longer there...)

2012-01-01 Thread Helge Kreutzmann
retitle 441613 Wrong quote signs used in German man page translation
severity 441613 minor
thanks

Hello Christian,
On Sun, Jan 01, 2012 at 03:26:02PM +0100, Christian PERRIER wrote:
 Quoting Helge Kreutzmann (deb...@helgefjell.de):
  reopen #441613
  thanks
  
  Hello Christian,
  looking at the Testing version of the man page, several issues stated
  are still present. Since no version was given upon closure and IMHO
  the version in Sid is the same, these issues are mostly not fixed.
 
 I don't think that keeping opened a bug report that talks about
 completely outdated versions of the program is a good idea;

This is not the case (at least not mainly). And from the closing
remark, it appeared as if everything was dealt with.

 Since this bug report was sent, aptitude switched to po4a for manpages
 translations. So, mentions about this part is not translated are
 pointless as this is precisely the point of po4a to allow parts of
 documents to be untranslated.

Yes, I know. I would not have reopened for this.

 It is thus a very bad policy to keep bugs opened only because a
 translation based on po4a is incomplete. If we do this, we'll spend
 our lives opending/closing bug reports.

Not the case here (at least not mainly).

 Admitedly, there are a few others issues mentioned in this bug
 report. But they are mixed for formatting issues that are most of the
 time obsoleted by the changes in the build methods for manpages.
 
 So, if a few issues remain, I would advise reporting them *separately*
 (and even more fixing them in the PO file). Keeping this bug opened is
 just a waste of time. I won't do that myself because I hate bug
 ping-pong but I think the bug really should be close whatsoever.

Fine.

 So, if nobody closes the bug, see you in two years when nobody will
 have worked on the bug report and it is still opened..:-)...then I'll
 close it.

If aptitude is dealing with bugs (i.e. uploads fixes) as said the
german l10n-team will most likely provide updates. But so far aptitude
does not seem interested. So instead of struggeling with translators,
please struggle with maintainers. So if/when you know details about
uploads which might include a new de.po, ping us (debian-l10n-german)
and most likely someone will work on the translation.

For the technical part, as stated in my last e-mail already:

 Not fixed. The quotes used are not German ones at all:
 install.
 It would either be install or ,,install.

(Sorry, funny formatting is due to me pasting it in from the bug log).

As for the closing the bug report: After the switch to po4a a simple 
does this still apply would have sufficed to narrow this done.

To satisfy your request, I retitled the bug report.

If this (no longer) is an aptitude bug but rather and po4a one (which
I suspect, but I'm not sure and don't have the time to investigate
atm) please reassign, po4a upstream is very responsive.

Greetings

   Helge
-- 
  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#653918: Acknowledgement (gscan2pdf doesn't save metadata anymore)

2012-01-01 Thread Sebastian Schmidt
tags 653918 +upstream +patch
thanks

See patch attached.
diff --git a/lib/Gscan2pdf.pm b/lib/Gscan2pdf.pm
index 21df1c3..23884f7 100644
--- a/lib/Gscan2pdf.pm
+++ b/lib/Gscan2pdf.pm
@@ -438,7 +438,7 @@ sub _thread_save_pdf {
  # Create PDF with PDF::API2
  $self-{message} = $d-get('Setting up PDF');
  my $pdf = PDF::API2-new( -file = $path );
- $pdf-info($metadata) if defined($metadata);
+ $pdf-info(%$metadata) if defined($metadata);
 
  foreach my $pagedata ( @{$list_of_pages} ) {
   ++$page;


signature.asc
Description: Digital signature


Bug#653903: transition: qt4-x11 multiarch

2012-01-01 Thread Fathi Boudra
On Sun, Jan 1, 2012 at 4:33 PM, Julien Cristau jcris...@debian.org wrote:
 On Sun, Jan  1, 2012 at 13:21:09 +0200, Fathi Boudra wrote:

 I would like to prepare Qt multiarch transition.

 Why does this affect more than Qt itself?  I couldn't find an
 explanation of what affected packages means in your wiki page.

pure Qt packages using QMake build system have QT_INSTALL_PLUGINS
and QT_INSTALL_LIBS set to multiarch paths [1].
In the best case, only binNMU is needed. In the worst, *.install files
need to be updated.

The list of affected packages isn't based on reverse dependencie as
we usually do for library transition with binary incompatibility, but
on the usage of these variables by the build system. We have also some
packages using CMake like kde4libs that relies on the same variables.

hope it answers the question.

[1]
$ qmake -query
QT_INSTALL_PREFIX:/usr
QT_INSTALL_DATA:/usr/share/qt4
QT_INSTALL_DOCS:/usr/share/qt4/doc
QT_INSTALL_HEADERS:/usr/include/qt4
QT_INSTALL_LIBS:/usr/lib/x86_64-linux-gnu
QT_INSTALL_BINS:/usr/bin
QT_INSTALL_PLUGINS:/usr/lib/x86_64-linux-gnu/qt4/plugins
QT_INSTALL_IMPORTS:/usr/lib/qt4/imports
QT_INSTALL_TRANSLATIONS:/usr/share/qt4/translations
QT_INSTALL_CONFIGURATION:/etc/xdg
QT_INSTALL_EXAMPLES:/usr/lib/qt4/examples
QT_INSTALL_DEMOS:/usr/lib/qt4/demos
QMAKE_MKSPECS:/usr/share/qt4/mkspecs
QMAKE_VERSION:2.01a
QT_VERSION:4.8.0



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



Bug#653921: [debootstrap] installed chroot has wrong arch (amd64 instead of i386)

2012-01-01 Thread Julien Cristau
On Sun, Jan  1, 2012 at 14:35:57 +, Diggory Hardy wrote:

 Package: debootstrap
 Version: 1.0.38
 Severity: normal
 
 --- Please enter the report below this line. ---
 
 Hello and a merry new year,
 
 I've been trying to install an i386 chroot on an amd64 system using the 
 following command, but every time I get the wrong architecture (uname -r 
 shows 3.1.0-1-amd64). Tried 3 times with debootstrap and once with 
 cdebootstrap; same result.
 
 sudo debootstrap --arch=i386 squeeze /var/chroot/squeeze-ia32 
 http://ftp.debian.org/debian/
 
 As far as I am aware, this is the correct command to install an i386 chroot 
 using debootstrap. Install logs (both debootstrap and cdebootstrap) attached; 
 no errors that I can see.
 
Why do you think uname -r has anything to do with the userspace's arch?
Try dpkg --print-architecture.

Cheers,
Julien



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



Bug#653912: please add shortcut to gosa pw change on users desktop

2012-01-01 Thread Holger Levsen
severity 653912 important
retitle new Gosa setup lacks the students file group
thanks

On Sonntag, 1. Januar 2012, Petter Reinholdtsen wrote:
 This should be done using the education-menus package and the
 desktop-profiles mechanism.  We enable special menus for all file
 group members of the students group.  See /etc/desktop-profiles/.
 
 The new Gosa setup lack the students file group.




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



Bug#441613: closed by Christian PERRIER bubu...@debian.org (Closing bug report: manpages translation switched to po4a and formatting errors are no longer there...)

2012-01-01 Thread Helge Kreutzmann
reassign 441613 po4a
thanks

Hello Christian,
I now read throught the entire bug log. Seems that nobody cared to CC
me in the last e-mails, would have been nice and very helpful, I don't
have the time to screen all bugs reports daily.

Technically, #39 informed me, that po4a was used, so sorry that I
forgot that. The bug was marked peding but never closed (which Jens
said an upload should do) but rather pending was simply removed in
#66).

Looking at #66 both the wrong quotes as well the untranslated author
seems to be po4a issues at first sight, so reassigning.

Greetings

   Helge


-- 
  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#649769: Info received (Bug#649769: obnam: obnam --encrypt-with fails with can't query passphrase in batch mode)

2012-01-01 Thread Lars Wirzenius
On Sun, Dec 25, 2011 at 09:55:46PM +, Dafydd Harries wrote:
 Strane that you get a passphrase dialog, though. That suggests that
 there's something that's different in my environment. It would be good
 to find out what that is.

I can reproduce this by having use-agent in my gpg.conf, and
not running a gpg agent, or not having the GPG_AGENT_INFO environment
variable set (or otherwise arranging so that gpg can't access the
agent). In this case, gpg can't get the passphrase and aborts,
since it's in batch mode.

I'm using batch mode explicitly to prevent gpg from doing anything
interactive with the user. For now, I could let it do that, but 
soon Obnam will be running multiple copies of gpg at the same time,
and then batch mode is required. So I'd prefer to not disable batch
mode right now.

I could make obnam ask for the gpg passphrase, and provide
that to each gpg invocation. (For obvious reasons, I'd rather not
have it in a configuration file.) Would that be OK with you?

Are you using a gpg agent? If so, can you figure out why it doesn't
work?

-- 
Freedom-based blog/wiki/web hosting: http://www.branchable.com/


signature.asc
Description: Digital signature


Bug#653923: must not use start-stop-daemon --name

2012-01-01 Thread Marco d'Itri
Package: exabgp
Version: 1.3.4-2
Severity: normal

The init script uses start-stop-daemon --name when reloading the 
configuration. This is bad because the on disk executable may change
and prevent reloading the configuration.
--name should never be used when you can use --pidfile.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#642441: phpunit bug (Re: package ftbfs in unstable)

2012-01-01 Thread Hideki Yamane
block 642441 607372
thanks

Hi,

 It seems not a bug libxmpp-php itself but a bug in phpunit.

 PHP Warning:  require_once(PHP/CodeCoverage/Filter.php): failed to open 
 stream:
 No such file or directory in /usr/bin/phpunit on line 38

 It is called by phpunit package, however, there is not such file in that.

 henrich@hp:/tmp/phpunit-3.5.5$ find . -name Filter.php -print
 ./PHPUnit-3.5.5/PHPUnit/Util/Filter.php
 henrich@hp:/tmp/phpunit-3.5.5$ apt-file show phpunit|grep Filter.php
 phpunit: /usr/share/php/PHPUnit/Util/Filter.php

 If it would call Filter.php, it should be as PHPUnit/Utils/Filter.php.
 And if it would be fixed with a patch, then another bug is there.

 phpunit tests/AllTests.php
 PHP Warning:  require_once(File/Iterator/Factory.php): failed to open stream: 
 No such file or directory in /usr/share/php/PHPUnit/Util/Filter.php on line 46
 PHP Fatal error:  require_once(): Failed opening required 
 'File/Iterator/Factory.php' (include_path='.:/usr/share/php:/usr/share/pear') 
 in /usr/share/php/PHPUnit/Util/Filter.php on line 46

 it is caused by below line in Filter.php in 3.5.x

require_once 'PHPUnit/File/Iterator/Factory.php';
 
 However, there is no such file in _any_ package now, and its line has been
 deleted in recent upstream version.


-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane



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



Bug#653887: libavformat53 breaks mplayer

2012-01-01 Thread Reimar Döffinger
On 1 Jan 2012, at 15:26, Reinhard Tartler siret...@tauware.de wrote:
 On So, Jan 01, 2012 at 15:08:03 (CET), Julien Cristau wrote:
 
 On Sun, Jan  1, 2012 at 08:25:00 +0100, Reinhard Tartler wrote:
 
 I really think this is a bug in mplayer. ff_codec_wav_tags is and always
 was an internal symbol, that is no longer exported since this commit:
 
 http://git.libav.org/?p=libav.git;a=commitdiff;h=8d74bf17c6d6280195854f4dadb19ef37d054566
 
 This issue a long-standing wart in mplayer that should really be fixed
 there.
 
 Honestly, this is kind of a broken position IMO.  The moment one of your
 reverse deps uses a symbol, it stops being internal, whatever your
 intentions were.
 
 Well, if you can show me that a number of other packages use
 ff_codec_wav_tags, I agree to patch the symbol versioning script to make
 it visible again. But TBH, I'd be surprised if you would find a single
 other package.

Please note that this is fixed since several months (actually I think since 
very shortly after this became an issue) in MPlayer svn.
So you could update, backport the patch (well, unfortunately several since the 
first few tries were broken) or make the versioning script change as a 
temporary workaround you would _not_ have to carry around forever.



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



Bug#653924: Please package new release freedroidrpg 0.15

2012-01-01 Thread Jon Severinsson
Package: freedroidrpg
Version: 0.15-0local1
Severity: wishlist
Tags: patch

Freedroid RPG was released upstream at 2011-12-23, please package in Debian.

Attaching my local packaging, which should be good enough to include in sid 
with only a version number change.


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

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

Versions of packages freedroidrpg depends on:
ii  freedroidrpg-dat 0.15-0local1Data files for freedroidrpg
ii  libc62.13-20ubuntu5  Embedded GNU C Library: Shared lib
ii  libgl1-mesa-glx  7.11-0ubuntu3   free implementation of the OpenGL 
ii  libjpeg626b1-1ubuntu2The Independent JPEG Group's JPEG 
ii  liblua5.1-0  5.1.4-10Shared library for the Lua interpr
ii  libogg0  1.2.2~dfsg-1ubuntu1 Ogg bitstream library
ii  libpng12-0   1.2.46-3ubuntu1 PNG library - runtime
ii  libsdl-gfx1.2-4  2.0.22-1drawing and graphical effects exte
ii  libsdl-image1.2  1.2.10-2.1  image loading library for Simple D
ii  libsdl-mixer1.2  1.2.8-6.3build1 mixer library for Simple DirectMed
ii  libsdl1.2debian  1.2.14-6.1ubuntu4   Simple DirectMedia Layer
ii  libvorbis0a  1.3.2-1ubuntu2  The Vorbis General Audio Compressi
ii  zlib1g   1:1.2.3.4.dfsg-3ubuntu3 compression library - runtime

freedroidrpg recommends no packages.

freedroidrpg suggests no packages.

-- no debconf information
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 3.0 (quilt)
Source: freedroidrpg
Binary: freedroidrpg, freedroidrpg-data
Architecture: any
Version: 0.15-0local1
Maintainer: Bart Martens ba...@debian.org
Homepage: http://freedroid.sourceforge.net/
Standards-Version: 3.9.2
Build-Depends: cdbs, debhelper (= 7), autotools-dev, automake1.9, 
liblua5.1-0-dev, libgl1-mesa-dev, libsdl1.2-dev, libsdl-image1.2-dev, 
libsdl-gfx1.2-dev, libsdl-mixer1.2-dev, zlib1g-dev
Checksums-Sha1: 
 97f74a6b1f3c7cf447e8cc7fc850aee18c2860ed 209412185 
freedroidrpg_0.15.orig.tar.gz
 04790cbc32b7f946e0b2e3858629623a0a0f 10964 
freedroidrpg_0.15-0local1.debian.tar.gz
Checksums-Sha256: 
 4481a96c9cd6bfbb91ec65dbd260a4c729b82569c977b364a7f5580760af4c2f 209412185 
freedroidrpg_0.15.orig.tar.gz
 ccf287567efd36ebeca4db43c8dfe4dce76922f34b2103714cdddb681987a7eb 10964 
freedroidrpg_0.15-0local1.debian.tar.gz
Files: 
 003a3f34619cfaa87add2030fea5d120 209412185 freedroidrpg_0.15.orig.tar.gz
 e18831011478bb2e17f5bb5a43ff0c96 10964 freedroidrpg_0.15-0local1.debian.tar.gz

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

iQIcBAEBCgAGBQJPAIZEAAoJEIxPDyvAFXjJbz0P/1LkwX4B+rC+H6X5PgSPxZTU
vQ76FyF/aXFDhl2AxF+P7sqZ+1C63f75D82UxkVGZZLFslQHWtmhqJCtjxX7jS9x
KpmDyFaPc5CxS8expNJXCgtpz44bM35n//lft8HiykJtELMg7+npizSRyelF/HsD
w2cBj5Gx4YHEYTh+GseWhKCxUgtC8zMH96jpvM2LvNZE3zpQ2Qx06I2qJYwI+H5D
P1AtEQfdM4kFHK+b5FcAG8LXgCaeWZyjWF1r3kbf9/jBlJVmAEXmPiCzIRJFzedk
dCgFlVzg+xESiCZoXac1a8QikCd1SLAKRMfkJxEPeGmUXKuztwMRe/TssudRDn3a
IxyvEahdcUm7g9Y5bg2j8/0yCyqcuZv3oEjE0+D7urLLPbviFw/YLtKH8K1CT11q
ChuKxi7C3QJFQCxgmSfc/Rc6lqJnaLRpECOA29665hCUNSM/vY+g2ddboACQu39d
vXRiXcdQjB7zrsh17GCZLCqXn0ql87CWSZS5FclKmp/cU61c+9tMdQ0cXrcdVhVH
hcbCdbRsO56DpVqZMQf9QNTtjcte3j6AAw79iAfz3GJqy0rRdV9BpFl2WROU1yBk
s2aFHkbscFMuOw69i5bdlpqWmS803cXfMThpJWd+Ax0cmbiPHXnMVpbbqiKoG+le
ILIi3bxhbPbTCoh2s8Ic
=by/h
-END PGP SIGNATURE-


freedroidrpg_0.15-0local1.debian.tar.gz
Description: GNU Zip compressed data


freedroidrpg_0.14.1-0.15_debian.patch.gz
Description: GNU Zip compressed data


Bug#653925: override: sdlmame:nonfree-metapackages/extra, xmame-sdl:nonfree-metapackages/extra, xmame-x:nonfree-metapackages/extra

2012-01-01 Thread Emmanuel Kasper
Package: ftp-masters
Severity: normal

Received email:
-
There are disparities between your recently accepted upload and the
override file for the following file(s):

sdlmame_0.144-1_amd64.deb: package says section is non-free/metapackages,
override says non-free/games.
sdlmame_0.144-1_amd64.deb: package says priority is extra, override says
optional.
xmame-sdl_0.144-1_all.deb: package says section is non-free/metapackages,
override says non-free/games.
xmame-sdl_0.144-1_all.deb: package says priority is extra, override says
optional.
xmame-x_0.144-1_all.deb: package says section is non-free/metapackages,
override says non-free/games.
xmame-x_0.144-1_all.deb: package says priority is extra, override says
optional.
-

Rational for the required changes:
These three packages are transitional packages.
I would like all of them to have non-free/metapackages as section and extra as
priority.

The metapackages section could be used for transitional packages according to:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574851

According to a chat on #debian-mentors, the priority of transitional packages
should be extra.

Regards

Emmanuel



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

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



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



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

2012-01-01 Thread Helge Kreutzmann
Hello David,
first of all a happy new year.

Next round of typos / suggestions for improvement:
a) doc/po4a.7.pod:480
I'm not sure I understand the last sentence correctly. 
... when there is no empty line before the =item
line and the content of the item.

Empty line *before* =item or *between* =item and the content of the item
(or both)?

And the simpler stuff:
Index: doc/po4a.7.pod
===
--- doc/po4a.7.pod  (Revision 2523)
+++ doc/po4a.7.pod  (Arbeitskopie)
@@ -463,9 +463,9 @@
 =item -

 If you changed the structure a bit (to merge two paragraphs, or split
-another one), undo those changes. If there is issues in the original, you
-should inform the original author. Fixing them in your translation only fix
-it for a part of the community. And moreover, it's impossible when using
+another one), undo those changes. If there are issues in the original, you
+should inform the original author. Fixing them in your translation only fixes
+them for a part of the community. And moreover, it's impossible when using
 po4a ;)

 =item -
@@ -502,11 +502,11 @@
 the document. In that case, no new entry is created in the PO file, but a
 new reference is added to the existing one instead.

-So, when the same paragraph appears twice in the original but are not
+So, when the same paragraph appears twice in the original but both are not
 translated in the exact same way each time, you will get the feeling that a
 paragraph of the original disappeared. Just kill the new translation. If you
 prefer to kill the first translation instead when it was actually better,
-remove the second one from where it is and put it in place of the first one.
+remove the second one from where it is and put the first one in place of the 
second one.

 In the contrary, if two similar but different paragraphs were translated in the
 exact same way, you will get the feeling that a paragraph of the translation
@@ -547,12 +547,12 @@
 to add a section about the translation itself, listing contributors and
 explaining how to report bug against the translation.

-Addendum must be provided as a separate file. The first line constitutes a
+An addendum must be provided as a separate file. The first line constitutes a
 header indicating where in the produced document they should be placed. The
 rest of the addendum file will be added verbatim at the determined position of
 the resulting document.

-The header have a pretty rigid syntax: It must begin with the string
+The header has a pretty rigid syntax: It must begin with the string
 BPO4A-HEADER:, followed by a semi-colon (B;) separated list of 
IkeyB=Ivalue
 fields. White spaces ARE important. Note that you cannot use the semi-colon
 char (B;) in the value, and that quoting it doesn't help.


For me, I will now cease to work on po4a translation for now. I talked with 
another German translator and he'll probably take over for the
remaining 30%, but still it would be a good time for an upload (also
for the web page), hint, hint. 

If possible, however, I'll take care of the long term (whatever this
means) maintaince of the German translation.

Greetings

 Helge
-- 
  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#653868: Proposed-RM: libversion-requirements-perl -- RoM: deprecated, superseded

2012-01-01 Thread Alessandro Ghedini
On Sat, Dec 31, 2011 at 06:59:10PM +0100, gregor herrmann wrote:
 Package: libversion-requirements-perl
 Severity: normal
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
 From upstream Changes:
 
   DEPRECATED DEPRECATED DEPRECATED DEPRECATED
   Version::Requirements is now DEPRECATED
   Use CPAN::Meta::Requirements, which is a drop-in replacement.
 
 CPAN::Meta::Requirements is available in
 libcpan-meta-perl (= 2.113640).
 
 At the moment there are two remaining rdeps in unstable:
 - - libperl-prereqscanner-perl
 - - cpanminus

There is also libdist-zilla-perl (I forgot to remove the (build) depends in
the last update, it should be fixed now).

 After they are either fixed upstream or patched in Debian, we can RM
 libversion-requirements-perl.

Since Version::Requirements is also in Perl core (since 5.13.10) this might
be easier. It would just make backporting those packages a little harder
(they would need the depends to be re-added in order to be backported), and
would be only a temporary fix until they get updated.

Cheers

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



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



Bug#149955: Please also add XZ support

2012-01-01 Thread Eduard Bloch
Hello,

I, for one, am no longer excited by bzip2 nowadays. Just made some
tests on a random mailing list archive:

 Time(s) Size(B)  Time vs. gz-9  Size vs. gz-9
Bzip2-6  25,17   31774760,00  2,8700114025   0,8093237242
Bzip2-9  29,90   29919222,00  3,4093500570,7620619692
Xz-3 25,01   22065920,00  2,8517673888   0,562033279
Xz-4 45,39   20840460,00  5,1755986317   0,5308200188
Xz-5 61,77   19004876,00  7,0433295325   0,4840665051
Xz-6 96,38   18240560,00  10,9897377423  0,4645988814
Xz-9 116,74  15741240,00  13,3112884835  0,4009395816
Gzip-9   8,7739260878,00  1  1

So it seems that xz is always better than bzip2 and considering the
computational costs of archivemail, xz at level 4 looks like a good
trade-off.

But it looks like we have to wait for python 3.3 to get native xz
support, see http://bugs.python.org/issue6715 for details.

Regards,
Eduard.

-- 
Myon 36m² ist ganz schön viel
rvb Hm, das sind mehr als 9m x 9m.
rvb Halt, nein ... 9x9 ist nicht 18.



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



Bug#622887: Reassigning to maintained package

2012-01-01 Thread Johan Walles
reassign 622887 linux-tools 3.1+41
thanks

Reassigning to a maintained package.  This is still an issue.

  Regards //Johan



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



Bug#653919: transition: KDE SC 4.7

2012-01-01 Thread dE .
I'm using kde 4.7 on Gentoo and my migration had not been good because 
of upstream bugs, and I'm concerned about Debian for the same reason.


For e.g. there's a taskbar bug which I've not reported yet, and there's 
a infamous Akonadi resource migration bug penetrating kmail and contact.


All in all I suggest -- brace for impact or wait longer before pushing 
to testing.


These issues are mostly related to old kde configs in ~./kde4 (I had to 
clear a few), so fresh installs should not have issues, but upgrades may...




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



Bug#627915: co-maintenance request

2012-01-01 Thread Barak A. Pearlmutter
Given the time since vobcopy has been updated, I would like to
volunteer to co-maintain the package, updating to the latest upstream
and doing various other minor maintenance.  To make it easier: if
there are no objections within a few days, I'll just go ahead and take
the liberty, dput a new version ...

Cheers,

--Barak.



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



Bug#625925: Uses incorrect path to default colour profile

2012-01-01 Thread Julien Cristau
On Tue, May 10, 2011 at 09:27:29 +0100, Roger Leigh wrote:

 forwarded 625925 
 https://sourceforge.net/tracker/?func=detailaid=3299815group_id=1537atid=101537
 thanks
 
 On Tue, May 10, 2011 at 03:02:53AM +0100, Ben Hutchings wrote:
  On Sat, 2011-05-07 at 10:54 +0100, Roger Leigh wrote:
   On Sat, May 07, 2011 at 05:17:58AM +0100, Ben Hutchings wrote:
Printing to my HP LaserJet 4Plus currently fails.  The error message
for the job is:

File '/System/Library/ColorSync/Profiles/sRGB Profile.icc' not found

This path is presumably correct for OS X but obviously not for Linux!
It is present in the /usr/lib/cups/driver/gutenprint.5.2 binary.
   
   This path is unconditionally put into generated PPD files by genppd.c:
  This seems like a big problem, since cups recommends gutenprint over
  foomatic (and I found the latter does work for me).
 
 Forwarded upstream.  In the interim we can patch out that block of
 code.
 
So would the following make sense then?  It seems there's been 0
followup to your upstream report, so I'm happy to do a QA upload with
that patch if you think it's ok (I don't have a printer, so can't test
this either)...  Another option is to remove gutenprint and photoprint
from wheezy.

Cheers,
Julien

From: Julien Cristau jcris...@debian.org
Date: Sun, 1 Jan 2012 17:49:09 +0100
Subject: [PATCH] genppd: don't write color profile information with broken
 macos-specific paths

Closes: #625925
---
 src/cups/genppd.c |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/cups/genppd.c b/src/cups/genppd.c
index 4e85388..6153371 100644
--- a/src/cups/genppd.c
+++ b/src/cups/genppd.c
@@ -1873,6 +1873,7 @@ write_ppd(
   manufacturer, device_id, ppd_location, language, po,
   all_langs);
 
+#if 0
   /* Macintosh color management */
   gzputs(fp, *cupsICCProfile Gray../Grayscale:
\/System/Library/ColorSync/Profiles/sRGB Profile.icc\\n);
   gzputs(fp, *cupsICCProfile RGB../Color: 
\/System/Library/ColorSync/Profiles/sRGB Profile.icc\\n);
@@ -1880,6 +1881,7 @@ write_ppd(
   gzputs(fp, *APSupportsCustomColorMatching: true\n);
   gzputs(fp, *APDefaultCustomColorMatchingProfile: sRGB\n);
   gzputs(fp, *APCustomColorMatchingProfile: sRGB\n);
+#endif
 
   gzputs(fp, \n);
 


signature.asc
Description: Digital signature


  1   2   3   4   >