Bug#718318: kinda solved

2013-09-02 Thread Dominique Dumont
I had a similar problem. I've solved the issue by removing the symlink and re-installing the package with dpkg: $ sudo rm /etc/apache2/conf-available/javascript-common.conf $ sudo dpkg -i /var/cache/apt/archives/javascript-common_11_all.deb aptitude reinstall javascript-common did not work.

Bug#721405: libsdl-perl: FTBFS on armhf and ia64: tests stall

2013-09-01 Thread Dominique Dumont
On Saturday 31 August 2013 09:44:37 Dominic Hargreaves wrote: This package FTBFS on armhf and ia64: I've build the package on merulo (ia64) once. But on the second time, sdlx_controller_interface.t kept on testing withuot end in sight... I've forwarded the bug upstream:

Bug#719753: some doc for XS-Autobuild ?

2013-08-20 Thread Dominique Dumont
I'm fine with adding support for XS-AutoBuild. I guess this parameter should be shown only when area (set in section parameter) is 'contrib' or 'non-free'. Fir this to work, I'll have to handle area as a separate parameter (I think the conflation of area and section in a single control fiels is

Bug#711096: Please remove svgalib dependency

2013-08-15 Thread Dominique Dumont
On Thu, Aug 15, 2013 at 06:36:15PM +0200, Moritz Muehlenhoff wrote: Is there an ETA? There are only three packages left using svgalib. Sorry for the delay. The related package libconfig-model-lcdproc-perl got stuck in new queue for 6 weeks and I completely forgot about this issue. In order to

Bug#719684: ITP: libconfig-model-tester-perl -- Test framework for Config::Model

2013-08-14 Thread Dominique Dumont
Package: wnpp Owner: Dominique Dumont d...@debian.org Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libconfig-model-tester-perl Version : 2.042 Upstream Author : Dominique Dumont * URL : https://metacpan.org

Bug#715461: Re: Bug#718129: Re: Re: Bug#715461: libsdl-mixer1.2: no sf2 sound fonts loaded by default

2013-08-12 Thread Dominique Dumont
On Monday 12 August 2013 00:29:34 Manuel A. Fernandez Montecelo wrote: So... does this look OK to both of you (I didn't actually upload, waiting for your confirmation)? Looks good. SDL-perl tests are fine with your updated patch All the best signature.asc Description: This is a digitally

Bug#719197: libconfig-model-perl: Use of uninitialized value $application in hash element at /usr/bin/cme line 174, F line 4.

2013-08-09 Thread Dominique Dumont
On Friday 09 August 2013 02:16:39 you wrote: % cme list Use of uninitialized value $application in hash element at /usr/bin/cme line 174, F line 4. Use of uninitialized value $application in concatenation (.) or string at /usr/bin/cme line 178, F line 4. Unknown application: Ack. I'll fix

Bug#715461: Re: Re: Bug#715461: libsdl-mixer1.2: no sf2 sound fonts loaded by default

2013-08-09 Thread Dominique Dumont
On Thursday 08 August 2013 19:13:24 Manuel A. Fernandez Montecelo wrote: I meant to modify the first patch bug-715461-soundfont_paths.patch so when that variable soundfont_paths is assigned, it's done with SDL_strdup() (it's done in several places in the code --that's where I got the idea

Bug#715461: Re: Bug#715461: libsdl-mixer1.2: no sf2 sound fonts loaded by default

2013-08-08 Thread Dominique Dumont
On Wednesday 07 August 2013 22:13:49 you wrote: For example, one fix that comes to mind is to change the line in the first patch: char* soundfont_paths = /usr/share/sounds/sf2/TimGM6mb.sf2:/usr/share/sounds/sf2/FluidR3_GM.sf2; to this: char* soundfont_paths =

Bug#718279: pan: Accelerator key (R) not working, duplicated at accels.txt

2013-08-07 Thread Dominique Dumont
On Monday 29 July 2013 17:50:59 you wrote: Pressing R to reply to the author of a post does not work (does nothing) because the R key accelerator is duplicated for 2 different functions as defined in ~/.pan2/accels.txt Removing one of them triggers the desired action again. Which looks

Bug#718279: pan: Accelerator key (R) not working, duplicated at accels.txt

2013-08-07 Thread Dominique Dumont
On Wednesday 07 August 2013 12:45:52 you wrote: Well, the problem I see is that I don't think I edited the accels.txt file, at least not consciously so I thought this file comes or is automatically created with this discrepancy enabled by default. It was probably created by pan or a previous

Bug#718129: libsdl-perl: FTBFS: Failed 1/59 test programs. 0/3826 subtests failed.

2013-08-07 Thread Dominique Dumont
Summary of a chat on #debian-sdl: Bug comes from libsdl-mixer, this line in mixer.c is responsible: SDL_free(soundfont_paths); Since soundpaths is a static char*, calling free on it does not make sense This line should simply be removed, I As I'm also involded in sdl packaging

Bug#718279: Re: Bug#718279: pan: Accelerator key (R) not working, duplicated at accels.txt

2013-08-07 Thread Dominique Dumont
On Wednesday 07 August 2013 15:22:53 you wrote: This issue is fully reproducible very easily -even on testing- by simply opening Pan on a fresh-new created user. ok. I've created a bug report upstream. All the best -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with

Bug#718129: libsdl-perl: FTBFS: Failed 1/59 test programs. 0/3826 subtests failed.

2013-08-04 Thread Dominique Dumont
On Monday 29 July 2013 00:34:33 gregor herrmann wrote: Interesting. The tests pass but there is no ok and t/mixer.t exits with 11 (SIGSEGV?). Ack. Something goes wrong with the cleanup performed at exit time: Program terminated with signal 11, Segmentation fault. #0 0x7f23fbbcf484 in

Bug#710501: avinfo about to be removed from Debian

2013-07-13 Thread Dominique Dumont
Hello avinfo no longer builds on Debian/unstable: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710501 Since this situation has lasted for quite a while, avinfo package is about to be removed from Debian/unstable (it's already gone from Debian/testing). Are you guys aware of this issue ?

Bug#713433: Padre segfault with t/01_compile.t

2013-07-12 Thread Dominique Dumont
On Monday 08 July 2013 14:18:10 Dominique Dumont wrote: Bowtie, do you have a better idea ? (Please keep 713...@bugs.debian.org in CC so your replies will be archived in ur system) Bowtie has provided upstream a new development version of Debug::Client [1] that fixes the issue on my system

Bug#713053: cme edit dpkg: Support X* parameters ? (was Re: libconfig-model-dpkg-perl: add support for X{S,B}-Ruby-Versions variables in dpkg-control)

2013-07-10 Thread Dominique Dumont
Hello Sorry for the late reply. No problem to add support for these 2 parameters. Could you point me to a example of a package containing these fields ? All the best -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/ http://ddumont.wordpress.com/ -o- irc: dod at

Bug#713433: padre: FTBFS: dh_auto_test: make -j1 test returned exit code 2

2013-07-08 Thread Dominique Dumont
Somehow, this bug went under my radar. I'll have a look. All the best -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/ http://ddumont.wordpress.com/ -o- irc: dod at irc.debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#713433: padre: FTBFS: dh_auto_test: make -j1 test returned exit code 2

2013-07-08 Thread Dominique Dumont
Padre has a segfault: $ perl -I blib t/01_compile.t 1..37 Fontconfig warning: /etc/fonts/conf.d/50-user.conf, line 9: reading configurations from ~/.fonts.conf is deprecated. ok 1 - use Wx; # Tests find Wx: 0.9922 wxWidgets 2.8.12 ok 2 - use t::lib::Padre; ok 3 - use Padre::Util; ok 4 - use

Bug#713433: Padre segfault with t/01_compile.t

2013-07-08 Thread Dominique Dumont
Hello Padre segfault during tests [1] is triggered by Debug::Client 0.26. Downgrading Debug::Client to 0.25 will fix (or mask) the issue. I suspect that this problem is related to Term::ReadLine loading tricks. I'm tempted to patch Debug::Client to load Term::ReadLine after BEGIN phase and see

Bug#715325: [Pkg-javascript-devel] Bug#715325: Bug#715325: Bug#715325: npm: leaves lots of stuff in /tmp

2013-07-08 Thread Dominique Dumont
On Monday 08 July 2013 14:36:24 Jérémy Lal wrote: I still do not understand if this is really a security issue. IMO if a program on your system does that, the whole system is compromised, you can't really be hardening any software against it. A symlink attack is done by a user of a system

Bug#714077: pan: Pan does not start.

2013-06-25 Thread Dominique Dumont
Le Tuesday 25 June 2013 14:45:26, vous avez écrit : pan starts and exits immediatly as if it where started with --nzb with an empty nzb file: ~$ pan --debug (article-cache.cc:170:ArticleCache) loaded 0 articles into cache from /home/jan/.pan2/article-cache Added 0 files to the queue.

Bug#712753: ITP: libconfig-model-lcdproc-perl -- Edit and validate LcdProc configuration file

2013-06-19 Thread Dominique Dumont
Package: wnpp Owner: Dominique Dumont d...@debian.org Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libconfig-model-lcdproc-perl Version : 2.39 Upstream Author : Dominique Dumont * URL : http

Bug#711096: Please remove svgalib dependency

2013-06-04 Thread Dominique Dumont
Le Tuesday 04 June 2013 18:21:25, vous avez écrit : svgalib is scheduled for removal. Please drop the build-dep on libsvga-debv, lcdproc compiled fine for me without it. ok. I'm preparing a package for next version. It will also fix this bug. Dominique signature.asc Description: This is a

Bug#710159: perl-tk: Tk::PNG is missing

2013-05-28 Thread Dominique Dumont
Package: perl-tk Version: 1:804.030-2 Severity: important Dear Maintainer, The fix for #708624 has an unfortunate side effet: Tk::PNG is no longer delivered with perl-tk. This breaks the graphical interface of cme. Before trying to fix this on Tk 804.030, I suggest to package the new version

Bug#709785: libconfig-model-perl: FTBFS with perl 5.18:

2013-05-25 Thread Dominique Dumont
Le Saturday 25 May 2013 15:48:02, vous avez écrit : This package FTBFS with perl 5.18 from experimental (in a clean sbuild session): t/backend_ini.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/73 subtests Yes. I've fixed this upstream git [1]. I'll release

Bug#602056: Patch must be removed

2013-05-17 Thread Dominique Dumont
On Friday 17 May 2013 06:44:46 Xavier wrote: According to https://rt.cpan.org/Public/Bug/Display.html?id=62667 this is not a bug and the Debian patch must be removed. OTOH, UNIVERSAL doc mentions: # but never do this! $is_io= UNIVERSAL::isa($fd, IO::Handle);

Bug#707565: libconfig-model-dpkg-perl: doesn't like arch qualifiers in dependency fields

2013-05-13 Thread Dominique Dumont
On Thursday 09 May 2013 15:03:32 gregor herrmann wrote: Diff: - udev [linux-any] | makedev [linux-any] + udev | makedev Not nice :) Indeed. Weird, the problem occurs when package data for udev and makedev are already in cache, i.e. at the 2nd try... This will be fun to

Bug#707073: padre: uninstallable in sid: Depends: libdebug-client-perl (= 0.21)

2013-05-07 Thread Dominique Dumont
On Tuesday 07 May 2013 11:08:58 Andreas Beckmann wrote: I don't see an updated libdebug-client-perl anywhere... Yes. My bad. I've installed the new package *before* updating the dependency list. padre tests did not catch the old dependency. I'm working on updating the dependencies. Sorry

Bug#682338: libsdl-perl: Failed to find shared file 'GenBasR.ttf' for dist 'SDL'

2013-05-03 Thread Dominique Dumont
Hello I've prepared a patch to fix this issue: upstream SDL delivers a default font for SDLx::Text. This font is provided by package fonts-sil-gentium-basic in Debian. This patch hardcodes the default font path and remove the dependency on File::ShareDir which is no longer required. Last

Bug#687834: use Mojo::UserAgent instead of LWP::UserAgent ?

2013-05-02 Thread Dominique Dumont
Hello Since LWP::UserAgent has https + proxy bugs with no end in sight, have you considered using Mojo::UserAgent ? (part of libmojolicious-perl) All the best -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/ http://ddumont.wordpress.com/ -o- irc: dod at

Bug#706458: ITP: inotify-hookable -- blocking command-line interface to inotify

2013-05-01 Thread Dominique Dumont
Le Wednesday 01 May 2013 08:51:09, Helmut Grohne a écrit : Can you briefly explain its relation to the existing package inotify-tools and why another implementation is needed? inotify-hookable main advantage over inotywait are: - you can specify command to run after watch as option -

Bug#706389: FTBFS: Missing build-dependency on libany-moose-perl

2013-04-30 Thread Dominique Dumont
On Monday 29 April 2013 17:25:58 Felix Geyer wrote: libconfig-model-itself-perl FTBFS while running the tests. Adding libany-moose-perl to Build-Depends fixes this. Ack. This dependency has always been missing. This FTBS is now seen because libconfig-model-perl no longer depends on

Bug#706458: ITP: inotify-hookable -- blocking command-line interface to inotify

2013-04-30 Thread Dominique Dumont
Package: wnpp Owner: Dominique Dumont d...@debian.org Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org * Package name: inotify-hookable Version : 0.7 Upstream Author : �var Arnfj�r� Bjarmason a...@cpan.org * URL : http://search.cpan.org/dist/App-Inotify

Bug#706277: ITP: libdata-bitmask-perl -- bitmask manipulation class

2013-04-27 Thread Dominique Dumont
Package: wnpp Owner: Dominique Dumont d...@debian.org Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libdata-bitmask-perl Version : 0.91 Upstream Author : Toby Ovod-Everett, t...@ovod-everett.org * URL

Bug#706029: ITP: libxxx-perl -- debug viewer for Perl data structure

2013-04-23 Thread Dominique Dumont
Package: wnpp Owner: Dominique Dumont d...@debian.org Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libxxx-perl Version : 0.18 Upstream Author : Ingy d�t Net i...@cpan.org * URL : http://search.cpan.org

Bug#280202: frozen-bubble: doesn't disable screensaver

2013-04-21 Thread Dominique Dumont
Le Saturday 20 April 2013 22:58:09, Mark J. Nelson a écrit : I believe this (quite old!) bug can be closed. Cool. Thanks for the heads-up ! I'll close this bug Dominique signature.asc Description: This is a digitally signed message part.

Bug#669942: uscan fails because of signal handlers

2013-04-20 Thread Dominique Dumont
Hello Commenting out line 321 to 324 will work-around the issue regarding the thread error message. These lines add a signal handler for __DIE__ and __WARN__. According to perlipc man page, using a filehandler in a signal handler is dangerous. (print is used through dehs_die and dehs_output).

Bug#705596: libconfig-model-dpkg-perl: does not parse correctly License fields with commas

2013-04-19 Thread Dominique Dumont
On Wednesday 17 April 2013 11:32:12 Cédric Boutillier wrote: $ cme check dpkg-copyright Warning: skipping value BSD-2-clause or Ruby, and PSF because of the following errors: license Ruby, is not declared in main License section. Expected BSD-2-clause LGPL-2.1 PSF Ruby Bummer, the parser is

Bug#687834: uscan is impacted by upstream LWP::UserAgent bug

2013-04-17 Thread Dominique Dumont
On a related problem, uscan does not work behind a proxy for https. More info on this issue: https://rt.cpan.org/Ticket/Display.html?id=1894 HTH -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/ http://ddumont.wordpress.com/ -o- irc: dod at irc.debian.org -- To

Bug#705068: Please provide dh-make library for non-perl packaging helpers

2013-04-12 Thread Dominique Dumont
On Tuesday 09 April 2013 19:01:20 Thomas Koch wrote: I'm working on a packaging helper tool in the Debian-Java team. I'm looking to reuse some modules from dh-make-perl. It's possible to depend on the dh-make-perl package. But it might encourage more adoption by other teams if the perl

Bug#704306: libconfig-model-dpkg-perl: does not catch invalid license text

2013-04-06 Thread Dominique Dumont
Le Friday 05 April 2013 19:44:56, Felix Natter a écrit : What about catching single-line licenses? Or is License: GPL see /usr/share/common-licenses/GPL valid? Yes, even if this practice is not recommended. cme edit dpkg-copyright proposes default text for well known licenses like

Bug#704306: libconfig-model-dpkg-perl: does not catch invalid license text

2013-04-04 Thread Dominique Dumont
On Sunday 31 March 2013 16:18:53 Felix Natter wrote: For instance, this is accepted: Files: * Copyright: 2006-2013 Foo Bar f...@bar.com License: GPL-2+ bla but bla is not a correct license Knowing that any software author can write its own license, what algorithm do you propose to

Bug#701556: frozen-bubble: Locale settings not working (upstream patch avalible)

2013-03-27 Thread Dominique Dumont
Le Sunday 24 March 2013 09:35:50, vous avez écrit : Please, recheck this. Maybe you have done something incorrect? Probably: the frozen-bubble package I produce do not contain *.mo files. I must have missed something with the compilation of the message catalogs. I guess that you are also

Bug#699892: [Pan-devel] Seeking advice on Pan license issue with optional TLS component

2013-03-23 Thread Dominique Dumont
Le Saturday 23 March 2013 12:57:27, vous avez écrit : Gnutls 3.1.10 now has LGPLv2.1+ again. http://lists.gnutls.org/pipermail/gnutls-devel/2013-March/006202.html Thanks for the heads up. I've notified upstream Pan. I'll put back Gnutls in Pan once this version of gnutls is available in

Bug#702326: [Pkg-javascript-devel] Bug#702326: node-optimist: please upgrade to 0.3.5, needed by recent uglifyjs

2013-03-13 Thread Dominique Dumont
On Tuesday 05 March 2013 10:30:56 Jonas Smedegaard wrote: As subject says: Please upgrade to 0.3.5, as it is needed by recent uglifyjs. I'd be happy to help, but am uncomfortable with using the dh sequencer, so will only do that if ok to convert the package to use CDBS instead. I'm on it.

Bug#702792: libconfig-model-perl: error when one uses extra chars near placeholders in version specification

2013-03-12 Thread Dominique Dumont
On Monday 11 March 2013 14:58:46 Antonio Valentino wrote: The problem seems to be related to extra chars near a version placeholder (see also [1]) that should be an allowed syntax. ok. Note that this bug cannot be fixed in testing due to the freeze. I'll fix it in libconfig-model-dpkg-perl

Bug#701556: frozen-bubble: Locale settings not working (upstream patch avalible)

2013-03-10 Thread Dominique Dumont
Le Sunday 24 February 2013 14:02:26, falconbird a écrit : The game Frozen-bubble incorrecly works with locale settings. There is a patch upstream that will completely fix the problem. Hmm, there's indeed an issue. My system has: $ locale LANG=fr_FR.UTF-8 LANGUAGE= LC_CTYPE=fr_FR.UTF-8

Bug#687941: plasma-desktop: stuck on strtup, 100% cpu and inflating: a workaround

2013-02-23 Thread Dominique Dumont
Hello I had a similar issue where login would take several minutes with plasma- desktop process stuck at 100%. After googling the the issue, I've found that the system-tray was oftern responsible for this behavior. So I've removed and put back the system-tray. Login now takes a normal time

Bug#699892: [Pan-devel] Seeking advice on Pan license issue with optional TLS component

2013-02-22 Thread Dominique Dumont
Le jeudi 21 février 2013 23:12:28, vous avez écrit : It looks like the license of GNUTLS 3.1.x may eventually be changed from LGPLv3+ back to LGPLv2.1+. If that succeeds, I believe it would solve the incompatibility with Pan.

Bug#694346: pan: enters infinite loop upon EOF when using SSL

2013-02-20 Thread Dominique Dumont
Le dimanche 25 novembre 2012 19:19:19, vous avez écrit : GIOChannelSocketGnuTLS::gnutls_read_line() does not handle EOF, and merely returns a successful read of 0 bytes. This results in pan entering an infinite loop, successfully reading nothing over and over on a closed connection. Sorry

Bug#701037: unblock: pan/0.139-2

2013-02-20 Thread Dominique Dumont
on libgnutls + * updated NEWS to warn about SSL/TLS drop + + -- Dominique Dumont d...@debian.org Mon, 18 Feb 2013 22:35:51 +0100 + pan (0.139-1) unstable; urgency=low * Imported Upstream version 0.139 diff -Nru pan-0.139/debian/control pan-0.139/debian/control --- pan-0.139/debian/control2012-06

Bug#699892: [Pan-devel] Seeking advice on Pan license issue with optional TLS component

2013-02-16 Thread Dominique Dumont
Le mardi 12 février 2013 14:26:18, Dominique Dumont a écrit : Since this is the first time I'm dealing with a trciky licensing issue, I'd like some folks from debian-legal mailing list to confirm my opinion. As mentioned here [1], my proposal is a bad idea. GPL license is transitive. Since

Bug#699892: Seeking advice on Pan license issue with optional TLS component

2013-02-12 Thread Dominique Dumont
Hello Here's a summary of the issue for debian-legal folks. Pan package on Debian got bug #699892 because Pan GPLv2 only is linked with gnutls LGPLv3, which is not permitted by FSF. Pan folks are willing to re-license Pan to GPLv2 and later. But getting copyright owner authorisation for all

Bug#699892: pan: Incompatible license: GPLv2 binary linked against LGPLv3+ library

2013-02-06 Thread Dominique Dumont
Le mercredi 6 février 2013 13:39:16, vous avez écrit : pan links against libgnutls28, which is LGPLv3+. However pan itself is licensed GPLv2 (without a or later-clause)[1]. These two licenses are incompatible, the program is not distributable. I'm on it. I'm trying to get upstream to add the

Bug#692312: [Pkg-javascript-devel] Bug#692312: Bug#692312: nodejs package still out-of-date

2013-01-04 Thread Dominique Dumont
On Thursday 03 January 2013 22:55:32 Jonas Smedegaard wrote: Personally I find the currently packaged version of Nodejs quite usable, so it might help elaborating what more detailed renders is useless for you. On my side, I need nodejs 0.8 to work on Ares project [1], so I've compiled my

Bug#696631: libconfig-model-dpkg-perl: '+' is allowed in package names

2012-12-27 Thread Dominique Dumont
Le Wednesday 26 December 2012 23:45:24, Salvatore Bonaccorso a écrit : I have commited a tentative fix for this to our git repo, but would be good if Dominique Dumont can have a look at it before releasing. The patch is fine with me. Thanks for the help Dominique signature.asc Description

Bug#696526: ITP: libmojolicious-plugin-i18n-perl -- Internationalization Plugin for Mojolicious 3.x and higher

2012-12-22 Thread Dominique Dumont
Package: wnpp Owner: Dominique Dumont d...@debian.org Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libmojolicious-plugin-i18n-perl Version : 0.82 Upstream Author : Anatoly Sharifulin sharifu...@gmail.com * URL

Bug#696140: libconfig-model-perl: deprecation warnings for dpkg-copyright model when checking

2012-12-17 Thread Dominique Dumont
On Monday 17 December 2012 08:40:02 Salvatore Bonaccorso wrote: When checking e.g. cme check dpkg-copyright for libconfig-model-perl output shows some deprecation warnings: short_name parameter in Software::License-new is deprecated. Use Software::LicenseUtils::new_form_short_name at (eval

Bug#692849: libconfig-model-dpkg-perl: control: dependency check should recognize package defined in the control file itself

2012-12-14 Thread Dominique Dumont
Hello Sorry for the lare reply. I did not notice this bug report until today. Your request makes sense. I 'll fix this. All the best -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/ http://ddumont.wordpress.com/ -o- irc: dod at irc.debian.org -- To UNSUBSCRIBE,

Bug#656858: libimage-exiftool-perl: new upstream version available

2012-11-14 Thread Dominique Dumont
On Tuesday 13 November 2012 12:12:14 random.numb...@gmx.com wrote: libimage-exiftool-perl got its last update in July 2011. ... Mari's last reaction to this bug was five months ago. This package could be also maintained by Debian-perl team. Mari, do you have any objection if Debian-perl team

Bug#626180: Working fine now

2012-11-13 Thread Dominique Dumont
Hello I've resolved the certificate problem that plagued me. I can now confirm that network-manager + OpenVPN is working fine on Debian/sid *without* the work- around provided by Bdale. All the best -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/

Bug#692370: unblock: libconfig-model-approx-perl/1.005-1

2012-11-13 Thread Dominique Dumont
Le Saturday 10 November 2012 17:45:38, vous avez écrit : I gave it a try, and after a while I was bored and gave up. I'm sorry, but e.g. the move to Dist::Zilla was perhaps not the best thing to include in a package before asking for a freeze exception... Yes. In retrospect, that was a bad

Bug#692370: unblock: libconfig-model-approx-perl/1.005-1

2012-11-05 Thread Dominique Dumont
+++ libconfig-model-approx-perl-1.005/Build.PL 2012-11-02 13:53:15.0 +0100 @@ -1,4 +1,13 @@ -#Copyright (c) 2009-2011 Dominique Dumont. +# +# This file is part of Config-Model-Approx +# +# This software is Copyright (c) 2012 by Dominique Dumont. +# +# This is free software, licensed under

Bug#692305: libtest-simple-perl: superseded by perl, remove from wheezy?

2012-11-05 Thread Dominique Dumont
On Sunday 04 November 2012 21:28:54 Niko Tyni wrote: These 19 packages would need to be fixed to read perl (= xxx) | libtest-simple-perl (= yyy) before libtest-simple-perl could be removed from wheezy. I'm not sure this is worth the effort and will not pursue it myself, but cc'ing the

Bug#692131: libconfig-model-dpkg-perl: Add support for bug.control parameter

2012-11-02 Thread Dominique Dumont
Package: libconfig-model-dpkg-perl Version: 2.029 Severity: wishlist Dear Maintainer, As mentioned there: http://lists.debian.org/n1r-b34nwei...@safe-mail.net Dpkg offers the possibility to tweak reportbug bevahior on a package perl package basis to better suit maintainer's need. It would be

Bug#642199: pidgin-sipe: diff for NMU version 1.13.1-2.1

2012-10-30 Thread Dominique Dumont
+++ b/debian/changelog @@ -1,3 +1,10 @@ +pidgin-sipe (1.13.1-2.1) unstable; urgency=low + + * Non-maintainer upload. + * added patch to help putting workaround in place (Closes: #642199) + + -- Dominique Dumont d...@debian.org Mon, 29 Oct 2012 13:07:17 +0100 + pidgin-sipe (1.13.1-2) unstable

Bug#642199: Currently working with NSS_SSL_CBC_RANDOM_IV=0 workaround

2012-10-24 Thread Dominique Dumont
Le Sunday 21 October 2012 22:40:25, Jakub Adam a écrit : Some time ago I opened a ticket in Pidgin upstream proposing a solution for this bug[2], without any response yet. We will have to live with the workaround for now. Even if upstream adopts this patch, it can't be included in Wheezy.

Bug#575014: Working fine on my freebox

2012-10-24 Thread Dominique Dumont
Hello Note that network manager coonects without issue on my wifi from freebox V5 with WPA (TKIP + AES). François, could you tell us what's the status on your side ? All the best Dominique signature.asc Description: This is a digitally signed message part.

Bug#691338: libconfig-model-perl: Bad handling of default setting in CheckList breaks libconfig-model-openssh's demo

2012-10-24 Thread Dominique Dumont
Package: libconfig-model-perl Version: 2.021-3 Severity: normal Dear Maintainer, The new mechanism to check whether to write or not a config file is broken for checklist. When a default checklist is specified, config-model should write back the file. But this change is currently not detected.

Bug#642199: Currently working with NSS_SSL_CBC_RANDOM_IV=0 workaround

2012-10-20 Thread Dominique Dumont
Hello I often use pidgin-sipe at work. Version 1.13.1-2 is able to connect to Microsfot lync server provided the workaround mentioned in #681593 is used. Since a workaround is available, the 'grave' severity of this bug is not justified. I'll downgrade it to important unless someone objects

Bug#690451: ITP: libmongodbx-class-perl -- Flexible ORM for MongoDB databases

2012-10-14 Thread Dominique Dumont
Package: wnpp Owner: Dominique Dumont d...@debian.org Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libmongodbx-class-perl Version : 1.0 Upstream Author : Ido Perlmuter i...@ido50.net * URL : http

Bug#624321: may be solved ?

2012-10-13 Thread Dominique Dumont
Hello Sorry for the delayed reply. I was pretty sure that I had followed up on that bug. I was wrong, I just did the coding part. Anyway, back in May 2011, I have implemented some support in Dpkg model for XS-Python-Version and X-Python-Version parameters. [1] X-Python-Version value is

Bug#689959: ITP: libpithub-perl -- Github v3 API

2012-10-08 Thread Dominique Dumont
Package: wnpp Owner: Dominique Dumont d...@debian.org Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libpithub-perl Version : 0.1016 Upstream Author : Johannes Plunien p...@cpan.org * URL : http

Bug#689909: NEWS.Debian could be refreshed

2012-10-08 Thread Dominique Dumont
Le Sunday 7 October 2012 17:26:35, vous avez écrit : Now that libconfig-model-perl (and libconfig-model-dpkg-perl) landed in unstable, the last paragraph of NEWS.Debian could be removed: libconfig-model-dpkg-perl is currently in the NEW queue and will land in experimental. You're right.

Bug#689958: Missing dependency on libpath-class-perl

2012-10-08 Thread Dominique Dumont
Le Monday 8 October 2012 14:08:09, vous avez écrit : I could not start cme until I installed libpath-class-perl: $ cme Can't locate Path/Class.pm in @INC (@INC contains: /etc/perl Ack. That was the main risk of splitting the package: a depencdency cleanup that goes too far ... I'll re-upload

Bug#689711: ITP: libarray-iterator-perl -- simple class to provide iterators over Perl arrays

2012-10-05 Thread Dominique Dumont
Package: wnpp Owner: Dominique Dumont d...@debian.org Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libarray-iterator-perl Version : 0.8 Upstream Author : Steven Haryanto stevenharya...@gmail.com * URL

Bug#689241: ITP: libconfig-model-dpkg-perl -- editor for Dpkg source files with validation

2012-09-30 Thread Dominique Dumont
Package: wnpp Owner: Dominique Dumont d...@debian.org Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libconfig-model-dpkg-perl Version : 2.026 Upstream Author : Dominique Dumont dod at debian.org * URL

Bug#593134: (unreleased) libprophet-perl: GPL in debian/copyright

2012-09-29 Thread Dominique Dumont
Le Saturday 29 September 2012 09:42:24, Ivan Shmakov a écrit : The files are as follows (along with the debian/copyright info, and the respective Web pages, as found with a quick Web search.) share/web/static/jquery/js/hoverIntent.js Copyright: 2007, Brian Cherne

Bug#626180: Cannot reproduce

2012-09-28 Thread Dominique Dumont
Hello I'm in a situation similar to Bdale (albeit in May...). I'd like to use NetworkManager to setup openvpn with my company's network. Thing is, I cannot reproduce Bdale's issue: when setting up VPN, I can see the popup window asking me for a password after I ask for a new VPN connection

Bug#687238: missing libncursesw5-dev or equivalent in sources, error : cannot find -lncursesw in path

2012-09-20 Thread Dominique Dumont
On Friday 14 September 2012 14:27:25 PICCORO McKAY Lenz wrote: ¬_¬uup.. ok gimme a few hours You had a few days. Any update on this problem ? Or should I close this bug ? All the best -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/

Bug#688097: libconfig-model-tkui-perl: Highlight of customized values (the green arrow) is wrong when upstream_default value is set

2012-09-19 Thread Dominique Dumont
Package: libconfig-model-tkui-perl Version: 1.337-1 Severity: normal Tags: upstream Dear Maintainer, The Tk tree list view has a problem. For instance, when you run 'cme edit ssh', you will see a lot of green arrow indicating values customized by the user even though there's no matching value in

Bug#688121: unblock: libconfig-model-tkui-perl/1.337-2

2012-09-19 Thread Dominique Dumont
(1.337-2) unstable; urgency=low + + * added upstream patch to fix green arrow display (Closes: #688097) + + -- Dominique Dumont d...@debian.org Wed, 19 Sep 2012 14:14:17 +0200 + libconfig-model-tkui-perl (1.337-1) unstable; urgency=low * Imported Upstream version 1.337: diff -Nru libconfig

Bug#687828: ITP: pmuninstall -- script to uninstall modules installed from CPAN

2012-09-17 Thread Dominique Dumont
On Sunday 16 September 2012 13:59:47 Alessandro Ghedini wrote: pmuninstall is a fast module uninstaller. It reads installed files lists from *.packlist files (generated when installing modules using e.g. cpanminus) and deletes them. Using pmuninstall on a package installed with a debian

Bug#687828: ITP: pmuninstall -- script to uninstall modules installed from CPAN

2012-09-17 Thread Dominique Dumont
On Monday 17 September 2012 10:01:06 you wrote: I think pmuninstall should be patched to have a consistent behavior when used to remove file installed by dpkg. IMO it must not delete files installed by dpkg, It can't as .packlist files are not delivered in debian packages. and I think

Bug#687238: missing libncursesw5-dev or equivalent in sources, error : cannot find -lncursesw in path

2012-09-14 Thread Dominique Dumont
On Thursday 13 September 2012 15:02:23 PICCORO McKAY Lenz wrote: how i can configure dpkg/builpackage for a full debuild log? Err, the full build log shows up on STDOUT. Just capture that. All the best -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/

Bug#687238: missing libncursesw5-dev or equivalent in sources, error : cannot find -lncursesw in path

2012-09-13 Thread Dominique Dumont
On Tuesday 11 September 2012 21:19:04 PICCORO McKAY Lenz wrote: of course.. i have two virtual machines that purge/reinstall in every build of a delicate or very important package.. I can't reproduce the problem. libsdl1.2_1.2.14-6.1 builds fine in a clean squeeze chroot. sdl its a very

Bug#687238: missing libncursesw5-dev or equivalent in sources, error : cannot find -lncursesw in path

2012-09-11 Thread Dominique Dumont
Le Tuesday 11 September 2012 06:40:22, PICCORO McKAY Lenz a écrit : Package: libsdl1.2debian-all Version: 1.2.14-6.1 Severity: serious Justification: package uninstallable the build of package faild due missing build-depend on libncursesw, in this error: error : cannot find -lncursesw

Bug#686831: git-import-orig: does not forward --debian-branch option to git-dch

2012-09-06 Thread Dominique Dumont
Package: git-buildpackage Version: 0.6.0~git20120822 Severity: normal Dear Maintainer, I've been working on a branch named experimental. In this branch. importing a new upstream version (with --debian-branch=experimental) fails with a git-dch error. git-dch complains that --debian-branch option

Bug#686750: libmojolicious-perl: Websocket _xor_mask clobbers $_

2012-09-05 Thread Dominique Dumont
Package: libmojolicious-perl Version: 2.98+dfsg-1 Severity: important Tags: upstream patch Dear Maintainer, WHen calling send on a webcsocket with masked mode on, the function _xor_mask overwrites $_ (without a local statement). This works fine most of the time, but fail if $_ is an alias to a

Bug#686780: unblock: libmojolicious-perl/2.98+dfsg-2

2012-09-05 Thread Dominique Dumont
+ + [ gregor herrmann ] + * debian/control: update {versioned,alternative} (build) dependencies. + + [ Dominique Dumont ] + * patch to avoid clobbering $_ (Closes: #686750) + * control: added dod to uploaders + + -- Dominique Dumont d...@debian.org Wed, 05 Sep 2012 17:45:00 +0200 + libmojolicious-perl

Bug#684208: libconfig-model-perl: do not remove versioned depends on essential packages

2012-08-29 Thread Dominique Dumont
Le Thursday 16 August 2012 00:01:58, gregor herrmann a écrit : Another possibility is to go forward with the cleanup logic: completely remove a dependency on an essential package if the required version is found on all supported version. Ack, in general that seems like the correct

Bug#685517: ITP: libdbix-class-uuidcolumns-perl -- Implicit uuid columns

2012-08-21 Thread Dominique Dumont
Package: wnpp Owner: Dominique Dumont d...@debian.org Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libdbix-class-uuidcolumns-perl Version : 0.02006 Upstream Author : Chia-liang Kao cl...@clkao.org * URL

Bug#685518: ITP: libdbix-class-inflatecolumn-fs-perl -- Inflate/deflate columns to Path::Class::File objects

2012-08-21 Thread Dominique Dumont
Package: wnpp Owner: Dominique Dumont d...@debian.org Severity: wishlist X-Debbugs-CC: debian-de...@lists.debian.org,debian-p...@lists.debian.org * Package name: libdbix-class-inflatecolumn-fs-perl Version : 0.01007 Upstream Author : semifor: Marc Mims m...@questright.com * URL

Bug#684208: libconfig-model-perl: do not remove versioned depends on essential packages

2012-08-15 Thread Dominique Dumont
Le Tuesday 7 August 2012 22:03:09, Alessandro Ghedini a écrit : when running cme fix dpkg-control, the versioned (Pre-|Build-)Depends on essential packages (e.g. dpkg) gets replaced by non-versioned depends which in turn causes the depends-on-build-essential-package-without-using-version

Bug#682730: cme: reduces libclass-isa-perl | perl ( 5.10.1-13) to perl

2012-08-12 Thread Dominique Dumont
Le Wednesday 25 July 2012 08:59:14, Salvatore Bonaccorso a écrit : libclass-isa-perl | perl ( 5.10.1-13) get's reduced to perl. But libclass-isa-perl is not real-dual lived module: [...] Previously Class::ISA was in Perl core: Class::ISA was first released with perl v5.7.3 and removed

Bug#681479: unblock: libconfig-model-perl/2.021-3

2012-07-13 Thread Dominique Dumont
-changes) add the relevant test cases. + + -- Dominique Dumont d...@debian.org Fri, 13 Jul 2012 14:22:05 +0200 + libconfig-model-perl (2.021-2) unstable; urgency=low * added a patch to fix a race condition between async calls to rmadison diff -Nru libconfig-model-perl-2.021/debian/patches/fix

Bug#681353: libconfig-model-perl: Data is not saved when changing hash or list order

2012-07-12 Thread Dominique Dumont
Package: libconfig-model-perl Version: 2.021-2 Severity: important Dear Maintainer, When : - changing hash key name - changing hash key order (for ordered hash) - moving items in list data are not seen as changed and are not saved in the configuration file. For instance, if you run cme edit

Bug#681072: unblock: libconfig-model-backend-augeas-perl/0.112-1

2012-07-10 Thread Dominique Dumont
-augeas-perl-0.112/ChangeLog --- libconfig-model-backend-augeas-perl-0.111/ChangeLog 2012-05-24 14:03:08.0 +0200 +++ libconfig-model-backend-augeas-perl-0.112/ChangeLog 2012-07-09 11:51:07.0 +0200 @@ -1,3 +1,9 @@ +2012-07-09 Dominique Dumont domi.dum...@free.fr v0.112 + +* tests

Bug#680821: libconfig-model-backend-augeas-perl: FTBFS: tests failed

2012-07-09 Thread Dominique Dumont
On Sunday 08 July 2012 19:10:01 Lucas Nussbaum wrote: During a rebuild of all packages in sid, your package failed to build on amd64. confirmed. I'll check what's going on. All the best -- https://github.com/dod38fr/config-model/ -o- http://search.cpan.org/~ddumont/

<    4   5   6   7   8   9   10   11   12   >