Bug#589365: installation-reports: Debian Testing(Squeeze) a success.

2010-07-17 Thread Christian PERRIER

 Comments/Problems:
 My Intel Wireless 5100 AGN was detected, but needed a firmware driver(not a
 problem).  My ethernet card was/is not detected.
 
 My hard drive driver was not detected during install, but was able to install
 anyway when I selected to continue without loading a driver.  My hardrive info
 is now available in the Gnome Disk Utility(with the correct info same as
 Ubuntu).

Given that your installation was a complete success, I do as
usual with reports for successful installations: I close the bug..:-)

This does not of course mean you weren't right to report. Knowing the
installations are correct is important for the d-i team.

Many thanks for your time testing the Debian Installer and reporting
your results. Have fun with your new Debian system!




signature.asc
Description: Digital signature


Bug#589358: libhid0: No version in unstable

2010-07-17 Thread martin f krafft
tags 589358 wontfix help
thanks

also sprach Phil Dibowitz p...@ipom.com [2010.07.16.2350 +0200]:
 Can we please get libhid-dev and libhid0 for unstable? It seems to
 have been removed from unstable and testing.

See http://bugs.debian.org/496665

There is no maintainer. You'd have to take over, and libraries
aren't exactly straight-forward.

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#578631: nfqueue-bindings: FTBFS with Perl 5.12: hardcoded perl paths

2010-07-17 Thread Ansgar Burchardt
tags 578631 + patch
thanks

Hi,

with the attached patch applied, the package builds with perl 5.12.1
from experimental.  This is the first time for me doing anything with
CMake, that is to say more elegant ways to fix this problem might
exist.

The directory $Config{archlibexp}/CORE is the same a ExtUtils::Embed's
perl_inc() would output (just without the -I flag).

Regards,
Ansgar
diff -u nfqueue-bindings-0.3/debian/changelog nfqueue-bindings-0.3/debian/changelog
--- nfqueue-bindings-0.3/debian/changelog
+++ nfqueue-bindings-0.3/debian/changelog
@@ -1,3 +1,9 @@
+nfqueue-bindings (0.3-1.1) UNRELEASED; urgency=low
+
+  * Get path for perl.h from perl's Config module. (Closes: #578631)
+
+ -- Ansgar Burchardt ans...@43-1.org  Sat, 17 Jul 2010 14:42:52 +0900
+
 nfqueue-bindings (0.3-1) unstable; urgency=low
 
   * New upstream release
only in patch2:
unchanged:
--- nfqueue-bindings-0.3.orig/FindPerlLibs2.cmake
+++ nfqueue-bindings-0.3/FindPerlLibs2.cmake
@@ -20,10 +20,6 @@
   /usr/lib
   )
 
-FIND_PATH(PERL_INCLUDE_PATH perl.h
-  ${PERL_POSSIBLE_INCLUDE_PATHS})
-
-
 FIND_PROGRAM(PERL_EXECUTABLE
   NAMES perl
   PATHS
@@ -33,6 +29,20 @@
 
 IF(PERL_EXECUTABLE)
   EXEC_PROGRAM(${PERL_EXECUTABLE}
+ARGS -e 'use Config; print \\$Config{archlibexp}/CORE\\n\;'
+OUTPUT_VARIABLE PERL_INCLUDE_PATH_VARIABLE
+RETURN_VALUE PERL_INCLUDE_PATH_RETURN_VALUE
+)
+  IF(NOT PERL_INCLUDE_PATH_RETURN_VALUE)
+SET(PERL_POSSIBLE_INCLUDE_PATHS ${PERL_INCLUDE_PATH_VARIABLE} ${PERL_POSSIBLE_INCLUDE_PATHS})
+  ENDIF(NOT PERL_INCLUDE_PATH_RETURN_VALUE)
+ENDIF(PERL_EXECUTABLE)
+
+FIND_PATH(PERL_INCLUDE_PATH perl.h
+  ${PERL_POSSIBLE_INCLUDE_PATHS})
+
+IF(PERL_EXECUTABLE)
+  EXEC_PROGRAM(${PERL_EXECUTABLE}
 ARGS -e 'use Config; print \$Config{libperl}, \\\n\'
 OUTPUT_VARIABLE PERL_LIBRARY_OUTPUT_VARIABLE
 RETURN_VALUE PERL_LIBRARY_RETURN_VALUE


Bug#588464: pu: package libnet-sftp-foreign-perl/1.42+dfsg-1

2010-07-17 Thread Salvatore Bonaccorso
Hi Release Team

I'm sorry forgott to reply too on the openend bugreport, so here it is
again, below.

On Fri, Jul 16, 2010 at 08:37:15AM +0200, Salvatore Bonaccorso wrote:
 Hi Release Team!
 
 On Thu, Jul 08, 2010 at 08:05:32PM +0200, Salvatore Bonaccorso wrote:
  Package: release.debian.org
  Severity: normal
  User: release.debian@packages.debian.org
  Usertags: pu
  
  Hi
  
  #587830 was reported against libnet-sftp-foreign-perl, and this
  Recommends should if possible also be added in stable. I have attached
  the corresponding debdiff.
  
  Please advise on how to proceed and if we could upload the package?
 
 Only a short 'ping', in case this was lost somewhere. Any advice if we
 could upload it? It only add's two Recommends.
 
 Bests
 Salvatore

Bests
Salvatore


signature.asc
Description: Digital signature


Bug#578633: libtext-bibtex-perl: UNIVERSAL-import is getting deprecated with Perl 5.12.0

2010-07-17 Thread Ansgar Burchardt
tags 578633 + upstream fixed-upstream
thanks

Hi,

this issue was fixed upstream in the 0.44 release:

  Release 0.44 - 9 May, 2010
  --
  * RPath information on link - Thanks to Jens Rehsack
  * removed dependency on 'UNIVERSAL' as it is now built-in
(change for perl 5.12 deprecation)

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#589309: Do not provide menu-file

2010-07-17 Thread Fathi Boudra
Hi,

As explained by Modestas, the Debian Menu System is not the Debian Policy.
Moreover, some Debian developers (including me) doesn't care about the
menu file.
IMHO, we should get ride of this Debian specificity and support
desktop file only
(like any modern desktop environment).

Thanks for your Debian contribution.

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#569574: Patch for the l10n upload of slbackup

2010-07-17 Thread Christian PERRIER
Quoting Christian PERRIER (bubu...@debian.org):
 
 Dear maintainer of slbackup,
 
 On Thursday, June 17, 2010 I sent you a notice announcing my intent to upload 
 a
 NMU of your package to fix its pending l10n issues, after an initial
 notice sent on Saturday, June 12, 2010.
 
 We finally agreed that you would do the update yourself at the end of
 the l10n update round.
 
 That time has come.
 
 To help you out, here's the patch which I would have used for an NMU.
 Please feel free to use all of it...or only the l10n part of it.

Is there anything blocking this upload?

I'm currently processing pending stuff for a few languages (those that
are close to be 100% for debconf translations) and slbackup shows up.




signature.asc
Description: Digital signature


Bug#581676: [dovecot-antispam] New upstream release available

2010-07-17 Thread Julien Valroff
Hi Ron,

Le dimanche 16 mai 2010 à 00:14 +0930, Ron a écrit :
 Hi Rodolphe,
 
 Thanks for the patches, but now I'm a little bit confused,
 have you actually tested this with dovecot 1.2.11?
 If so, what backend are you using?
 
 I prepared packages for the 1.3 release last month, but it seems
 that dovecot 1.2.11 has actually changed something this time that
 will need more than just a recompile to keep up.
 
 It builds and 'runs' ok, but any attempt to access an -antispam
 managed folder will fail.  Upstream is aware of it, but has been
 too busy to look into it, and I don't see anything new in upstream
 git since we had that discussion...
 
 So AFAICS, we're basically in the same boat still as we were then:
 namely there isn't much point uploading 1.3 at this stage, if it
 isn't going to work for people anyway...
 
 ... unless this _is_ really working for you, in which case things are
 more complicated, and I won't really be quite sure what to think or do
 about this until we explain that too.

All my apologies, I have been able to enquire in depth about the
situation, but I would like to confirm I am successfully using the 1.2
version with dovecot 1.2.11. This is on Debian Lenny (backported
packages) using the DSPAM backend.

I would be happy to give 1.3 packages a try if you consider it would be
useful.

As for the general issue, have you tried talking with dovecot
maintainers and see whether they could integrate this in their package
sources so that the plugin is rebuilt automatically?

Cheers,
Julien

-- 
Julien Valroff jul...@kirya.net
http://www.kirya.net
GPG key: 4096R/290D20C5 
092F 4CB5 5F19 E006 1CFD  B489 D32B 8D66 290D 20C5




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



Bug#587928: quik-installer: fails to detect ext2 boot partition

2010-07-17 Thread Vagrant Cascadian
here's the diff for the uploaded NMU:

diff -Nru quik-installer-0.0.24/debian/changelog 
quik-installer-0.0.24+nmu1/debian/changelog
--- quik-installer-0.0.24/debian/changelog  2010-07-11 13:42:03.0 
-0700
+++ quik-installer-0.0.24+nmu1/debian/changelog 2010-07-16 22:10:11.0 
-0700
@@ -1,3 +1,10 @@
+quik-installer (0.0.24+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix check for /boot on ext2. Closes: #587928
+
+ -- Vagrant Cascadian vagr...@debian.org  Fri, 16 Jul 2010 22:09:31 -0700
+
 quik-installer (0.0.24) unstable; urgency=low

   [ Updated translations ]
diff -Nru quik-installer-0.0.24/debian/postinst 
quik-installer-0.0.24+nmu1/debian/postinst
--- quik-installer-0.0.24/debian/postinst   2009-07-23 10:00:00.0 
-0700
+++ quik-installer-0.0.24+nmu1/debian/postinst  2010-07-16 22:02:47.0 
-0700
@@ -96,7 +96,7 @@

 # The partition where quik is installed must be ext2 and
 # quik must be installed on the first disk
-if ! grep [[:space:]]/target$boot[[:space:]]ext2[[:space:]] /proc/mounts \
+if ! grep $boot[[:space:]]/target.*[[:space:]]ext2[[:space:]] /proc/mounts \
/dev/null; then
die quik-installer/boot_not_ext2 '/boot not ext2'
 fi


live well,
  vagrant



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



Bug#573822: RFH: gwibber -- microblogging client for GNOME

2010-07-17 Thread Dionisio E Alonso (Baco)
On 20 June 2010 04:39, Raphael Hertzog hert...@debian.org wrote:

 gwibber uses desktopcouch to store messages, and desktopcouch starts a
 local couchdb instance... the question is why doesn't it work as it
 should?

 Here it managed to start the local couchdb but apparently the port number
 that has been allocated has never been communicated back to the client
 application through dbus.

 In your cases it rather looks like that the server was no longer there
 (or do you have firewalling that could forbid it?).


I think there is a permissions problem in /etc/couchdb/ giving
permissions to read and execute directories recursively solved
launching the ubuntu version of the package.

So I installed gwibber, gwibber-service and gwibber-themes from lucid
and changed permissions in /etc/couchdb/ as

# chmod -R o+rX /etc/couchdb/

And then I could launch gwibber 2.30.0.1

regards,
-- 
Dionisio



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



Bug#589366: [Pkg-haskell-maintainers] Bug#589366: haskell-happstack: FTBFS: debian/tmp-inst-ghc6/usr/bin/happstack missing

2010-07-17 Thread Giovanni Mascellani
Il 17/07/2010 02:58, Aaron M. Ucko ha scritto:
 As the log indicates, happstack was successfully built under
 dist-ghc6, just not installed to the temporary destination; AFAICT,
 that is because your install/happstack debian/rules target lacks a
 dependency on debian/tmp-inst-ghc6.  (Your build presumably fared
 better because binary depends on binary-indep and binary-arch in that
 order, and hlibrary.mk arranges for the doc package's install target
 to depend on debian/tmp-inst-ghc6.)
 
 At any rate, could you please fix it?

I saw the fail on buildd stats and I share you guess on the problem.
I'll work on it later today.

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

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



signature.asc
Description: OpenPGP digital signature


Bug#588684: 588684: can't reproduce with an another monitor

2010-07-17 Thread man-d

A different monitor is now connected and I can't reproduce this bug.

--
man-d




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



Bug#587928: quik-installer: fails to detect ext2 boot partition

2010-07-17 Thread Christian PERRIER
Quoting Vagrant Cascadian (vagr...@freegeek.org):
 here's the diff for the uploaded NMU:

Thanks. It's committed to SVN now.




signature.asc
Description: Digital signature


Bug#589374: bugzilla: [INTL:fr] French debconf templates translation update

2010-07-17 Thread Christian Perrier
Package: bugzilla
Version: N/A
Severity: wishlist
Tags: patch l10n

Please find attached the french debconf templates update, proofread by the
debian-l10n-french mailing list contributors.

If you do not already use it, you might consider using the
podebconf-report-po utility, which helps warning translators about
changes when you modify some debconf templates in your packages.

The usual policy when using it is sending a warning to translators
when you plan to upload a version of your package with debconf
templates changes (even typo corrections). Then leave about one week
for them to update their files (several translation teams have a QA
process which requires time).

podebconf-report-po will take care of sending the translators the
needed material as well as getting the translators adresses from the
PO files. All you have to do is just using the utility..:-)

Example use (from your package build tree):

$ podebconf-report-po

This will go through debian/po/*.po files, find those needing an
update, extract the translators data from these files and prepare a
mail to send to these translators (you can also use the
--languageteam switch to also mail the mail addresses listed in
Language-Team field).

You can also use this utility to request for new translations:

$ podebconf-report-po --call

This will send a mail to debian-i...@lists.debian.org with all the
needed information and material for new translators to add new
languages to your supported languages.

If you apply this policy, please forget about these remarks, of
courseThis message is generic..:-)


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

Kernel: Linux 2.6.32-5-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# french translation of bugzilla3 debconf templates
# Copyright (C) 2007-2009 Debian French l10n team 
debian-l10n-fre...@lists.debian.org
# This file is distributed under the same license as the bugzilla3 package.
#
# Translators:
#
# Alexis Sukrieh suk...@sukria.net, 2008.
# Jean Guillou guillou.j...@free.fr, 2008, 2009.
# Christian Perrier bubu...@debian.org, 2008, 2010.
# Florentin Duneau fdun...@gmail.com, 2009.
msgid 
msgstr 
Project-Id-Version: bugzilla3\n
Report-Msgid-Bugs-To: bugzi...@packages.debian.org\n
POT-Creation-Date: 2010-07-14 22:55+0200\n
PO-Revision-Date: 2010-07-17 09:09+0200\n
Last-Translator: Christian Perrier bubu...@debian.org\n
Language-Team: French debian-l10n-fre...@lists.debian.org\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=2; plural=(n  1);\n

#. Type: password
#. Description
#: ../bugzilla3.templates:2001
msgid Password confirmation:
msgstr Confirmation du mot de passe :

#. Type: string
#. Description
#: ../bugzilla3.templates:3001
msgid Email address of Bugzilla administrator:
msgstr Adresse électronique de l'administrateur de Bugzilla :

#. Type: string
#. Description
#: ../bugzilla3.templates:3001
msgid 
Please enter the email address of the Bugzilla administrator; all mail for 
the administrator will be sent to this address. This email address is also 
used as the administrator login for Bugzilla.
msgstr 
Veuillez indiquer l'adresse électronique de l'administrateur de Bugzilla. 
Tous les courriers électroniques qui lui sont destinés y seront envoyés. 
Elle sera également utilisée comme identifiant pour l'administrateur.

#. Type: string
#. Description
#: ../bugzilla3.templates:3001
msgid 
A valid address must contain exactly one '@', and at least one '.' after the 
@. You'll be able to change this setting through Bugzilla's web interface.
msgstr 
Une adresse valable doit contenir un et un seul �...@ » et au moins un « . » 
après le �...@ ». Vous pourrez changer ces réglages initiaux via l'interface 
web de Bugzilla.

#. Type: string
#. Description
#: ../bugzilla3.templates:4001
msgid Real name of Bugzilla administrator:
msgstr Nom réel de l'administrateur de Bugzilla :

#. Type: password
#. Description
#: ../bugzilla3.templates:5001
msgid Password for the Bugzilla administrator account:
msgstr Mot de passe de l'administrateur de Bugzilla :

#. Type: boolean
#. Description
#: ../bugzilla3.templates:6001
msgid Have Status or Resolution values been customized?
msgstr Faut-il modifier la valeur des champs « Status/Resolution » ?

#. Type: boolean
#. Description
#: ../bugzilla3.templates:6001
msgid 
If values in the Status or Resolution fields have been customized, the 
checksetup procedure must be modified appropriately before installation can 
continue.
msgstr 
Si vous avez modifié la valeur des champs « Status/Resolution », la 
procédure « checksetup » doit être modifiée de façon appropriée avant de 
continuer l'installation.

#. Type: boolean
#. Description
#: ../bugzilla3.templates:6001
msgid 
For each update of this package, a new 

Bug#589250: insserv: Strange sequencing of xdm

2010-07-17 Thread Petter Reinholdtsen
severity 589250 minor
thanks

[Ian Zimmerman]
 So, probably demote this bug to minor, mostly targeting
 documentation so as to avoid the same confusion in other curious
 people.

Any proposals on where to add such information?  Which manual page or
other documentation would have worked for you?

 BTW - why keep the symlink farm around at all when it is not used?  

The symlink farm is used by sysv-rc/insserv/startpar to know if a
service is enabled or not for a given runlevel.

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#589375: moonlight-plugin-mozilla: video not working :( on tv live

2010-07-17 Thread yellow
Package: moonlight-plugin-mozilla
Version: 1.0.1-3+b1
Severity: normal


Dear Sir,

I noted that the silverlight is not working for this site:
http://wwitv.com/portal.htm?http://wwitv.com/tv_channels/b4265.htm

Thanks if it can be improved

Best regards

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

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

Versions of packages moonlight-plugin-mozilla depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.4-6  GCC support library
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libmoon   1.0.1-3+b1 Free Software clone of Silverlight
ii  libstdc++64.4.4-6The GNU Standard C++ Library v3
ii  moonlight-plugin-core 1.0.1-3+b1 Free Software clone of Silverlight
ii  xulrunner-1.9.1   1.9.1.10-1 XUL + XPCOM application runner

moonlight-plugin-mozilla recommends no packages.

moonlight-plugin-mozilla 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#589376: iceweasel: fullscreen not working, live news

2010-07-17 Thread yellow
Package: iceweasel
Version: 3.5.10-1
Severity: important

Dear Sir,

It works under windows but not under lINUX/

http://atdhe.net/watch-bbc-news.php
when one click on fullscreen it does not work :(

there is more channels on :
http://wwitv.com/portal.htm

Looking forward for alwas a better firefox

Best regards

-- Package-specific info:

-- Extensions information
Name: Default
Location: /usr/lib/iceweasel/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
Package: iceweasel
Status: enabled

-- Plugins information
Name: Shockwave Flash
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled


-- Addons package information
ii  iceweasel  3.5.10-1   Web browser based on Firefox

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

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

Versions of packages iceweasel depends on:
ii  debianutils   3.3Miscellaneous utilities specific t
ii  fontconfig2.8.0-2.1  generic font configuration library
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.4-6  GCC support library
ii  libglib2.0-0  2.24.1-1   The GLib library of C routines
ii  libgtk2.0-0   2.20.1-1   The GTK+ graphical user interface 
ii  libnspr4-0d   4.8.4-1NetScape Portable Runtime Library
ii  libstdc++64.4.4-6The GNU Standard C++ Library v3
ii  procps1:3.2.8-9  /proc file system utilities
ii  xulrunner-1.9.1   1.9.1.10-1 XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  libgssapi-krb5-21.8.1+dfsg-5 MIT Kerberos runtime libraries - k
pn  mozplugger  none   (no description available)
pn  ttf-lyx | latex-xft-fonts   none   (no description available)
pn  ttf-mathematica4.1  none   (no description available)
pn  xfonts-mathml   none   (no description available)
pn  xprint  none   (no description available)

Versions of packages xulrunner-1.9.1 depends on:
ii  libasound2  1.0.23-1 shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libbz2-1.0  1.0.5-4  high-quality block-sorting file co
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-1 simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.4-6GCC support library
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libhunspell-1.2-0   1.2.11-1 spell checker and morphological an
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libmozjs2d  1.9.1.10-1   The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d 4.8.4-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.6-2 Network Security Service libraries
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libreadline66.1-3GNU readline and history libraries
ii  libsqlite3-03.6.23.1-4   SQLite 3 shared library
ii  libstartup-notification 0.10-1   library for program launch feedbac
ii  libstdc++6  4.4.4-6  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxrender1 1:0.9.5-2X Rendering Extension client libra
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

-- 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#589377: Newer version 0.29.1 available at http://www.nongnu.org/icoutils/

2010-07-17 Thread Raja R Harinath
Package: icoutils
Version: 0.26.0-4
Severity: wishlist


Please update icoutils to the newer version found at 
http://www.nongnu.org/icoutils/

This is needed for building 'wine', since the wine build refuses to work with 
any
version of icotool less than 0.29.0.

- Hari

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

Kernel: Linux 2.6.35-rc5 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages icoutils depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libpng12-01.2.44-1   PNG library - runtime
ii  libwww-perl   5.836-1Perl HTTP/WWW client/server librar
ii  perl  5.10.1-13  Larry Wall's Practical Extraction 
ii  zlib1g1:1.2.5.dfsg-1 compression library - runtime

icoutils recommends no packages.

Versions of packages icoutils suggests:
ii  libterm-readline-gnu-perl 1.20-1 Perl extension for the GNU ReadLin

-- 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#589368: darcs: lacks upstream changelog

2010-07-17 Thread Jonathan Nieder
tags 589368 + patch
quit

Hi again,

Jonathan Nieder wrote:

  Alternatively, the
 release announcements from http://wiki.darcs.net/Releases/2.4
 would make a good changelog.

Better, we can use the changelog upstream already provides.
Untested, but I think this should work.

diff --git a/debian/rules b/debian/rules
index bfc2aab..eb0ac75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,8 @@ override_dh_auto_configure: Setup
./Setup configure --prefix=/usr -fcurl-pipelining 
--constraint=parsec\3 $(if $(wildcard /usr/lib/*/libHSrts_thr.a),,-f-threaded) 
-f-library --ghc-options=+RTS -V0 -RTS
 override_dh_auto_install: Setup
