Bug#341832: Please check the presence of DB_CONFIG file for BDB backend

2005-12-03 Thread Cedric Delfosse
Package: slapd
Version: 2.2.26-5
Severity: wishlist

Experience told me that it is very important for BDB backend stability to have
a DB_CONFIG file in the database path.

I modified a bit /etc/init.d/slapd so that it checks the presence of this file.
Please find attached the patch.

Here's an example of output if the file is not present:

# /etc/init.d/slapd restart
Stopping OpenLDAP: slapd.
Starting OpenLDAP: Warning: DB_CONFIG not present in /var/lib/ldap, please read 
/usr/share/doc/slapd/README.DB_CONFIG.gz, running BDB recovery, slapd.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages slapd depends on:
ii  coreutils [fileutils] 5.93-5 The GNU core utilities
ii  debconf   1.4.59 Debian configuration management sy
ii  fileutils 5.93-5 The GNU file management utilities 
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libdb4.2  4.2.52-20  Berkeley v4.2 Database Libraries [
ii  libiodbc2 3.52.3-1   iODBC Driver Manager
ii  libldap-2.2-7 2.2.26-5   OpenLDAP libraries
ii  libltdl3  1.5.20-2   A system independent dlopen wrappe
ii  libperl5.85.8.7-8Shared Perl library
ii  libsasl2  2.1.19-1.7 Authentication abstraction library
ii  libslp1   1.2.1-3OpenSLP libraries
ii  libssl0.9.8   0.9.8a-4   SSL shared libraries
ii  libwrap0  7.6.dbs-8  Wietse Venema's TCP wrappers libra
ii  perl [libmime-base64-perl]5.8.7-8Larry Wall's Practical Extraction 
ii  psmisc21.8-1 Utilities that use the proc filesy

Versions of packages slapd recommends:
ii  db4.2-util4.2.52-20  Berkeley v4.2 Database Utilities
pn  libsasl2-modules   (no description available)

-- debconf information:
  slapd/fix_directory: true
* shared/organization: MAFIA
  slapd/upgrade_slapcat_failure:
* slapd/backend: LDBM
* slapd/allow_ldap_v2: false
* slapd/no_configuration: false
* slapd/move_old_database: true
  slapd/suffix_change: false
  slapd/slave_databases_require_updateref:
* slapd/dump_database_destdir: /var/backups/slapd-VERSION
  slapd/autoconf_modules: true
* slapd/domain: linbox.com
  slapd/password_mismatch:
* slapd/invalid_config: true
  slapd/upgrade_slapadd_failure:
* slapd/dump_database: when needed
* slapd/migrate_ldbm_to_bdb: false
* slapd/purge_database: false
--- slapd.old   2005-12-03 14:55:35.0 +0100
+++ slapd   2005-12-03 15:00:43.0 +0100
@@ -235,6 +235,18 @@
 start() {
echo -n "Starting OpenLDAP:"
trap 'report_failure' 0
+
+   bdb_envs=`find_bdb_envs`
+
+   # We care only about BDB environments
+   if [ ! -z "$bdb_envs" ]; then
+   for dbdir in $bdb_envs; do
+   if [ ! -e $dbdir/DB_CONFIG ]; then
+   echo -n " Warning: DB_CONFIG not present in $dbdir, please 
read /usr/share/doc/slapd/README.DB_CONFIG.gz,"
+   fi
+   done
+   fi
+
if [ "$TRY_BDB_RECOVERY" = "yes" ]; then
try_fix_db
fi


Bug#343109: boa-constructor: Fails to start

2005-12-16 Thread Cedric Delfosse
Hello,

Can you start boa-constructor, and send me the full console output ?
You should have something like:

$ boa-constructor
Starting Boa Constructor v0.3.0
importing wxPython
reading user preferences
Created directory: /home/op/.boa-constructor
Created directory: /home/op/.boa-constructor/docs-cache
Created directory: /home/op/.boa-constructor/Plug-ins
running main...
creating Palette
importing Palette
...

If you remove your $HOME/.boa-constructor, does it work better ?

Regards,



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



Bug#343109:

2005-12-23 Thread Cedric Delfosse
severity 343109 important
quit

I downgrade this bug to important, because AMD64 was an unofficial
architecture for Sarge.




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



Bug#340834: Illegal modulus zero at /usr/bin/m-a line 578.

2005-11-26 Thread Cedric Delfosse
Package: module-assistant
Version: 0.10.1
Severity: normal

I was going to compile nvidia-kernel package with m-a.
So I selected "prepare" so that it downloads my kernel headers:


Selecting previously deselected package linux-headers-2.6.14-2.
(Reading database ... 156965 files and directories currently installed.)
Unpacking linux-headers-2.6.14-2 (from 
.../linux-headers-2.6.14-2_2.6.14-3_i386.deb) ...
Selecting previously deselected package linux-headers-2.6.14-2-686.
Unpacking linux-headers-2.6.14-2-686 (from 
.../linux-headers-2.6.14-2-686_2.6.14-3_i386.deb) ...
Setting up linux-headers-2.6.14-2 (2.6.14-3) ...

Setting up linux-headers-2.6.14-2-686 (2.6.14-3) ...
Illegal modulus zero at /usr/bin/m-a line 578.
glop:~#

If I restart m-a and retry "PREPARE", I still get the error:

Getting source for kernel version: 2.6.14-2-686
Kernel headers available in /usr/src/linux
Illegal modulus zero at /usr/bin/m-a line 578.
glop:~#

Regards,

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages module-assistant depends on:
ii  libtext-wrapi18n-perl 0.06-4 internationalized substitute of Te
ii  perl  5.8.7-8Larry Wall's Practical Extraction 

Versions of packages module-assistant recommends:
ii  liblocale-gettext-perl1.05-1 Using libc functions for internati

-- no debconf information


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



Bug#314508: /usr/share/man/man1/mktap.1 is a dangling symlink

2005-06-16 Thread Cedric Delfosse
Package: python-twisted
Version: 2.0.1-3
Severity: minor

% LANG=C man mktap
man: warning: /usr/share/man/man1/mktap.1 is a dangling symlink
No manual entry for mktap
See 'man 7 undocumented' for help when manual pages are not available.

% ls -l /usr/share/man/man1/mktap.1
lrwxrwxrwx  1 root root 10 2005-06-15 22:10 /usr/share/man/man1/mktap.1 -> 
mktap2.3.1

I have this error for each python twisted utilities.

% ls -l /usr/share/man/man1/mktap2.3.1.gz 
-rw-r--r--  1 root root 2430 2004-11-29 03:03 /usr/share/man/man1/mktap2.3.1.gz

Looks like .gz is missing for each man page symbolic link.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages python-twisted depends on:
ii  python2.3.5-2An interactive high-level object-o
ii  python-zopeinterface  3.0.1-1Python library for API definitions
ii  python2.3-twisted 2.0.1-3Event-based framework for internet

Versions of packages python-twisted recommends:
pn  python-pam (no description available)
ii  python-pyopenssl  0.6-2  Python wrapper around the OpenSSL 
pn  python-serial  (no description available)

Versions of packages python-twisted is related to:
ii  reportbug 3.13   reports bugs in the Debian distrib
pn  totem-gstreamer(no description available)

-- no debconf information


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



Bug#306328: ITP: scavr -- Squid ClamAV Redirector

2005-04-25 Thread Cedric Delfosse
Package: wnpp
Severity: wishlist
Owner: Cedric Delfosse <[EMAIL PROTECTED]>

* Package name: scavr
  Version : 1.6.3
  Upstream Author : Michael Lang <[EMAIL PROTECTED]>
* URL : http://www.jackal-net.at/tiki-read_article.php?articleId=1
* License : GPL
  Description : Squid ClamAV Redirector

 Squid ClamAV Redirector is a Squid helper script to get virus scanning for
 defined extensions (for example .exe, .com, .bat ...), thanks to the Clam
 AntiVirus toolkit.
 .
 SCAVR handles the request as given from Squid, downloads the URL and scans it
 for known virus. If a file is infected, it rewrites the URL from Squid to a
 blocked URL or to an info page with scanning results.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#278572: ITP: python-clamav -- Python bindings to ClamAV

2005-04-25 Thread Cedric Delfosse
* Package name: python-clamav
  Version : 0.2.2
  Upstream Author : Alexandre Norman <[EMAIL PROTECTED]>
* URL : http://xael.org/norman/python/pyclamav/
* License : GPL
  Description : Python bindings to ClamAV

 This package add virus detection capabilities to Python software,
 thanks to the ClamAV antivirus toolkit.


I will create the python2.1-clamav, python2.2-clamav, python2.3-clamav,
and python2.4-clamav packages too.

(hmm, maybe python-libclamav is a better name ?)

-- 
Cédric Delfosse, http://cdelfosse.free.fr
Jabber ID: [EMAIL PROTECTED]
Get a free backup server: http://lrs.linbox.org !
Linbox: http://linbox.com


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


Bug#278572: ITP: python-clamav -- Python bindings to ClamAV

2005-04-25 Thread Cedric Delfosse
Le lundi 25 avril 2005 à 22:00 +0200, Josselin Mouette a écrit :
> > [...]
> > I will create the python2.1-clamav, python2.2-clamav, python2.3-clamav,
> > and python2.4-clamav packages too.
> 
> Please don't, unless this is really necessary. We already have enough
> duplicate python packages in the archive. Except for very widely used
> modules, there should only be a python-foo package, built against the
> default version in sid.

Hmmm I agree with you.
But I will package all of them if some users ask me for them.

Regards,

-- 
Cédric Delfosse, http://cdelfosse.free.fr
Jabber ID: [EMAIL PROTECTED]
Get a free backup server: http://lrs.linbox.org !
Linbox: http://linbox.com


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


Bug#299905: verify_krb5_conf man page is in heimdal-servers package, it should be in heimdal-clients

2005-03-17 Thread Cedric Delfosse
Package: heimdal
Severity: minor

Because /usr/bin/verify_krb5_conf is in heimdal-clients.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#315891: ITP: sabayon -- system administration tool to manage GNOME desktop settings

2005-06-26 Thread Cedric Delfosse
Package: wnpp
Severity: wishlist
Owner: Cedric Delfosse <[EMAIL PROTECTED]>

* Package name: sabayon
  Version : 0.18
  Upstream Author : Daniel Veillard <[EMAIL PROTECTED]> and others
* URL : http://www.gnome.org/projects/sabayon/
* License : GPL
  Description : system administration tool to manage GNOME desktop settings

 Sabayon provides a sane way to edit GConf defaults and GConf mandatory keys: 
 the same way you edit your desktop.
 Sabayon launches profiles in an Xnest window. Any changes you make in the 
 Xnest window are saved back to the profile file, which can then be applied 
 to user's accounts.


I will build the package from the ubuntu one that Sébastien Bacher made.
Sébastien told me that sabayon doesn't work really well with GNOME Python 2.3
bindings, but should work fine with GNOME Python 2.4 bindings (still not
available in Debian).


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'pool')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)



