Bug#291356: gnustep-back: Log message not precise enought

2005-01-20 Thread Vincent Danjean
quot;); It would be VERY useful if a reference to gnustep-back would be added in these messages (or an email) Best, Vincent Danjean -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: ia64 Kernel:

Bug#291363: gnustep-back: Unrecognized color masks on ia64

2005-01-20 Thread Vincent Danjean
Package: gnustep-back Version: 0.9.4-2 Severity: important gnustep-back does not seems to work on ia64 due to its color model. When I launch the gnustep application 'Paje' (http://dept-info.labri.fr/~danjean/deb.html#paje.app), I get to following messages : 2005-01-20 11:25:52.000 Paje[19049] Unr

Bug#292154: NPTL: pthread_create has a race condition

2005-01-25 Thread Vincent Danjean
Package: libc6 Version: 2.3.2.ds1-20 Severity: normal NPTL as included in debian has a race condition with pthread_create and pthread_exit. The program in attachment exposes the race : the main thread exits with pthread_exit and the whole program exits whereas there is yet another thread. Pleas

Bug#341375: commit-tool: git-diff-cache -z -M --cached HEAD: /bin/sh: git-diff-cache: command not found

2005-11-30 Thread Vincent Danjean
Frederic-Emmanuel PICCA wrote: It seems that the new git-core do not include a git-diff-cache command. I do not use git/cogito (only mercurial). Can you try the new package on my web page and tell me if it solves your problem ? http://dept-info.labri.fr/~danjean/deb.html#commit-tool Best r

Bug#339823: tailor: AttributeError: '_Branch' object has no attribute 'remove'

2005-12-01 Thread Vincent Danjean
James Troup wrote: While trying to convert the dak cvs tree to bzr, I got the following error. It's reproducible on demand, and I'm happy to provide my config and a tar ball of the CVS tree (please don't try and import it from cvs.d.o), if the traceback doesn't contain enough info. Can you tel

Bug#313596: cogito cannot add dangling symlinks whereas git can

2005-12-07 Thread Vincent Danjean
Gerrit Pape wrote: On Tue, Jun 14, 2005 at 03:44:32PM +0200, Vincent Danjean wrote: cg-add test for the presence of the file to add with : find "$@" -type f -print0 ... This does not work is the file is a dangling symlink. Please, change this line with : find "$@" -type

Bug#343824: mercurial: please include mq

2005-12-19 Thread Vincent Danjean
Faheem Mitha wrote: Please consider including the Mercurial Queues extension in the Debian Mercurial package I know about the mq extension. However, I am not willing to include it in Debian while it needs modification of the core code of mercurial. It seems that the mq maintainer and mercurial

Bug#337619: ipw2200-source: Workaround for compilation

2005-11-11 Thread Vincent Danjean
Package: ipw2200-source Version: 1.0.8-1 Followup-For: Bug #337619 Hi, I suffer from the same bug. However, I succeed in compiling the module with the following commands : $ cd /usr/src/modules/ieee80211/ $ fakeroot debian/rules binary-modules \ KSRC=/usr/src/kernel-headers-$VERSIO

Bug#343312: bash: Regexp for ssh not quite satisfaisant

2006-01-11 Thread Vincent Danjean
Package: bash Version: 3.1-2 Followup-For: Bug #343312 The regexp to find hostname for ssh has been corrected. Now, there is not runtime error, but it still not quite good : [EMAIL PROTECTED]:~$ sed -ne "s/^[Hh][Oo][Ss][Tt][\"$'\t '\"]*\([^*?]*\)$/\1/p" .ssh/config bugs name daffy.X.XXX mim

Bug#336646: mercurial: Correction to bug report

2005-11-01 Thread Vincent Danjean
Can you try the mercurial package here : http://dept-info.labri.fr/~danjean/deb.html#mercurial and tell me if it works ? I think I backported the fix, but I would be sure it works correctly before I ask my sponsor to upload the package in the debian archive (I am not very familiar with python)

Bug#337513: slib not installable

2005-11-04 Thread Vincent Danjean
Package: slib Version: 3a2-1 Severity: grave Justification: renders package unusable I cannot install slib. I do not know anything about guile. I think I have the slib due to dependencies. Trying to install the last version (3a2-1) fails. I added 'set -x' in the postinst file, so I get : [EMAIL P

Bug#340095: commit-tool: does not work with utf-8 characters in message

2005-11-25 Thread Vincent Danjean
Nicolas Évrard wrote: When using an accented charachter in a log message I had this error message: Traceback (most recent call last): File "main.py", line 317, in commit UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 63: ordinal not in range(128) I would have

Bug#313491: mercurial_0.5b+20050612-1: FTBFS: syntax error at /usr/bin/dh_strip line 191, near "if"

2005-06-14 Thread Vincent Danjean
On Tue, Jun 14, 2005 at 11:27:30AM +1000, Anibal Monsalve Salazar wrote: > There was an error while trying to autobuild your package: > > Automatic build of mercurial_0.5b+20050612-1 on debian01 by sbuild/s390 27 > Build started at 20050613-2330 > [...] > dh_python -pmercurial > if test ""; then

Bug#313596: cogito cannot add dangling symlinks whereas git can

2005-06-14 Thread Vincent Danjean
Package: cogito Version: 0.11.3+20050610-1 Severity: normal Tags: patch cg-add test for the presence of the file to add with : find "$@" -type f -print0 ... This does not work is the file is a dangling symlink. Please, change this line with : find "$@" -type f -o -type l -print0 ... or something s

Bug#313596: cogito cannot add dangling symlinks whereas git can

2005-06-14 Thread Vincent Danjean
On Tue, Jun 14, 2005 at 03:44:32PM +0200, Vincent Danjean wrote: > cg-add test for the presence of the file to add with : > find "$@" -type f -print0 ... > This does not work is the file is a dangling symlink. Please, change > this line with : > find "$@"

Bug#308873: ITP: mercurial -- scalable distributed SCM

2005-06-01 Thread Vincent Danjean
On Wed, Jun 01, 2005 at 09:04:18AM +1000, Anibal Monsalve Salazar wrote: > On Thu, May 12, 2005 at 11:36:40PM +0200, Vincent Danjean wrote: > > > > As the interface can still change a lot (it new software), I will not > >write the missing man page immediately (so it wi

Bug#304768: paje.app: JavaTest.trace exmaple is not working

2005-04-20 Thread Vincent Danjean
On Fri, Apr 15, 2005 at 01:27:23PM +0200, matthieu castet wrote: > when I try to display the example trace file include in Paje source > archive, the result is wrong with debian package. See paje_debian.png > and paje_fedora.png. > > Even if I compiled Paje from source the result is wrong. I suspe

Bug#304768: paje.app: JavaTest.trace exmaple is not working

2005-04-21 Thread Vincent Danjean
On Thu, Apr 21, 2005 at 09:39:47AM +0200, [EMAIL PROTECTED] wrote: > > Hi, > > On Thu, Apr 21, 2005 at 12:06:50AM +0200, Vincent Danjean wrote: > > I get the same display as you when I load the trace file on Debian. > > However, reducing the 'Zoom' (clicking

Bug#304768: paje.app: JavaTest.trace exmaple is not working

2005-04-21 Thread Vincent Danjean
On Thu, Apr 21, 2005 at 10:26:12AM -0300, Benhur Stein wrote: > By looking at the attached screenshot, it seems that it is a problem with the > locale setting (all times are 0 or 1, the are nothing in between). Can you > please see if the following line exist? > > General/DataScanner.m:39:

Bug#304602: ITP: git-pasky or cogito -- a SCM for linux kernel

2005-04-24 Thread Vincent Danjean
Hi, > I'm using git regularly now, are you going to do the packaging? Me too. And as I do not find any link in this ITP to a preliminary debian package, I quickly did one. It can be found here : http://dept-info.labri.fr/~danjean/deb.html#cogito But notice that it is a quick-done package (no

Bug#306195: libwxgtk2.4-python: install failed

2005-04-26 Thread Vincent Danjean
Hi Ron, Why did you close this bug ? I have the same problem and I do not find anything in the bug report explaining how this bug has been solved. Please, reopen this bug, or at least explain why you close it (perhaps the fix is in new package not yet uploaded, but then you should have wait

Bug#308873: ITP: mercurial -- scalable distributed SCM

2005-05-12 Thread Vincent Danjean
Package: wnpp Severity: wishlist Owner: Vincent Danjean <[EMAIL PROTECTED]> * Package name: mercurial Version : 0.4e Upstream Author : Matt Mackall <[EMAIL PROTECTED]> * URL : http://selenic.com/mercurial * License : GPL Description : scalable

Bug#308873: ITP: mercurial -- scalable distributed SCM

2005-05-12 Thread Vincent Danjean
On Thu, May 12, 2005 at 06:33:31PM -0400, Kyle McMartin wrote: > On Thu, May 12, 2005 at 11:36:40PM +0200, Vincent Danjean wrote: > > Mercurial is a very efficient distributed SCM. It is very similar to git > > (the SCM used by Linus for the kernel), but does not take so many pl

Bug#308873: ITP: mercurial -- scalable distributed SCM

2005-05-13 Thread Vincent Danjean
On Fri, May 13, 2005 at 11:02:50AM +0200, Bas Zoetekouw wrote: > > * License : GPL > > Description : scalable distributed SCM > > > > Mercurial is a very efficient distributed SCM. It is very similar to git > > (the SCM used by Linus for the kernel), but does not take so many place >

Bug#308873: ITP: mercurial -- scalable distributed SCM

2005-05-13 Thread Vincent Danjean
On Fri, May 13, 2005 at 10:50:07AM -0400, Jay Berkenbilt wrote: > > Vincent Danjean <[EMAIL PROTECTED]> wrote: > > I'm making some English corrections. :-) Thanks. I use it in the new package (version 0.4f) Vincent -- To UNSUBSCRIBE, email to [EMAIL PROTE

Bug#314577: mercurial: Please spell out the abbreviation in the synopsis

2005-06-18 Thread Vincent Danjean
> The current short description for mercurial says "scalable distributed > SCM". However, when you first see that, I would assume that most > people will wonder about what the is a "SCM"? From the longer > description, I learned this abbreviation stands for "Source Control > Management". Although,

Bug#315752: ITP: tailor -- Tool to keep in sync various kinds of repository (CVS, SVN, ...)

2005-06-25 Thread Vincent Danjean
Package: wnpp Severity: wishlist Owner: Vincent Danjean <[EMAIL PROTECTED]> * Package name: tailor Version : 0.0.1 (upstream does not make version for now)1 Upstream Author : Lele Gaifax <[EMAIL PROTECTED]> * URL : http://www.darcs.net/DarcsWiki/Tail

Bug#316347: mercurial: Please Recommands: meld

2005-06-30 Thread Vincent Danjean
On Thu, Jun 30, 2005 at 06:23:41PM +0800, Bug Filler wrote: > Package: mercurial > Severity: wishlist > > meld is also a merge program which can be used by mercurial. And meld is > written in Python too (with python-gtk2): I did not know this program. I will add it as a suggest and not a recomman

Bug#318119: mercurial: Please reduce dependence upon newer cdbs (easier backporting)

2005-07-18 Thread Vincent Danjean
On Wed, Jul 13, 2005 at 10:44:17AM -0500, Chad Walstrom wrote: > There is very little reason to use the cdbs patchsys-quilt.mk file. > simple-patchsys works just fine for what you need it to do. Switching > to a simpler tool will allow you to reduce the version dependency to > something obtainable

Bug#315752: ITP: tailor [...]

2005-07-18 Thread Vincent Danjean
On Sun, Jul 17, 2005 at 03:52:51PM +0200, Joost van Baal wrote: > Hi, > > I see you've published your tailor package on > http://dept-info.labri.fr/~danjean/deb.html#tailor . Care to upload it > and get the ITP-bug closed? I am waiting for the upstream author to make a release (a source tarball

Bug#318119: mercurial: Please reduce dependence upon newer cdbs (easier backporting)

2005-07-19 Thread Vincent Danjean
On Mon, Jul 18, 2005 at 12:04:46PM -0500, Chad Walstrom wrote: > In any case, it was a wishlist request and nothing more. This is why I let the bug opened for now. So, if I find the motivation and the time to make the changes you suggest, I will close it. > (It looks like mercurial has just gott

Bug#319157: add support to sign Release files

2005-07-20 Thread Vincent Danjean
Package: reprepro Version: 0.3-2 Severity: wishlist It would be great if reprepro offers a way to sign the Release file each time it modifies it. Perhaps it would be possible to add an option --release-sign that launch '$REPREPRO_GPG dir_to_file/Release' each time that it is needed. Best regard

Bug#319157: add support to sign Release files

2005-07-20 Thread Vincent Danjean
On Wed, Jul 20, 2005 at 11:47:46AM +0200, Bernhard R. Link wrote: > * Vincent Danjean <[EMAIL PROTECTED]> [050720 11:37]: > > It would be great if reprepro offers a way to sign the Release file each > > time it modifies it. Perhaps it would be possible to add an option &g

Bug#315752: ITP: tailor [...]

2005-07-27 Thread Vincent Danjean
On Sun, Jul 17, 2005 at 09:06:17PM +0200, Lele Gaifax wrote: > >>>>> "Vincent" == Vincent Danjean <[EMAIL PROTECTED]> writes: > > Vincent> I put him in Cc of this mail in case he forgot ;-) > > Good point! :-) > > Done, tagged

Bug#334765: debhelper: Typo/bug in the french manpage

2005-10-19 Thread Vincent Danjean
Package: debhelper Version: 4.9.13 Severity: minor In the original manpage (en), there is : "libfoo-bin links against libfoo1, and should depend on it" In the french traduction, there is : "libtoto1 est lié à libtoto-bin et doit donc en dépendre" [As this bug report is about french wording, I wi

Bug#324454: ITP: commit-tool -- GUI commit tool for various Source Control Managment

2005-08-22 Thread Vincent Danjean
Package: wnpp Severity: wishlist Owner: Vincent Danjean <[EMAIL PROTECTED]> * Package name: commit-tool Version : 0.2 Upstream Author : Fredrik Kuivinen <[EMAIL PROTECTED]> * URL : http://www.cyd.liu.se/users/~freku045/gct/ * License : GPL

Bug#324049: Add support for options -h and --help

2005-08-26 Thread Vincent Danjean
Selon Thomas Arendsen Hein <[EMAIL PROTECTED]>: > * Jari Aalto <[EMAIL PROTECTED]> [20050820 03:12]: > > Suggestion > > > > It makes no sense to learn each and every program's wasy to > > display the help page. It is common for programs to have > options > > -h and --help to print the

Bug#329148: bash: sudo completion does not protect empty arguments

2005-09-19 Thread Vincent Danjean
Package: bash Version: 3.0-16 Severity: normal In /etc/bash_completion, _root_command and _command do not protect themself against empty argument, so arguments can be shifted if, for example, the second is empty and not the third. To see the problem, one can install the mercurial package. The

Bug#329751: cups-pdf: New upstream version. Please package

2005-09-23 Thread Vincent Danjean
Package: cups-pdf Version: 1.7.3-4 Severity: normal Upstream has released the 2.0beta1 version. I know it is still a beta version, however I would be pleased if you package it quickly because it would allow admin to set up the output directory to something else than $HOME. I see bug #317149 and I

Bug#330198: commit-tool: Description improvement

2005-09-26 Thread Vincent Danjean
Thank you for your help. The description will be updated in my next uploaded package. Best, Vincent Martin Schulze wrote: Package: commit-tool Version: current Severity: minor - Description: GUI commit tool for various Source Control Managment systems + Description: GUI commit tool for

Bug#330136: tailor: experiencing failure with cvs

2005-09-26 Thread Vincent Danjean
You need to specify the encoding you are using. Please, try something as tailor -D -v --source-kind cvs --target-kind hg --repository :pserver:[EMAIL PROTECTED]:/cvs/dak --module dak -r INITIAL --subdir dak --encoding ascii (or --encoding utf-8) It works for me. Please, tell me if this is o

Bug#330136: tailor: experiencing failure with cvs

2005-09-27 Thread Vincent Danjean
Frederic Lehobey wrote: The man page says --encoding=CHARSET Force the output encoding to given CHARSET, rather then using the user's default settings specified in the environment. I am using utf-8 so maybe tailor is not able for some reason to recognize it

Bug#321912: Paje cannot start without resolving the symbol

2005-08-08 Thread Vincent Danjean
On Mon, Aug 08, 2005 at 03:45:14PM +0900, GOTO Masanori wrote: > Package: paje.app > Version: 1.3.2-4 > Severity: important > > When I invoked to start Paje, I got an error. It seems this > application is not usable entirely. > > Warning - GNUSTEP_SYSTEM_ROOT is not set - using /usr/lib/GN

Bug#321928: tailor: Conflicts with package cvsync

2005-08-09 Thread Vincent Danjean
On Mon, Aug 08, 2005 at 10:23:05AM +0200, Erik Schnetter wrote: > Package: tailor > Version: 0.8-2 > Severity: normal > > > Both the packages "tailor" and "cvsync" want to install a file > "/usr/bin/tailor": > > Unpacking tailor (from .../archives/tailor_0.8-2_all.deb) ... > dpkg: error processi

Bug#390805: monotone support broken

2006-12-26 Thread Vincent Danjean
Hi Brian, Can you try if the 0.9.27 version of tailor fixes the bug you reported ? If you do not use the unstable distribution, you can download the package in my repository[1] and install it with : dpkg -i tailor_0.9.3-1_i386.deb (the package should be fine for the testing distribution too)

Bug#382252: (no subject)

2007-01-02 Thread Vincent Danjean
Wouter Cloetens a écrit : > It no longer works under python2.3 for me now, so I've been forced to do > some problem determination. python-support removed automatic support for python 2.4. I can re-enable support for python 2.3 in my package, but some hg extensions need python 2.4, so I'm not sure

Bug#382252: (no subject)

2007-01-02 Thread Vincent Danjean
Wouter Cloetens a écrit : > On Tue, Jan 02, 2007 at 03:29:17PM +0100, Vincent Danjean wrote: >> Can you tell me the results of the following commands : Ok, can you try also : > echo 'import sys; print sys.path; from mercurial import bdiff' | python2.4 > ls -l /var/lib

Bug#382252: Python PATH problem

2007-01-03 Thread Vincent Danjean
Hi, I'm the maintainer of mercurial. At least one of the users has a problem with loading python modules. Can someone look at bug #382252 ? In short, echo 'import sys; print sys.path; from mercurial import bdiff' | python2.4 works on my system, but not on its one. Both have '/var/lib/pyth

Bug#382252: Python PATH problem

2007-01-03 Thread Vincent Danjean
Josselin Mouette a écrit : > mdiff.py does "import bdiff" which looks for bdiff.so in the same > directory. On your system, mdiff.py is is > in /var/lib/python-support/python2.4/mercurial/ which is the correct > place for packages handled by python-support, while on the user's system > it is in /us

Bug#382252: Python PATH problem

2007-01-03 Thread Vincent Danjean
Wouter Cloetens a écrit : > On Wed, Jan 03, 2007 at 01:04:37PM +0100, Pierre Habouzit wrote: >> To Wouter: to resolve your problem, just rm -rf >> /usr/lib/python*/site-packages/mercurial. You can do that safely, >> that'll solve your problem. > > Success! Many thanks! You need to remove /usr/lib

Bug#382252: Python PATH problem

2007-01-03 Thread Vincent Danjean
Steve Langasek a écrit : > On Wed, Jan 03, 2007 at 01:04:37PM +0100, Pierre Habouzit wrote: >> he does not needs to, having run hg as root is enough to produce the >> *.pyc if your package (even against the previous policy) did not managed >> them. > > Um, isn't this only the case if the user wa

Bug#406964: ITP: ocsinventory-agent -- Hardware and software inventory tool (client)

2007-01-15 Thread Vincent Danjean
Pierre Chifflier a écrit : > Package: wnpp > Severity: wishlist > Owner: Pierre Chifflier <[EMAIL PROTECTED]> > > * Package name: ocsinventory-agent > Version : 1.0~rc3 > Upstream Author : Pascal DANEK 2005 > * URL : http://ocsinventory.sourceforge.net/index.php > * Lic

Bug#406964: ITP: ocsinventory-agent -- Hardware and software inventory tool (client)

2007-01-15 Thread Vincent Danjean
Pierre Chifflier a écrit : > (it uses a PKI, or a self signed certificate). This is new since the time I looked at it. > If you are still interested in the packaging, I would see no problem > in co-maintaining the packages (I plan to package the server as soon > as the client packages are ready).

Bug#263830: Status of idzebra

2007-01-16 Thread Vincent Danjean
Hi, I would like to help packaging Koha 3.0 (ITP 389876). This will require idzebra (your ITP). I would like to know where you are. Do you contact the upstream developer (as he includes debian packages on its website) ? Are you still interested in packaging this software ? As I am DD (for

Bug#408058: ITP: libbusiness-isbn-perl -- Perl library to work with International Standard Book Numbers

2007-01-23 Thread Vincent Danjean
Package: wnpp Severity: wishlist Owner: Vincent Danjean <[EMAIL PROTECTED]> * Package name: libbusiness-isbn-perl Version : 1.84 Upstream Author : brian d foy, <[EMAIL PROTECTED]> * URL : CPAN * License : Same as perl Programming Lang: Perl

Bug#408059: ITP: libbarcode-code128-perl -- Perl library to generate CODE 128 bar codes

2007-01-23 Thread Vincent Danjean
Package: wnpp Severity: wishlist Owner: Vincent Danjean <[EMAIL PROTECTED]> * Package name: libbarcode-code128-perl Version : 2.00 Upstream Author : William R. Ward <[EMAIL PROTECTED]> * URL : CPAN (http://www.cpan.org/) * License : Same as perl

Bug#408060: ITP: libbusiness-isbn-data-perl -- data pack for Business::ISBN

2007-01-23 Thread Vincent Danjean
Package: wnpp Severity: wishlist Owner: Vincent Danjean <[EMAIL PROTECTED]> * Package name: libbusiness-isbn-data-perl Version : 1.13 Upstream Author : brian d foy, <[EMAIL PROTECTED]> * URL : CPAN * License : Same as perl Programming Lang: perl

Bug#408061: ITP: libmarc-lint-perl -- Perl extension for checking validity of MARC records

2007-01-23 Thread Vincent Danjean
Package: wnpp Severity: wishlist Owner: Vincent Danjean <[EMAIL PROTECTED]> * Package name: libmarc-lint-perl Version : 1.42 Upstream Author : Bryan Baldus <[EMAIL PROTECTED]> * URL : CPAN * License : Same as perl Programming Lang: perl

Bug#408062: ITP: libmarc-xml-perl -- Work with MARC data encoded as XML

2007-01-23 Thread Vincent Danjean
Package: wnpp Severity: wishlist Owner: Vincent Danjean <[EMAIL PROTECTED]> * Package name: libmarc-xml-perl Version : 0.83 Upstream Author : Ed Summers * URL : CPAN * License : Same as perl itself Programming Lang: perl Description : Work wit

Bug#408064: ITP: libpdf-reuse-perl -- Reuse and mass produce PDF documents

2007-01-23 Thread Vincent Danjean
Package: wnpp Severity: wishlist Owner: Vincent Danjean <[EMAIL PROTECTED]> * Package name: libpdf-reuse-perl Version : 0.33 Upstream Author : Lars Lundberg <[EMAIL PROTECTED]> * URL : CPAN * License : Same as perl Programming Lang: Perl

Bug#408063: ITP: libpdf-reuse-barcode-perl -- Create barcodes for PDF documents with PDF::Reuse

2007-01-23 Thread Vincent Danjean
Package: wnpp Severity: wishlist Owner: Vincent Danjean <[EMAIL PROTECTED]> * Package name: libpdf-reuse-barcode-perl Version : 0.05 Upstream Author : Lars Lundberg <[EMAIL PROTECTED]> * URL : CPAN * License : Same as perl Programming Lang: Perl

Bug#367007: NMU of yaz

2007-01-24 Thread Vincent Danjean
Hi, I just upload a NMU for the yaz package (2.1.48 now ;-) ) for experimental. As there is a new binary package (yaz-ziffy), it has to go through the NEW queue... The package is also available in my repository. See : http://www-id.imag.fr/Laboratoire/Membres/Danjean_Vincent/deb.html Bes

Bug#359265: NMU of yaz

2007-01-25 Thread Vincent Danjean
gregor herrmann a écrit : > On Wed, 24 Jan 2007 09:24:51 +0100, Vincent Danjean wrote: > > [cc'ing debian-perl] > >> I just upload a NMU for the yaz package (2.1.48 now ;-) ) >> for experimental. > > Cool! > > What are your further plans? Upload t

Bug#403053: ITP: qct -- GUI commit tool for mercurial

2006-12-14 Thread Vincent Danjean
Package: wnpp Severity: wishlist Owner: Vincent Danjean <[EMAIL PROTECTED]> * Package name: qct Version : Not yet released Upstream Author : Steve Borho <[EMAIL PROTECTED]> * URL : http://hg.borho.org/qct/ * License : GPL Programming Lang: Python

Bug#402023: recode should depends on flex-old (if really needed)

2006-12-07 Thread Vincent Danjean
Package: recode Version: 3.6-12.1 Severity: normal recode build-depends on flex, but Makefile.in included in the package (and not regenerated) does use the syntaxe of flex from the flex-old package. Please, either : - remove any flex dependencies (flex is not used to build the debian package) -

Bug#402031: recode: Support BibTeX charset

2006-12-07 Thread Vincent Danjean
--- /dev/null 1970-01-01 00:00:00.0 + +++ recode/recode-3.6/src/lat1btex.c2006-12-07 15:52:55.0 +0100 @@ -0,0 +1,180 @@ +/* Conversion of files between different charsets and surfaces. + Copyright © 2006 Free Software Foundation, Inc. + Contribute

Bug#406179: logcheck-database: deamon name for openvpn is openvpn and not ovpn-...

2007-01-09 Thread Vincent Danjean
Package: logcheck-database Severity: normal Tags: patch The current rules for openvpn in ignore.d.server/openvpn use something as: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ovpn-[._[:alnum:]-]\[[0-9]+\]: ... whereas I have in my syslog file : Jan 9 06:50:34 atsina openvpn[26524]: ... I suggest to chan

Bug#406179: closed by martin f krafft <[EMAIL PROTECTED]> (not the case)

2007-01-10 Thread Vincent Danjean
reopen #406179 thank martin f krafft wrote: > openvpn renames itself for each configuration you start. there is no > default. thus this is no bug. In this case, the regexp in the logcheck rules should be permissive enough. In fact, I just see that openvpn logs its messages with 'ovpn-server' on m

Bug#406597: reprepro: add support fix distribution aliases in conf file

2007-01-12 Thread Vincent Danjean
Package: reprepro Version: 1.3.1-1 Severity: wishlist Hi, I use reprepro to manage my packages before they are accepted in the debian repository. I have 3 distributions : sarge/etch/sid so that users can download my packages easily if they want (ie before they appair in official repository) Howev

Bug#359265: yaz: upstream version 2.1.44 available

2007-01-12 Thread Vincent Danjean
Package: yaz Version: 2.1.18-2 Followup-For: Bug #359265 Upstream has release a 2.1.44 version. I packaged it. You can find it here: http://people.debian.org/~vdanjean/debian/pool/main/y/yaz/ The Changelog is : yaz (2.1.44+debian-0.1) experimental; urgency=low * NMU * New upstream release (C

Bug#367007: Bug#359265: yaz: upstream version 2.1.44 available

2007-01-12 Thread Vincent Danjean
gregor herrmann a écrit : >> #359265 and #361726 are blocking #367007 (ITP: libnet-z3950-zoom-perl) >> which I need. > > ... and which is waiting on my hard disk (I've just built the current > version with your libyaz-dev package without any problems). Can you send me your sources (orig.tar.gz, d

Bug#338318: Loadlin in tools directory is very old

2006-11-22 Thread Vincent Danjean
Hi, I upload an NMU for loadlin so that the ZIP file will be installed by the FTP team. As the maintainer allows this NMU (in #338318), I upload it in DELAYED-1 (instead of DELAYED-8 as usual for NMU). Let me know if something goes wrong (this is my first upload ;-) ) Best regards, V

Bug#409341: ITP: hgview -- Graphical viewer for distributed version content managment tools

2007-02-08 Thread Vincent Danjean
Steve Greenland a écrit : > On 02-Feb-07, 01:08 (CST), Vincent Danjean <[EMAIL PROTECTED]> wrote: >> Package: wnpp >> Severity: wishlist >> Owner: Vincent Danjean <[EMAIL PROTECTED]> >> >> * Package name: hgview >> Version : no

Bug#411091: libmarc-lint-perl: FTBFS: Can't locate MARC/Field.pm

2007-02-15 Thread Vincent Danjean
gregor herrmann a écrit : > On Thu, 15 Feb 2007 23:51:12 +0100, Daniel Schepler wrote: > >> /usr/bin/make -C . OPTIMIZE="-g -Wall -O2" test >> make[1]: Entering directory `/tmp/buildd/libmarc-lint-perl-1.42' >> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" >> "test_harness(0, 'bl

Bug#413081: dovecot-common: Using ucf with 3way merging for handling dovecot.conf

2007-03-01 Thread Vincent Danjean
Package: dovecot-common Version: 1.0.rc24-1 Severity: wishlist Hi, At most upgrade of the dovecot-common package, the /etc/dovecot/dovecot.conf if modified. As some modifications are needed on the servers I managed (location of mailbox, enabled services (imap/imaps/pop/...), ...) in this file

Bug#413081: dovecot-common: Using ucf with 3way merging for handling dovecot.conf

2007-03-02 Thread Vincent Danjean
Fabio Tranchitella a écrit : > * 2007-03-02 08:27, Vincent Danjean wrote: >> Package: dovecot-common >> Version: 1.0.rc24-1 >> Severity: wishlist >> >> Are you opposed to the use of ucf (I know some DD do not want to use >> it at all) ? >> If you

Bug#413081: dovecot-common: Using ucf with 3way merging for handling dovecot.conf

2007-03-03 Thread Vincent Danjean
Fabio Tranchitella a écrit : > * 2007-03-02 08:27, Vincent Danjean wrote: >> Package: dovecot-common >> Version: 1.0.rc24-1 >> Severity: wishlist >> >> Are you opposed to the use of ucf (I know some DD do not want to use >> it at all) ? >> If you

Bug#225833: [OT] Re: Bug#225833: 225833: letter vs A4 in TeX

2007-03-05 Thread Vincent Danjean
Florent Rougon a écrit : > And if you want your documents to be ready for both dvips, pdftex and > whatnot, well, you can use a Makefile. I'm attaching a standard Makefile > of mine for this purpose, with the accompanying little script, to be put > somewhere in $PATH (can be replaced with a sed com

Bug#413869: update etch mercurial from 0.9.1 to 0.9.3

2007-03-07 Thread Vincent Danjean
Thomas Arendsen Hein a écrit : > * Aron Griffis <[EMAIL PROTECTED]> [20070307 18:08]: >> The mercurial-0.9.1 version in etch is not compatible with the on-disk >> format of mercurial-0.9.3 in sid. This is a pain for anybody in >> a mixed environment, particularly since other distros have already >

Bug#415563: network-manager-gnome: network interfaces lost

2007-03-22 Thread Vincent Danjean
Michael Biebl a écrit : > If the nm-applet does not show up, it often means that the hal daemon is > not running. The nm-applet is still up, but it does not see any network interfaces anymore The hal daemon is still running (according to ps). I did not tried to kill nm-applet and restart it. I wi

Bug#415563: network-manager-gnome: network interfaces lost

2007-03-26 Thread Vincent Danjean
Michael Biebl a écrit : > If the nm-applet does not show up, it often means that the hal daemon is > not running. > Could you please check next time you resume from suspend, that the dbus > and hal daemon are running correctly (what does nm-tool say after resume) So : - the applet is still in my t

Bug#415563: network-manager-gnome: network interfaces lost

2007-03-26 Thread Vincent Danjean
Michael Biebl a écrit : > Vincent Danjean wrote: >> Michael Biebl a écrit : >>> If the nm-applet does not show up, it often means that the hal daemon is >>> not running. >>> Could you please check next time you resume from suspend, that the dbus >>> an

Bug#415563: network-manager-gnome: network interfaces lost

2007-03-27 Thread Vincent Danjean
Michael Biebl a écrit : > Try to run > dbus-send --system \ > --dest=org.freedesktop.NetworkManager \ > /org/freedesktop/NetworkManager\ > org.freedesktop.NetworkManager.sleep > > before suspend and > dbus-send --system

Bug#415998: latex-make: Doesn't seem to handle multiple chapter-bib

2007-03-27 Thread Vincent Danjean
David Richfield a écrit : > Package: latex-make > Version: 2.1.10-1 > Severity: important > > > If a latex project uses chapterbib to allow a bibliography per chapter, > one gets errors when bibtex is run on the main file, of this form: > > This is BibTeX, Version 0.99c (Web2C 7.5.4) > The top-

Bug#415993: latex-make: Doesn't find figures included in .cls file

2007-03-27 Thread Vincent Danjean
tag 415993 +upstream thanks David Richfield a écrit : > I am using the USthesis class (available on CTAN) for typesetting my > thesis. It includes an eps file (the university crest) which is located > at ~/texmf/tex/latex/USlogos/UScrest-top.eps because the class is > installed in my home dire

Bug#415563: network-manager-gnome: network interfaces lost

2007-03-27 Thread Vincent Danjean
Michael Biebl a écrit : > Vincent Danjean wrote: >> How can I know which scripts are run by this applet ? > > g-p-m calls the HAL Hibernate() method, which in turn runs the script > /usr/lib/hal/scripts/linux/hal-system-power-hibernate-linux > > See the line > #Othe

Bug#411662: firehol: Add support for VLan 802 1Q

2007-02-20 Thread Vincent Danjean
Package: firehol Version: 1.231-7 Severity: normal Tags: patch Hi, firehol-wizard does not correctly detect VLan 802 1Q interface. On such config, the output of 'ip link show' is (only relevant part): 5: [EMAIL PROTECTED]: mtu 1500 qdisc noqueue link/ether 00:01:02:02:e7:ec brd ff:ff:ff

Bug#411848: buildbot: SVNPoller fails if DNS is down

2007-02-21 Thread Vincent Danjean
Package: buildbot Version: 0.7.5-1 Severity: normal On a desktop computer, I set up a buildbot master configuration. It triggers new builds at each SVN commit with the help of the SVNPoller component. On 19 feb, I did some setup/reorganisation on the DNS server that this machine use. The effec

Bug#412259: libfinance-quote-perl: New upstream release (needed for LeRevenu.pm to work)

2007-02-24 Thread Vincent Danjean
Package: libfinance-quote-perl Version: 1.12-2 Severity: normal Hi, I would be very pleased if you package the new upstream release (1.13). With the current version, I cannot use at all the 'france' source : [EMAIL PROTECTED]:~$ gnc-fq-dump france FR0010194340 Can't call method "rows" on

Bug#414032: ucf version

2007-03-10 Thread Vincent Danjean
reopen #414032 thanks Hi, I my patch to add support for ucf, I depend on ucf (>= 0.8) as the manpage tell me because of the use of the --three-way option. I did not see anything about ucfr... So, I think you just need to increase the dependency. Using ucf (>= 2.0020) should be ok (this vers

Bug#415056: mercurial: Install examples systemwide

2007-03-15 Thread Vincent Danjean
tag 415056 help thanks John Goerzen a écrit : > Package: mercurial > Version: 0.9.3-2 > Severity: normal > > Programs such as convert-repo, darcs2hg, etc. should be installed > system-wide rather than in examples. For this, I need a manpage for these programs. If I find some free time, I will w

Bug#415563: network-manager-gnome: network interfaces lost

2007-03-20 Thread Vincent Danjean
Package: network-manager-gnome Version: 0.6.4-6 Severity: normal Sometimes (but not all times), gnome-network-mnager stop to see my wifi interface. In particular, I do not see the menu entry 'Activer la connexion sans fil' (in french) any more and, of course, I cannot select any wifi network.

Bug#408558: cannot handle local \input dependencies it seems

2007-01-26 Thread Vincent Danjean
tags #408558 confirmed thanks martin f krafft a écrit : > Package: latex-make > Version: 2.1.10-1 > Severity: important > > lapse:~> make paper.dvi > make: `paper.dvi' is up to date. > lapse:~> touch parts/second.tex > lapse:~> make paper.dvi > make: `paper.dvi' is up to date. > lapse:~> touch pa

Bug#407800: Bad interaction with gpg-agent

2007-02-01 Thread Vincent Danjean
severity 407800 important thanks Hi, I also hit this bug. With comments from Neil Williams, I 'solve' it on my system by removing the gnupg-agent package and restarting my gnome session. However, making seahorse conflicting with gnupg-agent would not be a correct fix : on a multi-users syst

Bug#409341: ITP: hgview -- Graphical viewer for distributed version content managment tools

2007-02-01 Thread Vincent Danjean
Package: wnpp Severity: wishlist Owner: Vincent Danjean <[EMAIL PROTECTED]> * Package name: hgview Version : not yet released Upstream Author : Ludovic Aubry <[EMAIL PROTECTED]> * URL : http://www.logilab.org/hg/hgview * License : Not yet fixed.

Bug#419225: segfault on some kind of printf

2007-04-14 Thread Vincent Danjean
Package: libc6 Version: 2.5-1 Severity: grave --- Please enter the report below this line. --- The recent libc6 makes printf segfault with some kind of arguments. I do not (yet) test all of the possibility, but here is a small example : #include int main() { //double a=0.009996246282942

Bug#419282: texlive-base-bin cannot be removed

2007-04-14 Thread Vincent Danjean
Package: texlive-latex-base Version: 2007-2 Severity: normal --- Please enter the report below this line. --- I'm currently trying to find minimal dependencies with texlive for my latex-make package. To do so, I use pbuilder. And it triggers a bug in the texlive-latex-base.postrm that prevent thi

Bug#416470: ca-certificates: Please, include French goverenment Certificate

2007-04-19 Thread Vincent Danjean
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: ca-certificates Version: 20070303 - --- Please enter the report below this line. --- In my lab, we just get a email telling Microsoft included theses certificates in Internet Explorer : http://support.microsoft.com/default.aspx/kb/931125/e

Bug#420108: reportbug-ng: does not correctly handle 'mailto:...' URL

2007-04-19 Thread Vincent Danjean
Package: reportbug-ng Version: 0.2007.04.16 Severity: normal --- Please enter the report below this line. --- I just used reportbug-ng to report a bug. I saw it was already in BTS so I would like to add additional info (it works perfectly with the "Additional Info" button) and then I would like

Bug#385178: Bad dependencies managment that produce wrong lintian errors

2006-08-29 Thread Vincent Danjean
Package: lintian Version: 1.23.23 Severity: normal Tags: patch Hi, I just see that my package (tailor) trigger a lintian error: [EMAIL PROTECTED]:~/debian/mainteneur/tailor$ lintian -i tailor_0.9.26-1_all.deb E: tailor: python-script-but-no-python-dep ./usr/bin/tailor N: N: Packages with s

  1   2   3   4   5   6   7   8   9   10   >