Bug#933323: ITP: transient -- emacs key and popup interface for complex keybindings

2019-07-29 Thread Remi Vanicat
Package: wnpp
Owner: Remi Vanicat 
Severity: wishlist

* Package name: transient
  Version : 0.1.0
  Upstream Author : Jonas Bernoulli 
* URL or Web page : https://github.com/magit/transient
* License : GPLv3+
  Description : emacs key and popup interface for complex keybindings

Taking inspiration from prefix keys and prefix arguments, Transient
implements a similar abstraction involving a prefix command, infix
arguments and suffix commands.

When the user calls a transient prefix command, then a transient
(temporary) keymap is activated, which binds the transient's infix and
suffix commands. The available suffix and infix commands and their state
are shown in a popup buffer until the transient is exited by invoking a
suffix command.

This package will be a dependency for future version of magit.

-- 
Rémi Vanicat



Bug#895010: ITP: magit-popup -- magit-popup is an emacs interface to set option to call emacs-command or even shell-command

2018-04-06 Thread Remi Vanicat
Package: wnpp
Severity: wishlist
Owner: Remi Vanicat <vani...@debian.org>

* Package name: magit-popup
  Version : 2.12.0
  Upstream Author : The Magit Project Contributors
* URL : https://github.com/magit/magit-popup
* License : GPL3+
  Programming Lang: emacs-lisp
  Description : magit-popup is an emacs interface to set option to call 
emacs-command or even shell-command

This package implements a generic interface for toggling switches
and setting options and then invoking an Emacs command which does
something with these arguments.  The prototypical use is for the
command to call an external process, passing on the arguments as
command line arguments.  But this is only one of many possible
uses (though the one this library is optimized for).

The binary package was part of the magit source itself, but as been
split outside of it as the upstream author believe it will be useful
for others Emacs package. It is now a dependency of magit, (and
elpa-magit is still its only reverse dependency in Debian, even if some
package that depend on elpa-magit also need it).



Bug#826394: ITP: elpa-tablist -- tablist it an Emacs package that adds maks and filters to tabulated-list-mode

2016-06-05 Thread Remi Vanicat
Package: wnpp
Owner: Remi Vanicat <vani...@debian.org>
Severity: wishlist

* Package name: elpa-tablist
  Version : 0.70
  Upstream Author : Andreas Politz <poli...@fh-trier.de>
* URL or Web page : https://github.com/politza/tablist
* License : GPL3+
  Description : tablist it an Emacs package that adds maks and filters to 
tabulated-list-mode

This package is needed for Emacs' pdf-tools.

This package adds marks and filters to tabulated-list-mode.  It
also kind of puts a dired face on tabulated list buffers.

It can be used by deriving from tablist-mode and some features by
using tablist-minor-mode inside a tabulated-list-mode buffer.

-- 
Rémi Vanicat



Bug#826393: ITP: pdf-tools -- Display and interact with pdf in Emacs.

2016-06-05 Thread Remi Vanicat
Package: wnpp
Owner: Remi Vanicat <vani...@debian.org>
Severity: wishlist

* Package name: pdf-tools
  Version : 0.70
  Upstream Author : Andreas Politz <poli...@fh-trier.de>
* URL or Web page : https://github.com/politza/pdf-tools
* License : GPL V3+
  Description : Display and interact with pdf in Emacs.

This mode replace DocView for PDF files.  The key difference is, that
pages are created on-demand and stored in memory.

One can also get all kinds of information about a document, add
annotation, copy and paste, follow link...

With synctex one can also get to the tex source of a part of a document.

There will be two binary package (elpa-pdf-tools for the Emacs part and
pdf-tools-server for the arch specific "server").
-- 
Rémi Vanicat



Bug#813286: ITP: elpa-with-editor -- Use the Emacsclient as $EDITOR

2016-01-31 Thread Remi Vanicat
Package: wnpp
Owner: Rémi Vanicat 
Severity: wishlist

* Package name: elpa-with-editor
  Version : 2.5.0
  Upstream Author : The Magit Project Contributors
* URL or Web page : https://github.com/magit/with-editor
* License : GPLv3+
  Description : Use the Emacsclient as $EDITOR