Bug#316634: pbuilder login: warning with the find command

2005-07-02 Thread Cedric Delfosse
Package: pbuilder
Version: 0.127
Severity: normal

% sudo pbuilder login
Password:
W: /home/cedric/.pbuilderrc does not exist
Building the build Environment
 -> extracting base tarball [/var/cache/pbuilder/base.tgz]
 -> creating local configuration
 -> copying local configuration
 -> mounting /proc filesystem
 -> mounting /dev/pts filesystem
 -> policy-rc.d already exists
Obtaining the cached apt archive contents
find: warning: you have specified the -maxdepth option after a non-option 
argument -name, but options are not positional (-maxdepth affects tests 
specified before it as well as those specified after it).  Please specify 
options before other arguments.

find: /var/cache/pbuilder/aptcache/: No such file or directory
 -> entering the shell
File extracted to: /var/cache/pbuilder/build//16861

[EMAIL PROTECTED]:/# exit
Copying back the cached apt archive contents
find: warning: you have specified the -maxdepth option after a non-option 
argument -name, but options are not positional (-maxdepth affects tests 
specified before it as well as those specified after it).  Please specify 
options before other arguments.

 -> unmounting dev/pts filesystem
 -> unmounting proc filesystem
 -> cleaning the build env
-> removing directory /var/cache/pbuilder/build//16861 and its 
subdirectories
find: warning: you have specified the -xdev option after a non-option argument 
(, but options are not positional (-xdev affects tests specified before it as 
well as those specified after it).  Please specify options before other 
arguments.


find: warning: you have specified the -xdev option after a non-option argument 
-type, but options are not positional (-xdev affects tests specified before it 
as well as those specified after it).  Please specify options before other 
arguments.

find: warning: you have specified the -depth option after a non-option argument 
-type, but options are not positional (-depth affects tests specified before it 
as well as those specified after it).  Please specify options before other 
arguments.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages pbuilder depends on:
ii  coreutils 5.2.1-2The GNU core utilities
ii  debianutils   2.14.1 Miscellaneous utilities specific t
ii  debootstrap   0.3.1.4Bootstrap a basic Debian system
ii  gcc   4:3.3.6-1  The GNU C compiler
ii  wget  1.10-2 retrieves files from the web

Versions of packages pbuilder recommends:
ii  devscripts2.8.14 Scripts to make the life of a Debi
ii  fakeroot  1.4.1  Gives a fake root environment
ii  sudo  1.6.8p9-2  Provide limited super user privile

-- no debconf information


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



Bug#334980: dhcp3-server: goes into infinite loop and fill syslog if started with this bad configuration file

2005-10-21 Thread Cedric Delfosse
Package: dhcp3-server
Version: 3.0.1-2
Severity: important

With the attached configuration file, dhcpd goes into infinite loops and log
this into syslog:

Oct 21 11:00:40 replic dhcpd:
Oct 21 11:00:40 replic dhcpd: ^
Oct 21 11:00:40 replic dhcpd: /etc/dhcp3/dhcpd.conf line 14: expecting a 
parameter or declaration

I know that my configuration file is false (a hostname is missing after the
option routers keyword), but dhcpd shouldn't have this behaviour.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages dhcp3-server depends on:
ii  debconf 1.4.30.13Debian configuration management sy
ii  debianutils 2.8.4Miscellaneous utilities specific t
ii  dhcp3-common3.0.1-2  Common files used by all the dhcp3
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- debconf information:
* dhcp3-server/new_auth_behavior:
* dhcp3-server/interfaces:
* dhcp3-server/config_warn:
subnet 172.20.0.0 netmask 255.255.255.0 {
 option subnet-mask 255.255.255.0;

 # Unknown clients get this pool.
 pool {
max-lease-time 1800;
range 172.20.0.20 172.20.0.30;
allow unknown clients;
filename "/lts/revoboot/bin/revoboot.pxe";
option root-path "172.20.0.232:/var/lib/ltsp/i386";
next-server 172.20.0.232;
option routers ;
  }
}



Bug#328230: fai-kernels: README file should be revised

2005-09-14 Thread Cedric Delfosse
Package: fai-kernels
Version: 1.9.1
Severity: minor

In /usr/share/doc/fai-kernels/README:

"""
When you've saved your kernel configuration, build the kernel package
using:

  make-kpkg --rootcmd fakeroot --append-to-version -fai --revision 2 
kernel-image
"""

Prior to make-kpkg kernel-image, it may be useful to do a
  make-kpkg clean
if a kernel as already been built in this directory, and its configuration has
been changed with make menuconfig.



"""
This will create the file kernel-image-2.4.27-fai_2_i386.deb,
which can be used by FAI. Copy this file to /usr/lib/fai/kernels
and specify it in /etc/fai.conf

KERNELPACKAGE=/usr/lib/fai/kernel/kernel-image-2.4.27-fai_2_i386.deb
"""

/usr/lib/fai/kernels doesn't exist, it's /usr/lib/fai/kernel.
KERNELPACKAGE variable is in /etc/fai/make-fai-nfsroot.conf

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

-- no debconf information


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



Bug#328232: fai-kernels: Please include support for megaraid2 and tg3 drivers

2005-09-14 Thread Cedric Delfosse
Package: fai-kernels
Version: 1.9.1
Severity: wishlist
Tags: patch

Please consider the attached patch
for /usr/share/doc/fai-kernels/config-2.4.27.gz

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

-- no debconf information
477c477
< # CONFIG_SCSI_MEGARAID2 is not set
---
> CONFIG_SCSI_MEGARAID2=m
705,708c705
< 
< #
< # Need firmware loading support for Broadcom Tigon3
< #
---
> CONFIG_TIGON3=y
749,752c746
< 
< #
< # Need firmware loading support for Atmel cards
< #
---
> # CONFIG_PCMCIA_ATMEL is not set
1572c1566
< # CONFIG_FW_LOADER is not set
---
> CONFIG_FW_LOADER=y


Bug#323653: doesn't remove temporary directory after a failure

2005-08-17 Thread Cedric Delfosse
Package: piuparts
Version: 0.7-1
Severity: normal

glop:/var/cache/pbuilder/result# piuparts -v sabayon_0.18-1_all.deb
0min0.1s ---
0min0.1s piuparts version 0.7 starting up.
0min0.1s Command line arguments: /usr/sbin/piuparts -v sabayon_0.18-1_all.deb
0min0.1s DEBUG: Starting command: dpkg --info sabayon_0.18-1_all.deb
0min0.6s DEBUG: Command ok: 'dpkg --info sabayon_0.18-1_all.deb'
0min0.6s DEBUG: Created temporary directory ./tmpauTmzh
0min0.6s DEBUG: Setting up minimal chroot for sid at ./tmpauTmzh.
0min0.6s DEBUG: Starting command: debootstrap sid './tmpauTmzh' 
'http://ftp.nl.debian.org/debian/'
5min54.8s DEBUG: Command ok: "debootstrap sid './tmpauTmzh' 
'http://ftp.nl.debian.org/debian/'"
5min54.8s DEBUG: Starting command: chroot ./tmpauTmzh apt-get update
5min55.1s ERROR: Command failed (status=32512): 'chroot ./tmpauTmzh apt-get 
update'
  apt-get: error while loading shared libraries: libstdc++.so.6: cannot open 
shared object file: No such file or directory

glop:/var/cache/pbuilder/result# ls -l ./tmpauTmzh/
total 72
drwxr-xr-x   2 root root 4096 2005-08-17 21:35 bin
drwxr-xr-x   2 root root 4096 2005-07-12 18:30 boot
drwxr-xr-x   4 root root 4096 2005-08-17 21:35 dev
drwxr-xr-x  35 root root 4096 2005-08-17 21:35 etc
drwxr-xr-x   2 root root 4096 2005-07-12 18:30 home
drwxr-xr-x   2 root root 4096 2005-08-17 21:32 initrd
drwxr-xr-x   9 root root 4096 2005-08-17 21:34 lib
drwxr-xr-x   2 root root 4096 2005-08-17 21:32 media
drwxr-xr-x   2 root root 4096 2005-07-12 18:30 mnt
drwxr-xr-x   2 root root 4096 2005-08-17 21:32 opt
drwxr-xr-x   2 root root 4096 2005-07-12 18:30 proc
drwxr-xr-x   2 root root 4096 2005-08-17 21:32 root
drwxr-xr-x   2 root root 4096 2005-08-17 21:35 sbin
drwxr-xr-x   2 root root 4096 2005-08-17 21:32 srv
drwxr-xr-x   2 root root 4096 2005-08-04 20:03 sys
drwxrwxrwt   2 root root 4096 2005-08-17 21:35 tmp
drwxr-xr-x  10 root root 4096 2005-08-17 21:32 usr
drwxr-xr-x  13 root root 4096 2005-08-17 21:32 var

Well, I don't think it's a good idea to keep the temp chroot around after this
kind of failure.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages piuparts depends on:
ii  apt   0.6.40.1   Advanced front-end for dpkg
ii  debootstrap   0.3.1.5Bootstrap a basic Debian system
ii  python2.3.5-3An interactive high-level object-o

piuparts recommends no packages.

-- no debconf information


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



Bug#326927:

2005-09-19 Thread Cedric Delfosse
Hi, I tested the patch and it fixes the problem, thanks.

Regards,



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



Bug#404978: ITP: gktools -- GUI utilities for managing Kerberos V tickets

2006-12-29 Thread Cedric Delfosse
Package: wnpp
Severity: wishlist
Owner: Cedric Delfosse <[EMAIL PROTECTED]>

* Package name: gktools
  Version : 0.10.2
  Upstream Author : Nils O. Selåsdal 
* URL : http://asgaard.homelinux.org/code/gktools/
* License : GPL
  Programming Lang: C
  Description : GUI utilities for managing Kerberos V tickets

 Contains two GNOME tools for managing Kerberos V tickets:
  - gkinit: obtains Kerberos ticket-granting tickets (similar to kinit),
  - gktickets: Lists and monitors the tickets obtained for the user.
 
-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)