./Setup copy --destdir=$(CURDIR)/debian/darcs
+override_dh_installchangelogs:
+   dh_installchangelogs -- NEWS
 override_dh_auto_test: Setup
 ifneq (nocheck,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
./Setup test
-- 



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



Bug#579510: Patch for the 184-8.5 NMU of libpam-ldap

2010-07-17 Thread Christian PERRIER

Dear maintainer of libpam-ldap,

On Saturday, July 10, 2010 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Monday, July 05, 2010.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/7-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: libpam-ldap
Version: 184-8.5
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier bubu...@debian.org
Date: Sat, 17 Jul 2010 08:40:25 +0200
Closes: 579510
Changes: 
 libpam-ldap (184-8.5) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - Spanish (Francisco Javier Cuadrado).  Closes: #579510

-- 


diff -Nru libpam-ldap-184.old/debian/changelog libpam-ldap-184/debian/changelog
--- libpam-ldap-184.old/debian/changelog	2010-06-29 22:27:29.650502187 +0200
+++ libpam-ldap-184/debian/changelog	2010-07-17 08:40:29.372600855 +0200
@@ -1,3 +1,11 @@
+libpam-ldap (184-8.5) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix pending l10n issues. Debconf translations:
+- Spanish (Francisco Javier Cuadrado).  Closes: #579510
+
+ -- Christian Perrier bubu...@debian.org  Sat, 17 Jul 2010 08:40:25 +0200
+
 libpam-ldap (184-8.4) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru libpam-ldap-184.old/debian/po/ca.po libpam-ldap-184/debian/po/ca.po
--- libpam-ldap-184.old/debian/po/ca.po	2010-06-29 22:27:29.650502187 +0200
+++ libpam-ldap-184/debian/po/ca.po	2010-07-10 06:48:15.068298671 +0200
@@ -11,6 +11,7 @@
 PO-Revision-Date: 2007-01-20 11:39+0200\n
 Last-Translator: Guillem Jover guil...@debian.org\n
 Language-Team: Catalan debian-l10n-cata...@lists.debian.org\n
+Language: ca\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -121,8 +122,8 @@
 msgstr 
 Introduïu el nom distingit de la base de la cerca de l'LDAP. Molts llocs 
 utilitzen els components del seu nom del domini. Per exemple, el domini 
-«exemple.net» utilitzaria el nom distingit de la base de la cerca «dc=exemple,
-dc=net».
+«exemple.net» utilitzaria el nom distingit de la base de la cerca 
+«dc=exemple,dc=net».
 
 #. Type: select
 #. Choices
diff -Nru libpam-ldap-184.old/debian/po/cs.po libpam-ldap-184/debian/po/cs.po
--- libpam-ldap-184.old/debian/po/cs.po	2010-06-29 22:27:29.646504032 +0200
+++ libpam-ldap-184/debian/po/cs.po	2010-07-10 06:48:15.084296883 +0200
@@ -19,6 +19,7 @@
 PO-Revision-Date: 2009-06-09 17:15+0200\n
 Last-Translator: Miroslav Kure ku...@debian.cz\n
 Language-Team: Czech debian-l10n-cz...@lists.debian.org\n
+Language: cs\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
diff -Nru libpam-ldap-184.old/debian/po/da.po libpam-ldap-184/debian/po/da.po
--- libpam-ldap-184.old/debian/po/da.po	2010-06-29 22:27:29.646504032 +0200
+++ libpam-ldap-184/debian/po/da.po	2010-07-10 06:48:15.100296282 +0200
@@ -15,6 +15,7 @@
 PO-Revision-Date: 2009-09-12 12:29+0200\n
 Last-Translator: Frank Damgaard deb...@overbygaard.dk\n
 Language-Team: Danish\n
+Language: \n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
diff -Nru libpam-ldap-184.old/debian/po/de.po libpam-ldap-184/debian/po/de.po
--- libpam-ldap-184.old/debian/po/de.po	2010-06-29 22:27:29.646504032 +0200
+++ libpam-ldap-184/debian/po/de.po	2010-07-10 06:48:15.116296520 +0200
@@ -12,6 +12,7 @@
 PO-Revision-Date: 2009-06-23 13:30-0400\n
 Last-Translator: Matthias Julius m...@julius-net.net\n
 Language-Team: German debian-l10n-ger...@lists.debian.org\n
+Language: de\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
diff -Nru libpam-ldap-184.old/debian/po/es.po libpam-ldap-184/debian/po/es.po
--- libpam-ldap-184.old/debian/po/es.po	2010-06-29 22:27:29.646504032 +0200
+++ libpam-ldap-184/debian/po/es.po	2010-07-05 18:44:58.987476034 +0200
@@ -1,47 +1,42 @@
-#
-# libpam-ldap po-debconf translation to spanish
+# libpam-ldap po-debconf translation to Spanish
+# Copyright (C) 2007, 2010 Software in the Public Interest
 # This file is distributed under the same license as the libpam-ldap package.
 #
 # Changes:
-# - Initial translation
+#   - Initial translation
 #   Ayax Fernandez Rosado afernan...@apglug.org.pes
-# - Reviewers
-#   Fernando Cerezal, 2006
-#   Javier Fernández-Sanguino , 2006
-# - Updated by
-#   Javier Fernández-Sanguino, 2007
-#
 #
-#  Traductores, si no conoce el formato PO, merece la pena leer la 
-#  documentación de gettext, especialmente las secciones dedicadas a este
-#  formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
+#   - Updates
+#   Javier Fernández-Sanguino j...@debian.org, 2007
+#   Francisco Javier Cuadrado fcocuadr...@gmail.com, 2010
+#
+# Traductores, si no conocen el formato PO, 

Bug#589340: [Evolution] Bug#589340: evolution crashes with multiple glibc and similar errors

2010-07-17 Thread Yves-Alexis Perez
On ven., 2010-07-16 at 21:22 +0200, Christoph Anton Mitterer wrote:
 
 Hi.
 
 Not sure whether this is an upstream issue, as it seems that there are glibc
 problems?
 
 The issue appears (but not always) when opening my folder that holds the
 debian-devel list archive.
 
 Then evolution immediately crashes with the attached errors. But this totally
 varies and many other source files are printed in the end.
 
 Makes evolutions completely unusable..., when starting it again,.. it 
 remembers
 the folder and immediately crashes again. 

Could you provide a backtrace and report directly upstream?

Cheers,
-- 
Yves-Alexis


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


Bug#589378: empathy: Does not allow me to change status via the contact list window

2010-07-17 Thread Deniz Akcal
Package: empathy
Version: 2.30.2-1
Severity: normal

I cannot change the status via the contact list window when using the MSN
instant messaging protocol (have not tested other instant messaging
protocols). I cannot even change it from the GNOME panel! If more information
is needed, do not hesitate to contact me.

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

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

Versions of packages empathy depends on:
ii  dbus-x111.2.24-1 simple interprocess messaging syst
ii  empathy-common  2.30.2-1 GNOME multi-protocol chat and call
ii  gconf2  2.28.1-3 GNOME configuration database syste
ii  geoclue 0.12.0-1 Geographic information framework
ii  gnome-icon-theme2.30.3-1 GNOME Desktop icon theme
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libcanberra-gtk00.24-1   Gtk+ helper for playing widget eve
ii  libcanberra00.24-1   a simple abstract interface for pl
ii  libchamplain-0.4-0  0.4.6-1  C library providing ClutterActor t
ii  libchamplain-gtk-0.4-0  0.4.6-1  A Gtk+ widget to display maps
ii  libclutter-1.0-01.0.8-1.1Open GL based interactive canvas l
ii  libclutter-gtk-0.10-0   0.10.2-1 Open GL based interactive canvas l
ii  libdbus-1-3 1.2.24-1 simple interprocess messaging syst
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libebook1.2-9   2.30.2-1 Client library for evolution addre
ii  libedataserver1.2-132.30.2-1 Utility library for evolution data
ii  libenchant1c2a  1.6.0-1  a wrapper library for various spel
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.0-1  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libgeoclue0 0.12.0-1 C API for GeoClue
ii  libgl1-mesa-glx [libgl1 7.7.1-3  A free implementation of the OpenG
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgnome-keyring0   2.30.1-1 GNOME keyring services library
ii  libgstfarsight0.10-00.0.20-2 Audio/Video communications framewo
ii  libgstreamer-plugins-ba 0.10.29-4GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.29-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libnm-glib2 0.8-1network management framework (GLib
ii  libnotify1 [libnotify1- 0.5.0-2  sends desktop notifications to a n
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libsoup2.4-12.30.2-1 an HTTP library implementation in 
ii  libtelepathy-farsight0  0.0.14-2+b1  Glue library between telepathy and
ii  libtelepathy-glib0  0.11.6-1 Telepathy framework - GLib library
ii  libunique-1.0-0 1.1.6-1  Library for writing single instanc
ii  libwebkit-1.0-2 1.2.1-2  Web content engine library for Gtk
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxcomposite1  1:0.4.1-2X11 Composite extension library
ii  libxdamage1 1:1.1.3-1X11 damaged region extension libra
ii  libxext62:1.1.1-3X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.4-2X11 miscellaneous 'fixes' extensio
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  telepathy-mission-contr 1:5.4.3-1management daemon for Telepathy re
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages empathy recommends:
ii  freedesktop-sound-theme   0.7.dfsg-1 freedesktop.org sound theme
ii  geoclue-hostip0.12.0-1   Position server for GeoClue (hosti
ii  geoclue-localnet  0.12.0-1   Position server for GeoClue (GPS)
ii  geoclue-manual0.12.0-1   Position server for GeoClue (manua
ii  geoclue-yahoo 0.12.0-1   Map and geocode server for GeoClue
ii  gvfs-backends 1.6.2-1userspace virtual filesystem - bac
ii  nautilus-sendto-empathy   2.30.2-1   GNOME multi-protocol chat and call
ii  telepathy-gabble  0.9.15-1   Jabber/XMPP connection manager
ii  telepathy-salut   0.3.12-1   Link-local XMPP connection manager

Versions of 

Bug#574798: zlib: Please ship minizip as a shared library

2010-07-17 Thread Sébastien Barthélemy
Is there any progress with this?
Jonathan, have got in touch with minizip authors?

I'm willing to package collada-dom (ITP #589152) which also needs libminizip.



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



Bug#589213: Do not install Exim in minimal system

2010-07-17 Thread Petter Reinholdtsen
[Daniel Richard G.]
 Of course; it is attached.
 
 Looking at that, it doesn't appear that cron is responsible for pulling
 in exim4*; cron is installed much earlier in the process. heirloom-mailx
 is installed at the same time as exim4*, but that one only Suggests:
 exim4. It seems possible that d-i is installing exim4 explicitly.

This is the point where exim is pulled in:

Jul 15 18:27:55 in-target: The following NEW packages will be installed:
Jul 15 18:27:55 in-target:   exim4 exim4-base exim4-config exim4-daemon-light 
heirloom-mailx libgcrypt11
Jul 15 18:27:55 in-target:   libgnutls26 libgpg-error0 libgssapi-krb5-2 
libk5crypto3 libkeyutils1
Jul 15 18:27:55 in-target:   libkrb5-3 libkrb5support0 libpcre3 
popularity-contest psmisc

The exim4 package is installed when popularity-contest is installed,
while it is not removed when popularity-contest is purged.  I suspect
exim4 stay because it is the recommends of other packages (cron?).
The popularity-contest recommend look ike this:

  Recommends: cron | fcron, exim4 | mail-transport-agent

The obvious fix is to change popularity-contest to suggest instead of
recommend, to avoid pulling in a MTA when popularity-contest is
installed.  Cc to the maintainer list to see if that is an interesting
alternative.

An alternative would be to change pkgsel/pre-pkgsel.d/90popcon to not
install recommended packages.  Looking at the svn source, this seem to
have be the current setting in svn since 2009-12-24 (uploaded as
version 0.27).  Not convinced it is a good idea to not install
recommended packages by default in d-i, thought, and suspect it is
better to change the recommends for popularity-contest.

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#589342: ITP: sieve -- Extension that implements the ManageSieve protocol

2010-07-17 Thread Jan Hauke Rahm
On Fri, Jul 16, 2010 at 09:44:01PM +0200, fladischermich...@fladi.at wrote:
 Package: wnpp
 Severity: wishlist
 Owner: fladischermich...@fladi.at
 
 * Package name: sieve
   Version : 0.1.9
   Upstream Author : Thomas Schmid schmid-tho...@gmx.net
 * URL : http://sieve.mozdev.org/
 * License : AGPLv3
   Programming Lang: JavaScript, XUL
   Description : Extension that implements the ManageSieve protocol
 
 This Extension implements the ManageSieve protocol for securely 
 managing Sieve Script on a remote IMAP/POP server through a comfortable 
 graphical frontend.
 It is able to manage separate sieve filters for each configured 
 account in Icedove and can automatically use the credentials from the
 IMAP/POP/ account.

So this is an icedove extension? I'd suggest to name the package
'icedove-sieve' then (or similar). 'sieve' is pretty generic as it could
also be an imap server extension or even a stand alone sieve
implementation.

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Bug#589376: iceweasel: fullscreen not working, live news

2010-07-17 Thread Mike Hommey
On Sat, Jul 17, 2010 at 09:08:25AM +0200, yellow wrote:
 Package: iceweasel
 Version: 3.5.10-1
 Severity: important
 
 Dear Sir,
 
 It works under windows but not under lINUX/
 
 http://atdhe.net/watch-bbc-news.php
 when one click on fullscreen it does not work :(

It works for me. It is either a problem with your version of the flash
player, or a problem with your window manager. Please reassign the bug
to the appropriate package.

Mike



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



Bug#589379: Unable to install Ubuntu because old LVM pvolume appear after automatic partitioning

2010-07-17 Thread Марк Коренберг
Package: debian-installer? partman-* ? don't know
Version: Ubuntu 10.04 installer.

I send this bug-report to you, as the partman-auto package maintained
by debian bug tracker (https://launchpad.net/partman-auto)

I Unable to install Ubuntu 10.04 server because old LVM pvolume appear
after automatic partitioning.

How to reproduce:
1. Install Ubuntu to automatic LVM partitions
2. On other computer, just overwrite DOS partition table with another
one, or just clear it.
3. Try to install Ubuntu again. After automatic partitioning it will
see LVM partitions created on step 1! But it will try to issue
pvcreate which fail due to existing logical volumes.



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



Bug#587499: antlr3: also fails to build on powerpcspe

2010-07-17 Thread Julien BLACHE
Moffett, Kyle D kyle.d.moff...@boeing.com wrote:

Hi,

 So we can write the mips failure off as a buildd issue, which leaves
 us with the hppa  kfreebsd-* failures.

 Hmm, I'm working on a Debian port to PowerPCSPE over at
 debian-ports.org [0] and I'm seeing what appears to be the same issue
 on my buildd.  The build log is here:

Yep, same issue.

On June 30th, I offered both a tarball of the build tree at the time of
failure and a kfreebsd-amd64 qemu image that reproduces the issue.

To date, nobody has taken on this offer. Enough said.

JB.

-- 
 Julien BLACHE jbla...@debian.org  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#565344: is this still an issue?

2010-07-17 Thread Julien Cristau
close 565344
kthxbye

On Sat, Jul 17, 2010 at 01:49:11 +0200, intrigeri wrote:

 Hi,
 
 after some kind of rest period, this bug is happening again,
 from time to time.
 
 hardware: Thinkpad X32 (Radeon Mobility M6 LY)
 
 KMS disabled (as hibernation is broken on my hardware with KMS
 enabled)
 
 xserver-xorg-video-radeon: 1:6.13.1-1
 xserver-xorg 1:7.5+6
 linux-image-2.6.32-5-686 2.6.32-15
 libgnomekbd4 2.30.1-2
 window manager: xmonad
 gnome-screensaver is running
 
 The xgamma trick always works.
 
 Related bug reports for other distros:
 
 - http://bugs.gentoo.org/show_bug.cgi?id=314903
 - https://bbs.archlinux.org/viewtopic.php?id=90971
 
 I'm going to try with xserver-xorg-video-radeon 1:6.13.1-2,
 and linux-image-2.6.35-rc5-686/experimental.
 
Please file your own bug.  Adding more confusion to this old one won't
help.

Thanks,
Julien


signature.asc
Description: Digital signature


Bug#589380: libwebkit-1.0-2: Web site compatibility: http://www.taharlev.com/ reloads forever

2010-07-17 Thread Paul Menzel
Subject: libwebkit-1.0-2: Web site compatibility: http://www.taharlev.com/ 
reloads forever
Package: libwebkit-1.0-2
Version: 1.2.1-1
Severity: normal
Tags: upstream

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

Dear Debian folks,


Accessing [1] reloads forever in Epiphany and Midori. Iceweasel can cope with 
it. In comparison the images are never displayed before reloading. I am using 
libwebkit-1.0-2 (1.2.1-2) in Debian Sid/unstable.

I already submitted a report upstream and got an answer that it is not 
reproducible in WebKit 1.3.x [2].


Thanks,

Paul


[1] http://www.taharlev.com/english.asp
[2] https://bugs.webkit.org/show_bug.cgi?id=41254

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

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

Versions of packages libwebkit-1.0-2 depends on:
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libenchant1c2a  1.6.0-1  a wrapper library for various spel
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.0-2  FreeType 2 font engine, shared lib
ii  libgail18   2.20.1-1 GNOME Accessibility Implementation
ii  libgcc1 1:4.4.4-7GCC support library
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgstreamer-plugins-base0. 0.10.30-1GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libicu444.4.1-4  International Components for Unico
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libsoup2.4-12.30.2-1 an HTTP library implementation in 
ii  libsqlite3-03.6.23.1-4   SQLite 3 shared library
ii  libstdc++6  4.4.4-7  The GNU Standard C++ Library v3
ii  libwebkit-1.0-common1.2.3-1  Web content engine library for Gtk
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  libxslt1.1  1.1.26-5 XSLT 1.0 processing library - runt
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library

libwebkit-1.0-2 recommends no packages.

libwebkit-1.0-2 suggests no packages.

-- no debconf information


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


Bug#589327: [l10n:cs] Updated Czech translation of PO debconf template for package fts 0.1-4

2010-07-17 Thread Benoit Mortier
Le Friday 16 July 2010 19:18:26 Michal Simunek, vous avez écrit :
 Package: fts
 Version: 0.1-4
 Severity: wishlist
 Tags: l10n, patch

 In attachment there is updated Czech translation of PO debconf template
 (cs.po) for package fts, please include it.

Hello,

Updated will be in next upload

Cheers
-- 
Benoit Mortier
CEO 
OpenSides logiciels libres pour entreprises : http://www.opensides.eu/
Promouvoir et défendre le Logiciel Libre http://www.april.org/
Contributor to Gosa Project : http://gosa-project.org/



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



Bug#589373: xserver-xorg-core: X server does not start with Xen and nvidia card

2010-07-17 Thread Julien Cristau
On Sat, Jul 17, 2010 at 08:51:22 +0300, Panayiotis Karabassis wrote:

 (EE) XKB: Could not invoke xkbcomp
 (EE) XKB: Couldn't compile keymap
 XKB: Failed to compile keymap
 Keyboard initialization failed. This could be a missing or incorrect setup of 
 xkeyboard-config.
 
 Fatal server error:
 Failed to activate core devices.
 
Need to figure out why xkbcomp fails.  What versions of xkb-data and
x11-xkb-utils are installed?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#589363: Fix FTBFS by not fail on error

2010-07-17 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2010-07-17 01:31, Artur Rona wrote:
 Package: jasperreports
 Version: 3.7.3+dfsg-1
 
 In Ubuntu, we've applied the attached patch to achieve the following:
 
 - debian/patches/13_fix_ftbfs.diff: Modify build.xml so that
   build continues in case of compilation error.
 
 We thought you might be interested in doing the same. 
 
 
 
 
 __
 This is the maintainer address of Debian's Java team
 http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers. 
 Please use
 debian-j...@lists.debian.org for discussions and questions.

Hi

Thanks for the heads up and the offer, but it seems to me that this
patch may just hide a problem rather than fixing it.

I noticed you have removed from packages from the Build-Depends in
Ubuntu - I assume it is because they were not present in Lucid. If these
packages are present in Maverick, then perhaps you do not need this
patch any more.

~Niels

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

iEYEAREIAAYFAkxBaj4ACgkQVCqoiq1YlqyM7ACfeQnlGVbdyriYba3iVrUuhBL6
zzEAn2BspVGXmDNJqPOCgl+pZdgRcPxt
=WFgB
-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#589381: xserver-xorg: please provide more examples, in particular with the InputClass section

2010-07-17 Thread Vincent Lefevre
Package: xserver-xorg
Version: 1:7.5+6
Severity: wishlist

The xorg documentation isn't well-written (for instance, in the
xorg.conf(5) man page, INPUTCLASS SECTION, the Driver entry isn't
listed in the format and it isn't said what entries are allowed
and needed). Typical examples should be given in
/usr/share/doc/xserver-xorg/examples/. This directory currently
contains only one example. Other ones should be added, in particular
taking into account the hotplugging mechanism, and using the
InputClass section. The examples should possibly be commented
(e.g. if some kernel version is needed for the feature).

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2009-06-04 16:13:46 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1878528 2010-07-15 17:31:24 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation G98M [Quadro NVS 160M] 
(rev a1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2145 2010-07-17 09:37:51 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (ra...@juliet2)  Fri Sep  5 15:03:39 PDT 2008

Section ServerLayout
Identifier Layout0
Screen  0  Screen0
InputDeviceKeyboard0 CoreKeyboard
InputDeviceMouse0 CorePointer
InputDeviceTouchPad
EndSection

Section Files
RgbPath /etc/X11/rgb.txt
EndSection

Section Module
Load   dbe
Load   extmod
Load   glx
EndSection

Section InputDevice
# generated from default
Identifier Mouse0
Driver mouse
Option Protocol auto
Option Device /dev/psaux
Option Emulate3Buttons no
Option ZAxisMapping 4 5
EndSection

Section InputDevice
# generated from default
Identifier Keyboard0
Driver keyboard
EndSection

# Currently doesn't work:
#   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589347
Section InputDevice
Identifier TouchPad
Driver evdev
Option Device /dev/input/event10
Option Emulate3Buttons no
EndSection

Section Monitor
Identifier Monitor0
VendorName Unknown
ModelName  Unknown
HorizSync   30.0 - 110.0
VertRefresh 50.0 - 150.0
Option DPMS
EndSection

Section Device
Identifier Device0
Driver nvidia
VendorName NVIDIA Corporation
EndSection

Section Screen
Identifier Screen0
Device Device0
MonitorMonitor0
DefaultDepth24
SubSection Display
Depth   24
EndSubSection
# TwinView support for external monitor, see
#   http://en.wikibooks.org/wiki/NVidia/Twin_View
#   http://ubuntuforums.org/showthread.php?t=411674   
Option TwinView on
Option TwinViewOrientation Clone
Option MetaModes 1440x900,1440x900; 1024x768,1027x768; 800x600,800x600
Option SecondMonitorHorizSync 30-82
Option SecondMonitorVertRefresh 50-75
EndSection


Kernel version (/proc/version):
Linux version 2.6.31-1-amd64 (Debian 2.6.31-2) (b...@decadent.org.uk) (gcc 
version 4.3.4 (Debian 4.3.4-6) ) #1 SMP Mon Nov 16 04:44:38 UTC 2009

Xorg X server log files on system:
-rw-r--r-- 1 root root 20717 2010-07-17 09:35:26 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
Current Operating System: Linux xvii 2.6.31-1-amd64 #1 SMP Mon Nov 16 04:44:38 
UTC 2009 x86_64
Kernel command line: root=/dev/mapper/xvii-root ro quiet
Build Date: 03 June 2010  03:01:44PM
xorg-server 2:1.7.7-2 (Julien Cristau jcris...@debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Fri Jul 16 22:19:36 2010
(==) Using config file: /etc/X11/xorg.conf
(==) Using system config directory /usr/share/X11/xorg.conf.d
Parse error on line 13 of section Files in file /etc/X11/xorg.conf
Ignoring obsolete keyword RgbPath.
(==) ServerLayout Layout0
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Device0
(**) |--Input Device Keyboard0
(**) |--Input Device Mouse0
(**) |--Input Device TouchPad
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted 

Bug#589382: python-pyme: error signing files when using Python 2.6

2010-07-17 Thread Martin Manns
Package: python-pyme
Version: 0.8.1+clean-3+b1
Severity: important

When using Python 2.6, creating a detached signature file with

ctx.op_sign(plaintext, ciphertext, pygpgme.GPGME_SIG_MODE_DETACH)

raises the following error:

  File /usr/lib/python2.6/dist-packages/pyme/util.py, line 64, in _funcwrap
Invocation of  + name)
  File /usr/lib/python2.6/dist-packages/pyme/errors.py, line 46, in
errorcheck
raise GPGMEError(retval, extradata)
pyme.errors.GPGMEError: Invocation of gpgme_op_sign: Unspecified source:
General error (0,1)

After the error message is generated, the file is not signed, i.e. no detached
signature file is created.

Signing works without error when using Python 2.5.



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

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

Versions of packages python-pyme depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libgpg-error0 1.6-1  library for common error values an
ii  libgpgme111.2.0-1.2  GPGME - GnuPG Made Easy
ii  python2.6.5-7interactive high-level object-orie
ii  python-central0.6.16 register and build utility for Pyt

python-pyme recommends no packages.

Versions of packages python-pyme suggests:
ii  python-pyme-doc0.8.1+clean-3 Python interface to the GPGME GnuP

-- 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#589213: Do not install Exim in minimal system

2010-07-17 Thread Daniel Richard G.
On Sat, 2010 Jul 17 09:56+0200, Petter Reinholdtsen wrote:

 The obvious fix is to change popularity-contest to suggest instead of
 recommend, to avoid pulling in a MTA when popularity-contest is
 installed.  Cc to the maintainer list to see if that is an interesting
 alternative.

Hunh. I wasn't aware that popcon could submit reports via e-mail in
addition to HTTP.

Recommending an MTA in light of that doesn't seem unreasonable, in the
abstract. But given that an MTA is useless for popcon's purposes if it
is not configured, and that HTTP submission has a good chance of working
out of the box, I'm inclined to think downgrading that to a suggestion
would be sensible.

 An alternative would be to change pkgsel/pre-pkgsel.d/90popcon to not
 install recommended packages.  Looking at the svn source, this seem to
 have be the current setting in svn since 2009-12-24 (uploaded as
 version 0.27).  Not convinced it is a good idea to not install
 recommended packages by default in d-i, thought, and suspect it is
 better to change the recommends for popularity-contest.

Yes, I see that... what is it now, the --no-recommends switch is broken?

What source package do these files go into, anyway? Google pointed me to
the d-i.alioth.debian.org site, but if I do apt-get source debian-
installer, there's nothing like this in there. (I'd like to verify that
the current installer is using the same revision of this script we're
seeing in SVN.)



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



Bug#589383: filtergen: Please apply attached patch

2010-07-17 Thread Bilal Akhtar
Package: filtergen
Version: 0.12.4-5
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu maverick ubuntu-patch

This patch is from Ubuntu. It contains Ubuntu changes.

*** /tmp/tmpeU7Lqy
In Ubuntu, we've applied the attached patch to achieve the following:

  * Merge from debian testing. (LP: #595609) Remaining changes:
- Removed file debian/changelog.dch

We thought you might be interested in doing the same. 


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

Kernel: Linux 2.6.32-23-generic (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
diff -u filtergen-0.12.4/scanner.c filtergen-0.12.4/scanner.c
--- filtergen-0.12.4/scanner.c
+++ filtergen-0.12.4/scanner.c
@@ -1,5 +1,6 @@
+#line 2 scanner.c
 
-#line 3 scanner.c
+#line 4 scanner.c
 
 #define  YY_INT_ALIGNED short int
 
@@ -8,7 +9,7 @@
 #define FLEX_SCANNER
 #define YY_FLEX_MAJOR_VERSION 2
 #define YY_FLEX_MINOR_VERSION 5
-#define YY_FLEX_SUBMINOR_VERSION 31
+#define YY_FLEX_SUBMINOR_VERSION 35
 #if YY_FLEX_SUBMINOR_VERSION  0
 #define FLEX_BETA
 #endif
@@ -30,7 +31,15 @@
 
 /* C99 systems have inttypes.h. Non-C99 systems may or may not. */
 
-#if defined __STDC_VERSION__  __STDC_VERSION__ = 199901L
+#if defined (__STDC_VERSION__)  __STDC_VERSION__ = 199901L
+
+/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
+ * if you want the limit (max/min) macros for int types. 
+ */
+#ifndef __STDC_LIMIT_MACROS
+#define __STDC_LIMIT_MACROS 1
+#endif
+
 #include inttypes.h
 typedef int8_t flex_int8_t;
 typedef uint8_t flex_uint8_t;
@@ -45,7 +54,6 @@
 typedef unsigned char flex_uint8_t; 
 typedef unsigned short int flex_uint16_t;
 typedef unsigned int flex_uint32_t;
-#endif /* ! C99 */
 
 /* Limits of integral types. */
 #ifndef INT8_MIN
@@ -76,6 +84,8 @@
 #define UINT32_MAX (4294967295U)
 #endif
 
+#endif /* ! C99 */
+
 #endif /* ! FLEXINT_H */
 
 #ifdef __cplusplus
@@ -85,11 +95,12 @@
 
 #else	/* ! __cplusplus */
 
-#if __STDC__
+/* C99 requires __STDC__ to be defined as 1. */
+#if defined (__STDC__)
 
 #define YY_USE_CONST
 
-#endif	/* __STDC__ */
+#endif	/* defined (__STDC__) */
 #endif	/* ! __cplusplus */
 
 #ifdef YY_USE_CONST
@@ -131,9 +142,21 @@
 
 /* Size of default input buffer. */
 #ifndef YY_BUF_SIZE
+#ifdef __ia64__
+/* On IA-64, the buffer size is 16k, not 8k.
+ * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
+ * Ditto for the __ia64__ case accordingly.
+ */
+#define YY_BUF_SIZE 32768
+#else
 #define YY_BUF_SIZE 16384
+#endif /* __ia64__ */
 #endif
 
+/* The state buf must be large enough to hold one state per character in the main buffer.
+ */
+#define YY_STATE_BUF_SIZE   ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
+
 #ifndef YY_TYPEDEF_YY_BUFFER_STATE
 #define YY_TYPEDEF_YY_BUFFER_STATE
 typedef struct yy_buffer_state *YY_BUFFER_STATE;
@@ -165,14 +188,9 @@
 
 #define unput(c) yyunput( c, (yytext_ptr)  )
 
-/* The following is because we cannot portably get our hands on size_t
- * (without autoconf's help, which isn't available because we want
- * flex-generated scanners to compile on their own).
- */
-
 #ifndef YY_TYPEDEF_YY_SIZE_T
 #define YY_TYPEDEF_YY_SIZE_T
-typedef unsigned int yy_size_t;
+typedef size_t yy_size_t;
 #endif
 
 #ifndef YY_STRUCT_YY_BUFFER_STATE
@@ -267,7 +285,7 @@
 
 /* Points to current character in buffer. */
 static char *yy_c_buf_p = (char *) 0;
-static int yy_init = 1;		/* whether we need to initialize */
+static int yy_init = 0;		/* whether we need to initialize */
 static int yy_start = 0;	/* start state number */
 
 /* Flag which is used to allow yywrap()'s to do buffer switches
@@ -592,7 +610,7 @@
 char * filename();
 static void scan_err(const char * fmt, ...);
 void include_file(const char *);
-#line 596 scanner.c
+#line 614 scanner.c
 
 #define INITIAL 0
 #define include 1
@@ -609,6 +627,37 @@
 #define YY_EXTRA_TYPE void *
 #endif
 
+static int yy_init_globals (void );
+
+/* Accessor methods to globals.
+   These are made visible to non-reentrant scanners for convenience. */
+
+int yylex_destroy (void );
+
+int yyget_debug (void );
+
+void yyset_debug (int debug_flag  );
+
+YY_EXTRA_TYPE yyget_extra (void );
+
+void yyset_extra (YY_EXTRA_TYPE user_defined  );
+
+FILE *yyget_in (void );
+
+void yyset_in  (FILE * in_str  );
+
+FILE *yyget_out (void );
+
+void yyset_out  (FILE * out_str  );
+
+int yyget_leng (void );
+
+char *yyget_text (void );
+
+int yyget_lineno (void );
+
+void yyset_lineno (int line_number  );
+
 /* Macros after this point can all be overridden by user definitions in
  * section 1.
  */
@@ -641,7 +690,12 @@
 
 /* Amount of stuff to slurp up with each read. */
 #ifndef YY_READ_BUF_SIZE
+#ifdef __ia64__
+/* On IA-64, the buffer size is 16k, not 8k */
+#define YY_READ_BUF_SIZE 16384
+#else
 #define 

Bug#580120: mediatomb: diff for NMU version 0.12.0~svn2018-6.1

2010-07-17 Thread Alexander Reichle-Schmehl
Hi!

* Mehdi Dogguy me...@dogguy.org [100716 18:04]:

  I've prepared an NMU for mediatomb (versioned as 0.12.0~svn2018-6.1)
[..]
 Could you publish the diff as well?

Sorry, it's attached.


 Usually, I use nmudiff for that which attachs the patch (with mutt).
 According to your mail's headers, you are also using mutt. I don't get why
 it doesn't attach the patch then :/

I use it as well, but as the (fast) computer I use to compile my uploads
isn't allowed to sent mails, I use the output nmudiff created to copy
it over to my notebook.  In this case I seem to have forgotten to copy
over the patch :(  Sorry.


I think a nicer solution would be to ask the user via debconf if the UI
should be created, but didn't want to introduce this change via an NMU.


Best Regards,
  Alexander
diff -Nru mediatomb-0.12.0~svn2018/debian/changelog mediatomb-0.12.0~svn2018/debian/changelog
--- mediatomb-0.12.0~svn2018/debian/changelog	2010-02-11 00:52:26.0 +0100
+++ mediatomb-0.12.0~svn2018/debian/changelog	2010-07-16 15:52:57.0 +0200
@@ -1,3 +1,10 @@
+mediatomb (0.12.0~svn2018-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Disable user interface (Closes: #580120)
+
+ -- Alexander Reichle-Schmehl toli...@debian.org  Fri, 16 Jul 2010 15:52:21 +0200
+
 mediatomb (0.12.0~svn2018-6) unstable; urgency=low
 
   * Allow mediatomb to build against ffmpegthumbnailer 2.0 library.
diff -Nru mediatomb-0.12.0~svn2018/debian/config.xml.dist mediatomb-0.12.0~svn2018/debian/config.xml.dist
--- mediatomb-0.12.0~svn2018/debian/config.xml.dist	2010-02-08 04:56:29.0 +0100
+++ mediatomb-0.12.0~svn2018/debian/config.xml.dist	2010-07-16 15:52:17.0 +0200
@@ -5,7 +5,7 @@
  information on creating and using config.xml configration files.
 --
   server
-ui enabled=yes show-tooltips=yes
+ui enabled=no show-tooltips=yes
   accounts enabled=no session-timeout=30
 account user=mediatomb password=mediatomb/
   /accounts
@@ -154,4 +154,4 @@
   /profile
 /profiles
   /transcoding
-/config
\ Kein Zeilenumbruch am Dateiende.
+/config


signature.asc
Description: Digital signature


Bug#588735: fts: [INTL:de] updated German debconf translation

2010-07-17 Thread Benoit Mortier
Le Sunday 11 July 2010 19:10:26 Helge Kreutzmann, vous avez écrit :
 Package: fts
 Version: 0.1-4
 Severity: wishlist
 Tags: patch l10n

 Please find the updated German debconf translation for fts
 attached.

Thanks

Will be in next upload

Cheers
-- 
Benoit Mortier
CEO 
OpenSides logiciels libres pour entreprises : http://www.opensides.eu/
Promouvoir et défendre le Logiciel Libre http://www.april.org/
Contributor to Gosa Project : http://gosa-project.org/



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



Bug#588736: fts: Minor improvement of debconf template

2010-07-17 Thread Benoit Mortier
Le Sunday 11 July 2010 19:11:21 Helge Kreutzmann, vous avez écrit :
 Package: fts
 Version: 0.1-4
 Severity: minor
 Tags: l10n patch
 X-Debbugs-CC: Christian Perrier bubu...@debian.org

 While updating the German translation I noticed that your second
 debconf string looks a little awkward (and misses a full stop). I
 suggest the following:
 -The config directory for tftp is where the pxelinux.0 image lies.
 This must  -be in sync with your TFTP Server
 +Please note that the configuration directory for tftp has to contain
 the  +file pxelinux.0, which has to be synchronized with your TFTP
 server.

hello

Yes your wording is nicer, will be in next upload

Cheers
-- 
Benoit Mortier
CEO 
OpenSides logiciels libres pour entreprises : http://www.opensides.eu/
Promouvoir et défendre le Logiciel Libre http://www.april.org/
Contributor to Gosa Project : http://gosa-project.org/



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



Bug#589384: libapache2-mod-php5: Even with new SetHandler config, php is still activated because of mime type

2010-07-17 Thread Stefan Fritsch
Package: libapache2-mod-php5
Version: 5.2.11.dfsg.1-2
Severity: normal


Even with the new

FilesMatch \.ph(p3?|tml)$
SetHandler application/x-httpd-php
/FilesMatch

config, Files named blah.php.blubb are still executed as php scripts because
they are assigned the type application/x-httpd-php in /etc/mime.types and
mod_php will execute all files of this type. This can of course be a security
problem for sites that accept uploaded files.

There are two possible remedies:
- Remove all relevant types from /etc/mime.types
- Add
RemoveType php phtml pht phps php3 php3p php4 php5
   to php5.conf


I am slightly in favor of the RemoveType solution (together with a comment
explaining the why). Changes to /etc/mime.types may easily be refused
on upgrade by the user (I expect the diff to be rather large).

If you think the correct fix would be to change /etc/mime.types, feel free
to reassign the bug.


NB: RemoveType works for types loaded from mime.types only since apache2
2.2.14-2 (or upstream version 2.2.15).



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



Bug#589385: darcs [lenny]: FTBFS with ghc from experimental

2010-07-17 Thread Jonathan Nieder
Source: darcs
Version: 2.0.2-3
Severity: wishlist
Justification: probably builds fine on lenny

Just FYI.  Stock experimental i386 system.

 $ cd darcs-2.0.2
 $ debuild
 [...]
 checking for library z... no; and not with -lz either
 configure: error: Cannot find system's zlib library; please set the LDFLAGS 
environment variable!
 make: *** [debian/stamp-autotools] Error 1
 dpkg-buildpackage: error: debian/rules build gave error exit status 2
 debuild: fatal error at line 1327:
 dpkg-buildpackage -rfakeroot -D -us -uc failed
 $ echo $?
 29
 $ dpkg -l zlib1g-dev ghc6 | tail -2
 ii  ghc6  6.12.1-13GHC - the Glasgow Haskell Compila
 ii  zlib1g-dev1:1.2.5.dfsg-1   compression library - development

From config.log:

 configure:7066: checking for library z
 configure:7091: ghc  -package regex-compat -package HTTP -package QuickCheck 
-package html -O2 -funbox-strict-fields  -o conftest conftest.hs

 conftest.hs:1:11:
 Warning: -fffi is deprecated: use -XForeignFunctionInterface or pragma {-# 
LANGUAGE ForeignFunctionInterface #-} instead

 no location info:
 Failing due to -Werror.

 configure:7094: $? = 1
 configure: failed program was:

Does darcs in sid use -Werror, too?  If so, is it possible to override
that from debian/rules?



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



Bug#553698: gwibber 2.31.2 is out, desktopcouch is available

2010-07-17 Thread Stefano Zacchiroli
On Fri, Jul 16, 2010 at 12:47:53AM +0200, Carl Chenet wrote:
 The new upstream version 2.31.2 is now available.  What is the status
 of this package after the couchdb issue? Can I help?

AFAICT, this bug is still blocked by the couchdb issue (see #573061),
which is fixed upstream but not in Debian yet. Elliot asked for
review, also in light of this bug, but no one replied in the bug log.
You can probably help by reviewing that and/or prepare a (sponsored)
upload.

Cheers.

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


signature.asc
Description: Digital signature


Bug#589187: mcelog: problem reading memory diagnosis

2010-07-17 Thread Julien BLACHE
Toni Mueller supp...@oeko.net wrote:

Hi Toni, Andi,

Andi: We're trying to diagnose a DMI table parsing failure in
memdb.c. The output below is a patched mcelog that outputs the DMI
string it's failing to parse.

Looks like the DMI table is crap, I think you'll confirm that :)

 I've applied the patch. This is what I get:

 Jul 16 21:40:31 spruce mcelog: Failed to parse DMI data: [BANK0]
 Jul 16 21:40:31 spruce mcelog: Failed to parse DMI data
 Jul 16 21:40:31 spruce mcelog: Failed to parse DMI data: [BANK1]
 Jul 16 21:40:31 spruce mcelog: Failed to parse DMI data
 Jul 16 21:40:31 spruce mcelog: Failed to parse DMI data: [BANK2]
 Jul 16 21:40:31 spruce mcelog: Failed to parse DMI data
 Jul 16 21:40:31 spruce mcelog: Failed to parse DMI data: [BANK3]
 Jul 16 21:40:31 spruce mcelog: Failed to parse DMI data
 Jul 16 21:40:31 spruce mcelog: failed to prefill DIMM database from DMI data
 Jul 16 21:40:31 spruce mcelog: Kernel does not support page offline interface

 I have attached a full dmidecode output, so this hopefully speeds
 things up. Thanks for your efforts!

The dmidecode output looks like this, the full output is attached to the
bug log at http://bugs.debian.org/589187:

Handle 0x0039, DMI type 17, 27 bytes
Memory Device
Array Handle: 0x0037
Error Information Handle: Not Provided
Total Width: 72 bits
Data Width: 64 bits
Size: 2048 MB
Form Factor: DIMM
Set: None
Locator: DIMM0
Bank Locator: BANK0
  ^
Type: Other
Type Detail: Synchronous
Speed: 1333 MHz (0.8 ns)
Manufacturer: Manufacturer0
Serial Number: SerNum0
Asset Tag: AssetTagNum0
Part Number: PartNum0

I guess this just means the DMI table is crap and there isn't a chance
this feature of mcelog will work with this hardware. Also various fields
all over the place have been left to default values like to be filled
by OEM, and see Serial Number, Asset Tag and friends above...

JB.

-- 
 Julien BLACHE jbla...@debian.org  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#579790: courier-authdaemon: uninstallation fails: exec: /usr/sbin/courierlogger: cannot execute: No such file or directory

2010-07-17 Thread Moritz Beyreuther
update: I tried the same with apt-get with the same result.

Regards,
Moritz



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



Bug#574798: zlib: Please ship minizip as a shared library

2010-07-17 Thread Jonathan Nieder
Sébastien Barthélemy wrote:

 Is there any progress with this?
 Jonathan, have got in touch with minizip authors?

No, I haven’t found time to work on it yet.  You might want to
subscribe to this list:
http://zlib.net/mailman/listinfo/zlib-devel_madler.net

 I'm willing to package collada-dom (ITP #589152) which also needs libminizip.

Part of my reason for putting this off so long is lack of a small
example program to test with.  collaba-dom looks small relative to
chromium, so this is welcome indeed.

I’ll try out collaba-dom this weekend.  Any help would be much
appreciated.



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



Bug#589386: libapache2-mod-php5 should probably restart instead of force-reload in postinst

2010-07-17 Thread Stefan Fritsch
Package: libapache2-mod-php5
Version: 5.3.2-1
Severity: normal


On a new install when apache2 is not yet installed, libapache2-mod-php5 will
pull in apache2. In this case it can happen that apache2 is not yet fully
started, causing it to ignore the graceful reload command issued by
libapache2-mod-php5's postinst.  This can lead to php not being active in the
running apache2.  A safer solution may be to restart instead of force-reload.
See also:

https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/603192



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



Bug#589387: freecell-solver: Freecell Solver in Debian is Horribly Out-of-date

2010-07-17 Thread Shlomi Fish
Package: freecell-solver
Severity: normal
Tags: upstream


Freecell Solver in Debian Testing and Debian Unstable is horribly
out-of-date: there is already Freecell Solver 3.2.0, where Freecell
Solver 2.x.y has reached 2.42.0.

Please update the package.

Regards,

-- Shlomi Fish

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

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



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



Bug#568094: fwvm-crystal: clock freezes after sleep

2010-07-17 Thread Vincent Bernat
reassign 568094 fvwm
retitle 568094 periodic task hangs after sleep
thanks

OoO Peu  avant le début de  l'après-midi du mardi 02  février 2010, vers
13:23, Jeremie BURTIN jeremie.bur...@gmail.com disait :

 When I come back  from sleep, the clock stays on the  time it was when
 my computer  went to sleep  and doesn't change. Sometimes,  after some
 minutes, the  clock restarts, but  most of the  time I have  to reload
 Fvwm-Crystal.  When I click on the  clock (to see the date), and click
 again to  come back on the time,  then the hour is  right, but freezes
 again.

fwvm-crystal uses  PeriodicTasks to update the clock  every minute. When
you click on the clock, the date is updated by further updates are still
done by the periodic task.

Could  you check if  your system  do a  NTP call  when coming  back from
sleep?  If yes,  it may  have gone  backward in  time. This  may  hung a
periodic task.  Maybe /etc/network/if-up.d/ntpdate is  triggered because
of network manager (if you use it).

Neverthless, the  periodic task is handled  by fvwm. There  is little we
can do if the periodic task  does not work from fvwm-crystal. I reassign
the bug.
-- 
Write clearly - don't sacrifice clarity for efficiency.
- The Elements of Programming Style (Kernighan  Plauger)


pgpa99Mg3KmWK.pgp
Description: PGP signature


Bug#551804: linux-image-2.6.30-2-686: Booting with PAT enabled crashes kernel in OpenGL apps

2010-07-17 Thread Bram Senders
Hi there,

Sorry for the late reply.  I tested with kernel package
linux-image-2.6.32-5-686, version 2.6.32-15, and I can't get the
kernel to crash anymore, nor can I get Processing -- the app I was
using to test OpenGL -- to exhibit any strange behavior, so I suppose
this bug may be closed.

Cheers,
Bram

On Fri, Jul 16, 2010 at 7:38 PM, Moritz Muehlenhoff j...@inutil.org wrote:
 tags 551804 moreinfo
 thanks

 On Sat, Feb 13, 2010 at 12:48:17PM +0100, maximilian attems wrote:
 On Wed, 21 Oct 2009, Bram Senders wrote:

 
  Okay, this problem seems way more involved dan I thought it was...  I
  don't know whether it is related to OpenGL or Java (which Processing,
  the app/framework I am using to test this stuff, is written in), but it
  seems unrelated to enabling PAT or not.  I kept a little log of the
  kernels I tried, with and without PAT, the apps I tried (Processing and
  Armagetronad, the first other OpenGL app I could think of) in that
  session, and the result.  See here:
 
  1. 2.6.30, PAT on (tried this a couple of times)
          Processing:     kernel crash
  2. 2.6.30, PAT off
          Processing:     works fine (tried for an hour or so)
  3. 2.6.31, PAT on
          Processing:     apps don't run, I get strange Java tracebacks
                          about Target VM failed to initialize
          Armagetronad:   works fine (tried for five minutes)
  4. 2.6.30, PAT off
          Processing:     kernel crash
  5. 2.6.31, PAT on
          Processing:     kernel crash
  6. 2.6.26, no PAT support
          Armagetronad:   works fine (played whole match)
          Processing:     works fine (tried for an hour or so)
  7. 2.6.31, PAT off
          Processing:     kernel crash
  8. 2.6.26, no PAT support
          Processing:     got the following error while running an app:

 sorry for the late followup how does latest 2.6.32-8 behave for your
 tests?

 Bram,
 did you test a current 2.6.32 kernel?

 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#569094: aatv: 569094: initial libv4l1 port attempt

2010-07-17 Thread gregor herrmann
On Tue, 16 Mar 2010 15:59:04 +0700, Paul Wise wrote:

 I made an initial attempt at a patch (attached) to port aatv to libv4l1.
 I tested with a webcam at the BSP, but I could not get it to return data
 from the webcam. 

I had the same problems when I tried some time ago.

 I suspect someone with knowledge of V4L2 should port
 the app to the proper V4L2 APIs instead. Alternatively, since mplayer
 has a V4L driver and can output colour on the console using libcaca,
 aatv could simply be removed from the archive.

Yeah, looks like a removal candiate.
 
 Hello from the 2010 Thai BSP:
 http://wiki.debian.org/DebianThailand/MiniDebCamp2010/BSP

Hello from the MUC BSP:
http://wiki.debian.org/BSP2010/Munich
:)

Cheers,
gregor
 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-BOFH excuse #304:  routing problems on the neural net 


signature.asc
Description: Digital signature


Bug#589388: udev: Logitech Keyboard Problem AGAIN with 160-1

2010-07-17 Thread Mark Fletcher
Package: udev
Version: 160-1
Severity: important

Following advice in bug #588469 I upgraded udev and libudev to 160-1 
(everything else on machine is squeeze). This did not immediately fix
the problem (for Logitech MX 5500 wireless keybard and mouse combo). 
On a hunch I rebooted the machine using the PS/2 keyboard and mouse I had also 
attached so I could use the machine while wireless was down. Once reboot was
started I removed wired keyboard and mouse. After reboot wireless keyboard and
mouse was working. 
Ran machine like that for about 2 days then rebooted. (no updates in the 
meantime). After reboot keyboard and mouse are not working again -- and 
booting with wired keyboard / mouse then rebooting without no longer fixes it.

output of lsusb in case it is useful:

Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 013: ID 046d:c709 Logitech, Inc. BT Mini-Receiver (HCI mode)
Bus 007 Device 012: ID 046d:c71c Logitech, Inc. 
Bus 007 Device 011: ID 046d:c71b Logitech, Inc. 
Bus 007 Device 010: ID 046d:0b06 Logitech, Inc. 
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

I note that device ID 0b06 is not referenced in 70-hid2hci.rules, and 
neither is c709. However not sure what to do with that information.

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

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

Versions of packages udev depends on:
ii  debconf [debconf-2.0]1.5.32  Debian configuration management sy
ii  libc62.11.2-2Embedded GNU C Library: Shared lib
ii  libselinux1  2.0.94-1SELinux runtime shared libraries
ii  libudev0 160-1   libudev shared library
ii  libusb-0.1-4 2:0.1.12-15 userspace USB programming library
ii  lsb-base 3.2-23.1Linux Standard Base 3.2 init scrip
ii  util-linux   2.17.2-3.1  Miscellaneous system utilities

Versions of packages udev recommends:
ii  pciutils  1:3.1.7-4  Linux PCI Utilities
ii  usbutils  0.87-5 Linux USB utilities

udev suggests no packages.

-- debconf information:
  udev/new_kernel_needed: false
  udev/title/upgrade:
  udev/reboot_needed:



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



Bug#589389: FTBFS on ia64

2010-07-17 Thread Michael Biebl
Package: genius
Version: 1.0.9-1
Severity: serious

Hi,

genious FTBFS on ia64. Full build log at
https://buildd.debian.org/fetch.cgi?pkg=geniusarch=ia64ver=1.0.9-1stamp=1270682347file=logas=raw


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

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.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#589187: mcelog: problem reading memory diagnosis

2010-07-17 Thread Julien BLACHE
Andi Kleen a...@firstfloor.org wrote:

Hi,

 Looks like the DMI table is crap, I think you'll confirm that :)

 Well it's not crap -- the format for the bank locator is not standardized
 and I just made it work on some common systems. So actually failures
 for the prefill happen quite often. Unfortunately the SMBIOS 

That was my understanding seeing how the code was refactored in git :)

 standard does not have a standardized way to do the matching mcelog
 wants to do, but my test boxes allowed it through the non standard
 parsing so I implemented it this way.

Is there anything you'd need beside the dmidecode output to determine if
something can be done to support this machine?

 Also I should add the matching only helps you when it knows
 your CPU (is that on a Nehalem system?)

AMD Phenom(tm) II X4 945 Processor stepping 02

Running with 8 GB, i386 userland.

 Possibly the error message could be a bit better.

I guess it could, yes, and distinguishing that from the duplicate entry
case would help too :)

JB.

-- 
 Julien BLACHE jbla...@debian.org  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#579511: Announce of the upcoming NMU for the tvtime package

2010-07-17 Thread Christian PERRIER
Dear maintainer of tvtime and Debian translators,

Some days ago, I sent a notice to the maintainer of the tvtime Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in four
days, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs de es eu fi fr gl it ja nl pt ru sv tr uk vi

Among these, the following translations are incomplete: cs gl nl tr uk

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the tvtime package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Friday, July 23, 
2010. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Saturday, July 17, 2010   : send the first intent to NMU notice to
 the package maintainer.
 Saturday, July 17, 2010   : send this notice
 Friday, July 23, 2010   : (midnight) deadline for receiving translation 
updates
 Saturday, July 24, 2010   : build the package and upload it to 
DELAYED/7-day
 send the NMU patch to the BTS
 Saturday, July 31, 2010   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR em...@address, YEAR.
#
#, fuzzy
msgid 
msgstr 
Project-Id-Version: PACKAGE VERSION\n
Report-Msgid-Bugs-To: tvt...@packages.debian.org\n
POT-Creation-Date: 2009-08-07 18:42+0200\n
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
Last-Translator: FULL NAME em...@address\n
Language-Team: LANGUAGE l...@li.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=CHARSET\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Description
#: ../templates:2001
msgid TV standard:
msgstr 

#. Type: select
#. Description
#: ../templates:2001
msgid 
Please choose the TV standard to use. NTSC is used in North America, much of 
South America, and Japan; SECAM in France, the former USSR, and parts of 
Africa and the Middle East; and PAL elsewhere.
msgstr 

#. Type: select
#. Choices
#. Type: select
#. Choices
#: ../templates:3001 ../templates:4001
msgid Cable
msgstr 

#. Type: select
#. Choices
#. Type: select
#. Choices
#: ../templates:3001 ../templates:4001
msgid Broadcast
msgstr 

#. Type: select
#. Choices
#: ../templates:3001
msgid Cable including channels 100+
msgstr 

#. Type: select
#. Description
#. Type: select
#. Description
#. Type: select
#. Description
#: ../templates:3002 ../templates:4002 ../templates:5002
msgid Default frequency table:
msgstr 

#. Type: select
#. Description
#: ../templates:3002
msgid 
Please choose the frequency table to use. It specifies which frequencies 
correspond to the familiar channel numbers. You should select \Broadcast\ 
if you use an antenna for over-the-air signals.
msgstr 

#. Type: select
#. Description
#. Type: select
#. Description
#: ../templates:4002 ../templates:5002
msgid 
Please choose the frequency table to use. It specifies which frequencies 
correspond to the familiar channel numbers.
msgstr 

#. Type: select
#. Description
#: ../templates:4002
msgid 
You should select \Broadcast\ if you use an antenna for over-the-air 
signals.
msgstr 

#. Type: select
#. Choices
#: ../templates:5001
msgid Europe
msgstr 

#. Type: select
#. Choices
#: ../templates:5001
msgid France
msgstr 

#. Type: select
#. Choices
#: ../templates:5001
msgid Russia
msgstr 

#. Type: select
#. Choices
#: ../templates:5001
msgid Australia
msgstr 

#. Type: select
#. Choices
#: ../templates:5001
msgid New Zealand
msgstr 

#. Type: select
#. Choices
#: ../templates:5001
msgid China Broadcast
msgstr 

#. Type: select
#. Choices
#: ../templates:5001
msgid Australia Optus
msgstr 

#. Type: select
#. Choices
#: ../templates:5001
msgid Custom (must run tvtime-scanner first)
msgstr 

#. Type: select
#. Description
#: ../templates:5002
msgid 
If you are a user of a cable company that does not use standard frequencies, 
you should select \Custom\ and run the tvtime-scanner application before 
using tvtime.
msgstr 

#. Type: string
#. Description
#: ../templates:6001
msgid Default television capture device:
msgstr 

#. Type: string
#. Description
#: ../templates:6001

Bug#589213: Do not install Exim in minimal system

2010-07-17 Thread Petter Reinholdtsen
[Daniel Richard G.]
 Yes, I see that... what is it now, the --no-recommends switch is broken?

Nope.  Your installation simply used version 0.26, which is one
version before the change was introduced.

I eagerly await Bills view on the proposed change for
popularity-contest, which I believe i a better place to implement the
change.

 What source package do these files go into, anyway?

The pkgsel package got the 90popcon file.

 Google pointed me to the d-i.alioth.debian.org site, but if I do
 apt-get source debian-installer, there's nothing like this in
 there.

The debian installer consist of a lot of smaller source packages
working together, so the debian-installer source is only a small
fragment of the entire installer.

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#569120: partial-patch exists upstream

2010-07-17 Thread gregor herrmann
On Wed, 12 May 2010 23:04:27 +0200, Andreas Barth wrote:

 I read the commits it got better but not fully fixed. If that is true,
 I'd be happy to see the changes uploaded to Debian (it really annoys
 if the system aborts one to two times per week).

Are you still seeing this problem with recent versions (3.4.6-1 at
the moment)? 


gregor, who hasn't seen awesome crashing himself
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-BOFH excuse #124:  user to computer ration too low. 


signature.asc
Description: Digital signature


Bug#589187: mcelog: problem reading memory diagnosis

2010-07-17 Thread Andi Kleen
On Sat, Jul 17, 2010 at 10:48:19AM +0200, Julien BLACHE wrote:
 Toni Mueller supp...@oeko.net wrote:
 
 Hi Toni, Andi,
 
 Andi: We're trying to diagnose a DMI table parsing failure in
 memdb.c. The output below is a patched mcelog that outputs the DMI
 string it's failing to parse.
 
 Looks like the DMI table is crap, I think you'll confirm that :)

Well it's not crap -- the format for the bank locator is not standardized
and I just made it work on some common systems. So actually failures
for the prefill happen quite often. Unfortunately the SMBIOS 
standard does not have a standardized way to do the matching mcelog
wants to do, but my test boxes allowed it through the non standard
parsing so I implemented it this way.

Also I should add the matching only helps you when it knows
your CPU (is that on a Nehalem system?)

Possibly the error message could be a bit better.

-Andi



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



Bug#589390: xserver-xorg-core: xorg.conf(5) man page: INPUTDEVICE SECTION is incomplete

2010-07-17 Thread Vincent Lefevre
Package: xserver-xorg-core
Version: 2:1.7.7-3
Severity: wishlist

In the xorg.conf(5) man page, INPUTDEVICE SECTION is incomplete.
It is said:

INPUTDEVICE SECTION
   The config file may  have  multiple  InputDevice  sections.
   Recent  X  servers  employ  input  hotplugging to add input
   devices, with the HAL backend being the default backend for
   X servers since 1.4. It is usually not necessary to provide
   InputDevice sections in the  xorg.conf  if  hotplugging  is
   enabled.

By the fact that it is not necessary, one may assume that one can
still add them for additional options. It should add something like
and possibly disallowed. Moreover it should say that an InputDevice
mustn't be used if the device is already used by some other code such
as the hotplugging code (I would have thought that the options would
be merged), but use InputClass instead.

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2009-06-04 16:13:46 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1878528 2010-07-15 17:31:24 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation G98M [Quadro NVS 160M] 
(rev a1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2062 2010-07-17 10:58:06 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (ra...@juliet2)  Fri Sep  5 15:03:39 PDT 2008

Section ServerLayout
Identifier Layout0
Screen  0  Screen0
InputDeviceKeyboard0 CoreKeyboard
InputDeviceMouse0 CorePointer
EndSection

Section Files
RgbPath /etc/X11/rgb.txt
EndSection

Section Module
Load   dbe
Load   extmod
Load   glx
EndSection

Section InputDevice
# generated from default
Identifier Mouse0
Driver mouse
Option Protocol auto
Option Device /dev/psaux
Option Emulate3Buttons no
Option ZAxisMapping 4 5
EndSection

Section InputDevice
# generated from default
Identifier Keyboard0
Driver keyboard
EndSection

Section InputClass
Identifier TouchPad
MatchIsTouchpad yes
Driver synaptics
# Supported options are given by synclient -l
Option EmulateMidButtonTime 0
EndSection

Section Monitor
Identifier Monitor0
VendorName Unknown
ModelName  Unknown
HorizSync   30.0 - 110.0
VertRefresh 50.0 - 150.0
Option DPMS
EndSection

Section Device
Identifier Device0
Driver nvidia
VendorName NVIDIA Corporation
EndSection

Section Screen
Identifier Screen0
Device Device0
MonitorMonitor0
DefaultDepth24
SubSection Display
Depth   24
EndSubSection
# TwinView support for external monitor, see
#   http://en.wikibooks.org/wiki/NVidia/Twin_View
#   http://ubuntuforums.org/showthread.php?t=411674
Option TwinView on
Option TwinViewOrientation Clone
Option MetaModes 1440x900,1440x900; 1024x768,1027x768; 800x600,800x600
Option SecondMonitorHorizSync 30-82
Option SecondMonitorVertRefresh 50-75
EndSection


Kernel version (/proc/version):
Linux version 2.6.31-1-amd64 (Debian 2.6.31-2) (b...@decadent.org.uk) (gcc 
version 4.3.4 (Debian 4.3.4-6) ) #1 SMP Mon Nov 16 04:44:38 UTC 2009

Xorg X server log files on system:
-rw-r--r-- 1 root root 19118 2010-07-17 10:55:33 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
Current Operating System: Linux xvii 2.6.31-1-amd64 #1 SMP Mon Nov 16 04:44:38 
UTC 2009 x86_64
Kernel command line: root=/dev/mapper/xvii-root ro quiet
Build Date: 15 July 2010  03:08:26PM
xorg-server 2:1.7.7-3 (Cyril Brulebois k...@debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sat Jul 17 10:55:28 2010
(==) Using config file: /etc/X11/xorg.conf
(==) Using system config directory /usr/share/X11/xorg.conf.d
Parse error on line 13 of section Files in file /etc/X11/xorg.conf
Ignoring obsolete keyword RgbPath.
(==) ServerLayout Layout0
(**) |--Screen Screen0 (0)
(**) |   |--Monitor Monitor0
(**) |   |--Device Device0
(**) |--Input Device Keyboard0
(**) |--Input 

Bug#583177: unreproducible

2010-07-17 Thread gregor herrmann
tag 583177 + unreproducible
thanks

On Thu, 01 Jul 2010 19:33:05 +0200, Xavier Oswald wrote:

 I did some test and it's not reproducible on my debian sid.
 Im wondering which terminal emulator you are using ?
 Im using gnome-terminal and AFAIK Albin is using rxvt.

I can't reproduce it either (unstable, urxvt).

I suggest to close the bug or at least lower the severity -- grave
seems a bit inflated if 3 people can't reproduce it.

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-BOFH excuse #264:  Your modem doesn't speak English. 


signature.asc
Description: Digital signature


Bug#589187: mcelog: problem reading memory diagnosis

2010-07-17 Thread Andi Kleen
On Sat, Jul 17, 2010 at 11:30:19AM +0200, Julien BLACHE wrote:
  standard does not have a standardized way to do the matching mcelog
  wants to do, but my test boxes allowed it through the non standard
  parsing so I implemented it this way.
 
 Is there anything you'd need beside the dmidecode output to determine if
 something can be done to support this machine?
 
  Also I should add the matching only helps you when it knows
  your CPU (is that on a Nehalem system?)
 
 AMD Phenom(tm) II X4 945 Processor stepping 02

There's no code to decode DIMMs for that CPU (I'm not sure
it even supplies DIMMs for MCAs, probably not. The EDAC driver
does it in a fairly complicated way using other hardware registers)

So should probably disable the message for those systems.
I'll look into that.

-Andi

-- 
a...@linux.intel.com -- Speaking for myself only.



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



Bug#578148: xserver-xorg-input-synaptics: similar error

2010-07-17 Thread Vincent Lefevre
Package: xserver-xorg-input-synaptics
Version: 1.2.2-2
Severity: minor

I get similar errors:

[...]
(II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad (/dev/inp
ut/event10)
(**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass evdev pointer catcha
ll
(**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass evdev touchpad catch
all
(**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass touchpad catchall
(II) Synaptics touchpad driver version 1.2.2
(**) Option Device /dev/input/event10
(--) AlpsPS/2 ALPS DualPoint TouchPad: no supported touchpad found
(EE) AlpsPS/2 ALPS DualPoint TouchPad Unable to query/initialize Synaptics 
hardware.
(EE) PreInit failed for input device AlpsPS/2 ALPS DualPoint TouchPad
(II) UnloadModule: synaptics
(II) config/udev: Adding input device AlpsPS/2 ALPS DualPoint TouchPad 
(/dev/input/mouse3)
(**) AlpsPS/2 ALPS DualPoint TouchPad: Applying InputClass touchpad catchall
(II) Synaptics touchpad driver version 1.2.2
AlpsPS/2 ALPS DualPoint TouchPad no synaptics event device found
(**) Option Device /dev/input/mouse3
Query no Synaptics: 6003C8
(--) AlpsPS/2 ALPS DualPoint TouchPad: no supported touchpad found
(EE) AlpsPS/2 ALPS DualPoint TouchPad Unable to query/initialize Synaptics 
hardware.
(EE) PreInit failed for input device AlpsPS/2 ALPS DualPoint TouchPad
(II) UnloadModule: synaptics
[...]

They indeed seem to be harmless, but this is very confusing for the
user who tries to configure things and thinks he has done something
wrong.

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2009-06-04 16:13:46 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1878528 2010-07-15 17:31:24 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation G98M [Quadro NVS 160M] 
(rev a1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2062 2010-07-17 10:58:06 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (ra...@juliet2)  Fri Sep  5 15:03:39 PDT 2008

Section ServerLayout
Identifier Layout0
Screen  0  Screen0
InputDeviceKeyboard0 CoreKeyboard
InputDeviceMouse0 CorePointer
EndSection

Section Files
RgbPath /etc/X11/rgb.txt
EndSection

Section Module
Load   dbe
Load   extmod
Load   glx
EndSection

Section InputDevice
# generated from default
Identifier Mouse0
Driver mouse
Option Protocol auto
Option Device /dev/psaux
Option Emulate3Buttons no
Option ZAxisMapping 4 5
EndSection

Section InputDevice
# generated from default
Identifier Keyboard0
Driver keyboard
EndSection

Section InputClass
Identifier TouchPad
MatchIsTouchpad yes
Driver synaptics
# Supported options are given by synclient -l
Option EmulateMidButtonTime 0
EndSection

Section Monitor
Identifier Monitor0
VendorName Unknown
ModelName  Unknown
HorizSync   30.0 - 110.0
VertRefresh 50.0 - 150.0
Option DPMS
EndSection

Section Device
Identifier Device0
Driver nvidia
VendorName NVIDIA Corporation
EndSection

Section Screen
Identifier Screen0
Device Device0
MonitorMonitor0
DefaultDepth24
SubSection Display
Depth   24
EndSubSection
# TwinView support for external monitor, see
#   http://en.wikibooks.org/wiki/NVidia/Twin_View
#   http://ubuntuforums.org/showthread.php?t=411674
Option TwinView on
Option TwinViewOrientation Clone
Option MetaModes 1440x900,1440x900; 1024x768,1027x768; 800x600,800x600
Option SecondMonitorHorizSync 30-82
Option SecondMonitorVertRefresh 50-75
EndSection


Kernel version (/proc/version):
Linux version 2.6.31-1-amd64 (Debian 2.6.31-2) (b...@decadent.org.uk) (gcc 
version 4.3.4 (Debian 4.3.4-6) ) #1 SMP Mon Nov 16 04:44:38 UTC 2009

Xorg X server log files on system:
-rw-r--r-- 1 root root 19118 2010-07-17 10:55:33 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32-5-amd64 x86_64 Debian
Current Operating System: Linux xvii 2.6.31-1-amd64 #1 SMP Mon Nov 16 04:44:38 
UTC 2009 x86_64
Kernel command line: root=/dev/mapper/xvii-root ro quiet
Build Date: 15 July 2010  03:08:26PM
xorg-server 2:1.7.7-3 (Cyril Brulebois k...@debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) 

Bug#572967: sbcl 1.0.40 works fine on debian/sid amd64

2010-07-17 Thread Christoph Egger
tag 572967 + unreproducible
kthxbye

Hi!

I've installed sbcl in a clean sid (amd64) chroot (main system is
i386 with amd64 kern) started sbcl and (require)d some libraries
(cl-irc) which all went well. If it's still breaking for you I'll have
to discuss this with upstream

Regards

Christoph



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



Bug#589364: Runtime dependency on default-jre-headless | java2-runtime-headless

2010-07-17 Thread Torsten Werner
Hi Artur,

On Sat, Jul 17, 2010 at 1:46 AM, Artur Rona ari-tc...@tlen.pl wrote:
 In Ubuntu, we've applied the attached patch to achieve the following:

    - debian/control: Set libcommons-io-java runtime dependency on
      default-jre-headless | java2-runtime-headless

what is the rationale behind this? We usually don't add Depends on a
JRE to library only packages except in cases where we need a specific
version like java6. The Depends on something like
default-jre-headless | java2-runtime-headless must be added to
packages that ship programs.

Cheers,
Torsten



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



Bug#583177: unreproducible

2010-07-17 Thread Albin Tonnerre

tag 583177 - unreproducible
tag 583177 lenny
thanks

On Sat, 17 Jul 2010 11:50 +0200, gregor herrmann wrote :
 tag 583177 + unreproducible
 thanks
 
 I can't reproduce it either (unstable, urxvt).
 
 I suggest to close the bug or at least lower the severity -- grave
 seems a bit inflated if 3 people can't reproduce it.

I am actually able to reproduce it, though it might not be clear from the bug
report history. Summary below:

 - Only happens on stable (tested in a chroot) with either 0.4.1 and 0.5.2
 - Works for me in the stable chroot after locally rebuilding and installing
   dvtm in the chroot

If both of you (Xavier and Gregor) could try to reproduce the issue in a stable
chroot, and then test a rebuilt version, it would be very kind of you. Doing
this fixes the issue for me, but since it apparently doesn't for Alexander, I'd
like more testing.

Regards,
-- 
Albin Tonnerre



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



Bug#589392: if second abook open, add contact not saved

2010-07-17 Thread yellow
Package: abook
Version: 0.5.6-7
Severity: normal


Dear Sir,

If a second abook opened in another xterm, add contact not saved, those arent 
saved on the current abook, when I close all and start a abook session

best regards


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

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

Versions of packages abook depends on:
ii  debconf [debconf-2.0] 1.5.32 Debian configuration management sy
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libncursesw5  5.7+20100313-2 shared libraries for terminal hand
ii  libreadline5  5.2-7  GNU readline and history libraries

abook recommends no packages.

abook suggests no packages.

-- debconf information excluded



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



Bug#589187: mcelog: problem reading memory diagnosis

2010-07-17 Thread Julien BLACHE
notfound 589187 1.0~pre3-3
close 589187
thanks

Andi Kleen a...@firstfloor.org wrote:

 AMD Phenom(tm) II X4 945 Processor stepping 02

 There's no code to decode DIMMs for that CPU (I'm not sure

 So should probably disable the message for those systems.
 I'll look into that.

Thanks Andi.

With that I'll be closing this bug, knowing that improvements on the
error reporting will come in an upcoming release of mcelog.

JB.

-- 
 Julien BLACHE jbla...@debian.org  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#589393: ITP: npm -- package manager for nodejs

2010-07-17 Thread Jeremy Lal
Package: wnpp
Severity: wishlist
Owner: Jeremy Lal kapo...@melix.org


* Package name: npm
  Version : 0.1.19
  Upstream Author : Isaac Zimmitti Schlueter i...@izs.me
* URL : http://github.com/isaacs/npm
* License : MIT
  Programming Lang: Javascript
  Description : package manager for nodejs

npm provides management of nodejs JavaScript libraries and
applications: it allows to publish, tag, and install and handle
dependencies of nodejs modules using common.js packaging spec.




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



Bug#579999: Qtiplot crashes doing several operations

2010-07-17 Thread Moritz Beyreuther
I could not reproduce this bug with the current version of qtiplot. To
test it, I used a debootstrapped sid installation.

I entered two time series, started the fit wizard, I could close all
the plugin windows and get the corresponding graphic. There is no
segmentation fault for me.

$ aptitude versions qtiplot
i   0.9.7.14-1+b1 unstable  500 

Could you please try to reproduce this bug with the current version of the
package.


Regards,
Moritz



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



Bug#588302: liferea: Crashes with Illegal Operation when attempting to view feed items

2010-07-17 Thread Andreas Metzler
On 2010-07-08 Adrian Bunk b...@stusta.de wrote:
 On Wed, Jul 07, 2010 at 07:46:29AM +0100, Ben Green wrote:
 Package: liferea
 Version: 1.6.3-1
 Severity: important

 When viewing some of the feed items from certain feeds Liferea crashes. An
 example is the planet Debian feed:
 
 http://planet.debian.org/rss20.xml
 
 Running from the command line with --debug-all on then clicking on the recent
 feed item James Morrison: A speech that didn't happen I get the following
 output just before the crash:
 
 DB: loading item 70 (thread=0x205ff60)
 DB: loading item 70 (thread=0x205ff60)
 GUI: item list selection changed to James Morrison: A speech that didn't
 happen
 HTML: HTML view: selecting James Morrison: A speech that didn't happen
 DB: loading item 70 (thread=0x205ff60)
 DB: loading item 70 (thread=0x205ff60)
 DB: loading item 70 (thread=0x205ff60)
 PERF: htmlview_render_item took 0,021s
 HTML: writing 9313 bytes to HTML view
 GUI: itemlist selection took 0,117s
 PERF: itemlist_selection_changed took 0,117s
 Illegal instruction
 
 Liferea is set up with default settings in all cases, I have purely imported 
 my
 usual OPML feedlist.

 -- System Information:
[...] 
 Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
...

 Thanks for your report. It works for me, and Illegal instruction 
 is a bit surprising.

 Please run liferea in gdb and provide the backtrace:
 gdb /usr/bin/liferea
 (gdb) run
 And after it crashed:
 (gdb) bt

Hello,
There is something fishy going on and I am not conviced it is gnutls
related. liferea works for me on sid/i386. Seeing that the bug
submitter was using AMD64 I also doublechecked in the the sid/amd64
chroot. Klicking around and removing the Debian-package-a-day sample feed I
(reproducibly) get this crash (which is completely different):

--
CONF: Scheduling feedlist save

Liferea did receive signal 11 (Segmentation fault).
You have propably triggered a program bug. I will now try to
create a backtrace which you can attach to any support requests.

#0  0x7f4aa32b5b4d in waitpid () from /lib/libpthread.so.0
#1  0x7f4aa2d9e687 in g_on_error_stack_trace () from /lib/libglib-2.0.so.0
#2  0x00434292 in ?? ()
#3  signal handler called
#4  0x7f4aa6117293 in ?? () from /usr/lib/libwebkit-1.0.so.2
#5  0x7f4aa6117ed1 in ?? () from /usr/lib/libwebkit-1.0.so.2
#6  0x7f4aa6117f18 in ?? () from /usr/lib/libwebkit-1.0.so.2
#7  0x7f4aa6118f4f in ?? () from /usr/lib/libwebkit-1.0.so.2
#8  0x7f4aa6119c07 in ?? () from /usr/lib/libwebkit-1.0.so.2
#9  0x7f4aa5983cf5 in ?? () from /usr/lib/libwebkit-1.0.so.2
#10 0x7f4aa5cf7426 in ?? () from /usr/lib/libwebkit-1.0.so.2
#11 0x7f4aa5faeca2 in ?? () from /usr/lib/libwebkit-1.0.so.2
#12 0x7f4aa2dc2e9b in ?? () from /lib/libglib-2.0.so.0
#13 0x7f4aa2dc26c2 in g_main_context_dispatch ()
#14 0x7f4aa2dc6538 in ?? () from /lib/libglib-2.0.so.0
#15 0x7f4aa2dc6a45 in g_main_loop_run () from /lib/libglib-2.0.so.0
#16 0x7f4aa4a98647 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#17 0x004340a2 in main ()
--


After installing gdb libgnutls26-dbg libwebkit-1.0-2-dbg liferea-dbg I get
this in gdb:
--
Program received signal SIGSEGV, Segmentation fault.
JSC::Heap::markConservatively (this=value optimized out, markStack=...,
start=value optimized out, end=value optimized out)
at ../JavaScriptCore/runtime/Collector.cpp:771
771 ../JavaScriptCore/runtime/Collector.cpp: No such file or directory.
in ../JavaScriptCore/runtime/Collector.cpp
(gdb) bt
#0  JSC::Heap::markConservatively (this=value optimized out, markStack=...,
start=value optimized out, end=value optimized out)
at ../JavaScriptCore/runtime/Collector.cpp:771
#1  0x76888ed1 in JSC::Heap::markCurrentThreadConservativelyInternal (
this=0x77e83230, markStack=...)
at ../JavaScriptCore/runtime/Collector.cpp:799
#2  0x76888f18 in JSC::Heap::markCurrentThreadConservatively (
this=value optimized out, markStack=value optimized out)
at ../JavaScriptCore/runtime/Collector.cpp:821
#3  0x76889f4f in JSC::Heap::markStackObjectsConservatively (
this=value optimized out) at ../JavaScriptCore/runtime/Collector.cpp:973
#4  JSC::Heap::markRoots (this=value optimized out)
at ../JavaScriptCore/runtime/Collector.cpp:1113
#5  0x7688ac07 in JSC::Heap::collectAllGarbage (this=0x77e83230)
at ../JavaScriptCore/runtime/Collector.cpp:1271
#6  0x760f4cf5 in collect ()
at ../WebCore/bindings/js/GCController.cpp:46
#7  0x76468426 in WebCore::ThreadTimers::sharedTimerFiredInternal (
this=0x77e28870) at ../WebCore/platform/ThreadTimers.cpp:112
#8  0x7671fca2 in timeout_cb ()
at ../WebCore/platform/gtk/SharedTimerGtk.cpp:48
#9  0x73533e9b in ?? () from /lib/libglib-2.0.so.0
#10 

Bug#587525: ITP npm

2010-07-17 Thread Jérémy Lal
See #589393

Regards,
Jérémy.



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



Bug#586356: [f649aa1] Fix for Bug#586356 committed to git

2010-07-17 Thread Giuseppe Iuculano

tags 586356 + pending
thanks

Hello,

 The following change has been committed for this bug by
 Giuseppe Iuculano iucul...@debian.org on Sat, 17 Jul 2010 12:32:33 +0200.
 The fix will be in the next upload. 
=
Added coreutils = 7.4 in Depends

Closes: #586356
=

You can check the diff of the fix at:

http://git.debian.org/?p=collab-maint/dkms.git;a=commitdiff;h=f649aa1





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



Bug#587967: gnash: unbuildable in sid, depends on removed boost1.40

2010-07-17 Thread gregor herrmann
On Mon, 12 Jul 2010 20:50:44 -0700, Vagrant Cascadian wrote:

 diff -u gnash-0.8.7/debian/control gnash-0.8.7/debian/control
 --- gnash-0.8.7/debian/control
 +++ gnash-0.8.7/debian/control
 @@ -7,12 +7,10 @@
   libltdl3-dev, libxmu-dev, dejagnu, autotools-dev, 
   libjpeg-dev, libpng12-dev | libpng-dev, libgif-dev, libagg-dev, 
 libpango1.0-dev | pango-dev,
   libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | 
 libcurl3-openssl-dev,
 - libboost1.40-dev | libboost1.39-dev | libboost1.38.0-dev | libboost1.37-dev 
 | libboost1.36-dev |
 - libboost1.35-dev | libboost1.34.1-dev | libboost-dev, 
 libboost-thread1.40-dev | libboost-thread1.39-dev |
 - libboost-thread1.38.0-dev | libboost-thread1.37-dev | 
 libboost-thread1.36-dev | libboost-thread1.35-dev |
 - libboost-thread1.34.1-dev | libboost-thread-dev, libboost-date-time1.40-dev 
 | libboost-date-time1.39-dev |
 - libboost-date-time1.38.0-dev | libboost-date-time1.37-dev | 
 libboost-date-time1.36-dev |
 - libboost-date-time1.35-dev | libboost-date-time1.34.1-dev | 
 libboost-date-time-dev, libgtk2.0-dev,
 + libboost-dev, 
 + libboost-thread-dev, 
 + libboost-date-time-dev, 
 + libgtk2.0-dev,
   libpango1.0-dev, libatk1.0-dev, python-dev | python2.6-dev | python2.5-dev 
 | python2.4-dev, kdelibs5-dev,
   libgtkglext1-dev, python-gtk2-dev, libavcodec-dev, libavformat-dev, 
 libswscale-dev, libspeex-dev,
   libgl1-mesa-dev, libsdl1.2-dev, libqt4-opengl-dev, qt4-qmake,

Looks like a good idea.
 
 were the versioned package names added for a specific reason? possibly to make
 backporting easier?

AFACIS libboost-dev, libboost-thread-dev, libboost-date-time-dev
exist in all stable/testing/unstable and cover the versions that are
listed separately above.
 
 i'm not so sure this is really RC... the unversioned package names were
 included as the last alternative for all the versioned package names, so the
 build-deps should be satisfyable, unless there's something i'm missing about
 build-dep resolution on the buildd's.

IIRC, sbuild in its default configuration only checks for the first
package in alternative build dependencies.

(There are also some other fooNN-dev | foo-dev build dependencies
in debian/control, but i haven't checked the versions now.)

Cheers,
gregor, trying to build this beast right now

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-BOFH excuse #393:  Interference from the Van Allen Belt. 


signature.asc
Description: Digital signature


Bug#579790: courier-authdaemon: uninstallation fails: exec: /usr/sbin/courierlogger: cannot execute: No such file or directory

2010-07-17 Thread Moritz Beyreuther
reassig 579790 dpkg
affects 579790 courier-authdaemon

thanks

aptitude calls dpkg with the following options (strace):

/usr/bin/dpkg --status-fd 11 --force-depends --force-remove-essential --remove 
courier-mta courier-base courier-authdaemon courier-authlib-userdb 
courier-authlib

However courier-authlib is deinstalled first which breaks the
deinstallation process as explained in 579790.

Dpkg should not reorder the package deinstallation when called with
the --force-depends option.


Regards,
Moritz



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



Bug#584928: tetex-bin fails to configure

2010-07-17 Thread Hilmar Preusse
restitle 584928 tetex-bin fails to configure when removing xdvi alternatives
tags 584928 + wontfix + patch
stop

On 08.06.10 Norbert Preining (prein...@logic.at) wrote:
 On Di, 08 Jun 2010, Hilmar Preusse wrote:

  Norbert, Frank: do you think it is worth to do another upgrade round
  for oldstable?
 
 For oldstable ... no, not for that one.
 
Tag it wontfix, we'll close it when tetex has left oldstable.
Retitling to make sure other people find it if needed.

H.
-- 
sigmentation fault



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



Bug#589368: darcs: lacks upstream changelog

2010-07-17 Thread Trent W. Buck
Jonathan Nieder wrote:
 Surely upstream keeps records in a vcs.  So if it is not too
 inconvenient, it might be nice to generate a list of changes between
 releases from that.

It keeps records of each commit, but my view has always been that this
is too detailed, or low level, to be useful for end users.

 Alternatively, the release announcements from
 http://wiki.darcs.net/Releases/2.4 would make a good changelog.

That's a good idea; I'll ask upstream to do it in 2.5.  (It had
already occurred to me, but I can't be bothered to do it as a
Debian-specific feature.)

 [1] To see whether http://bugs.debian.org/54184 applies to lenny.

I think you dropped a digit there.



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



Bug#586724: [01c7c14] Fix for Bug#586724 committed to git

2010-07-17 Thread Giuseppe Iuculano

tags 586724 + pending
thanks

Hello,

 The following change has been committed for this bug by
 Giuseppe Iuculano iucul...@debian.org on Sat, 17 Jul 2010 12:45:32 +0200.
 The fix will be in the next upload. 
=
Remove old modules when removing a kernel

Closes: #586724
Thanks: Jan Muszynski

When removing a kernel it would be good to remove all the modules and not just 
uninstall them.
Issuing a remove instead of an uninstall to dkms will cause the module to be 
uninstalled first
(if it's not already), then removed. If the kernel is ever re-installed then 
dkims will
rebuild the module as needed, so nothing is lost by removing the modules for a
reomoved kernel, but you do run a cleaner system.
=

You can check the diff of the fix at:

http://git.debian.org/?p=collab-maint/dkms.git;a=commitdiff;h=01c7c14





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



Bug#589394: ITP: munkres -- munkres algorithm for the Assignment Problem

2010-07-17 Thread Stefano Rivera
Package: wnpp
Severity: wishlist
Owner: Stefano Rivera stef...@rivera.za.net

* Package name: munkres
  Version : 1.0.5.4
  Upstream Author : Brian Clapper b...@clapper.org
* URL : http://bmc.github.com/munkres/
* License : BSD
  Programming Lang: Python
  Description : munkres algorithm for the Assignment Problem
The Munkres module provides an implementation of the Munkres algorithm
(also called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful
for solving the Assignment Problem.

I intend to package this under the Debian Python Modules Team.

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 465 6908 C: +27 72 419 8559  UCT: x3127


signature.asc
Description: Digital signature


Bug#589395: wicd-client and wicd-gtk fail to connect to daemon

2010-07-17 Thread Alexander Reichle-Schmehl
Package: wicd
Version: 1.7.0+ds1-5
Severity: grave

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

Hi!

Since some days, wicd-client and wicd-gtk fail to connect the daemon and
don't start.  The problem seems to be the same:


a...@nb-xp13822:~$ wicd-client 
Has notifications support True
Loading...
Connecting to daemon...
Connected.
Traceback (most recent call last):
  File /usr/share/wicd/gtk/wicd-client.py, line 1034, in module
main(sys.argv)
  File /usr/share/wicd/gtk/wicd-client.py, line 91, in wrapper
return func(*args, **kwargs)
  File /usr/share/wicd/gtk/wicd-client.py, line 1006, in main
tray_icon = TrayIcon(animate, displaytray=display_app)
  File /usr/share/wicd/gtk/wicd-client.py, line 139, in __init__
self.icon_info = self.TrayConnectionInfo(self, self.tr, animate)
  File /usr/share/wicd/gtk/wicd-client.py, line 198, in __init__
self.update_tray_icon()
  File /usr/share/wicd/gtk/wicd-client.py, line 91, in wrapper
return func(*args, **kwargs)
  File /usr/share/wicd/gtk/wicd-client.py, line 347, in update_tray_icon
self.set_wired_state(info)
  File /usr/share/wicd/gtk/wicd-client.py, line 259, in set_wired_state
'network-wired')
  File /usr/share/wicd/gtk/wicd-client.py, line 233, in _show_notification
self._last_bubble.show()
glib.GError: Unable to connect to server


a...@nb-xp13822:~$ wicd-gtk 
Has notifications support True
Loading...
Connecting to daemon...
Connected.
Traceback (most recent call last):
  File /usr/share/wicd/gtk/wicd-client.py, line 1034, in module
main(sys.argv)
  File /usr/share/wicd/gtk/wicd-client.py, line 91, in wrapper
return func(*args, **kwargs)
  File /usr/share/wicd/gtk/wicd-client.py, line 1006, in main
tray_icon = TrayIcon(animate, displaytray=display_app)
  File /usr/share/wicd/gtk/wicd-client.py, line 139, in __init__
self.icon_info = self.TrayConnectionInfo(self, self.tr, animate)
  File /usr/share/wicd/gtk/wicd-client.py, line 198, in __init__
self.update_tray_icon()
  File /usr/share/wicd/gtk/wicd-client.py, line 91, in wrapper
return func(*args, **kwargs)
  File /usr/share/wicd/gtk/wicd-client.py, line 347, in update_tray_icon
self.set_wired_state(info)
  File /usr/share/wicd/gtk/wicd-client.py, line 259, in set_wired_state
'network-wired')
  File /usr/share/wicd/gtk/wicd-client.py, line 233, in _show_notification
self._last_bubble.show()
glib.GError: Unable to connect to server


The wicd daemon is running and is working, as well as wicd-curses.

I'm not sure when the wicd GUIs stoped working, but I think they worked
the day before yesterday.  Since then I only did some package uprade;
according to /var/log/aptitude:

===
[AKTUALISIERUNG] base-files 5.7 - 5.8
[AKTUALISIERUNG] firmware-iwlwifi 0.25 - 0.26
[AKTUALISIERUNG] firmware-linux-nonfree 0.25 - 0.26
[AKTUALISIERUNG] libcdt4 2.26.3-4 - 2.26.3-5
[AKTUALISIERUNG] libfreetype6 2.3.11-1 - 2.4.0-1
[AKTUALISIERUNG] libfreetype6-dev 2.3.11-1 - 2.4.0-1
[AKTUALISIERUNG] libgraph4 2.26.3-4 - 2.26.3-5
[AKTUALISIERUNG] libgvc5 2.26.3-4 - 2.26.3-5
[AKTUALISIERUNG] libpathplan4 2.26.3-4 - 2.26.3-5
[AKTUALISIERUNG] libwww-curl-perl 4.11-1 - 4.12-1
[AKTUALISIERUNG] libxdot4 2.26.3-4 - 2.26.3-5
[AKTUALISIERUNG] manpages 3.24-1 - 3.25-1
[AKTUALISIERUNG] pbuilder 0.198 - 0.199
===

But I'm confused, as these packages don't seem to be related to wicd.

Before that I did some other texlive related package updates.  For
completeness, here are some other package upgrades I did, but I think it
used to work after them:

===
[AKTUALISIERUNG] brasero-common 2.30.1-1 - 2.30.2-1
[AKTUALISIERUNG] libbrasero-media0 2.30.1-1 - 2.30.2-1
[AKTUALISIERUNG] librarian0 0.8.1-4.1 - 0.8.1-5
[AKTUALISIERUNG] rarian-compat 0.8.1-4.1 - 0.8.1-5
[AKTUALISIERUNG] virtualbox-ose 3.2.4-dfsg-1+b1 - 3.2.6-dfsg-2
[AKTUALISIERUNG] virtualbox-ose-dkms 3.2.4-dfsg-1 - 3.2.6-dfsg-2
[AKTUALISIERUNG] virtualbox-ose-qt 3.2.4-dfsg-1+b1 - 3.2.6-dfsg-2
[AKTUALISIERUNG] virtualbox-ose-source 3.2.4-dfsg-1 - 3.2.6-dfsg-2
===


===
[ENTFERNEN, NICHT VERWENDET] libcelt0-0
[ENTFERNEN, NICHT VERWENDET] libmpeg3-1
[ENTFERNEN, NICHT VERWENDET] libmpeg3-dev
[INSTALLIEREN, ABHÄNGIGKEITEN] hplip-cups
[AKTUALISIERUNG] acpi-fakekey 0.136-4 - 0.137-3
[AKTUALISIERUNG] acpi-support 0.136-4 - 0.137-3
[AKTUALISIERUNG] acpi-support-base 0.136-4 - 0.137-3
[AKTUALISIERUNG] debhelper 7.9.1 - 7.9.3
[AKTUALISIERUNG] debianutils 3.2.3 - 3.3
[AKTUALISIERUNG] flashplugin-nonfree 1:2.8 - 1:2.8.1
[AKTUALISIERUNG] foomatic-db-engine 4.0-20090509-2.1 - 4.0.4-1
[AKTUALISIERUNG] hpijs 3.10.5-1 - 3.10.5-4
[AKTUALISIERUNG] hplip 3.10.5-1 - 3.10.5-4

Bug#581182: changing severity

2010-07-17 Thread gregor herrmann
On Fri, 04 Jun 2010 15:30:29 +0200, Christoph Anton Mitterer wrote:

 Changing severity to grave (makes the package in question unusable or
 mostly so) as it seems that also 2.6.32 kernels are affected, which are
 now in unstable, and therefore make this package unusable there.

I disagree with the unusable assumption; I've been using make-kpkg
successfully with all 2.6.3x kernels [0].


Cheers,
gregor

[0] although without --initrd and with the kernel_image target;
last invocation from my bash history from Wednesday:
$ DISTCC_HOSTS=localhost/2 192.168.0.252/2 192.168.0.1/2 time fakeroot 
make-kpkg -j 6 --append-to-version .201007141816 --revision 1 kernel_image

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-BOFH excuse #149:  Dew on the telephone lines. 


signature.asc
Description: Digital signature


Bug#586725: [Pkg-dkms-maint] Bug#586725: dkms attempts to install modules in wrong order

2010-07-17 Thread Giuseppe Iuculano
On 06/22/2010 01:59 AM, Jan Muszynski wrote:
 This shows up, on my system, when trying to build the modules for virtualbox 
 (PUEL). There are 3 modules, and they need to be built in a specific order 
 (the others depend on the first to build correctly). If dkms processes the 
 modules in sorted sequence everything is fine. Otherwise I have to manually 
 get the modules to build. Here's an example of what I mean:

Ok, you are proposing to use 'sort', but this fixes a specific issue,
the alphabetical order doesn't necessarily matches the build order.

Cheers,
Giuseppe.



signature.asc
Description: OpenPGP digital signature


Bug#587525: ITP npm

2010-07-17 Thread Salvatore Bonaccorso
Hi Jérémy.

On Sat, Jul 17, 2010 at 12:24:07PM +0200, Jérémy Lal wrote:
 See #589393

Only a short note on the RFP - ITP.

Normally you retitle the bugreport RFP - ITP, and change the owner to
you, there is no need to open a new ITP. See [1] for details.

 [1] http://www.debian.org/devel/wnpp/

Bests
Salvatore


signature.asc
Description: Digital signature


Bug#589396: ITP: beets -- music tagger and library organizer

2010-07-17 Thread Stefano Rivera
Package: wnpp
Severity: wishlist
Owner: Stefano Rivera stef...@rivera.za.net

* Package name: beets
  Version : 1.0b2-1
  Upstream Author : Adrian Sampson adr...@radbox.org
* URL : http://beets.radbox.org/
* License : MIT
  Programming Lang: Python
  Description : music tagger and library organizer
Beets is a media library management system for obsessive-compulsive music
geeks.

The purpose of beets is to get your music collection right once and for all.
It catalogs your collection, automatically improving its metadata as it goes
using the MusicBrainz database.  It then provides a set of tools for
manipulating and accessing your music.

Beets also includes a music player that implements the MPD protocol, so you
can play music in your beets library using any MPD client.

I intend to package this under the Debian Python Apps Team.

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 465 6908 C: +27 72 419 8559  UCT: x3127


signature.asc
Description: Digital signature


Bug#589359: Non-coordinated transition leading some packages to FTBFS

2010-07-17 Thread Laurent Fousse
Hello,

* Mehdi Dogguy [Sat, Jul 17, 2010 at 01:48:39AM +0200]:
 According to [1], mpfr_random was removed in 3.0 and that's causing apron
 to FTBFS.
 
 [1]
 http://www.pubbs.net/201005/gcc/43610-gnu-mpfr-300-release-candidate.html
 
 It would have been so nice if mpfr maintainers tested correctly their
 r-deps, spot failures and file bugs against affected packages.

You're right. I should have made a more systematic testing, I merely
tested the r-depends I knew about (talked with Matthias Klose for gcc,
mpfi and mpclib I can take care of). I'll do better next time...

The only incompatible change with the previous version is the removal
of mpfr_random, a function that's labelled deprecated for about
seven years. So, let's try to fix what I broke in apron.

After removing the reference to `mpfr_random' in
mlgmpidl/gmp_random.idl then make clean  make rebuild apron fails
on GMP_RND_MAX. The proper fix is not to rely on such an
undocumented feature, but to test against each possible rounding mode
in the assert.

I'll try to provide a patch monday for apron.

Regards,

Laurent.



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



Bug#589397: debmirror: allow creating group writeable directories

2010-07-17 Thread Geert Stappers
Package: debmirror
Version: 1:2.4.4
Severity: normal


Hallo Frans,

My debmirror is also updated by another unix user
as the unix user that does `debmirror`.

To allow both operating system user to update the archive,
I have put them in the same unix group and SGID the dir.

However the debmirror does 'mkdir' hardcoded with mode 755
and blocks so the user on updates in the same directory.

My workaround is now
--- debmirror.upstream  2010-03-25 19:13:29.0 +0100
+++ debmirror   2010-07-17 12:42:17.0 +0200
@@ -2253,7 +2253,7 @@
   $current.=$part/;
   if (! $seen{$current}) {
if (! -d $current) {
- mkdir ($current, 0755) or die mkdir failed: $!;
+ mkdir ($current, 0775) or die mkdir failed: $!;
  debug(Created directory: $current);
}
$seen{$current}=1;


An cleaner solution would be
--- debmirror.upstream  2010-03-25 19:13:29.0 +0100
+++ debmirror   UNTESTED
@@ -2253,7 +2253,7 @@
   $current.=$part/;
   if (! $seen{$current}) {
if (! -d $current) {
- mkdir ($current, 0755) or die mkdir failed: $!;
+ mkdir ($current, (0777 and not(umask))) or die mkdir failed: $!;
  debug(Created directory: $current);
}
$seen{$current}=1;

The '0777 and not(umask)' will create group writeable directory when
the umask is 002. With default umask, 022, becomes the directory 
only owner writeable.


Groeten
Geert Stappers



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



Bug#532140: ITP: python-eventlet -- high performance network library using coroutines

2010-07-17 Thread Stefano Rivera
 Any update on this?

Chris: I take it you never got a reply?

I have no personal need for this, but it's a dependency for beets (ITP
Bug #589396).
I have an initial package:
https://code.launchpad.net/~stefanor/+junk/eventlet
although the test suite isn't passing, it works for my needs.

Can we get this packaged (under the Debian Python Modules Team, for
example?)

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 465 6908 C: +27 72 419 8559  UCT: x3127


signature.asc
Description: Digital signature


Bug#588585: [eaeddb3] Fix for Bug#588585 committed to git

2010-07-17 Thread Giuseppe Iuculano

tags 588585 + pending
thanks

Hello,

 The following change has been committed for this bug by
 Giuseppe Iuculano iucul...@debian.org on Sat, 17 Jul 2010 13:06:18 +0200.
 The fix will be in the next upload. 
=
dkms_common.postinst: handle dkms build error gracefully by skipping build for 
the non matching kernels.

Closes: #588585
Thanks: Jan-Marek Glogowski

dkms.conf allows to set a BUILD_EXCLUSIVE_KERNEL / BUILD_EXCLUSIVE_ARCH
parameter to specify a regular expression which defines the subset of
kernels / architectures which DKMS is allowed to build the module for. If
the kernel being built for does not match against this regular
expressions, the dkms build will error out with exit code 9.

This patch changes dkms_common.postinst to handle this dkms build
error gracefully by skipping build for the non matching kernels.
=

You can check the diff of the fix at:

http://git.debian.org/?p=collab-maint/dkms.git;a=commitdiff;h=eaeddb3





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



Bug#566266: please provide python2 and python3 binaries

2010-07-17 Thread Matthias Klose

 Please provide /usr/bin/python2 and /usr/bin/python3, perhaps as a symlink to
 the respective preferred version.  This would be useful for forward porting.
 The Python source build provides those names.

Reverting this change for python2. The claim that the Python source build 
provides the python2 name is wrong.  It was decided upstream that the python2 
name is not needed.




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



Bug#589368: darcs: lacks upstream changelog

2010-07-17 Thread Trent W. Buck
Jonathan Nieder wrote:
 +override_dh_installchangelogs:
 + dh_installchangelogs -- NEWS

Ah, you've already solved it for me.  This will be included in the
next package.  Thanks.



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



Bug#589398: recoverdm: typo in package description

2010-07-17 Thread Davide Prina

Package: recoverdm
Severity: minor

In DDTSS I see:

In case if finds sectors

I think must be:

In case it finds sectors
  ^
__|

Ciao
Davide

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

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

--
Dizionari: http://linguistico.sourceforge.net/wiki
Petizione contro il formato ms-ooxml:
http://www.noooxml.org/petition
Non autorizzo la memorizzazione del mio indirizzo su outlook




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



Bug#588586: python-mock: doesn't depend on python

2010-07-17 Thread Marek Kubica
tags 588586 +pending
thanks

Hi,

In the course of todays BSP in Munich, I created an NMU patch, you'll
find it attached. I applied Jakub's patch unchanged. We will propably
upload it by the end of the BSP.

regards,
Marek
diff -u python-mock-0.6.0/debian/control python-mock-0.6.0/debian/control
--- python-mock-0.6.0/debian/control
+++ python-mock-0.6.0/debian/control
@@ -9,7 +9,7 @@
 
 Package: python-mock
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Recommends: libjs-jquery
 Provides: ${python:Provides}
 Description: Mocking and Testing Library
diff -u python-mock-0.6.0/debian/changelog python-mock-0.6.0/debian/changelog
--- python-mock-0.6.0/debian/changelog
+++ python-mock-0.6.0/debian/changelog
@@ -1,3 +1,11 @@
+python-mock (0.6.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix doesn't depend on python by applying patch to debian/control
+by Jakub Wilk (Closes: #588586)
+
+ -- Marek Kubica ma...@xivilization.net  Sat, 17 Jul 2010 12:27:08 +0200
+
 python-mock (0.6.0-1) unstable; urgency=low
 
   * Initial release (Closes: #540372)


signature.asc
Description: PGP signature


Bug#589308: [73533c2] Fix for Bug#589308 committed to git

2010-07-17 Thread Giuseppe Iuculano

tags 589308 + pending
thanks

Hello,

 The following change has been committed for this bug by
 Giuseppe Iuculano iucul...@debian.org on Sat, 17 Jul 2010 13:15:39 +0200.
 The fix will be in the next upload. 
=
Promote lsb-release to Pre-Depends

Closes: #589308
=

You can check the diff of the fix at:

http://git.debian.org/?p=collab-maint/dkms.git;a=commitdiff;h=73533c2





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



Bug#589359: Non-coordinated transition leading some packages to FTBFS

2010-07-17 Thread Stéphane Glondu
tags 589359 - pending
thanks

Le 17/07/2010 12:32, Laurent Fousse a écrit :
 After removing the reference to `mpfr_random' in
 mlgmpidl/gmp_random.idl then make clean  make rebuild apron fails
 on GMP_RND_MAX. [...]

Indeed.

 I'll try to provide a patch monday for apron.

I'm looking forward to it.


Thanks in advance,

-- 
Stéphane




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




Bug#583177: unreproducible

2010-07-17 Thread gregor herrmann
On Sat, 17 Jul 2010 12:05:18 +0200, Albin Tonnerre wrote:

 I am actually able to reproduce it, though it might not be clear from the bug
 report history. Summary below:
 
  - Only happens on stable (tested in a chroot) with either 0.4.1 and 0.5.2
  - Works for me in the stable chroot after locally rebuilding and installing
dvtm in the chroot

Ok, I see. Sorry for not reading the bug log more carefully.
 
 If both of you (Xavier and Gregor) could try to reproduce the issue in a 
 stable
 chroot, and then test a rebuilt version, it would be very kind of you. Doing
 this fixes the issue for me, but since it apparently doesn't for Alexander, 
 I'd
 like more testing.

Ok, I logged into a cowbuilder lenny chroot from an urxvt terminal
under awesome on unstable), apt-get installed dvtm (0.4.1-1), started
dvtm, got a shell, pressed Ctrl-g c, got another shell.

Sorry for getting different results than you :)

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-BOFH excuse #36:  dynamic software linking table corrupted 


signature.asc
Description: Digital signature


Bug#589368: darcs: lacks upstream changelog

2010-07-17 Thread Jonathan Nieder
fixed 541848 2.0.2-3
quit

Trent W. Buck wrote:
 Jonathan Nieder wrote:

 Alternatively, the release announcements from
 http://wiki.darcs.net/Releases/2.4 would make a good changelog.

 That's a good idea; I'll ask upstream to do it in 2.5.

You must have already asked.  A changelog was added in 2.1 as far as
I can tell.

I’ve sent a patch to get dh_installchangelogs to notice under separate
cover.

 [1] To see whether http://bugs.debian.org/54184 applies to lenny.

Whoops, I meant http://bugs.debian.org/541848 (FTBFS: ld: cannot find
-lHSrts_thr).  I think the problem was introduced with Cabalization
in 2.2, making lenny safe.

Ciao,
Jonathan



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



Bug#541979: Older ITP for miniupnpd

2010-07-17 Thread Paul TBBle Hampson
There's an older, closed ITP for this daemon at bug 444393. There's an
ITP for minissdpd, a compainion daemon that multiplexes the SSDP port
(udp 1900) amongst clients like miniupnpd and mediatomb at bug 444399

-- 
Paul TBBle Hampson, paul.hamp...@pobox.com



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



Bug#589213: Do not install Exim in minimal system

2010-07-17 Thread Frans Pop
On Saturday 17 July 2010, Petter Reinholdtsen wrote:
 I eagerly await Bills view on the proposed change for
 popularity-contest, which I believe i a better place to implement the
 change.

No, it is not reasonable to ask packages to change functionally correct and 
policy-compliant dependencies only because of D-I [1].
popcon falls back to mail if the HTTP method fails, which does happen 
occasionally. Therefore a Recommends of an MTA is reasonable.

Why do you feel the need to second-guess me on this?
I spent several days analyzing the whole issue of Recommends and making 
various changes to deal with minor issues that arose from it. All changes 
where posted for review and discussed on the d-boot list. popcon is not 
the only package that needed an exception, so the --no-recommends option 
is needed anyway. Using it for popcon is a perfectly acceptable solution.

So: as the reported issue is already fixed in current daily built D-I 
images and as the Recommends in popcon is functionally correct, there is 
absolutely zero need to make any changes in popcon.

[1] The issue in D-I is mainly one of ordering: we install popcon before 
running tasksel and installing prio standard packages. The fact that we 
uninstall popcon if a user chooses not to participate is another weirdness 
in D-I which should not be reason to make any changes in the package.



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



Bug#589399: linux-image-2.6.32-5-686: Please Enable KMS for i915 chipsets

2010-07-17 Thread Millot Mathieu
Package: linux-2.6
Version: 2.6.32-17
Severity: normal


xserver-xorg-video-intel  2.9.1 can't be tested with debian kernels (i've 
tried 2.6.34 and 2.6.35-rc5 from experimental)

Version 2.12 work with sidux kernel which have KMS enabled for i915.

My Xorg.0.log:

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-2-amd64 i686 Debian
Current Operating System: Linux thana-portable 2.6.32-5-686 #1 SMP Sun Jul 11 
02:12:03 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 
root=UUID=8515365c-124e-4e18-ad10-e5df0c80e4b2 ro quiet init=/sbin/bootchartd 
splash
Build Date: 15 July 2010  04:10:53PM
xorg-server 2:1.7.7-3 (Cyril Brulebois k...@debian.org) 
Current version of pixman: 0.18.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sat Jul 17 13:32:07 2010
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |--Screen Default Screen Section (0)
(**) |   |--Monitor default monitor
(==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x81eaca0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:0:2:0) 8086:2592:1025:008f Intel Corporation Mobile 
915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xb008/524288, 
0xc000/268435456, 0xb000/262144, I/O @ 0x1800/8
(--) PCI: (0:0:2:1) 8086:2792:1025:008f Intel Corporation Mobile 
915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0x44c0/524288
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: extmod
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: dbe
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: glx
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: record
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: dri
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: dri2
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor=X.Org Foundation
compiled for 1.7.7, module version = 1.1.0
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(==) Matched intel as autoconfigured driver 0
(==) Matched vesa as autoconfigured driver 1
(==) Matched fbdev as autoconfigured driver 2
(==) Assigned the driver to the xf86ConfigLayout

Bug#589306: Additional Info

2010-07-17 Thread Guillaume

Hello All,

Thanks a lot for having such a quick look at this.

I've tried to add the require chap but get the exact same error. I was  
actually under the impression that the option require authentication  
was enough, my bad!


What I read from, the logs the authentication is successful in both  
cases


without require chap :
Jul 16 15:49:38 srvguigui pppd[24344]: rcvd [CHAP Response id=0xf9  
 
861274882a67081b2da56f25e79ffe6291c1d5d4dd4a1f86ba2cd32e82431f6330a261c559033f5e00 
, name = usertest]
Jul 16 15:49:38 srvguigui pppd[24344]: sent [CHAP Success id=0xf9  
S=A8B110D80B67722D2531F4233A890D4584C44630 M=Access granted]


With require chap:
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [CHAP Response id=0xca  
25d95b3911ab5d0d468709e88ffb3a5d, name = usertest]
Jul 17 12:35:00 srvguigui pppd[8139]: sent [CHAP Success id=0xca  
Access granted]


Hope this helps

Cheers

See below the log, the problem is still the same:
Jul 17 12:35:00 srvguigui xl2tpd[7995]: Connection established to  
172.56.252.113, 1701.  Local: 28512, Remote: 1 (ref=0/0).  LNS session  
is 'default'


Jul 17 12:35:00 srvguigui xl2tpd[7995]: start_pppd: I'm running:
Jul 17 12:35:00 srvguigui xl2tpd[7995]: /usr/sbin/pppd
Jul 17 12:35:00 srvguigui xl2tpd[7995]: passive
Jul 17 12:35:00 srvguigui xl2tpd[7995]: nodetach
Jul 17 12:35:00 srvguigui xl2tpd[7995]: 172.56.252.206:0.0.0.0
Jul 17 12:35:00 srvguigui xl2tpd[7995]: refuse-pap
Jul 17 12:35:00 srvguigui xl2tpd[7995]: auth
Jul 17 12:35:00 srvguigui xl2tpd[7995]: require-chap
Jul 17 12:35:00 srvguigui xl2tpd[7995]: debug
Jul 17 12:35:00 srvguigui xl2tpd[7995]: file
Jul 17 12:35:00 srvguigui xl2tpd[7995]: /etc/ppp/options.xl2tpd
Jul 17 12:35:00 srvguigui xl2tpd[7995]: /dev/pts/3
Jul 17 12:35:00 srvguigui xl2tpd[7995]: Call established with  
172.56.252.113, Local: 24961, Remote: 1, Serial: 0

Jul 17 12:35:00 srvguigui pppd[8139]: pppd 2.4.4 started by root, uid 0
Jul 17 12:35:00 srvguigui pppd[8139]: using channel 6
Jul 17 12:35:00 srvguigui pppd[8139]: Using interface ppp0
Jul 17 12:35:00 srvguigui pppd[8139]: Connect: ppp0 -- /dev/pts/3
Jul 17 12:35:00 srvguigui pppd[8139]: sent [LCP ConfReq id=0x1  
asyncmap 0x0 auth chap MD5 magic 0xe03871e7 pcomp accomp]
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [LCP ConfReq id=0x0 mru  
1400 magic 0x4bab77a5 pcomp accomp callback CBCP]
Jul 17 12:35:00 srvguigui pppd[8139]: sent [LCP ConfRej id=0x0  
callback CBCP]
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [LCP ConfAck id=0x1  
asyncmap 0x0 auth chap MD5 magic 0xe03871e7 pcomp accomp]
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [LCP ConfReq id=0x1 mru  
1400 magic 0x4bab77a5 pcomp accomp]
Jul 17 12:35:00 srvguigui pppd[8139]: sent [LCP ConfAck id=0x1 mru  
1400 magic 0x4bab77a5 pcomp accomp]
Jul 17 12:35:00 srvguigui pppd[8139]: sent [LCP EchoReq id=0x0  
magic=0xe03871e7]
Jul 17 12:35:00 srvguigui pppd[8139]: sent [CHAP Challenge id=0xca  
80e54013a171fa2df379f897e347bd3f3ff250a334, name = xl2tpd]
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [LCP Ident id=0x2  
magic=0x4bab77a5 MSRASV5.10]
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [LCP Ident id=0x3  
magic=0x4bab77a5 MSRAS-0-UKLAPTOP]
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [LCP EchoRep id=0x0  
magic=0x4bab77a5]
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [CHAP Response id=0xca  
25d95b3911ab5d0d468709e88ffb3a5d, name = usertest]
Jul 17 12:35:00 srvguigui pppd[8139]: sent [CHAP Success id=0xca  
Access granted]
Jul 17 12:35:00 srvguigui pppd[8139]: sent [CCP ConfReq id=0x1  
deflate 15 deflate(old#) 15 bsd v1 15]
Jul 17 12:35:00 srvguigui pppd[8139]: sent [IPCP ConfReq id=0x1  
compress VJ 0f 01 addr 172.56.252.206]
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [CCP ConfReq id=0x4 mppe  
+H -M -S -L -D +C]
Jul 17 12:35:00 srvguigui pppd[8139]: sent [CCP ConfRej id=0x4 mppe  
+H -M -S -L -D +C]
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [IPCP ConfReq id=0x5 addr  
0.0.0.0 ms-wins 0.0.0.0 ms-wins 0.0.0.0]
Jul 17 12:35:00 srvguigui pppd[8139]: sent [IPCP ConfRej id=0x5 addr  
0.0.0.0 ms-wins 0.0.0.0 ms-wins 0.0.0.0]
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [CCP ConfRej id=0x1  
deflate 15 deflate(old#) 15 bsd v1 15]

Jul 17 12:35:00 srvguigui pppd[8139]: sent [CCP ConfReq id=0x2]
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [IPCP ConfRej id=0x1  
compress VJ 0f 01]
Jul 17 12:35:00 srvguigui pppd[8139]: sent [IPCP ConfReq id=0x2 addr  
172.56.252.206]
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [CCP TermReq id=0x6K 
\3777653w\3777645\000\315t\000\000\002\334]

Jul 17 12:35:00 srvguigui pppd[8139]: sent [CCP TermAck id=0x6]
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [IPCP ConfReq id=0x7 addr  
0.0.0.0]
Jul 17 12:35:00 srvguigui pppd[8139]: sent [IPCP ConfRej id=0x7 addr  
0.0.0.0]
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [IPCP ConfAck id=0x2 addr  
172.56.252.206]
Jul 17 12:35:00 srvguigui pppd[8139]: rcvd [IPCP TermReq id=0x8 K 
\3777653w\3777645\000\315t\000\000\002\342]

Jul 17 12:35:00 

Bug#589400: RM: ksimus* -- RoQA; not buildable any more

2010-07-17 Thread Christoph Egger
Package: ftp.debian.org
Severity: normal

ksimus itself is pretty useless without the plugins. And the while
it is possible to make the plugin packages build again they don't work
so bugs like #533982 can't be sensibly fixed. It's a KDE3 package as
well with no upstream activity for 7 years now. Furthermore there was
no effort by anyone interested in the package.

Regards

Christoph

-- 
/\  ASCII Ribbon : GPG-Key ID: 0xD49AE731
\ /Campaign   : CaCert Assurer
 X   against HTML : Debian Developer
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/


signature.asc
Description: Digital signature


  1   2   3   4   >