This library makes it possible to reliably use the Emacsclient as the
`$EDITOR' of child processes.  It makes sure that they know how to call
home.  For remote processes a substitute is provided, which communicates
with Emacs on standard output/input instead of using a socket as the
Emacsclient does.

This Emacs extension used to be part of magit, but has been split
upstream, because it can be useful to other Emacs extension.

-- 
Rémi Vanicat



Re: Help to review a patch in ELisp

2014-11-21 Thread Remi Vanicat
Stéphane Aulery saul...@free.fr writes:

 Hello,

 I am looking for a person who knows enough to verify a ELisp patch. The
 patch is supposed to fix a problem of space in file names [1], upstream
 unfortunately does not have the in-house expertise [2].

 Volunteers?

The change to elisp only touch one regexp, and only to its beginning.
when one remove the first level of quoting it is:

^\([^ \t]+\)[ \t]+\([^ \t]+\)[ \t]+\([0-9]+\)[ \t]+\(.*\)\n
replaced by
^\([^\t]+\)[ \t]+\([^ \t]+\)[ \t]+\([0-9]+\)[ \t]+\(.*\)\n

So it was looking for 4 group of char, separate by one space or tab, the
first and second being made of any char not char or space, the third
being made of digit, and the last of everything until end of line.

It is now mostly the same, the only difference is that the first group
may also contain space, and in practice must be ended by one tabulation
(as the regexp is greedy, if there is a space at the end of the first
group, it will be added to the first group...)

By looking at
http://www.opensource.apple.com/source/cscope/cscope-5/cscope/contrib/xcscope/xcscope.el
it seem that this regexp is use to parse the output of some program,
each line should always match it, the first group being the file, the
second the function-name, the third the line-number and the last the
line.

This seem good, the only problem being that the old regexp make the
assumption that the file and the function-name are separated by a space
or a tab, and the new one might failed if the separator is a space and
not a tab.



-- 
Rémi Vanicat


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87zjbkevee@debian.org



Accepted realtimebattle 1.0.8-6 (source all amd64)

2008-03-22 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 22 Mar 2008 10:32:12 +0100
Source: realtimebattle
Binary: realtimebattle realtimebattle-common
Architecture: source all amd64
Version: 1.0.8-6
Distribution: unstable
Urgency: low
Maintainer: Rémi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 realtimebattle - Programming game
 realtimebattle-common - Programming game
Closes: 471551
Changes: 
 realtimebattle (1.0.8-6) unstable; urgency=low
 .
   * When building binary-indep package, We need a java virtual machine
 (Closes: #471551).
   * Use Vcs-* and not XS-Vcs-* in control
Files: 
 e77d9431dcfadd1b0cd035ba280c2b00 865 games optional realtimebattle_1.0.8-6.dsc
 442e789ed6bb6c4603dd4e2dba6abaf7 25781 games optional 
realtimebattle_1.0.8-6.diff.gz
 9b9b7633e216d805362ae28410287c9b 429646 games optional 
realtimebattle-common_1.0.8-6_all.deb
 0fa3a286d99bd4f4b2e009bcf3778cd0 474808 games optional 
realtimebattle_1.0.8-6_amd64.deb

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

iD8DBQFH5SQrsOGY15BXtdMRAhUWAJ9cqcCzS+/1FBtWGNTHHf6Wj3aVSQCeJbVk
23HfH9Wfd+NNIGq8O7AfJpU=
=60no
-END PGP SIGNATURE-


Accepted:
realtimebattle-common_1.0.8-6_all.deb
  to pool/main/r/realtimebattle/realtimebattle-common_1.0.8-6_all.deb
realtimebattle_1.0.8-6.diff.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.8-6.diff.gz
realtimebattle_1.0.8-6.dsc
  to pool/main/r/realtimebattle/realtimebattle_1.0.8-6.dsc
realtimebattle_1.0.8-6_amd64.deb
  to pool/main/r/realtimebattle/realtimebattle_1.0.8-6_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted realtimebattle 1.0.8-3 (source all amd64)

2007-08-08 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 08 Aug 2007 10:52:21 +0200
Source: realtimebattle
Binary: realtimebattle-common realtimebattle
Architecture: source amd64 all
Version: 1.0.8-3
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 realtimebattle - Programming game
 realtimebattle-common - Programming game
Closes: 432994
Changes: 
 realtimebattle (1.0.8-3) unstable; urgency=low
 .
   * I don't use dpatch anymore.
   * Make realtimebattle binNMU safe thanks to Lior Kaplan (closes: 432994)
   * adding XS-Vcs-Browser and XS-Vcs-git
Files: 
 1d4f8c6dd933dec1255bfc5befe73144 908 games optional realtimebattle_1.0.8-3.dsc
 87189495d1721cc8699ce855ec06db01 21438 games optional 
realtimebattle_1.0.8-3.diff.gz
 e1f065d07edd4246515b00f84d067a79 429536 games optional 
realtimebattle-common_1.0.8-3_all.deb
 56573018c07a712f743affef5e2d8c83 491530 games optional 
realtimebattle_1.0.8-3_amd64.deb

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

iD8DBQFGuZaDsOGY15BXtdMRApENAJ95pfWBACyqY+ad3eOyXM8OAaBdTwCdFgw5
m0Uut++5v5HzFUQTHkV9+Fs=
=cov2
-END PGP SIGNATURE-


Accepted:
realtimebattle-common_1.0.8-3_all.deb
  to pool/main/r/realtimebattle/realtimebattle-common_1.0.8-3_all.deb
realtimebattle_1.0.8-3.diff.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.8-3.diff.gz
realtimebattle_1.0.8-3.dsc
  to pool/main/r/realtimebattle/realtimebattle_1.0.8-3.dsc
realtimebattle_1.0.8-3_amd64.deb
  to pool/main/r/realtimebattle/realtimebattle_1.0.8-3_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



projet alioth pour les dictionnaires français (was: ifrench et ifrench-gut)

2007-03-24 Thread Remi Vanicat
Charles Plessy [EMAIL PROTECTED] writes:

 Le Sat, Mar 24, 2007 at 05:33:31AM +0100, Remi Vanicat a écrit :
 
 S'il y a une équipe de comaintenance pour ces dicos, je pense qu'il
 serais intéressant d'ajouter mon dico Aspell à la liste (paquet aspell-fr).

 Bonjour,

 je précise que bien qu'ayant proposé l'idée, je ne peux pas aller plus
 loin: n'étant pas DD, je ne peux pas demander la création d'une équipe
 sur Alioth.

Ça voudrais dire qu'il faut que je m'en occupe ?

Alors ce qu'il faudrais décider :
- quels paquets ? donc pour l'instant aspell-fr, ifrench/myspell-fr
  ifrench-gut/myspell-fr-gut et wfrench (peut-être le dico
  le-dico-de-rene-cougenec si son mainteneur est intéressé)
- qui ? Pour l'instant Il y a moi, Cyril Brulebois, peut-être Charles
  Plessy, Eric Madesclair s'il est intéressé, et l'ancien mainteneur
  de ifrenchco Nicolas Sabouret.
- Quels outils ? Il faut un VC. Perso, ma préférence actuelle est git,
  mais je peux survivre avec autre chose, même si j'ai du mal avec
  cvs.
- un nom ? dict-french par exemple. Ou Debian packaging of French dictionaries

Ps: je ne lis cette ML que le week-end, en semaine, il faut mieux me
CC si on veux me contacté par le biais de cette liste.

-- 
Rémi Vanicat



Re: projet alioth pour les dictionnaires français (was: ifrench et ifrench-gut)

2007-03-24 Thread Remi Vanicat

[...]

   Pour info il y a un projet alioth pkg-dict, il me semble que
 joindre cette team et y maintenir les dict français est plus
 logique. Enfin je dis ça ... ;)

après vérification, et comme je m'en souvenais, le projet est
pkg-dict-common, et ne contient aucun dictionnaire, mais uniquement les
parties commune, utilisable par tous les dictionnaires. Ou alors je me
goure, et je veux bien un lien qui m'envoie au bonne endroit.

-- 
Rémi Vanicat


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ifrench et ifrench-gut

2007-03-23 Thread Remi Vanicat
Cyril Brulebois [EMAIL PROTECTED] writes:

 Charles Plessy [EMAIL PROTECTED] (23/03/2007):
 Bonjour,
 
 une idée : maintenir les paquets en équipe dans un projet Alioth, avec
 d'aures paquets du même genre comme le-dico-de-rene-cougenec.

 'jour.

 Jamais trop utilisé jusqu'à maintenant, mais ça m'intéresse de
 comaintenir un ou plusieurs de ces paquets.

S'il y a une équipe de comaintenance pour ces dicos, je pense qu'il
serais intéressant d'ajouter mon dico Aspell à la liste (paquet aspell-fr).
-- 
Rémi Vanicat


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xdu 3.0-17 (source i386)

2006-10-08 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  8 Oct 2006 12:27:00 +0200
Source: xdu
Binary: xdu
Architecture: source i386
Version: 3.0-17
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 xdu- display the output of du in an X window
Closes: 391693
Changes: 
 xdu (3.0-17) unstable; urgency=low
 .
   * Bug fix: xdu: ships files in /usr/man, thanks to Colin Watson
 (Closes: #391693).
   * Add --as-needed linker option to remove unneeded dependency
   * Bumped standards version to 3.7.2.2.
   * Corrected dependency to debhelper
   * We are now linda and lintian clean
Files: 
 2179ffc284f19875ca56723f154af19a 607 utils optional xdu_3.0-17.dsc
 4ac1278c1b4168911ee7498f96772103 5430 utils optional xdu_3.0-17.diff.gz
 4a66bb9c2754c112b8a72dbdf7d6aa57 15908 utils optional xdu_3.0-17_i386.deb

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

iD8DBQFFKNKrsOGY15BXtdMRAnatAJ421Y9AIDKX5YKUuLpmpCgQkyXa1QCeOMU8
tgJZdXkIak5W4n2tDN7Zi08=
=kf2N
-END PGP SIGNATURE-


Accepted:
xdu_3.0-17.diff.gz
  to pool/main/x/xdu/xdu_3.0-17.diff.gz
xdu_3.0-17.dsc
  to pool/main/x/xdu/xdu_3.0-17.dsc
xdu_3.0-17_i386.deb
  to pool/main/x/xdu/xdu_3.0-17_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Bug#365425: ITP: haxe -- Web programming languge generating Flash SWF

2006-04-30 Thread Remi Vanicat
Jens Peter Secher [EMAIL PROTECTED] writes:

 Package: wnpp
 Severity: wishlist

 * Package name: haxe
   Version : 0.b5
   Upstream Author : Nicolas Cannasse
 * URL or Web page : http://haxe.org
 * License : GPL
   Description : Web programming languge generating Flash SWF

 haXe is a programming language similar to JavaScript, but with
 full-featured type system and generics.  The compiler can generate Flash
 SWF files for client-side use, and Neko bytecode for server-side use on
 Apache.


The upstream site tell me that it can also generate Javascript code
using Browser DHTML API, so you can create AJAX web applications

This should be added to the description.

By the way, I've only read quickly trough upstream site, but it seem
it can be used to make a pure AJAX application, if so, it should be
noted in the long and short description (because there are people who
prefer to note use Flash, but are OK with AJAX).
-- 
Rémi Vanicat


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xdu 3.0-15 (source i386)

2006-04-21 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 16 Apr 2006 09:57:31 +0200
Source: xdu
Binary: xdu
Architecture: source i386
Version: 3.0-15
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 xdu- display the output of du in an X window
Changes: 
 xdu (3.0-15) unstable; urgency=low
 .
   * rebuild because x11-common conflict with xdu
   * added rman as a build dependency
Files: 
 a9e0a6feb4eb464b1dc4768ef9e9446a 604 utils optional xdu_3.0-15.dsc
 b8e5bc96407eaf9ce61479db28d49375 5184 utils optional xdu_3.0-15.diff.gz
 e5698199a23708036ee60ffa73105505 15640 utils optional xdu_3.0-15_i386.deb

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

iD8DBQFESGicsOGY15BXtdMRAr4XAJsHxntzOoq2IBBI+z+CquLlyE8zPgCeKrFN
c3ZI2JCeQEs0iuw2Ihaj6iA=
=/v+b
-END PGP SIGNATURE-


Accepted:
xdu_3.0-15.diff.gz
  to pool/main/x/xdu/xdu_3.0-15.diff.gz
xdu_3.0-15.dsc
  to pool/main/x/xdu/xdu_3.0-15.dsc
xdu_3.0-15_i386.deb
  to pool/main/x/xdu/xdu_3.0-15_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted realtimebattle 1.0.8-2 (source i386 all)

2006-03-19 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 17 Mar 2006 16:26:19 +0100
Source: realtimebattle
Binary: realtimebattle-common realtimebattle
Architecture: source i386 all
Version: 1.0.8-2
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 realtimebattle - Programming game
 realtimebattle-common - Programming game
Closes: 342428 356157 357403
Changes: 
 realtimebattle (1.0.8-2) unstable; urgency=low
 .
   * Adding suggest on python for the python bot.
   * Really applying patch for gcc 4.1 (closes: #356157, 357403)
   * Changing config.guess and config.sub (closes: #342428)
Files: 
 6036b2980b4c61797c2fa1a989dbe455 764 games optional realtimebattle_1.0.8-2.dsc
 26c96478fec5de28b0054e2c866fff40 21874 games optional 
realtimebattle_1.0.8-2.diff.gz
 f94e023fd50515142dd4d6627d7cf700 430656 games optional 
realtimebattle-common_1.0.8-2_all.deb
 6d6495b030b5b0cab836241d69bdd44f 369466 games optional 
realtimebattle_1.0.8-2_i386.deb

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

iD8DBQFEHZW1sOGY15BXtdMRAuxLAJ9JbQ5LJNlGshakUawIz8VLmOBbhwCfTDch
7URrZUBF/pFnUEyQyeJ28A8=
=0G7N
-END PGP SIGNATURE-


Accepted:
realtimebattle-common_1.0.8-2_all.deb
  to pool/main/r/realtimebattle/realtimebattle-common_1.0.8-2_all.deb
realtimebattle_1.0.8-2.diff.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.8-2.diff.gz
realtimebattle_1.0.8-2.dsc
  to pool/main/r/realtimebattle/realtimebattle_1.0.8-2.dsc
realtimebattle_1.0.8-2_i386.deb
  to pool/main/r/realtimebattle/realtimebattle_1.0.8-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted realtimebattle 1.0.8-1 (source i386 all)

2006-03-10 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 10 Mar 2006 11:29:42 +0100
Source: realtimebattle
Binary: realtimebattle-common realtimebattle
Architecture: source i386 all
Version: 1.0.8-1
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 realtimebattle - Programming game
 realtimebattle-common - Programming game
Closes: 110739 356157
Changes: 
 realtimebattle (1.0.8-1) unstable; urgency=low
 .
   * New upstream release
   * Adding manpage from cvs (closes: #110739)
   * Applying patch for gcc 4.1 (closes: #356157)
Files: 
 2e9db1043e9b322fe7363c8e012b9fc5 761 games optional realtimebattle_1.0.8-1.dsc
 12dbc6a11f1b2f56e7374190db234d07 1272630 games optional 
realtimebattle_1.0.8.orig.tar.gz
 87886ab41fe67c36cb5c6f4a41386968 8351 games optional 
realtimebattle_1.0.8-1.diff.gz
 4441f3cbecae799c38d812206f8a7f3c 430664 games optional 
realtimebattle-common_1.0.8-1_all.deb
 953eba65c8bf56f854d7fb338ed14064 369398 games optional 
realtimebattle_1.0.8-1_i386.deb

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

iD8DBQFEEWETsOGY15BXtdMRAjPwAJ0RKDiwsxHc8AgcFmY+anI0JZuKkQCeIlkh
MGCtiQcPyJpD5ytnvrMDCCs=
=B/Y3
-END PGP SIGNATURE-


Accepted:
realtimebattle-common_1.0.8-1_all.deb
  to pool/main/r/realtimebattle/realtimebattle-common_1.0.8-1_all.deb
realtimebattle_1.0.8-1.diff.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.8-1.diff.gz
realtimebattle_1.0.8-1.dsc
  to pool/main/r/realtimebattle/realtimebattle_1.0.8-1.dsc
realtimebattle_1.0.8-1_i386.deb
  to pool/main/r/realtimebattle/realtimebattle_1.0.8-1_i386.deb
realtimebattle_1.0.8.orig.tar.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.8.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: documentation types

2006-02-16 Thread Remi Vanicat
Thaddeus H. Black [EMAIL PROTECTED] writes:

 On Fri, Feb 10, 2006 at 01:47:11PM +0100, Remi Vanicat wrote:
 Well, i personally like very much to have all (well a lot of) my
 documentation accessible, and searchable by dwww. For this I would want
 the html to be already generated, and I'm probably not the only
 one. Why not just create a -doc package that contain the tree of them,
 or may be only pdf and html (but there will be people to disagree with
 me on this).

 Hello Remi.  Question please, for you and anyone else who cares to
 comment.  I happen to maintain some documentation which has lots of
 mathematical formulas, geometrical diagrams, etc.  I also happen to be
 upstream for this document.  Docbook and other generic markups have
 always seemed to me a poor solution for the document, which currently is
 marked up only in LaTeX---but this also means that no general
 html/dhelp/dwww version of the document exists, and furthermore that the
 document's text is hard to grep.

Note that you could try hevea/latexhtml to transform you documentation
to html. It might even lead to good result. Just try (it might not be
very good, but it might be good, hevea do a lot of good work for such
translating).

  Regrettably but naturally, it also means that (unless the user is
 an odd sort who likes reading raw LaTeX source) the user cannot view
 the document on the console.

 At present the document is installed as a *.ps.gz and a *.pdf.gz only
 (there is a manpage, too, but it is brief and has no formulas or
 diagrams).  Is this right in your view?  Or would you advise maintainers
 like me to do otherwise?  If there existed a better solution which did
 not greatly increase the labor of maintaining such documentation, I
 would be interested to learn of it.  Maybe MathML is the answer---I have
 not tried it so I am not sure---but when it comes to numbering
 equations, stacking subscripts, formatting formulas too long to fit on
 one line, tracking citations, referring to figures, specifying vector
 graphics in diagrams, etc., one gets the impression that MathML and the
 associated tools may not quite be up to the job.  In fact it is hard for
 me to imagine that any generic markup could do the job right.  But I
 don't know and would be pleased to hear contrary advice in the
 matter.

Well, when i wrote mathematical formula, it is in latex. I've heard of
latex to MathML translator for formula that give you the possibilities
to do wrote mathematical formula using the good old latex way, then
translating it to MathML.

-- 
Rémi Vanicat


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: documentation types

2006-02-10 Thread Remi Vanicat
Hendrik Sattler [EMAIL PROTECTED] writes:

 Am Freitag, 10. Februar 2006 12:36 schrieb Daniel Leidert:
 Am Freitag, den 10.02.2006, 12:09 +0100 schrieb Hendrik Sattler:
  I about packaging a library that ships an API reference in docbook SGML
  and provides manual build targets for PDF, PS and HTML.
 
  Is there any preference on which type should be included in the -dev
  package?

 Why don't you move it into -doc packages, which is IMHO more common
 practice? You could make a -doc-html, -doc-ps and -doc-pdf, which all
 provide -doc and then let the -dev package recommend or suggest the -doc
 package. So the user can choose the format he prefers.

 For one file?
 Another alternative, maybe: include only the .sgml file and
 Suggests: docbook-utils

Well, i personally like very much to have all (well a lot of) my
documentation accessible, and searchable by dwww. For this I would want
the html to be already generated, and I'm probably not the only
one. Why not just create a -doc package that contain the tree of them,
or may be only pdf and html (but there will be people to disagree with
me on this).
-- 
Rémi Vanicat


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xdu 3.0-14 (source i386)

2006-01-13 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 13 Jan 2006 17:36:02 +0100
Source: xdu
Binary: xdu
Architecture: source i386
Version: 3.0-14
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 xdu- display the output of du in an X window
Closes: 346809
Changes: 
 xdu (3.0-14) unstable; urgency=low
 .
   * Change dependency after xlibs-dev removal (closes: #346809)
Files: 
 abe10c15d9a5aa0ade741fd31840b048 579 utils optional xdu_3.0-14.dsc
 7af506fcc3182af41f4aa06201e23f06 4996 utils optional xdu_3.0-14.diff.gz
 2bb4b0f4c5de8a9c518ccdf7c3520361 15554 utils optional xdu_3.0-14_i386.deb

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

iD8DBQFDx90WsOGY15BXtdMRAtCJAJ93VQ+86tn8LGKCK2xryW2hp7ByKACfYh/z
p/6emd+gxHY8KnHSDoVLpKY=
=PFxO
-END PGP SIGNATURE-


Accepted:
xdu_3.0-14.diff.gz
  to pool/main/x/xdu/xdu_3.0-14.diff.gz
xdu_3.0-14.dsc
  to pool/main/x/xdu/xdu_3.0-14.dsc
xdu_3.0-14_i386.deb
  to pool/main/x/xdu/xdu_3.0-14_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ocaml-doc 3.09-1 (source all)

2005-11-27 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 27 Nov 2005 14:55:36 +0100
Source: ocaml-doc
Binary: ocaml-doc
Architecture: source all
Version: 3.09-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-maint@lists.debian.org
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 ocaml-doc  - Documentation for Objective Caml and Camlp4
Changes: 
 ocaml-doc (3.09-1) unstable; urgency=low
 .
   * New upstream release but no updated documentation for ocamlp4 yet
   * Make ocaml-team as Maintainer
Files: 
 f6825832297fd723a1eb046693fe4ea7 691 non-free/doc optional ocaml-doc_3.09-1.dsc
 0326014db91be1173f52bec4afb2c982 4158670 non-free/doc optional 
ocaml-doc_3.09.orig.tar.gz
 46aee72cc11f17bf2b32fefbfa667221 4165 non-free/doc optional 
ocaml-doc_3.09-1.diff.gz
 c36a9c71497ed0fdec8eb367088fbf4d 4189756 non-free/doc optional 
ocaml-doc_3.09-1_all.deb

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

iD8DBQFDicNisOGY15BXtdMRAqA+AJoDrzC+DKxLD0dr2cJKBMFXq9J/9ACePNU0
1Rcj7X6sPLCR0CQhS3sDEKA=
=NTQ9
-END PGP SIGNATURE-


Accepted:
ocaml-doc_3.09-1.diff.gz
  to pool/non-free/o/ocaml-doc/ocaml-doc_3.09-1.diff.gz
ocaml-doc_3.09-1.dsc
  to pool/non-free/o/ocaml-doc/ocaml-doc_3.09-1.dsc
ocaml-doc_3.09-1_all.deb
  to pool/non-free/o/ocaml-doc/ocaml-doc_3.09-1_all.deb
ocaml-doc_3.09.orig.tar.gz
  to pool/non-free/o/ocaml-doc/ocaml-doc_3.09.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted aspell-fr 0.50-3-6 (source all)

2005-08-21 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 21 Aug 2005 23:42:46 +0200
Source: aspell-fr
Binary: aspell-fr
Architecture: source all
Version: 0.50-3-6
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 aspell-fr  - French dictionary for aspell
Closes: 319678
Changes: 
 aspell-fr (0.50-3-6) unstable; urgency=low
 .
   * Going to autobuilding (closes: #319678)
Files: 
 b83497879b648dca676cec711ccbebc0 609 text optional aspell-fr_0.50-3-6.dsc
 db57bcd5dd9b16c5938ea2396a8be838 2654 text optional aspell-fr_0.50-3-6.diff.gz
 cc5a3ad140d1a1f4a9747132480bd487 376504 text optional 
aspell-fr_0.50-3-6_all.deb

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

iD8DBQFDCPW+sOGY15BXtdMRAuLYAJ9YKC0v2ilWSDq4RH0sTiT8My6y2gCghI0E
odG72gI1g6sqil7YMzBZLT0=
=4bT4
-END PGP SIGNATURE-


Accepted:
aspell-fr_0.50-3-6.diff.gz
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-6.diff.gz
aspell-fr_0.50-3-6.dsc
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-6.dsc
aspell-fr_0.50-3-6_all.deb
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-6_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted realtimebattle 1.0.7+20050807-1 (source i386 all)

2005-08-10 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Aug 2005 11:22:18 +0200
Source: realtimebattle
Binary: realtimebattle-common realtimebattle
Architecture: source i386 all
Version: 1.0.7+20050807-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 realtimebattle - Programming game
 realtimebattle-common - Programming game
Closes: 302565 313822
Changes: 
 realtimebattle (1.0.7+20050807-1) unstable; urgency=low
 .
   * New upstream release (cvs version)
   * Remove circular dependency
   * String and List are replaced by stl::string and stl::list
 (Closes: #302565).
   * Bug fix: realtimebattle: [INTL:de] German PO file corrections,
 thanks to Jens Seidel (Closes: #313822).
   * Add Johannes Nicolai to the uploaders field.
   * Change the standard version to 3.6.2
   * Make doc-base happy with the name of the Info file
   * Override menu-icon-missing as icon is in the common package
Files: 
 e3693cf1c8719bcdac95d21c4d867e9f 790 games optional 
realtimebattle_1.0.7+20050807-1.dsc
 91ae339f846f9636bdd4e2e9c33f1492 1244846 games optional 
realtimebattle_1.0.7+20050807.orig.tar.gz
 d8517e7d0fd8959e43ac782711b67ada 237080 games optional 
realtimebattle_1.0.7+20050807-1.diff.gz
 dc0f10f451b15d13449f268d664d89a0 405338 games optional 
realtimebattle-common_1.0.7+20050807-1_all.deb
 b39f4d6eabf83d63df5cc098ae3ec5c9 363438 games optional 
realtimebattle_1.0.7+20050807-1_i386.deb

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

iD8DBQFC+dgSsOGY15BXtdMRAr0dAJ9jasxfAjSc9B5kbcxOKmZJr3yexwCfcX4z
hMCUWAuTxHtp+s4ZbQBsBDs=
=oP4H
-END PGP SIGNATURE-


Accepted:
realtimebattle-common_1.0.7+20050807-1_all.deb
  to pool/main/r/realtimebattle/realtimebattle-common_1.0.7+20050807-1_all.deb
realtimebattle_1.0.7+20050807-1.diff.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.7+20050807-1.diff.gz
realtimebattle_1.0.7+20050807-1.dsc
  to pool/main/r/realtimebattle/realtimebattle_1.0.7+20050807-1.dsc
realtimebattle_1.0.7+20050807-1_i386.deb
  to pool/main/r/realtimebattle/realtimebattle_1.0.7+20050807-1_i386.deb
realtimebattle_1.0.7+20050807.orig.tar.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.7+20050807.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted aspell-fr 0.50-3-5 (i386 source)

2005-07-15 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 15 Jul 2005 15:35:18 +0200
Source: aspell-fr
Binary: aspell-fr
Architecture: source i386
Version: 0.50-3-5
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 aspell-fr  - French dictionary for aspell
Changes: 
 aspell-fr (0.50-3-5) unstable; urgency=low
 .
   * The I was in vacation release.
   * recompile for the new aspell version.
Files: 
 e3c37ec929bd777f7a545d68c9df6231 631 text optional aspell-fr_0.50-3-5.dsc
 7682c927cc2027e4d5de67e28a0a940b 2410 text optional aspell-fr_0.50-3-5.diff.gz
 b3ee9930778698f55fbcbf028f8efaed 6651568 text optional 
aspell-fr_0.50-3-5_i386.deb

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

iD8DBQFC18eDsOGY15BXtdMRAu/rAJ4tz3+/bUYI91e2jIxjkpknexfqMgCdGCRE
uNQ4e6eyMhukB3B0g3cklHE=
=B/xl
-END PGP SIGNATURE-


Accepted:
aspell-fr_0.50-3-5.diff.gz
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-5.diff.gz
aspell-fr_0.50-3-5.dsc
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-5.dsc
aspell-fr_0.50-3-5_i386.deb
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-5_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: should etch be Debian 4.0 ?

2005-07-10 Thread Remi Vanicat
Nigel Jones [EMAIL PROTECTED] writes:

 On 10/07/05, Thomas Hood [EMAIL PROTECTED] wrote:
 On Sun, 10 Jul 2005 01:57:54 -0400, Nathanael Nerode wrote:
  I suggested Debian IV
 
 Are release numbers really needed?  Why not do away with them altogether?
 
 you mean, just stick with code names?

 That wouldn't exactly work, Debian's apt/dpkg basicly relies on
 release numbers, how else can it easily and quickly realize that
 apache2-2.0.40 is older than apache2-2.0.50? 

The question here is about version of debian released, not version of
package in debian.

But the true question is : Does this discussion really needed? Why not
do away with it altogether?

-- 
Rémi Vanicat


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Ongoing Firefox (and Thunderbird) Trademark problems

2005-06-15 Thread Remi Vanicat
Wouter Verhelst [EMAIL PROTECTED] writes:

 The DFSG does not apply to trademark licenses, only to software
 (copyright) licenses.

I would like to know were this is written. DFSG, has it is written,
seem to apply to any licenses of a Debian part, not only copyright
licenses. 
-- 
Rémi Vanicat


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: And now for something completely different... etch!

2005-06-07 Thread Remi Vanicat
Andrew Suffield [EMAIL PROTECTED] writes:

 On Tue, Jun 07, 2005 at 09:37:29AM -0400, Roberto C. Sanchez wrote:
 On Tue, Jun 07, 2005 at 02:32:53PM +0100, Andrew Suffield wrote:
  On Tue, Jun 07, 2005 at 01:03:12AM +0200, Javier Fern?ndez-Sanguino Pe?a 
  wrote:
   - inetd begone! - xinetd (better mechanism to control DoS, privilege
 separation, etc.)
  
  xinetd begone. There is no justification for using anything resembling
  inetd on a modern system.
  
 Why?  What if I prefer to have something from inetd only when necessary
 instead of constantly running daemons everywhere?

 Why on earth would you? It's just more administrative overhead, and
 yet another package you didn't need.

Because I've something else to do with my RAM than to run yet another
daemon that will be used at most every other month.

-- 
Rémi Vanicat


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xdu 3.0-13 (i386 source)

2005-04-28 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 28 Apr 2005 09:54:24 +0200
Source: xdu
Binary: xdu
Architecture: source i386
Version: 3.0-13
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 xdu- display the output of du in an X window
Closes: 306704
Changes: 
 xdu (3.0-13) unstable; urgency=low
 .
   * Correct some typo in the man page (thanks to A Costa [EMAIL PROTECTED])
 (closes: #306704)
Files: 
 f9843a470b07c12bfbc8e22d175cbb94 579 utils optional xdu_3.0-13.dsc
 ab98bf6b1df117315d5973037b8d69e0 4853 utils optional xdu_3.0-13.diff.gz
 f9126a78e9e48ccdf92abf337de9e3ac 15434 utils optional xdu_3.0-13_i386.deb

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

iD8DBQFCcJlwsOGY15BXtdMRAtYdAJ92jWD17KGzGTtHLkUE5eRmX/yl7ACfR/v2
9l9D6R+uYBKgiE82X6W8jn4=
=Mo+1
-END PGP SIGNATURE-


Accepted:
xdu_3.0-13.diff.gz
  to pool/main/x/xdu/xdu_3.0-13.diff.gz
xdu_3.0-13.dsc
  to pool/main/x/xdu/xdu_3.0-13.dsc
xdu_3.0-13_i386.deb
  to pool/main/x/xdu/xdu_3.0-13_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: traduction de la description des paquets

2005-04-21 Thread Remi Vanicat
Resume in english: Sebastien Mazzucco want to contribute to the
traduction of some debian thing to french, And I tell him he should go
and ask on debian-devel-french or debian-l10n-french

sebastien mazzucco [EMAIL PROTECTED] writes:

 bonjour 

Bonjour,

En premier lieux, je voulais te signaler que debian-devel est une
mailing list en anglais. Donc si tu pouvais parler anglais ici, ou
alors tu peut aller sur une des mailing list en français, comme
debian-devel-french (http://lists.debian.org/debian-devel-french/) ou
debian-l10n-french (http://lists.debian.org/debian-l10n-french/) par
exemple. (l10n signifie localisation, cad (entre autre) traduction vers
le français).


 connaissant debian depuis peu je souhaiterai contribuer à ce projet
 grace à des traductions d'anglais vers le francais et tout
 particulierement en ce quiconcerne la desription des paquets ;
 malheureusement les FAQ semblent obseletes
 http://lists.debian.org/debian-devel/2001/01/msg02162.html datant de
 2001 : y at-il du nouveau? puis-je commencer la traduction des paquets
 les plus utilisés pour les postes de travail ? en quel format? mais
 surtout comme l'indique le liens ci-dessus est ce que une des 2
 techniques permettant d'inclure la traduction a- t-elle été adoptée?

Je te conseille de lire les messages du fils suivants:
http://groups.google.com/groups?threadm=3QMgU-7K3-23%40gated-at.bofh.it
en particulier le dernier message de la liste qui explique les
problèmes de DDTP


 je suis debutant sous linux-debian ( jardinier de metier ) et mes
 connaissances en informatique sont minimes ; malgré ceci il me tarde
 de pouvoir aider cet communauté!

Je suis persuader que sur l10n-french ils trouverons des choses à te
faire faire...

-- 
Rémi Vanicat


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted realtimebattle 1.0.7-5 (i386 source all)

2005-03-25 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 23 Mar 2005 22:27:34 +0100
Source: realtimebattle
Binary: realtimebattle-common realtimebattle
Architecture: source i386 all
Version: 1.0.7-5
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 realtimebattle - Programming game
 realtimebattle-common - Programming game
Changes: 
 realtimebattle (1.0.7-5) unstable; urgency=low
 .
   * Move image out of /usr/lib
   * Make RTB use the icon
   * Correction of the menu entry
   * use jikes and not gcj to compile the java files
Files: 
 3119ce014ec688005ddc571bba824cd6 702 games optional realtimebattle_1.0.7-5.dsc
 7d16438fb5646d60753054a2d9146f04 6819 games optional 
realtimebattle_1.0.7-5.diff.gz
 e6234e119681a835a0fafca25f805ae2 405024 games optional 
realtimebattle-common_1.0.7-5_all.deb
 1676935ea408ec3ccb5626df8993f146 317064 games optional 
realtimebattle_1.0.7-5_i386.deb

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

iD8DBQFCRDLtsOGY15BXtdMRAoBcAJ9jus58BvyLmMpyBhV/Jl9sNqVs2QCfU5D2
kAcuWGzU+sHSd8ANd1qWcnY=
=p2RN
-END PGP SIGNATURE-


Accepted:
realtimebattle-common_1.0.7-5_all.deb
  to pool/main/r/realtimebattle/realtimebattle-common_1.0.7-5_all.deb
realtimebattle_1.0.7-5.diff.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.7-5.diff.gz
realtimebattle_1.0.7-5.dsc
  to pool/main/r/realtimebattle/realtimebattle_1.0.7-5.dsc
realtimebattle_1.0.7-5_i386.deb
  to pool/main/r/realtimebattle/realtimebattle_1.0.7-5_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted realtimebattle 1.0.7-4 (i386 source all)

2005-03-18 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 20 Jan 2005 14:46:25 +0100
Source: realtimebattle
Binary: realtimebattle-common realtimebattle
Architecture: source i386 all
Version: 1.0.7-4
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 realtimebattle - Programming game
 realtimebattle-common - Programming game
Closes: 274270
Changes: 
 realtimebattle (1.0.7-4) unstable; urgency=low
 .
   * The Team Framework now compile with gcc-3.4 thanks to upstream
 (closes: #274270)
   * Split java bot and common file into realtimebattle-common
   * Make jBot use the java alternative
   * Correct the .robot scripts so they look at the correct place for
 their needed files
   * Move rtb-team out of /usr/share
Files: 
 039ecc3c20e4514e34ca7178f3f07756 684 games optional realtimebattle_1.0.7-4.dsc
 85dd454c45aef8cc37287f54c90e62ae 14105 games optional 
realtimebattle_1.0.7-4.diff.gz
 59cfef86131912f06722bb7e86234dba 623880 games optional 
realtimebattle-common_1.0.7-4_all.deb
 042b55fa989f71eb9bb3b69430fb0cce 316860 games optional 
realtimebattle_1.0.7-4_i386.deb

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

iD8DBQFB78bFsOGY15BXtdMRAgcpAJ9hRtjiAR07+BT5QLKO7jHirUwI8wCgkG96
2WRaCohGUlGrxKKebacI3Bo=
=+RFS
-END PGP SIGNATURE-


Accepted:
realtimebattle-common_1.0.7-4_all.deb
  to pool/main/r/realtimebattle/realtimebattle-common_1.0.7-4_all.deb
realtimebattle_1.0.7-4.diff.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.7-4.diff.gz
realtimebattle_1.0.7-4.dsc
  to pool/main/r/realtimebattle/realtimebattle_1.0.7-4.dsc
realtimebattle_1.0.7-4_i386.deb
  to pool/main/r/realtimebattle/realtimebattle_1.0.7-4_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: NEW handling ...

2005-03-17 Thread Remi Vanicat
Sven Luther [EMAIL PROTECTED] writes:

 Now the idea was to find some way to help them along, and this may be the
 solution to it. Notice that they still have veto right so nothing can get past
 them if thet don't want.

 Having them take positive action to counter the NEW review team or the
 automated scripts may speed things up somewhat though.

 /me wonders what the ratio of really-new over not-new NEW packages are anyway.

I've tried to find some information about it:

$ grep '^td valign=top class=[se][ix][dp][a-zA-Z0-9+.-]*/td' new.html | 
sed 's/.*\(.*\).*/\1/'  | wc
396 3964927
$ for i in $(grep '^td valign=top class=[se][ix][dp][a-zA-Z0-9+.-]*/td' 
new.html | sed 's/.*\(.*\).*/\1/' ); do grep-dctrl -eq -P ^$i$ 
ftp.fr.debian.org_debian_dists_sid_main_source_Sources  echo $i does exist || 
echo $i does not exist; done | grep does exist | wc
 69 2071415

so it seem that 69 of 396 packages are not really new in the queue the
17.03.2005 at 18:07:03(UTC)

Rémi Vanicat


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted aspell-fr 0.50-3-4 (i386 source)

2005-02-24 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 24 Feb 2005 12:11:53 +0100
Source: aspell-fr
Binary: aspell-fr
Architecture: source i386
Version: 0.50-3-4
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 aspell-fr  - French dictionary for aspell
Changes: 
 aspell-fr (0.50-3-4) unstable; urgency=low
 .
   * Added a versioned dependency on libaspell15 ( 0.60), since this
 dictionary will not work with earlier libaspell15 versions.
Files: 
 3335f436d581419f91e07ddaf5be26a9 633 text optional aspell-fr_0.50-3-4.dsc
 dc83b8c44b1ffe3c98813393e3e8c4d8 2332 text optional aspell-fr_0.50-3-4.diff.gz
 7e782c19710927bf1b22f74321065d74 6649280 text optional 
aspell-fr_0.50-3-4_i386.deb

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

iD8DBQFCHbtBsOGY15BXtdMRApKZAJsF7huSFHdRRTgAa3p80zKms4j7xACgjPNV
YJswOXldSh3jrZNWw+bPsIQ=
=fiP0
-END PGP SIGNATURE-


Accepted:
aspell-fr_0.50-3-4.diff.gz
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-4.diff.gz
aspell-fr_0.50-3-4.dsc
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-4.dsc
aspell-fr_0.50-3-4_i386.deb
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-4_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted aspell-fr 0.50-3-3 (i386 source)

2005-02-15 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 12 Feb 2005 17:45:18 +0100
Source: aspell-fr
Binary: aspell-fr
Architecture: source i386
Version: 0.50-3-3
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 aspell-fr  - French dictionary for aspell
Closes: 294858
Changes: 
 aspell-fr (0.50-3-3) unstable; urgency=low
 .
   * rebuilding for aspell 0.60 thanks to Brian Nelson [EMAIL PROTECTED]
 patch (closes: #294858)
   * debian/control: provide aspell6-dictionary, and build-depend on aspell
 ( 0.60).  This transitions the package to the new Aspell 0.60.
   * adding dictionaries-common support
Files: 
 bf2352a28275c3fa3aad88ae934128ff 633 text optional aspell-fr_0.50-3-3.dsc
 380f507255ce6f0901fd0bb08f4103fd 2426 text optional aspell-fr_0.50-3-3.diff.gz
 de7590dba0ec885ac8f8d713709993e7 6649184 text optional 
aspell-fr_0.50-3-3_i386.deb

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

iD8DBQFCDp5xsOGY15BXtdMRApo/AJ9So9OxwwJr+D7Og6AqADFM6Xcm5QCfQQ1A
si+d+oqRHev/ov53YfITe/k=
=UUfE
-END PGP SIGNATURE-


Accepted:
aspell-fr_0.50-3-3.diff.gz
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-3.diff.gz
aspell-fr_0.50-3-3.dsc
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-3.dsc
aspell-fr_0.50-3-3_i386.deb
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted realtimebattle 1.0.7-2 (i386 source)

2004-12-22 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 22 Dec 2004 10:49:01 +0100
Source: realtimebattle
Binary: realtimebattle
Architecture: source i386
Version: 1.0.7-2
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 realtimebattle - Programming game
Closes: 86755
Changes: 
 realtimebattle (1.0.7-2) unstable; urgency=low
 .
   * solve info installation problem (closes: #86755)
   * apply upstream patch for partial gcc-3.4 compilation.
 (it still fail on Team Framework for now).
Files: 
 d7eadcb6269f3f7bcefa2c5f033b65d2 635 games optional realtimebattle_1.0.7-2.dsc
 1f5b37b5e6cc3197dcddd320cb33cbf8 4670 games optional 
realtimebattle_1.0.7-2.diff.gz
 3a2c6a37788f584a7856b3e657080f79 935432 games optional 
realtimebattle_1.0.7-2_i386.deb

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

iD8DBQFByUdlsOGY15BXtdMRAk79AJ96Hk/mpwP45MuTHOYi7nUtukHlVgCfQ4Td
5mjeOJA0vAXGZXSYc2SqC5E=
=FSOI
-END PGP SIGNATURE-


Accepted:
realtimebattle_1.0.7-2.diff.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.7-2.diff.gz
realtimebattle_1.0.7-2.dsc
  to pool/main/r/realtimebattle/realtimebattle_1.0.7-2.dsc
realtimebattle_1.0.7-2_i386.deb
  to pool/main/r/realtimebattle/realtimebattle_1.0.7-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted realtimebattle 1.0.7-3 (i386 source)

2004-12-22 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 22 Dec 2004 15:25:59 +0100
Source: realtimebattle
Binary: realtimebattle
Architecture: source i386
Version: 1.0.7-3
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 realtimebattle - Programming game
Changes: 
 realtimebattle (1.0.7-3) unstable; urgency=low
 .
   * Added buildep on gcj for the java robot
Files: 
 c78a49ea0eb08649ed85c3cb12534524 640 games optional realtimebattle_1.0.7-3.dsc
 c93982a4365eae91a49d6edb958dc33c 4703 games optional 
realtimebattle_1.0.7-3.diff.gz
 c231484606015c983cb688f44dbb518f 923512 games optional 
realtimebattle_1.0.7-3_i386.deb

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

iD8DBQFByYkhsOGY15BXtdMRArYfAJ9BHLfasi582SBEL5mL9u8LyzFFxgCghVOu
8Lmj3UdDsCew+YTdKu+uF3A=
=hkd4
-END PGP SIGNATURE-


Accepted:
realtimebattle_1.0.7-3.diff.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.7-3.diff.gz
realtimebattle_1.0.7-3.dsc
  to pool/main/r/realtimebattle/realtimebattle_1.0.7-3.dsc
realtimebattle_1.0.7-3_i386.deb
  to pool/main/r/realtimebattle/realtimebattle_1.0.7-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted realtimebattle 1.0.7-1 (i386 source)

2004-12-20 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 17 Dec 2004 15:32:44 +0100
Source: realtimebattle
Binary: realtimebattle
Architecture: source i386
Version: 1.0.7-1
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 realtimebattle - Programming game
Changes: 
 realtimebattle (1.0.7-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 858ec2458607d0cf9e8022c13d56cb7f 637 games optional realtimebattle_1.0.7-1.dsc
 6d985fafbe537b2076a652facef38c94 1214851 games optional 
realtimebattle_1.0.7.orig.tar.gz
 f24f97fa85198faf1874fccda24b82d0 138827 games optional 
realtimebattle_1.0.7-1.diff.gz
 df5503b8843bb2b7b53bbfff9ee2496b 923268 games optional 
realtimebattle_1.0.7-1_i386.deb

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

iD8DBQFBxyxNsOGY15BXtdMRAjebAJ4heBcckpa5h9ouhK72jshPrr4avgCgj0rf
Lq2fIrrHVySuOO0MyQkhjjQ=
=AHtR
-END PGP SIGNATURE-


Accepted:
realtimebattle_1.0.7-1.diff.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.7-1.diff.gz
realtimebattle_1.0.7-1.dsc
  to pool/main/r/realtimebattle/realtimebattle_1.0.7-1.dsc
realtimebattle_1.0.7-1_i386.deb
  to pool/main/r/realtimebattle/realtimebattle_1.0.7-1_i386.deb
realtimebattle_1.0.7.orig.tar.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.7.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ocaml-doc 3.08.0-1 (all source)

2004-12-15 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 15 Dec 2004 16:15:02 +0100
Source: ocaml-doc
Binary: ocaml-doc
Architecture: source all
Version: 3.08.0-1
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 ocaml-doc  - Documentation for Objective Caml and Camlp4
Closes: 267421 285661
Changes: 
 ocaml-doc (3.08.0-1) unstable; urgency=low
 .
   * NMU Acknowledgment (thanks to Samuel).
   * Change the HTML registered index for the example
 (closes: #267421, #285661).
   * Added ocaml-team and Samuel Mimram has uploaders of this package
 (many thanks to him for hiswork).
Files: 
 40afc39b2b8bb87cc5914fd47343f534 633 non-free/doc optional 
ocaml-doc_3.08.0-1.dsc
 4a6dce6726b0091445b0af2f66942afb 3884559 non-free/doc optional 
ocaml-doc_3.08.0.orig.tar.gz
 8b6ea044f5dfaa32f3e91b9831a3831d 4081 non-free/doc optional 
ocaml-doc_3.08.0-1.diff.gz
 37445a64b676db0b19efbb976446c6ac 3919676 non-free/doc optional 
ocaml-doc_3.08.0-1_all.deb

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

iD8DBQFBwFUpsOGY15BXtdMRAibgAJsFfVb8suR4YeQhvpaM/km4jO+g7wCfQfLa
xUbrGHh7amy19+jQvan6XB0=
=DJdY
-END PGP SIGNATURE-


Accepted:
ocaml-doc_3.08.0-1.diff.gz
  to pool/non-free/o/ocaml-doc/ocaml-doc_3.08.0-1.diff.gz
ocaml-doc_3.08.0-1.dsc
  to pool/non-free/o/ocaml-doc/ocaml-doc_3.08.0-1.dsc
ocaml-doc_3.08.0-1_all.deb
  to pool/non-free/o/ocaml-doc/ocaml-doc_3.08.0-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xdu 3.0-12 (i386 source)

2004-12-14 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 13 Dec 2004 22:03:21 +0100
Source: xdu
Binary: xdu
Architecture: source i386
Version: 3.0-12
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 xdu- display the output of du in an X window
Closes: 280317
Changes: 
 xdu (3.0-12) unstable; urgency=low
 .
   * really apply the malloc patch (closes: #280317)
Files: 
 bfa15d166d2ff6edb4eb84445e1a924e 579 utils optional xdu_3.0-12.dsc
 4d50c6e7f63af9434b9a2810181307bb 4366 utils optional xdu_3.0-12.diff.gz
 8c5ac470770e21ff9093a3d947ba5185 15402 utils optional xdu_3.0-12_i386.deb

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

iD8DBQFBvyKOsOGY15BXtdMRAqo4AJ9jRRthkMbzc14I64nOMmcHeX95GQCdGyiy
IwYy9pW/jwP/XJ3Ub+wG55w=
=BTMM
-END PGP SIGNATURE-


Accepted:
xdu_3.0-12.diff.gz
  to pool/main/x/xdu/xdu_3.0-12.diff.gz
xdu_3.0-12.dsc
  to pool/main/x/xdu/xdu_3.0-12.dsc
xdu_3.0-12_i386.deb
  to pool/main/x/xdu/xdu_3.0-12_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xdu 3.0-11 (i386 source)

2004-09-09 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Sep 2004 08:48:09 +0200
Source: xdu
Binary: xdu
Architecture: source i386
Version: 3.0-11
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 xdu- display the output of du in an X window
Changes: 
 xdu (3.0-11) unstable; urgency=low
 .
   * remove malloc #define (tahnks to Andreas Jochens [EMAIL PROTECTED])
 (closes #259927)
Files: 
 8c810b5d0331684e76f52e3cd077353f 579 utils optional xdu_3.0-11.dsc
 28973168436ebd8b17a493480eec0018 4318 utils optional xdu_3.0-11.diff.gz
 cb550b19a6bfbe8eab2bae106eb05dc8 15358 utils optional xdu_3.0-11_i386.deb

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

iD8DBQFBQGGwsOGY15BXtdMRAlsPAJ90dcQ4tpddWlLAsNjR3VqNltiDSgCff3za
brf54tjkfuWFAQpybPDcLL4=
=j40p
-END PGP SIGNATURE-


Accepted:
xdu_3.0-11.diff.gz
  to pool/main/x/xdu/xdu_3.0-11.diff.gz
xdu_3.0-11.dsc
  to pool/main/x/xdu/xdu_3.0-11.dsc
xdu_3.0-11_i386.deb
  to pool/main/x/xdu/xdu_3.0-11_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted ocaml-tools 2004.03.18-1 (all source)

2004-03-18 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 18 Mar 2004 17:34:32 +0100
Source: ocaml-tools
Binary: ocaml-tools
Architecture: source all
Version: 2004.03.18-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 ocaml-tools - Various tools for ocaml programmers
Closes: 235720 238257
Changes: 
 ocaml-tools (2004.03.18-1) unstable; urgency=low
 .
   * OCamlMakefile: new upstream: do not look anymore for
 dependency into the system library (Closes: #238257).
   * Change URL in copyright file, (Closes: #235720).
Files: 
 2352e9f490007bd0db61aa7582176cdd 830 devel optional ocaml-tools_2004.03.18-1.dsc
 af227a64d317d8c4fb687708846d6dfd 41165 devel optional 
ocaml-tools_2004.03.18.orig.tar.gz
 370ed9d67ba20fa9260f7c0f20788131 4176 devel optional ocaml-tools_2004.03.18-1.diff.gz
 5f3eb9f49295a1a2be4c9a74be47b827 53804 devel optional ocaml-tools_2004.03.18-1_all.deb

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

iD8DBQFAWfQksOGY15BXtdMRAuUWAJ96gGFrZbE8E/VxRFjlidybvgfKbQCfWz3G
Uyxk0/XZv1W7qjuE3BBRLhk=
=OPwd
-END PGP SIGNATURE-


Accepted:
ocaml-tools_2004.03.18-1.diff.gz
  to pool/main/o/ocaml-tools/ocaml-tools_2004.03.18-1.diff.gz
ocaml-tools_2004.03.18-1.dsc
  to pool/main/o/ocaml-tools/ocaml-tools_2004.03.18-1.dsc
ocaml-tools_2004.03.18-1_all.deb
  to pool/main/o/ocaml-tools/ocaml-tools_2004.03.18-1_all.deb
ocaml-tools_2004.03.18.orig.tar.gz
  to pool/main/o/ocaml-tools/ocaml-tools_2004.03.18.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Nommage de paquet debian

2004-03-15 Thread Remi Vanicat
Georges Roux [EMAIL PROTECTED] writes:

 Bonjour,

 Voila mon probleme je fabrique un paquet debian que je nomme
 du nom du logiciel - version - release donc logiciel-0.6.0-0
 cependant il s'agit d'une pre-version donc j'ai mis logiciel-0.6.0-0pre5
 mais comme le paquet ce developpe et change constamment j'en suis a
 numeroter les pre-versions
 genre logiciel-0.6.0-0pre5_01 j'en viens a me demander si une date
 serais plus juste a la place de _01
 cependant avec une date mon serveur apt ne gere pas bien la mise a jour

Re: Nommage de paquet debian

2004-03-15 Thread Remi Vanicat
Remi Vanicat [EMAIL PROTECTED] writes:

 Georges Roux [EMAIL PROTECTED] writes:

 Bonjour,

 Voila mon probleme je fabrique un paquet debian que je nomme
 du nom du logiciel - version - release donc logiciel-0.6.0-0
 cependant il s'agit d'une pre-version donc j'ai mis logiciel-0.6.0-0pre5
 mais comme le paquet ce developpe et change constamment j'en suis a
 numeroter les pre-versions
 genre logiciel-0.6.0-0pre5_01 j'en viens a me demander si une date
 serais plus juste a la place de _01
 cependant avec une date mon serveur apt ne gere pas bien la mise a jour.

 Alors voila, quel doit etre la norme dans ce cas la?

 il faut noter les date sous la forme MMDD : le 20/03/2004 ce note
 20040320. c'est une notation classique, bien connus et qui a l'avantage
 que l'ordre des dates est le même que l'ordre des nombres.

j'ai oublier, et c'est important, faut être sur aussi que la version
0.6.0 soit plus grande que les versions pre. (pour dpkg et consort)
sinon, ben ça va poser des problèmes à l'upgrade quand la version
final va sortir. Après commet faire, je sais plus. (mais en général,
0.5.99 est mieux que 0.6.0, mais bien sur faut essayer de suivre les
numéros de upstream, et donc garder 0.6.0, enfin c'est pas simple
quoi). 

A oui, quand même, avoir des dates comme version debian, c'est pas
courant. Donc bof. (par version debian, je parle du machin après le _)
a oui aussi, c'est plutôt logiciel_0.6.0-pre5-1.

Enfin, en gros je conseil la lecture de la debian policy a ce sujet :
http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version

Pour avoir une idée exacte de quoi il retourne.
-- 
Rémi Vanicat




Accepted realtimebattle 1.0.6-2 (i386 source)

2004-01-03 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  3 Jan 2004 12:11:31 +0100
Source: realtimebattle
Binary: realtimebattle
Architecture: source i386
Version: 1.0.6-2
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 realtimebattle - Programming game
Closes: 225604
Changes: 
 realtimebattle (1.0.6-2) unstable; urgency=low
 .
   * Don't use dh_installinfo, but directly install-info (closes: #225604).
   * change name of RealTimeBattle.info.gz to realtimebattle.info.gz.
Files: 
 ca8c5cb38b72b0dd1b777e2b74ad 635 games optional realtimebattle_1.0.6-2.dsc
 a0b3a33eb54c4843c415a68d30f108bd 60757 games optional realtimebattle_1.0.6-2.diff.gz
 9e6b830539bf7080e83f2a17afc7a038 308306 games optional realtimebattle_1.0.6-2_i386.deb

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

iD8DBQE/9u93sOGY15BXtdMRAjAOAJ0R7AEQy4s3TMQSUlLajYEgieQdBQCfWvK3
/eqgjertTpThVZFZUFfUt3M=
=UCj6
-END PGP SIGNATURE-


Accepted:
realtimebattle_1.0.6-2.diff.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.6-2.diff.gz
realtimebattle_1.0.6-2.dsc
  to pool/main/r/realtimebattle/realtimebattle_1.0.6-2.dsc
realtimebattle_1.0.6-2_i386.deb
  to pool/main/r/realtimebattle/realtimebattle_1.0.6-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted realtimebattle 1.0.6-1 (i386 source)

2003-12-18 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  5 Dec 2003 13:58:23 +0100
Source: realtimebattle
Binary: realtimebattle
Architecture: source i386
Version: 1.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 realtimebattle - Programming game
Closes: 134033 192461 221274
Changes: 
 realtimebattle (1.0.6-1) unstable; urgency=low
 .
   * New upstream release
   * New Maintener (Remi Vanicat [EMAIL PROTECTED])
   * Compile now with g++ 3.3 (closes: #134033, #192461)
   * Acknowledge NMU from Matthias Klose [EMAIL PROTECTED] :
 (closes: #221274)
Files: 
 04c46af212244ff5eb3cd15017c79e48 634 games optional realtimebattle_1.0.6-1.dsc
 9a6e4e8619719b63296923a8135096dd 809254 games optional 
realtimebattle_1.0.6.orig.tar.gz
 8f02c9af8f7d268c23306d62f7a151c0 4227 games optional realtimebattle_1.0.6-1.diff.gz
 46d842858ee7c8748802ec610fc05b9b 308618 games optional realtimebattle_1.0.6-1_i386.deb

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

iD8DBQE/4elcsOGY15BXtdMRAt8uAJ4wtlned7brNw30ZV83eE6uwKsN1wCfTuGb
lQeaBY5mgzOuQSP9DADeqIQ=
=maj4
-END PGP SIGNATURE-


Accepted:
realtimebattle_1.0.6-1.diff.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.6-1.diff.gz
realtimebattle_1.0.6-1.dsc
  to pool/main/r/realtimebattle/realtimebattle_1.0.6-1.dsc
realtimebattle_1.0.6-1_i386.deb
  to pool/main/r/realtimebattle/realtimebattle_1.0.6-1_i386.deb
realtimebattle_1.0.6.orig.tar.gz
  to pool/main/r/realtimebattle/realtimebattle_1.0.6.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: search-citeseer_0.1-1_i386.changes REJECTED

2003-10-21 Thread Remi Vanicat
Marc Haber [EMAIL PROTECTED] writes:

 On Fri, 17 Oct 2003 12:22:33 +0200, Wouter Verhelst [EMAIL PROTECTED]
 wrote:
James is ftp-master, DAM, autobuilder admin, and part of the
debian-admin team as well. He does the things he does the way he does
them not because he doesn't like you, but because that's the most
efficient use of his time. He doesn't have time to explain the
nitty-gritty details of each and every decision he makes. Above all,
he's got the most important property for any sysadmin: 'a reasonable
amount of paranoia'. That might mean that at times he won't trust some
of us, but I think that's a good thing, not a bad one. His only downside
is that he's not so communicative, but hey, nobody's perfect.

 That man is too damn important. If there is no time to be polite, that
 needs to be changed.

Oh, please, I don't find his reply impolite, just factual.

-- 
Rémi Vanicat




Accepted xdu 3.0-10 (i386 source)

2003-10-19 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 19 Oct 2003 18:41:06 +0200
Source: xdu
Binary: xdu
Architecture: source i386
Version: 3.0-10
Distribution: unstable
Urgency: low
Maintainer: remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 xdu- display the output of du in an X window
Closes: 206606
Changes: 
 xdu (3.0-10) unstable; urgency=low
 .
   * Dpatchification
   * Overriding the text widget's translation table (closes: #206606)
Files: 
 7e88fcfaef7a9708b918f85ac2757d6c 579 utils optional xdu_3.0-10.dsc
 dd95e005af2381b33b67c9a820ef112f 3976 utils optional xdu_3.0-10.diff.gz
 44f0f3d3839ca1b07856217f22962cc5 15302 utils optional xdu_3.0-10_i386.deb

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

iD8DBQE/ksR1sOGY15BXtdMRAhHfAKCDMdmzDAoEtStNUFBAJDlt+PgBegCeNvrF
dqS0d6T94EzWiVdkK4PEusw=
=eZyO
-END PGP SIGNATURE-


Accepted:
xdu_3.0-10.diff.gz
  to pool/main/x/xdu/xdu_3.0-10.diff.gz
xdu_3.0-10.dsc
  to pool/main/x/xdu/xdu_3.0-10.dsc
xdu_3.0-10_i386.deb
  to pool/main/x/xdu/xdu_3.0-10_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xdu 3.0-9 (i386 source)

2003-10-16 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 15 Oct 2003 12:11:42 +0200
Source: xdu
Binary: xdu
Architecture: source i386
Version: 3.0-9
Distribution: unstable
Urgency: low
Maintainer: remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 xdu- display the output of du in an X window
Closes: 125867
Changes: 
 xdu (3.0-9) unstable; urgency=low
 .
   * Removing trailing newline in the xdu title
 (thanks to Flavio Stanchina's patch, closes: #125867)
Files: 
 fed07ec3cc3d0294b1e04ac99f32f6c2 559 utils optional xdu_3.0-9.dsc
 8b313525ed2914fdc45d7772d1b7cf6e 3085 utils optional xdu_3.0-9.diff.gz
 1e78f6f22fd59a32b6da56ef363d79d0 15168 utils optional xdu_3.0-9_i386.deb

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

iD8DBQE/jR5PsOGY15BXtdMRAmzSAJ0V/ZgLJCnQG1avHigL5r9loLdc+QCeMmG5
eumnmIdAPy+gWY2ubxcX8Ns=
=y5eM
-END PGP SIGNATURE-


Accepted:
xdu_3.0-9.diff.gz
  to pool/main/x/xdu/xdu_3.0-9.diff.gz
xdu_3.0-9.dsc
  to pool/main/x/xdu/xdu_3.0-9.dsc
xdu_3.0-9_i386.deb
  to pool/main/x/xdu/xdu_3.0-9_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xdu 3.0-8 (i386 source)

2003-09-30 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 30 Sep 2003 10:59:17 +0200
Source: xdu
Binary: xdu
Architecture: source i386
Version: 3.0-8
Distribution: unstable
Urgency: low
Maintainer: remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 xdu- display the output of du in an X window
Changes: 
 xdu (3.0-8) unstable; urgency=low
 .
   * New maintainer (remi Vanicat [EMAIL PROTECTED])
   * Update to debian Policy 3.6.1 (no change needed)
Files: 
 ca0af7c8ae4d5e01eedc958008f86ac1 559 utils optional xdu_3.0-8.dsc
 ec201aac1bb47bb17c134ac0b85e520c 2794 utils optional xdu_3.0-8.diff.gz
 6509ad6688ab974888a36801539b42ec 15066 utils optional xdu_3.0-8_i386.deb

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

iD8DBQE/eUZzsOGY15BXtdMRAl9aAJ9MMrHRKU/4UuUj7uhZDiJRUIw68gCfW3wL
wx4vUWOSTrE1DY1zu9/69yQ=
=ALIK
-END PGP SIGNATURE-


Accepted:
xdu_3.0-8.diff.gz
  to pool/main/x/xdu/xdu_3.0-8.diff.gz
xdu_3.0-8.dsc
  to pool/main/x/xdu/xdu_3.0-8.dsc
xdu_3.0-8_i386.deb
  to pool/main/x/xdu/xdu_3.0-8_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Trouver les paquets qui dépendent d'un paquet donné

2003-09-29 Thread Remi Vanicat
Francois Bottin [EMAIL PROTECTED] writes:

 Quoting Christian Perrier [EMAIL PROTECTED]:

 
 Je m'aperçois que je ne sais en fait pas faire cela...
 
 L'un(e) de vous sait-il(elle) comment on peut faire ?
 
 Je viens fort bêtement de supprimer libnet-perl de mon système.et
 tout ce qui en dépendait a dégagé.. :(
 
 Ca m'apprendra à lancer apt-get -y dist-upgrade (la seule fois que
 je l'ai fait depuis 6 mois, il a fallu que ce soit à un moment où il
 valait mieux éviter...)

sur, ne jamais le faire, mois je fais un
apt-get -yes dist-upgrade --donwload-only

et une fois que tout est dans le cache je fais le
apt-get dist-upgrade

(on perd moins de temps a attendre la fin des téléchargements comme
ça, et on évite le risque inhérent au dist-upgrade -yes)

 
 Merci de me mettre en copie de vos éventuelles réponses...
 

 La réponse est : apt-cache showpkg paquet

 Sur ma woody un peu modifiée, ça donne :

 [EMAIL PROTECTED]:~$ apt-cache showpkg libnet-perl
 Package: libnet-perl
 Versions: 
 1:1.09.01-1(/var/lib/apt/lists/ftp.u-strasbg.fr_debian_dists_stable_main_binary-i386_Packages)(/var/lib/dpkg/status)

 Reverse Depends: 
   amavis-postfix,libnet-perl

[...]


 C'est surtout la partie «Reverse Depends» qui te sera utile...

Il y a toutefois un défaut a cette technique : on obtient pas les
paquets qui dépende des paquet qui dépende de libnet-perl


 François.


-- 
Rémi Vanicat
[EMAIL PROTECTED]




Re: Debian policy about experimental ?

2003-09-21 Thread Remi Vanicat
Santiago Vila [EMAIL PROTECTED] writes:

 If the snaphots are betas for version 1.5, the solution is to give it
 a version number like 2:1.4.20030921-1, so that whenever 1.5 is
 officially released you can upload it to unstable as 2:1.5-1.

 [ If the snapshots are betas for 1.4.1, use 2:1.4.0.20030921-1
 instead, etc. ]

Why use epoch ? 1.4.0.20030921-1 should work (or am i missing something
here ?)

epoch should only be used when needed...

-- 
Rémi Vanicat
[EMAIL PROTECTED]




Re: ocaml compiled binaries and rpath

2003-04-10 Thread Remi Vanicat
Martin Pitt [EMAIL PROTECTED] writes:

 Hi!

 I'm just packaging planets (#187988) which is written in ML and
 compiled with ocaml. The problem is that the ocaml linker uses the
 rpath feature (i. e. hardcoded libary paths).

I don't know the answer, but you should ask on
debian-ocaml-maint@lists.debian.org, where you will find several
debian maintainer that have packaged ocaml program

[...]

-- 
Rémi Vanicat
[EMAIL PROTECTED]
http://dept-info.labri.u-bordeaux.fr/~vanicat




Accepted aspell-fr 0.50-3-2 (i386 source)

2003-01-23 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 23 Jan 2003 12:40:33 +0100
Source: aspell-fr
Binary: aspell-fr
Architecture: source i386
Version: 0.50-3-2
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 aspell-fr  - French dictionary for aspell
Changes: 
 aspell-fr (0.50-3-2) unstable; urgency=low
 .
   * Removing the uploader (Jerome Marant [EMAIL PROTECTED])
   * Changing the dependency for more accuracy.
Files: 
 5ceaa7c79277b5c1a50cd2cb7c0e01a7 597 text optional aspell-fr_0.50-3-2.dsc
 2ed1bf59d91c16a297bdbb0941883f46 1748 text optional aspell-fr_0.50-3-2.diff.gz
 504dbbd1399618bf292eddfa02023a86 9367076 text optional aspell-fr_0.50-3-2_i386.deb

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

iD8DBQE+L9rAsOGY15BXtdMRAvRQAJ40QhcFxsEn7D1pRzZnQsR5t8XH+wCdGPhd
QzxifzMVVR0VS36PwmUoxIc=
=i/dh
-END PGP SIGNATURE-


Accepted:
aspell-fr_0.50-3-2.diff.gz
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-2.diff.gz
aspell-fr_0.50-3-2.dsc
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-2.dsc
aspell-fr_0.50-3-2_i386.deb
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Accepted aspell-fr 0.50-3-1 (i386 source)

2003-01-18 Thread Remi Vanicat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 13 Jan 2003 11:35:42 +0100
Source: aspell-fr
Binary: aspell-fr
Architecture: source i386
Version: 0.50-3-1
Distribution: unstable
Urgency: low
Maintainer: Remi Vanicat [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 aspell-fr  - French dictionary for aspell
Changes: 
 aspell-fr (0.50-3-1) unstable; urgency=low
 .
   * New upstream release
   * New maintainer.
   * New aspell version
Files: 
 a69a0aea72516c477f2b980d30c6e34c 642 text optional aspell-fr_0.50-3-1.dsc
 3c4c1dec14301810790dc0015d97aab1 1458657 text optional aspell-fr_0.50-3.orig.tar.gz
 a3b379d1f551c7fc078320a827a41e60 1693 text optional aspell-fr_0.50-3-1.diff.gz
 4f809d11b7fb2ef41ebfc95b6ca84b19 9367014 text optional aspell-fr_0.50-3-1_i386.deb

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

iD8DBQE+KTWQsOGY15BXtdMRAkx4AJ0aq9Wf8pzJXBdiT6A/m0qJGoQUSACfRguw
7oPqjNjPArDzSZixAIeMyHo=
=0CSM
-END PGP SIGNATURE-


Accepted:
aspell-fr_0.50-3-1.diff.gz
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-1.diff.gz
aspell-fr_0.50-3-1.dsc
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-1.dsc
aspell-fr_0.50-3-1_i386.deb
  to pool/main/a/aspell-fr/aspell-fr_0.50-3-1_i386.deb
aspell-fr_0.50-3.orig.tar.gz
  to pool/main/a/aspell-fr/aspell-fr_0.50-3.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Accepted ocaml 3.06-6.1 (i386 source all)

2002-09-24 Thread Remi Vanicat

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 24 Sep 2002 11:46:27 +0200
Source: ocaml
Binary: ocaml-native-compilers ocaml-base ocaml ocaml-source
Architecture: source all i386
Version: 3.06-6.1
Distribution: unstable
Urgency: low
Maintainer: Sven Luther [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 ocaml  - ML language implementation with a class-based object system
 ocaml-base - Runtime system for ocaml bytecode executables
 ocaml-native-compilers - Native code compilers of the ocaml suite (the .opt ones)
 ocaml-source - Sources for Objectif Caml
Changes: 
 ocaml (3.06-6.1) unstable; urgency=low
 .
   * (NMU) recompile at maintener request
Files: 
 47480e4f0fdaaee0caeb987398cdd245 644 devel optional ocaml_3.06-6.1.dsc
 52dc166dd5296a1e3bd77fb409d83b7f 33782 devel optional ocaml_3.06-6.1.diff.gz
 c7bb6b4f5318579cf3e4e6ff282a7c99 2463640 devel optional ocaml-source_3.06-6.1_all.deb
 9a381c8ce67575501ae62e40ff1af245 6446388 devel optional ocaml_3.06-6.1_i386.deb
 465b7698cb503692e3b341b3cff10ac3 2311812 devel optional 
ocaml-native-compilers_3.06-6.1_i386.deb
 2062b8d2ece63ce490676891cae1a59c 171068 devel optional ocaml-base_3.06-6.1_i386.deb

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

iD8DBQE9kEWvsOGY15BXtdMRAt0xAJ9RexWju6QH45OTmzbCl/OXNDh3UgCfY9ZK
FYIFMA4REsRW8QSVZBZJsoY=
=Qaec
-END PGP SIGNATURE-


Accepted:
ocaml-base_3.06-6.1_i386.deb
  to pool/main/o/ocaml/ocaml-base_3.06-6.1_i386.deb
ocaml-native-compilers_3.06-6.1_i386.deb
  to pool/main/o/ocaml/ocaml-native-compilers_3.06-6.1_i386.deb
ocaml-source_3.06-6.1_all.deb
  to pool/main/o/ocaml/ocaml-source_3.06-6.1_all.deb
ocaml_3.06-6.1.diff.gz
  to pool/main/o/ocaml/ocaml_3.06-6.1.diff.gz
ocaml_3.06-6.1.dsc
  to pool/main/o/ocaml/ocaml_3.06-6.1.dsc
ocaml_3.06-6.1_i386.deb
  to pool/main/o/ocaml/ocaml_3.06-6.1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Accepted ocaml-doc 3.06-1 (all source)

2002-08-21 Thread Remi Vanicat

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 20 Aug 2002 18:41:56 +0200
Source: ocaml-doc
Binary: ocaml-doc
Architecture: source all
Version: 3.06-1
Distribution: unstable
Urgency: low
Maintainer: Vanicat Rémi [EMAIL PROTECTED]
Changed-By: Remi Vanicat [EMAIL PROTECTED]
Description: 
 ocaml-doc  - Documentation for Objective Caml and Camlp4
Closes: 137776
Changes: 
 ocaml-doc (3.06-1) unstable; urgency=low
 .
   * New upstream (closes: #137776)
   * corrected the examples
Files: 
 5bc69b3d2a578948f119a1e6ba58c651 571 non-free/doc optional ocaml-doc_3.06-1.dsc
 0ad7eb50c6db2f73bc5d360b38708208 3594425 non-free/doc optional 
ocaml-doc_3.06.orig.tar.gz
 6c0ac0cfb6965fc9ca6b3b1696b657b5 3419 non-free/doc optional ocaml-doc_3.06-1.diff.gz
 e247cecdf7d536794d3bd5ee1b81021d 3622056 non-free/doc optional 
ocaml-doc_3.06-1_all.deb

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

iD8DBQE9Y/x9sOGY15BXtdMRAi/aAJ9ja87ob9fxKzz3FupH5Hh8J2dDxwCdHG82
9qwHKaryYgw09e9W6QsaLJM=
=XU9V
-END PGP SIGNATURE-


Accepted:
ocaml-doc_3.06-1.diff.gz
  to pool/non-free/o/ocaml-doc/ocaml-doc_3.06-1.diff.gz
ocaml-doc_3.06-1.dsc
  to pool/non-free/o/ocaml-doc/ocaml-doc_3.06-1.dsc
ocaml-doc_3.06-1_all.deb
  to pool/non-free/o/ocaml-doc/ocaml-doc_3.06-1_all.deb
ocaml-doc_3.06.orig.tar.gz
  to pool/non-free/o/ocaml-doc/ocaml-doc_3.06.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: What's up with kdelibs3-dev ?

2002-04-15 Thread Remi VANICAT
Mateusz Papiernik [EMAIL PROTECTED] writes:

 Hi!
 
 I want to package Kadu, a Gadu Gadu client for linux, but not for
 debian, because I'm not yet developer. I want to package it for
 author, because he want to publish package on Kadu's webpage.
 But there is one problem. Kadu is written in QT3/KDE3 and in debian
 there is not kdelibs3-dev, so Kadu doesn't compile. When do you

kdelibs-dev is what you want.

-- 
Rémi Vanicat
[EMAIL PROTECTED]
http://dept-info.labri.u-bordeaux.fr/~vanicat


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]