Bug#402070: epiphany-browser: Generating PDF is not supported

2006-12-07 Thread Cedric Delfosse
Package: epiphany-browser
Version: 2.14.3-3
Severity: wishlist

Even if the cups-pdf package is installed, you can't print into a PDF 
file with epiphany.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages epiphany-browser depends on:
ii  dbus   1.0.1-2   simple interprocess messaging syst
ii  gconf2 2.16.0-3  GNOME configuration database syste
ii  gnome-icon-theme   2.14.2-2  GNOME Desktop icon theme
ii  iso-codes  0.58-1ISO language, territory, currency 
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.15-2  Avahi client library
ii  libavahi-common3   0.6.15-2  Avahi common library
ii  libavahi-glib1 0.6.15-2  Avahi glib integration library
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libdbus-1-31.0.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.71-3simple interprocess messaging syst
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-20GCC support library
ii  libgconf2-42.16.0-3  GNOME configuration database syste
ii  libgcrypt111.2.3-2   LGPL Crypto library - runtime libr
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgnome-desktop-2 2.14.3-1  Utility library for loading .deskt
ii  libgnome-keyring0  0.6.0-2   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-6  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-4  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-3  GNOME virtual file-system (runtime
ii  libgnutls131.4.4-3   the GNU TLS library - runtime libr
ii  libgpg-error0  1.4-2 library for common error values an
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libmozjs0d 1.8.0.8-1 The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d1.8.0.8-1 NetScape Portable Runtime Library
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-2  Layout and rendering of internatio
ii  libpng12-0 1.2.13-4  PNG library - runtime
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstartup-notification0   0.8-2 library for program launch feedbac
ii  libstdc++6 4.1.1-20  The GNU Standard C++ Library v3
ii  libtasn1-3 0.3.6-2   Manage ASN.1 structures (runtime)
ii  libx11-6   2:1.0.3-4 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxslt1.1 1.1.18-3  XSLT processing library - runtime 
ii  libxul0d   1.8.0.8-1 Gecko engine library
ii  python2.4  2.4.4-1   An interactive high-level object-o
i

Bug#365465: gaphor and zope3/python-interface dependency

2007-01-07 Thread Cedric Delfosse
Le mercredi 03 janvier 2007 à 09:18 +0100, Fabio Tranchitella a écrit :
> Hi Cedric,
>   your package gaphor is affected by a RC bug (#365465) and for this reason
> it will be excluded from the etch if the bug won't be solved in time.
> 
>   The actual package in testing/unstable conflicts on zope3 and
> python-zopeinterface because gaphor makes use of some of the libraries
> provided by zope3, but they are provided upstream and installed within the
> same path used by the zope3 package. This makes the package not usable on
> machines where there are other zope3-related packages.
> 
>   My proposed solution is to split those files into a gaphor-lib (or
> gaphor-zope) package, conflicting with zope3 and python-zopeinterface, and
> let gaphor depend on gaphor-lib | zope3.
> 
>   I'm writing this e-mail in order to have your opinion on such a change:
> as you could imagine, I am not comfortable to do it with a NMU. I'm willing
> to co-maintain the package if you think it would be the case, too.

Hello,

sorry for the late answer.

Could you please post your NMU patch as a review it ? If it's OK for me,
I will upload a new package with your patch (giving you all the credits
for this patch, of course).

Regards,





Bug#365912: Bug#365465: gaphor and zope3/python-interface dependency

2007-01-08 Thread Cedric Delfosse
Le lundi 08 janvier 2007 à 00:28 +0100, Fabio Tranchitella a écrit :
> Hi,
> 
> * 2007-01-07 14:06, Cedric Delfosse wrote:
> > Could you please post your NMU patch as a review it ? If it's OK for me,
> > I will upload a new package with your patch (giving you all the credits
> > for this patch, of course).
> 
> I'm attaching a NMU patch to fix the bug splitting the package into gaphor
> and gaphor-lib. The latter conflicts on zope3 and python-zopeinterface, and
> the former depends on gaphor-lib | zope3.

Hello, please NMU. I tested your patch and looks like that's ok.

But notice that bug 365465 has been already closed ! Please close bug
365912 (similar bug that was open after 365465) instead in your
debian/changelog. 

Thanks for your help.

Regards,





Bug#394056: gaphor: FTBFS: tries to create .gaphor in $HOME

2006-11-15 Thread Cedric Delfosse
Le jeudi 19 octobre 2006 à 08:56 +0200, Julien Danjou a écrit :
> Package: gaphor
> Version: 0.8.1-4
> Severity: serious
> 
> Hello,
> 
> There was a problem while autobuilding your package:

Could you retry a build ? I can't reproduce it.
Thanks





Bug#399122: cupsys: Please provide printer.schema for LDAP browsing

2006-11-17 Thread Cedric Delfosse
Package: cupsys
Version: 1.2.6-1
Severity: wishlist

The printer.schema file is available here:

http://www.cups.org/strfiles/338/printer.schema

It's not easy to find, so please ship it !

Regards

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages cupsys depends on:
ii  adduser  3.99Add and remove users and groups
ii  cupsys-common1.2.6-1 Common UNIX Printing System(tm) - 
ii  debconf [debconf-2.0]1.5.8   Debian configuration management sy
ii  gs-esp   8.15.3.dfsg.1-1 The Ghostscript PostScript interpr
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcupsimage21.2.6-1 Common UNIX Printing System(tm) - 
ii  libcupsys2   1.2.6-1 Common UNIX Printing System(tm) - 
ii  libdbus-1-3  1.0.0-1 simple interprocess messaging syst
ii  libgnutls13  1.4.4-3 the GNU TLS library - runtime libr
ii  libldap2 2.1.30-13.2 OpenLDAP libraries
ii  libpam0g 0.79-4  Pluggable Authentication Modules l
ii  libpaper11.1.20  Library for handling paper charact
ii  libslp1  1.2.1-6 OpenSLP libraries
ii  lsb-base 3.1-19  Linux Standard Base 3.1 init scrip
ii  patch2.5.9-4 Apply a diff file to an original
ii  perl-modules 5.8.8-6.1   Core Perl modules
ii  poppler-utils [xpdf-util 0.4.5-5 PDF utilitites (based on libpopple
ii  procps   1:3.2.7-3   /proc file system utilities
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages cupsys recommends:
pn  cupsys-client  (no description available)
pn  foomatic-filters   (no description available)
ii  smbclient 3.0.23c-4  a LanManager-like simple client fo

-- debconf information:
  cupsys/raw-print: true
  cupsys/backend: ipp, lpd, parallel, socket, usb


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



Bug#295127: ITP: dvbsnoop -- DVB / MPEG stream analyzer

2005-02-13 Thread Cedric Delfosse
Package: wnpp
Severity: wishlist
Owner: Cedric Delfosse <[EMAIL PROTECTED]>

* Package name: dvbsnoop
  Version : 1.3.77
  Upstream Author : Rainer Scherg <[EMAIL PROTECTED]>
* URL : http://dvbsnoop.sf.net
* License : GPL
  Description : DVB / MPEG stream analyzer

 This sniffer program can monitor, analyze, debug, dump or view DVB / MPEG /
 DSM-CC / MHP stream informations:
  * ISO/DVB basic sections: BAT, PAT, SDT, NIT, ...
  * DSM-CC: INT, MPE, MPE FEC, Datagram, ...
  * TS (Transport Stream), PS (Program Stream),
PES (Packetized Elementary Stream)
 .
 Input can be a live stream from a DVB card, or a recorded stream.
 .
 For DVB cards, it can also dump frontend informations and status, and make a
 PID scan.
 .
  Homepage: http://dvbsnoop.sf.net


I don't own myself a DVB card, but I often work for a customer that has DVB-T
cards.
Maybe this package should be takeover by the Debian VDR Team.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#295127: ITP: dvbsnoop -- DVB / MPEG stream analyzer

2005-02-20 Thread Cedric Delfosse
Le dimanche 20 février 2005 à 14:42 +0100, Thomas Schmidt a écrit :
> Hi
> 
> * Cedric Delfosse schrieb am 13.02.05, um 22:07 Uhr:
> > I don't own myself a DVB card, but I often work for a customer that has 
> > DVB-T
> > cards.
> > Maybe this package should be takeover by the Debian VDR Team.
> 
> Yes, it would be no problem, we can maintain the package, i hope you
> have some preliminary packages somewhere?

The package is in the NEW queue, since one week.
Let's wait until it is accepted, and then I will give maintainership to
the VDR team. If it doesn't bug you, I'd like to stay co-maintainer.

regards,

-- 
Cédric Delfosse, http://cdelfosse.free.fr
Jabber ID: [EMAIL PROTECTED]
Linbox: http://linbox.com


signature.asc
Description: Ceci est une partie de message	=?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=


Bug#381388: gaphor: Fatal Python error: can't initialise module diacanvas.view

2006-08-09 Thread Cedric Delfosse
Le vendredi 04 août 2006 à 10:17 +1000, Pietro Abate a écrit :
[...]
> $gaphor
> Fatal Python error: can't initialise module diacanvas.view
> Aborted

There's a missing dependency on python-gnome2 package.
Il will upload a fixed version today.

Regards





Bug#668909: O: dvbsnoop -- DVB / MPEG stream analyzer

2012-04-15 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the dvbsnoop package.

The package description is:
 This sniffer program can monitor, analyze, debug, dump or view DVB / MPEG /
 DSM-CC / MHP stream informations:
  * ISO/DVB basic sections: BAT, PAT, SDT, NIT, ...
  * DSM-CC: INT, MPE, MPE FEC, Datagram, ...
  * TS (Transport Stream), PS (Program Stream),
PES (Packetized Elementary Stream)
 .
 Input can be a live stream from a DVB card, or a recorded stream.
 .
 For DVB cards, it can also dump frontend informations and status, and make a
 PID scan.



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



Bug#668910: O: gaphas -- diagramming widget

2012-04-15 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the gaphas package.

The package description is:
 Gaphas is a GTK+ based diagramming widget.



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



Bug#668911: O: gaphor -- UML modeling tool

2012-04-15 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the gaphor package.

The package description is:
 This program is an easy to use UML (Unified Modeling Language) modeling
 environment. It allows you to create UML diagrams for documentation and to
 assist you with design decisions.



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



Bug#668914: O: gl-117 -- An action flight simulator

2012-04-15 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the gl-117 package.

The package description is:
 gl-117 is a 3D action flight simulator featuring 20 missions, different
 fighters, a random terrain generator, lighting effects, sound effects, music,
 and joystick support.



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



Bug#668915: O: simplegeneric

2012-04-15 Thread Cedric Delfosse
Package: wnpp
Severity: normal



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



Bug#668916: O: stellarium -- real-time photo-realistic sky generator

2012-04-15 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the stellarium package.

The package description is:
 Stellarium renders 3D photo-realistic skies in real-time.
 With stellarium, you really see what you can see with your eyes, binoculars or
 a small telescope.
 .
 Some features:
  - Over 12 stars from the Hipparcos Catalogue with name and infos for the
brightest ones,
  - Planets in real time, with a powerful zoom mode to see them like in a
telescope,
  - Drawing of the 88 constellations with their names,
  - Drawing of more than 40 messiers objects (Orion, M31 etc..),
  - Photorealistic Milky Way,
  - Ground, fog, and landscape,
  - Clickable stars, planets and nebulas with informations,
  - Windowed and fullscreen modes.
 .
 Stellarium should not be used for very high accurate calculation or ephemerids
 like eclipse predictions.
 However, it is the ideal program to prepare an observation evening with naked
 eye, binocular, or small telescope.



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



Bug#427258: ITP: gaphas -- diagramming canvas

2007-06-02 Thread Cedric Delfosse
Package: wnpp
Severity: wishlist
Owner: Cedric Delfosse <[EMAIL PROTECTED]>

* Package name: gaphas
  Version : 0.1.4
  Upstream Author : Arjan Molenaar <[EMAIL PROTECTED]>
* URL : http://cheeseshop.python.org/pypi/gaphas
* License : LGPL
  Programming Lang: Python
  Description : diagramming widget

 Gaphas is a GTK+ based diagramming widget.



Gaphas must be packaged to package newest version of gaphor.

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

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


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



Bug#496038: stellarium: segmentation fault

2008-08-22 Thread Cedric Delfosse
Le vendredi 22 août 2008 à 11:21 +0200, Klaus Ade Johnstad a écrit :
> Package: stellarium
> Version: 0.9.1-4
> Severity: normal
> 
[...]
> 
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0x7f2c13efa780 (LWP 9321)]
> 0x7f2c094f61f9 in ?? () from /usr/lib/dri/r300_dri.so
> (gdb)
> (gdb)
> (gdb) bt
> #0  0x7f2c094f61f9 in ?? () from /usr/lib/dri/r300_dri.so
> #1  0x7f2c0961e517 in _mesa_PopAttrib () from /usr/lib/dri/r300_dri.so
> #2  0x00479360 in Projector::drawText ()
> #3  0x005a in LoadingBar::Draw ()
> #4  0x004a767b in 
> BigStarCatalogExtension::SpecialZoneArray::SpecialZoneArray
>  ()
> #5  0x004a4615 in BigStarCatalogExtension::ZoneArray::create ()
> #6  0x004adc62 in StarMgr::load_data ()
> #7  0x004b0847 in StarMgr::init ()
> #8  0x0054b6df in StelApp::init ()
> #9  0x0061635b in StelAppQt4::startMainLoop ()
> #10 0x0061683b in StelAppQt4::runStellarium ()
> #11 0x0065cdee in main ()
> (gdb)

Looks like the segfault comes from the DRI library. Could you disable
DRI from your X configuration, and try again ?

Regards,

Cédric




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



Bug#378161: python-support: README update

2006-07-13 Thread Cedric Delfosse
Package: python-support
Version: 0.3.8
Severity: wishlist
Tags: patch

Hello,

a little path with some clarifications for the README file.

Regards,


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages python-support depends on:
ii  python2.3.5-11   An interactive high-level object-o

python-support recommends no packages.

-- no debconf information
--- README.orig 2006-07-13 22:24:21.418768250 +0200
+++ README  2006-07-13 22:35:10.339323250 +0200
@@ -29,11 +29,15 @@
 
 How to make a package using it?
 ===
-All the work is done using dh_pysupport and (optionally) dh_python. If
-you want to use dh_python, you should create a debian/pycompat file and
-put "2" in it. Otherwise, you can use "dh_pysupport -d" to generate the
-dependencies directly in dh_pysupport. Don't call dh_python if you're
-using this option!
+All the work is done using dh_pysupport and dh_python. Create a
+debian/pycompat file and put "2" in it. This will put dh_python in
+compatibily level 2, which basically means that dhpython will only
+generate substitution variables, and won't take care of the
+byte-compilation of modules any more.
+If you don't want to use dh_python at all, you can use
+"dh_pysupport -d" to generate the dependencies directly with
+dh_pysupport. But as dh_python generates better dependencies than
+dh_pysupport for the moment, you should keep it.
 
 Of course, don't forget the dependency fields:
Build-Depends: python-support (>= 0.3), debhelper(>= 5.0.37.2)


Bug#421394: Confirmation and full error output

2007-04-30 Thread Cedric Delfosse
Le lundi 30 avril 2007 à 13:24 +0100, Matt Zimmerman a écrit :
> severity 421394 serious
> thanks
> 
> Confirmed here.  The cause seems to be that manual.html is missing from the
> binary package entirely (at least the i386 build), though still referenced
> by the .doc-base file.

Hmmm weirdo. I no more ship manual.html in the package because upstream
no longer maintain it. And the package no more provides
the /usr/share/doc-base/pv file too. (The pv package doesn't have a
postinst script anymore).
I can't reproduce this bug on my system. Maybe this is related to a
specific doc-base package version ... Can you tell me your version of
doc-base ?





Bug#441370: stellarium-data: Contain architecture specific files in 'all' package

2007-09-17 Thread Cedric Delfosse
Le dimanche 09 septembre 2007 à 15:35 +0200, Julien BLACHE a écrit :
> Petter Reinholdtsen <[EMAIL PROTECTED]> wrote:
> 
> Hi,
> 
> > I guess I learned something new, then.  I thought the .mo files was
> > mmapped into the programs and looked up using fast and arch-specific
> > methos.  If this is not true, I can change my packaging practice. :)
> 
> I don't know the specifics on gettext's implementation, but this file
> from the gettext manual offers some hindsight on the file format:
> 
> 
> I don't see anything arch-specific at first glance, and they discuss a
> couple of issues like hash tables and alignment mostly to end up
> telling that it doesn't buy much in the end :)

That's also my opinion, but I'm going to ask a gettext expert. For now
I'm lowering the bug severity.

Thank you both for your input :)






Bug#439043: O: boa-constructor -- RAD tool for Python and WxWindows application

2007-08-21 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the boa-constructor package.

The package description is:
 Boa-constructor is an IDE oriented towards creating cross-platform
 applications built on top of the Python language and the WxWindows GUI
 toolkit.
 .
 It features:
  - visual wxWindows frame design,
  - object inspector and explorer,
  - syntax highlighting editor with code completion, call tips and code
browsing for Python code,
  - syntax highlighting editor for C, C++, HTML, XML, config files (INI
style),
  - documentation generation,
  - an integrated Python debugger,
  - integrated help,
  - a Python Shell,
  - an explorer able to browse, open/edit, inspect and interact with
various data sources including files, CVS, Zope, FTP, DAV and SSH,
  - an UML view generator.
 .
  Homepage: http://boa-constructor.sourceforge.net/

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

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


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



Bug#439044: O: darkstat -- a network traffic analyzer

2007-08-21 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the darkstat package.

The package description is:
 It is a packet sniffer which runs as a background process and serves its
 statistics to a web browser:
  - input and output IP traffic by machines, ports and protocols,
  - last minute, hourly, daily and monthly global input and output graphics.
 .
 It is known to be smaller (in terms of memory footprint) and stabler than ntop.

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

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


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



Bug#439046: O: drpython -- simple and customizable editor for the Python language

2007-08-21 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the drpython package.

The package description is:
 DrPython is a clean and simple yet powerful and highly customizable
 editor/environment for developing programs written in Python.
 .
 DrPython features:
  * a high degree of customization through themes, which can change look and
feel, behavior, shortcuts and more
  * DrScript: Write custom python scripts with access to DrPython internals,
and access them from the menu
  * bookmarks to quickly jump to files and directories
  * Python debugger support
  * a class browser
  * printing support
 .
  Homepage: http://drpython.sourceforge.net

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

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


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



Bug#439048: O: pyro -- distributed object system for Python

2007-08-21 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the pyro package.

The package description is:
 Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
 system for Python. In a distributed object system, clients send requests to
 distant servers, which owns the remote objects. Pyro simplifies a lot the
 creation of clients and servers, and has among its features:
  - dynamic and static proxies for all remote method invocations,
  - a naming service which keeps record of the location of objects,
  - mobile objects support: clients and servers can pass objects around,
  - exceptions that occur in the remote object is raised on the client too,
  - multithreaded server support to handle multiple requests simultaneously.
 .
 This package contains the core Pyro library and the command line tools.
 .
 Some graphical tools are available in the pyro-gui package.
 The documentation is available in the pyro-doc package.
 A lot of examples are available in the pyro-examples package.
 .
 Homepage: http://pyro.sourceforge.net

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

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


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



Bug#439049: O: gaphas -- diagramming widget

2007-08-21 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the gaphas package.
This package is needed by the new gaphor package available in 
experimental.

The package description is:
 Gaphas is a GTK+ based diagramming widget.

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

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


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



Bug#439159: O: pythoncad -- Computer Aided Drafting (CAD) program

2007-08-22 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the pythoncad package.

The package description is:
 PythonCAD is a scriptable (with the Python language) and easy to use drafting
 program.
 .
 Please note that this version still doesn't support DWG and DXF file formats.
 .
  Homepage: http://www.pythoncad.org

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

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


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



Bug#439160: O: pythoncad -- Computer Aided Drafting (CAD) program

2007-08-22 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the pythoncad package.

The package description is:
 PythonCAD is a scriptable (with the Python language) and easy to use drafting
 program.
 .
 Please note that this version still doesn't support DWG and DXF file formats.
 .
  Homepage: http://www.pythoncad.org

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

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


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



Bug#439044: ITAing darkstat -- a network traffic analyzer

2007-08-22 Thread Cedric Delfosse
Please do :)

