Bug#864079: ITP: backuppc-rsync -- rsync optimised for BackupPC backup utility

2017-06-04 Thread Ludovic Drolez
Package: wnpp
Severity: wishlist
Owner: Ludovic Drolez 

* Package name: backuppc-rsync
  Version : 3.0.9.7
  Upstream Author : Craig Barratt 
* URL : https://github.com/backuppc/rsync-bpc
* License : GPL
  Programming Lang: C
  Description : rsync optimised for BackupPC backup utility

Rsync-bpc is a customized version of rsync that is used as part of
BackupPC, an open source backup system.

The main change to rsync is adding a shim layer (in the subdirectory
backuppc, and in bpc_sysCalls.c) that emulates the system calls for
accessing the file system so that rsync can directly read/write files
in BackupPC's format.



Bug#863319: ITP: libbackuppc-xs-perl -- Perl module for BackupPC v4

2017-05-25 Thread Ludovic Drolez
Package: wnpp
Severity: wishlist
Owner: Ludovic Drolez 

* Package name: libbackuppc-xs-perl
  Version : 0.53
  Upstream Author : Craig Barratt 
* URL : https://github.com/backuppc/backuppc-xs/releases
* License : GPL
  Programming Lang: C
  Description : Perl module for BackupPC v4

BackupPC::XS implements various BackupPC functions in a perl-callable module
and is now needed to package BackupPC version 4.x



New swish-e package: more filters for indexing office files

2007-10-17 Thread Ludovic Drolez
Hi!

I've just uploaded a new swish-e package. I've updated the filter rules
and added a sample swish.config file to easily index all kind of
OOo/MSoffice files (ppt, doc, xls). It's based on a running setup which indexes
100GB of office files daily.

Feel free to test and report any bug !

Cheers,

-- 
Ludovic Drolez.

http://zaurus.palmopensource.com   - The Zaurus Open Source Portal
http://www.drolez.com  - Personal site - Linux, Zaurus and PalmOS stuff


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



New adzapper package with Konqueror AdBlocK support

2007-09-26 Thread Ludovic Drolez
Hi !

I've uploaded a new adzapper package (20070317-2), which generates a file
compatible with Konqueror's adblock feature. Just import the file
/var/lib/adzapper/konqueror.txt in the adblock panel.

Feel free to send me any suggestion.

Cheers,

-- 
Ludovic Drolez.

http://www.palmopensource.com   - The Palm Open Source Portal
http://www.drolez.com  - Personal site - Linux, Zaurus and PalmOS stuff


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



Bug#380999: RFH: mc -- midnight commander - a powerful file manager

2006-08-01 Thread Ludovic Drolez
Package: wnpp
Severity: normal

I request assistance with maintaining the mc package. I'm currently the
only active maintainer for the mc package, and there's around 80 bugs to
fix in the BTS.
Most of the bugs are upstream, so the main tasks would be:
- to check if the bugs in the BTS aren't already fixed
- ask for more information when bugs are not reproductible
- report the upstream bugs to the upstream BTS

There's already a CVS on alioth to ease the collaboration on mc, 
http://alioth.debian.org/projects/pkg-mc/, but keep in mind that
the current maintaining policy is to keep the number of Debian patches
to mc as low as possible, to make upstream updates as easy as possible.

So to sum up, joining the Debian mc team will be mainly a BTS job (so
you don't even need to be an official Debian Developer).

Cheers,

   Ludovic Drolez.


The package description is:
 GNU Midnight Commander is a text-mode full-screen file manager. It
 uses a two panel interface and a subshell for command execution. It
 includes an internal editor with syntax highlighting and an internal
 viewer with support for binary files. Also included is Virtual
 Filesystem (VFS), that allows files on remote systems (e.g. FTP, SSH,
 SMB servers) and files inside archives to be manipulated like real files.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Re: Bug#276306: dpkg -P backuppc fails (debconf problem ?)

2004-10-20 Thread Ludovic Drolez


Frank Küster wrote:
> Ludovic Drolez <[EMAIL PROTECTED]> schrieb:
> 
> 
>>The postinst script seems to be stuck in db_purge, a line which was
>>added automatically:
> 
> 
> The postinst script is not executed upon purging a package. Probably you
> mean the postrm script?

Yes.

> 
>>...
>># Automatically added by dh_installdebconf
>>if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
>> . /usr/share/debconf/confmodule
>> db_purge
>>fi
>># End automatically added section
>>...
>>
>>So it may be a bug in dpkg ?
> 
> 
> Please try to debug by putting a "set -x" into
> /var/lib/dpkg/info/backuppc.postrm (or prerm, whatever it is). If it
> really hangs at db_purge, it may be a bug in debconf. You should know
> that. 

Yes, I've alread tried the 'set -x'. That's how I found it was stuck in 
db_purge...

I've tried debconf 1.4.30.5, 1.4.30.8 and 1.4.39. They're all stuck in db_purge,
waiting for something from stdin !

-- 
Ludovic Drolez.

http://www.palmopensource.com   - The PalmOS Open Source Portal
http://www.drolez.com  - Personal site - Linux and PalmOS stuff




Re: dpkg -P backuppc fails

2004-10-19 Thread Ludovic Drolez
Hi,
giuseppe:~# dpkg -P backuppc
(Reading database ... 87999 files and directories currently installed.)
Removing backuppc ...
Stopping backuppc: ok.
Purging configuration files for backuppc ...
and stop...

The postinst script seems to be stuck in db_purge, a line which was added 
automatically:

...
# Automatically added by dh_installdebconf
if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_purge
fi
# End automatically added section
...
So it may be a bug in dpkg ?
  Ludo.



Bug#171686: ITP: adzapper -- squid_redirect advertisement zapper

2002-12-04 Thread Ludovic Drolez
Package: wnpp
Version: N/A; reported 2002-12-04
Severity: wishlist

* Package name: adzapper
  Version : 20021128
  Upstream Author : Cameron Simpson <[EMAIL PROTECTED]>
* URL : http://adzapper.sourceforge.net/
* License : BSD
  Description : squid_redirect advertisement zapper

A redirector for squid that intercepts advertising (banners, popup
windows, flash animations, etc), page counters and some web bugs (as
found). This has both aesthetic and bandwidth benefits.

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux joebar 2.4.20-k6 #2 Sun Dec 1 13:39:44 EST 2002 i686
Locale: LANG=C, LC_CTYPE=C





Bug#158874: ITP: backuppc -- A high-performance, enterprise-grade system for backing up PCs

2002-08-30 Thread Ludovic Drolez
Package: wnpp
Version: N/A; reported 2002-08-30
Severity: wishlist

* Package name: backuppc
  Version : 1.5.0
  Upstream Author : Craig BarrattName <[EMAIL PROTECTED]> 
* URL : http://sourceforge.net/projects/backuppc/
* License : GPL
  Description : A high-performance, enterprise-grade system for backing up 
PCs

BackupPC is a high-performance, enterprise-grade system for backing up
Linux, WinXX PCs, and laptops to a server's disk. Features include
clever pooling of identical files, no client-side software, and a
powerful Apache/CGI user interface.

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux ovronnaz 2.4.18-k7 #1 Sun Apr 14 13:19:11 EST 2002 i686
Locale: LANG=fr_FR, LC_CTYPE=fr_FR