Regards,




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



Bug#439162: O: scavr -- Squid ClamAV Redirector

2007-08-22 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the scavr package.

The package description is:
 SCAVR is a Squid helper script to get virus scanning for defined extensions
 (for example .exe, .com, .bat ...), thanks to the Clam AntiVirus toolkit.
 .
 SCAVR handles the request as given from Squid, downloads the URL and scans it
 for known virus. If a file is infected, it rewrites the URL from Squid to a
 blocked URL or to an info page with scanning results.

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

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


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



Bug#439164: O: pv -- Shell pipeline element to meter data passing through

2007-08-22 Thread Cedric Delfosse
Package: wnpp
Severity: normal

I intend to orphan the pv package.

The package description is:
 pv (Pipe Viewer) can be inserted into any normal pipeline between two processes
 to give a visual indication of how quickly data is passing through, how long it
 has taken, how near to completion it is, and an estimate of how long it will be
 until completion.
 .
 To use it, insert it in a pipeline between two processes, with the appropriate
 options. Its standard input will be passed through to its standard output and
 progress will be shown on standard error.

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

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


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



Bug#430030: O: tcpick - TCP stream sniffer and connection tracker

2007-06-21 Thread Cedric Delfosse
Package: wnpp
Severity: normal

This tool is dead upstream since two years.

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

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


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



Bug#471497: stellarium: Split if using two monitors

2008-03-21 Thread Cedric Delfosse
Le mardi 18 mars 2008 à 10:54 -0400, Patricio Rojo a écrit :
> Package: stellarium
> Version: 0.8.1-2
> Severity: normal
> 
> Hi,
> 
>   I have 2 monitors setup to work side by side.  When I run stellarium, 
> it is shown half in one monitor and half in the other monitor.
> 
>   This would be ok if it could make use of the extended display, but 
> right now it shows an image as big as only one monitor but split in 
> two.
> 
> Thank you!

Hello,

could you also send your /etc/X11/xorg.conf file ?

Regards,

Cédric






Bug#472071: ftp.debian.org: Please remove diacanvas2

2008-03-21 Thread Cedric Delfosse
Package: ftp.debian.org
Severity: normal

This package was only needed for the gaphor package, that is now using another
library.

Regards,

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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#477023: stellarium: FTBFS: CMake Error: Could not find JPEG library

2008-04-21 Thread Cedric Delfosse
Le lundi 21 avril 2008 à 02:34 +0200, Sune Vuorela a écrit :
> While trying to fix cmake, I discovered that stellarium ships its own 
> embedded 
> FindQt4.cmake file. And the error is not related to that

Hello,

do you mean that the FindQt4.cmake file is not a problem, and there's no
need to remove/fix it ?

> You also need to build-dep on libjpeg62-dev, as you include headers from 
> there.
> 
> With that change, your package seems to build.

Thanks !

Regards,

Cédric





Bug#434112: stellarium: Floating point exception upon start

2007-07-24 Thread Cedric Delfosse
Le samedi 21 juillet 2007 à 12:26 -0400, Nathan A. Stine a écrit :
> Package: stellarium
> Version: 0.9.0-1+b1
> Severity: grave
> Justification: renders package unusable
> 
> Stellarium 0.9.0-1+b1 just entered testing today.  I upgraded, and the 
> program no longer works:

Version 0.9.0-1+b1 does not exist in Debian ...





Bug#434112: stellarium: Floating point exception upon start

2007-07-24 Thread Cedric Delfosse
Le dimanche 22 juillet 2007 à 18:21 -0400, Nathan A. Stine a écrit :
> On Sun, 2007-07-22 at 23:23 +0200, Fabien Chéreau wrote:
> > Hi could you run a gdb on it to see where it crashes exactely?
> > (type "gdb stellarium", then "run", then "where")
> > Thanks,
> > Fabien
> 
> After a reboot, the program runs flawlessly.  I couldn't tell you what
> the problem was.  If I had to guess, it might have been something with
> QT.  I had no QT libs before installing the package, and this was the
> first version of stellarium that used QT.  There must have been a
> library or something that didn't get initialized properly...who knows.
> 
> Either way, the bug can be closed.  Sorry to waste your time.

Please reopen this bug and follow Fabien instructions if this bug occurs
again.

Regards,





Bug#434112: stellarium: Floating point exception upon start

2007-07-24 Thread Cedric Delfosse
Le mardi 24 juillet 2007 à 20:02 +0200, Cyril Brulebois a écrit :
> Cedric Delfosse <[EMAIL PROTECTED]> (24/07/2007):
> > > Stellarium 0.9.0-1+b1 just entered testing today.  I upgraded, and
> > > the program no longer works:
> > 
> > Version 0.9.0-1+b1 does not exist in Debian ...
> 
> Yes, it does exist.
> 
> [EMAIL PROTECTED]:~$ rmadison stellarium
> [...]
> stellarium |0.9.0-1 |   testing | source, arm, hppa, ia64, mips, 
> mipsel, s390, sparc
> stellarium |0.9.0-1 |  unstable | source, arm, hppa, ia64, m68k, 
> mips, mipsel, s390, sparc
> stellarium | 0.9.0-1+b1 |   testing | alpha, amd64, i386, powerpc
> stellarium | 0.9.0-1+b1 |  unstable | alpha, amd64, i386, powerpc

Ok, I did not notice the binary NMUs :(





Bug#348227: Please package python2.4-gamin

2006-01-15 Thread Cedric Delfosse
Package: gamin
Version: 0.1.7-3
Severity: wishlist

Hello,

I need python2.4-gamin to package sabayon.

Regards,

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gamin depends on:
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libgamin0 0.1.7-3Client library for the gamin file 
ii  libglib2.0-0  2.8.5-1The GLib library of C routines

gamin recommends no packages.

-- no debconf information


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



Bug#347622: Is your X11 configuration broken ?

2006-01-18 Thread Cedric Delfosse
tags 347622 unreproducible moreinfo
quit

The character with ascii 0x7F is the DEL character. Does this key works
correctly in other X11 applications ?

Can you send me your X.org conf file ?

Regards,



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



Bug#354450: by default, replog files can be read by anyone

2006-02-26 Thread Cedric Delfosse
Package: slapd
Version: 2.2.26-5
Severity: normal

Install and configure slapd with debconf, and then enable the replog option in 
slapd.conf.

By default, the replog file is created with mode 644, and can be read by anyone 
(/var/lib/ldap is 644 too).

The slapd initscript should detect this and send a warning, or maybe a note to 
the default slapd.conf should be added.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages slapd depends on:
ii  coreutils [fileutils] 5.93-5 The GNU core utilities
ii  debconf   1.4.70 Debian configuration management sy
ii  fileutils 5.93-5 The GNU file management utilities 
ii  libc6 2.3.6-1GNU C Library: Shared libraries an
ii  libdb4.2  4.2.52-23  Berkeley v4.2 Database Libraries [
ii  libiodbc2 3.52.4-2   iODBC Driver Manager
ii  libldap-2.2-7 2.2.26-5   OpenLDAP libraries
ii  libltdl3  1.5.22-2   A system independent dlopen wrappe
ii  libperl5.85.8.8-2Shared Perl library
ii  libsasl2  2.1.19-1.7 Authentication abstraction library
ii  libslp1   1.2.1-3OpenSLP libraries
ii  libssl0.9.8   0.9.8a-5   SSL shared libraries
ii  libwrap0  7.6.dbs-8  Wietse Venema's TCP wrappers libra
ii  perl [libmime-base64-perl]5.8.8-2Larry Wall's Practical Extraction 
ii  psmisc22.1-1 Utilities that use the proc filesy

Versions of packages slapd recommends:
ii  db4.2-util4.2.52-23  Berkeley v4.2 Database Utilities
pn  libsasl2-modules   (no description available)

-- debconf information:
  slapd/fix_directory: true
* shared/organization: MAFIA
  slapd/upgrade_slapcat_failure:
* slapd/backend: LDBM
* slapd/allow_ldap_v2: false
* slapd/no_configuration: false
* slapd/move_old_database: true
  slapd/suffix_change: false
  slapd/slave_databases_require_updateref:
* slapd/dump_database_destdir: /var/backups/slapd-VERSION
  slapd/autoconf_modules: true
* slapd/domain: linbox.com
  slapd/password_mismatch:
* slapd/invalid_config: true
  slapd/upgrade_slapadd_failure:
* slapd/dump_database: when needed
* slapd/migrate_ldbm_to_bdb: false
* slapd/purge_database: false


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



Bug#101602: This bug can be closed

2006-02-04 Thread Cedric Delfosse
Openldap2.2 for Sarge and Etch are already compiled with --enable-aci.

So I think this bug can be closed.




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



Bug#246033: This bug can be closed

2006-02-04 Thread Cedric Delfosse
The meta backend loads fine on current Etch slapd version (2.2.26-8).

So I think this bug can be closed.




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



Bug#351428: Please document in README.Debian that slapd use TCP wrappers

2006-02-04 Thread Cedric Delfosse
Package: slapd
Version: 2.2.26-5
Severity: wishlist

That's difficult to guess.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages slapd depends on:
ii  coreutils [fileutils] 5.93-5 The GNU core utilities
ii  debconf   1.4.70 Debian configuration management sy
ii  fileutils 5.93-5 The GNU file management utilities 
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libdb4.2  4.2.52-23  Berkeley v4.2 Database Libraries [
ii  libiodbc2 3.52.3-1   iODBC Driver Manager
ii  libldap-2.2-7 2.2.26-5   OpenLDAP libraries
ii  libltdl3  1.5.22-2   A system independent dlopen wrappe
ii  libperl5.85.8.7-10   Shared Perl library
ii  libsasl2  2.1.19-1.7 Authentication abstraction library
ii  libslp1   1.2.1-3OpenSLP libraries
ii  libssl0.9.8   0.9.8a-5   SSL shared libraries
ii  libwrap0  7.6.dbs-8  Wietse Venema's TCP wrappers libra
ii  perl [libmime-base64-perl]5.8.7-10   Larry Wall's Practical Extraction 
ii  psmisc22.1-1 Utilities that use the proc filesy

Versions of packages slapd recommends:
ii  db4.2-util4.2.52-23  Berkeley v4.2 Database Utilities
pn  libsasl2-modules   (no description available)

-- debconf information:
  slapd/fix_directory: true
* shared/organization: MAFIA
  slapd/upgrade_slapcat_failure:
* slapd/backend: LDBM
* slapd/allow_ldap_v2: false
* slapd/no_configuration: false
* slapd/move_old_database: true
  slapd/suffix_change: false
  slapd/slave_databases_require_updateref:
* slapd/dump_database_destdir: /var/backups/slapd-VERSION
  slapd/autoconf_modules: true
* slapd/domain: linbox.com
  slapd/password_mismatch:
* slapd/invalid_config: true
  slapd/upgrade_slapadd_failure:
* slapd/dump_database: when needed
* slapd/migrate_ldbm_to_bdb: false
* slapd/purge_database: false


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



Bug#349011: Confimed

2006-02-05 Thread Cedric Delfosse
tags 349011 +confirmed
quit

Please note that according to slapd.conf, this configuration is false:



moduleload back-bdb.so

moduleload back-null.so

"moduleload" keyword must be in main config, so "moduleload
back-null.so" is not interpreted correctly and makes slapd segfaults,
which is not really nice (it should find the syntax error in its conf
file, and not try to start).

If this behaviour still occurs with slapd 2.3.x (that hopefully will be
packaged soon), we will forward the bug to the OpenLDAP project.

Regards,



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



Bug#360571: A quick fix for CVE-2006-0048

2006-04-03 Thread Cedric Delfosse
Hi,

here is a very quick fix so that at least tcpick does not segfault.

tcpick will abort like this with this patch:

# tcpick -r /tmp/tcpick_test.pcap -a -Y -yP -n "not port 22"
tcpick: invalid option -- Y
Starting tcpick 0.2.1 at 2006-04-03 21:16 CEST
Timeout for connections is 600
tcpick: reading from /tmp/tcpick_test.pcap
setting filter: "not port 22"
1  SYN-SENT   10.1.7.1:1025 > 10.1.7.3:443
seqprobe
.8...1.7.1.10.in-addr.arpa.
SUICIDE: [got_packet] payload lenght calculated with iplen and hdr->len
differs by -10 bytes
hdr->len = 64
datalink_size  = 14
IP_SIZE  = 20
iplen= 40
tcp_size = 20
iplen - IP_SIZE - tcp_size = 0
(hdr->len - (int)( payload - packet ) = 10


3 packets captured
1 tcp sessions detected


Regards,

-- 
Cédric Delfosse, http://cdelfosse.free.fr
Get a free backup server: http://lrs.linbox.org !
--- loop.c.orig	2006-04-03 21:39:35.0 +0200
+++ loop.c	2006-04-03 21:39:56.0 +0200
@@ -69,7 +69,6 @@
 		payload = (u_char *)(packet + datalink_size + IP_SIZE + tcp_size);
 		payload_len = iplen - IP_SIZE - tcp_size;
 
-#ifdef TCPICK_DEBUG
 		if( payload_len != (hdr->len - (int)( payload - packet ) ) ) {
 		suicide( "got_packet", 
 			 "payload lenght calculated with iplen and hdr->len\n"
@@ -92,7 +91,6 @@
 			);
 		}
 
-#endif /* TCPICK_DEBUG */
 
 		if( flags.header > 0 )
 			display_header( stdout, ippacket, tcppacket, 


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#591295: ITP: python-simplegeneric -- Simple generic functions for Python

2010-08-01 Thread Cedric Delfosse
Package: wnpp
Severity: wishlist
Owner: Cedric Delfosse 

* Package name: python-simplegeneric
  Version : 0.7
  Upstream Author : Phillip J. Eby 
* URL : http://pypi.python.org/pypi/simplegeneric
* License : Apache 2.0
  Programming Lang: Python
  Description : Simple generic functions for Python

 The simplegeneric module lets you define simple single-dispatch generic
 functions, akin to Python's built-in generic functions like len(), iter() and
 so on. However, instead of using specially-named methods, these generic
 functions use simple lookup tables, akin to those used by e.g. pickle.dump()
 and other generic functions found in the Python standard library.



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



Bug#591697: dpkg-dev-el: Add support for XS-Python-Version field in debian-control-mode.el

2010-08-04 Thread Cedric Delfosse
Package: dpkg-dev-el
Version: 34.1
Severity: wishlist
Tags: patch

Very simple patch attached !

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

Kernel: Linux 2.6.30-2-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dpkg-dev-el depends on:
ii  debian-el 34.0   Emacs helpers specific to Debian u
ii  emacs [emacsen]   23.1+1-5   The GNU Emacs editor (metapackage)
ii  emacs22-gtk [emacsen] 22.3+1-1.1 The GNU Emacs editor (with GTK use
ii  emacs23 [emacsen] 23.1+1-5   The GNU Emacs editor (with GTK+ us

Versions of packages dpkg-dev-el recommends:
ii  wget  1.12-1.1   retrieves files from the web

Versions of packages dpkg-dev-el suggests:
ii  dpkg-dev  1.15.4.1   Debian package development tools

-- no debconf information
--- debian-control-mode.el.orig 2010-08-04 22:45:02.482363105 +0200
+++ debian-control-mode.el  2010-08-04 22:46:59.090368494 +0200
@@ -177,7 +177,7 @@
   (append
   '("Section" "Priority" "Maintainer" "Build-Depends" "Build-Depends-Indep"
  "Build-Conflicts" "Build-Conflicts-Indep" "Standards-Version" "Uploaders"
- "DM-Upload-Allowed" "Homepage" "Vcs-Browser")
+ "DM-Upload-Allowed" "Homepage" "Vcs-Browser" "XS-Python-Version")
(mapcar (lambda (elt) (concat "Vcs-" elt))
debian-control-vcs-names))
   "Valid source package field names, collected from several policy sections.")


Bug#520954: ITP: xmind -- Mind mapping and brainstorming

2009-03-23 Thread Cedric Delfosse
Package: wnpp
Severity: wishlist
Owner: Cédric Delfosse 

* Package name: xmind
  Version : 3.0.2
  Upstream Author : XMind Ltd.
* URL : http://code.google.com/p/xmind3/
* License : LGPL v3
  Programming Lang: JAVA
  Description : Mind mapping and brainstorming

 XMind is an open source project that contributes to building a cutting-edge
 brainstorming/mind-mapping facility, focused on both usability and
 extendability.
 .
 It helps people in capturing ideas into visually self-organized charts and
 sharing them for collaboration and communication. Currently supporting mind
 maps, fishbone diagrams, tree diagrams, org-charts, logic charts, and even
 spreadsheets. Often used for knowledge management, meeting minutes, task
 management, and GTD.

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



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