Bug#606642: lilypond: diff for NMU version 2.12.3-7.1

2011-09-17 Thread Stephane Glondu


Dear maintainer,

I've prepared an NMU for lilypond (versioned as 2.12.3-7.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u lilypond-2.12.3/debian/changelog lilypond-2.12.3/debian/changelog
--- lilypond-2.12.3/debian/changelog
+++ lilypond-2.12.3/debian/changelog
@@ -1,3 +1,10 @@
+lilypond (2.12.3-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix compilation with G++ 4.5 (Closes: #606642)
+
+ -- Stéphane Glondu glo...@debian.org  Sat, 17 Sep 2011 16:53:50 +0200
+
 lilypond (2.12.3-7) unstable; urgency=low
 
   * Use /dev/stderr instead of /dev/tty (Closes: #574629)
only in patch2:
unchanged:
--- lilypond-2.12.3.orig/lily/spacing-spanner.cc
+++ lilypond-2.12.3/lily/spacing-spanner.cc
@@ -38,8 +38,8 @@
   vsize end = binary_search (all, (Grob*) me-get_bound (RIGHT),
 Paper_column::less_than);  
   
-  all = vectorGrob*::vectorGrob* (all.begin () + start,
- all.begin () + end + 1);
+  all = vectorGrob* (all.begin () + start,
+ all.begin () + end + 1);
   return all;
 }
 
@@ -553,4 +553,3 @@
   strict-note-spacing 
   uniform-stretching 
   );
-



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



Bug#635076: llvm-2.7: diff for NMU version 2.7-6.2

2011-07-22 Thread Stephane Glondu
Package: llvm-2.7
Version: 2.7-6.1
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for llvm-2.7 (versioned as 2.7-6.2) and
uploaded it to DELAYED/1. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u llvm-2.7-2.7/debian/changelog llvm-2.7-2.7/debian/changelog
--- llvm-2.7-2.7/debian/changelog
+++ llvm-2.7-2.7/debian/changelog
@@ -1,3 +1,12 @@
+llvm-2.7 (2.7-6.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/packages.d/llvm.mk: fallback to 0 when computing the previous
+Debian revision fails, to generate the versioned dependency on
+llvm-priv-dev
+
+ -- Stéphane Glondu glo...@debian.org  Fri, 22 Jul 2011 12:14:39 +0200
+
 llvm-2.7 (2.7-6.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u llvm-2.7-2.7/debian/control llvm-2.7-2.7/debian/control
--- llvm-2.7-2.7/debian/control
+++ llvm-2.7-2.7/debian/control
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (= 6.0.0), flex, bison, dejagnu, tcl8.5, expect,
 autoconf, automake1.9, perl, libtool, doxygen, chrpath, texinfo,
 sharutils, autotools-dev (= 20060702.1), libffi-dev (= 3.0.9),
-lsb-release, patchutils, diffstat, lzma, llvm-2.7-priv-dev (= 2.7-) 
[alpha amd64 armel hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel 
powerpc s390 sparc], ccache, ocaml-nox (= 3.11.2), ocaml-best-compilers | 
ocaml-nox, dh-ocaml (= 0.9.1)
+lsb-release, patchutils, diffstat, lzma, llvm-2.7-priv-dev (= 2.7-0) 
[alpha amd64 armel hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel 
powerpc s390 sparc], ccache, ocaml-nox (= 3.11.2), ocaml-best-compilers | 
ocaml-nox, dh-ocaml (= 0.9.1)
 Build-Conflicts: oprofile
 Standards-Version: 3.9.1
 Homepage: http://www.llvm.org/
diff -u llvm-2.7-2.7/debian/packages.d/llvm.mk 
llvm-2.7-2.7/debian/packages.d/llvm.mk
--- llvm-2.7-2.7/debian/packages.d/llvm.mk
+++ llvm-2.7-2.7/debian/packages.d/llvm.mk
@@ -29,7 +29,7 @@
 
 ifeq (Debian,$(OS))
   ifeq (yes,$(shell dpkg --compare-versions $(VERSION) gt $(UVERSION)-1  
echo yes))
-llvm-priv-dev_version := $(UVERSION)-$(shell expr $(subst 
$(UVERSION)-,,$(VERSION)) - 1)
+llvm-priv-dev_version := $(UVERSION)-$(shell expr $(subst 
$(UVERSION)-,,$(VERSION)) - 1 || echo 0)
 BUILDDEPS := llvm-$(UVERSION)-priv-dev (= $(llvm-priv-dev_version)) 
[$(debian_supported_archs)], $(BUILDDEPS)
   endif
 endif
@@ -176 +175,0 @@
-



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



Bug#625082: llvm-2.7: diff for NMU version 2.7-6.1

2011-07-07 Thread Stephane Glondu
tags 625082 + patch
tags 625082 + pending
thanks

Dear maintainer,

This bug will block the transition to OCaml 3.12.1, so it should be
fixed soon (or llvm-2.7 should be removed).

I've prepared an NMU for llvm-2.7 (versioned as 2.7-6.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u llvm-2.7-2.7/debian/changelog llvm-2.7-2.7/debian/changelog
--- llvm-2.7-2.7/debian/changelog
+++ llvm-2.7-2.7/debian/changelog
@@ -1,3 +1,10 @@
+llvm-2.7 (2.7-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with gcc 4.6 (Closes: #625082)
+
+ -- Stéphane Glondu glo...@debian.org  Thu, 07 Jul 2011 10:19:52 +0200
+
 llvm-2.7 (2.7-6) unstable; urgency=low
 
   * Upload as 2.7-6, the version mangling code breaks with the previous upload.
diff -u llvm-2.7-2.7/debian/control llvm-2.7-2.7/debian/control
--- llvm-2.7-2.7/debian/control
+++ llvm-2.7-2.7/debian/control
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (= 6.0.0), flex, bison, dejagnu, tcl8.5, expect,
 autoconf, automake1.9, perl, libtool, doxygen, chrpath, texinfo,
 sharutils, autotools-dev (= 20060702.1), libffi-dev (= 3.0.9),
-lsb-release, patchutils, diffstat, lzma, llvm-2.7-priv-dev (= 2.7-5) 
[alpha amd64 armel hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel 
powerpc s390 sparc], ccache, ocaml-nox (= 3.11.2), ocaml-best-compilers | 
ocaml-nox, dh-ocaml (= 0.9.1)
+lsb-release, patchutils, diffstat, lzma, llvm-2.7-priv-dev (= 2.7-) 
[alpha amd64 armel hppa hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel 
powerpc s390 sparc], ccache, ocaml-nox (= 3.11.2), ocaml-best-compilers | 
ocaml-nox, dh-ocaml (= 0.9.1)
 Build-Conflicts: oprofile
 Standards-Version: 3.9.1
 Homepage: http://www.llvm.org/
only in patch2:
unchanged:
--- llvm-2.7-2.7.orig/debian/patches/0050-Fix-build-with-gcc-4.6.patch
+++ llvm-2.7-2.7/debian/patches/0050-Fix-build-with-gcc-4.6.patch
@@ -0,0 +1,58 @@
+---
+ include/llvm/ADT/DenseMap.h   |1 +
+ include/llvm/ADT/SmallVector.h|1 +
+ include/llvm/ADT/ilist.h  |1 +
+ include/llvm/Use.h|1 +
+ lib/Target/ARM/ARMConstantPoolValue.h |1 +
+ 5 files changed, 5 insertions(+)
+
+--- llvm-2.7-2.7.orig/lib/Target/ARM/ARMConstantPoolValue.h
 llvm-2.7-2.7/lib/Target/ARM/ARMConstantPoolValue.h
+@@ -15,6 +15,7 @@
+ #define LLVM_TARGET_ARM_CONSTANTPOOLVALUE_H
+ 
+ #include llvm/CodeGen/MachineConstantPool.h
++#include stddef.h
+ 
+ namespace llvm {
+ 
+--- llvm-2.7-2.7.orig/include/llvm/Use.h
 llvm-2.7-2.7/include/llvm/Use.h
+@@ -28,6 +28,7 @@
+ #include llvm/Support/Casting.h
+ #include llvm/ADT/PointerIntPair.h
+ #include iterator
++#include stddef.h
+ 
+ namespace llvm {
+ 
+--- llvm-2.7-2.7.orig/include/llvm/ADT/ilist.h
 llvm-2.7-2.7/include/llvm/ADT/ilist.h
+@@ -40,6 +40,7 @@
+ 
+ #include cassert
+ #include iterator
++#include stddef.h
+ 
+ namespace llvm {
+ 
+--- llvm-2.7-2.7.orig/include/llvm/ADT/DenseMap.h
 llvm-2.7-2.7/include/llvm/ADT/DenseMap.h
+@@ -23,6 +23,7 @@
+ #include utility
+ #include cassert
+ #include cstring
++#include stddef.h
+ 
+ namespace llvm {
+ 
+--- llvm-2.7-2.7.orig/include/llvm/ADT/SmallVector.h
 llvm-2.7-2.7/include/llvm/ADT/SmallVector.h
+@@ -19,6 +19,7 @@
+ #include cassert
+ #include cstring
+ #include memory
++#include stddef.h
+ 
+ #ifdef _MSC_VER
+ namespace std {



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



Bug#596665: mutt and mutt-patched should use the alternatives mechanism

2010-09-13 Thread Stephane Glondu
Package: mutt-patched
Version: 1.5.18-6
Severity: normal

Hello,

mutt-patched currently creates a diversion to override /usr/bin/mutt.
This doesn't sound right on a multi-user system where only a handful
want the patched version (and not everyone is fine with the patched
version).


Cheers,

-- 
Stéphane


-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
Locale: lang=fr_fr.iso-8859...@euro, lc_ctype=fr_fr.iso-8859...@euro 
(charmap=UTF-8) (ignored: LC_ALL set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mutt-patched depends on:
ii  libc6   2.7-18lenny4 GNU C Library: Shared libraries
ii  libcomerr2  1.41.3-1 common error description library
ii  libgdbm31.8.3-3  GNU dbm database routines (runtime
ii  libgnutls26 2.4.2-6+lenny2   the GNU TLS library - runtime libr
ii  libidn111.8+20080606-1   GNU libidn library, implementation
ii  libkrb531.6.dfsg.4~beta1-5lenny4 MIT Kerberos runtime libraries
ii  libncursesw55.7+20081213-1   shared libraries for terminal hand
ii  libsasl2-2  2.1.22.dfsg1-23+lenny1   Cyrus SASL - authentication abstra
ii  mutt1.5.18-6 text-based mailreader supporting M

mutt-patched recommends no packages.

mutt-patched suggests no packages.

-- no debconf information



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



Bug#593624: llvm: diff for NMU version 2.6-9.1

2010-08-19 Thread Stephane Glondu
Package: llvm
Version: 2.6-9
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for llvm (versioned as 2.6-9.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards,

-- 
Stéphane


diff -u llvm-2.6/debian/control llvm-2.6/debian/control
--- llvm-2.6/debian/control
+++ llvm-2.6/debian/control
@@ -43,7 +43,7 @@
 Package: llvm-runtime
 Architecture: any
 Depends: binfmt-support, ${shlibs:Depends}, ${misc:Depends}
-Conflicts: llvm ( 2.6-7)
+Breaks: llvm ( 2.6-7)
 Replaces: llvm ( 2.6-7)
 Description: Low-Level Virtual Machine (LLVM), bytecode interpreter
  The Low-Level Virtual Machine (LLVM) is a collection of libraries and
@@ -62,7 +62,7 @@
 
 Package: llvm-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, llvm (= ${binary:Version})
+Depends: libffi-dev, ${shlibs:Depends}, ${misc:Depends}, llvm (= 
${binary:Version})
 Provides: llvm-libs
 Conflicts: llvm-libs
 Replaces: llvm-libs, llvm ( 2.2-3)
@@ -84,7 +84,7 @@
 Package: libllvm-ocaml-dev
 Section: ocaml
 Architecture: any
-Suggests: llvm-doc
+Suggests: llvm-doc, ocaml-findlib
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends}, llvm-dev (= 
${binary:Version})
 Provides: ${ocaml:Provides}
 Description: Low-Level Virtual Machine (LLVM) bindings for OCaml
diff -u llvm-2.6/debian/changelog llvm-2.6/debian/changelog
--- llvm-2.6/debian/changelog
+++ llvm-2.6/debian/changelog
@@ -1,3 +1,21 @@
+llvm (2.6-9.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * llvm-runtime:
+- replace Conflicts with previous version by Breaks
+- add explicit set -e in maintainer scripts
+- properly remove llvm.binfmt in prerm script
+  * llvm-dev:
+- install vim files in /usr/share/vim/addons, add README.Debian
+  (Closes: #593190)
+- add dependency to libffi-dev (Closes: #573368)
+  * libllvm-ocaml-dev:
+- apply Sylvain Le Gall's patch to fix META filename (Closes: #583475)
+- add suggestion to ocaml-findlib
+  * Add debian/source/format
+
+ -- Stéphane Glondu glo...@debian.org  Thu, 19 Aug 2010 18:53:44 +0200
+
 llvm (2.6-9) unstable; urgency=low
 
   * Fix testsuite:
diff -u llvm-2.6/debian/debhelper.in/llvm-runtime.postinst 
llvm-2.6/debian/debhelper.in/llvm-runtime.postinst
--- llvm-2.6/debian/debhelper.in/llvm-runtime.postinst
+++ llvm-2.6/debian/debhelper.in/llvm-runtime.postinst
@@ -1,4 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
 
 if test $1 = configure; then
 if test -x /usr/sbin/update-binfmts; then
diff -u llvm-2.6/debian/debhelper.in/llvm-dev.install 
llvm-2.6/debian/debhelper.in/llvm-dev.install
--- llvm-2.6/debian/debhelper.in/llvm-dev.install
+++ llvm-2.6/debian/debhelper.in/llvm-dev.install
@@ -8,8 +8,8 @@
 configure  @PF@/build/
 autoconf/  @PF@/build/
 
-utils/vim/llvm.vim usr/share/vim/vimcurrent/syntax
-utils/vim/tablegen.vim usr/share/vim/vimcurrent/syntax
+utils/vim/llvm.vim usr/share/vim/addons/syntax
+utils/vim/tablegen.vim usr/share/vim/addons/syntax
 
 utils/emacs/emacs.el   usr/share/emacs/site-lisp/llvm/
 utils/emacs/llvm-mode.el   usr/share/emacs/site-lisp/llvm/
diff -u llvm-2.6/debian/debhelper.in/llvm-dev.dirs 
llvm-2.6/debian/debhelper.in/llvm-dev.dirs
--- llvm-2.6/debian/debhelper.in/llvm-dev.dirs
+++ llvm-2.6/debian/debhelper.in/llvm-dev.dirs
@@ -3,3 +3,2 @@
 usr/share/doc/llvm-dev
-usr/share/vim/vimcurrent/syntax
 usr/share/emacs/site-lisp/llvm
diff -u llvm-2.6/debian/debhelper.in/llvm-runtime.prerm 
llvm-2.6/debian/debhelper.in/llvm-runtime.prerm
--- llvm-2.6/debian/debhelper.in/llvm-runtime.prerm
+++ llvm-2.6/debian/debhelper.in/llvm-runtime.prerm
@@ -1,9 +1,11 @@
-#!/bin/sh -e
+#!/bin/sh
+
+set -e
 
 if test $1 = remove; then
 if test -x /usr/sbin/update-binfmts; then
 update-binfmts --package llvm \
---remove llvm /usr/bin/lli || true
+--remove llvm.binfmt /usr/bin/lli || true
 fi
 fi
 
diff -u llvm-2.6/debian/control.in/llvm-dev llvm-2.6/debian/control.in/llvm-dev
--- llvm-2.6/debian/control.in/llvm-dev
+++ llvm-2.6/debian/control.in/llvm-dev
@@ -1,6 +1,6 @@
 Package: llvm-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, llvm (= ${binary:Version})
+Depends: libffi-dev, ${shlibs:Depends}, ${misc:Depends}, llvm (= 
${binary:Version})
 Provides: llvm-libs
 Conflicts: llvm-libs
 Replaces: llvm-libs, llvm ( 2.2-3)
diff -u llvm-2.6/debian/control.in/libllvm-ocaml-dev 
llvm-2.6/debian/control.in/libllvm-ocaml-dev
--- llvm-2.6/debian/control.in/libllvm-ocaml-dev
+++ llvm-2.6/debian/control.in/libllvm-ocaml-dev
@@ -1,7 +1,7 @@
 Package: libllvm-ocaml-dev
 Section: ocaml
 Architecture: any
-Suggests: llvm-doc
+Suggests: llvm-doc, ocaml-findlib
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends}, llvm-dev (= 
${binary:Version})
 Provides: ${ocaml:Provides}
 Description: Low-Level Virtual Machine (LLVM) bindings for OCaml
diff -u 

Bug#582439: emacs23: diff for NMU version 23.2+1-2.1

2010-08-03 Thread Stephane Glondu
tags 582439 + patch
tags 582439 + pending
thanks

Dear maintainer,

I've prepared an NMU for emacs23 (versioned as 23.2+1-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru emacs23-23.2+1/debian/changelog emacs23-23.2+1/debian/changelog
--- emacs23-23.2+1/debian/changelog 2010-05-15 06:56:27.0 +0200
+++ emacs23-23.2+1/debian/changelog 2010-08-04 01:53:18.0 +0200
@@ -1,3 +1,17 @@
+emacs23 (23.2+1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Compile with -O1 on ia64 (Closes: #582439)
+  * Fix various Lintian warnings:
+- debian/control:
+  + add missing ${misc:Depends}
+  + add Homepage field
+  + remove duplicate Section/Priority fields
+- call explicitly set -e in maintainer scripts
+- remove Encoding field from .desktop file
+
+ -- Stéphane Glondu glo...@debian.org  Wed, 04 Aug 2010 01:53:18 +0200
+
 emacs23 (23.2+1-2) unstable; urgency=low
 
   * Respect DESTDIR in doc/misc/Makefile.in. (closes: #581642)
diff -Nru emacs23-23.2+1/debian/control emacs23-23.2+1/debian/control
--- emacs23-23.2+1/debian/control   2010-05-16 08:23:34.0 +0200
+++ emacs23-23.2+1/debian/control   2010-08-04 01:56:39.0 +0200
@@ -2,14 +2,13 @@
 Section: editors
 Priority: optional
 Maintainer: Rob Browning r...@defaultvalue.org
-Build-Depends: mailx, libncurses5-dev, texinfo, liblockfile-dev, librsvg2-dev, 
libgif-dev | libungif4-dev, libtiff4-dev | libtiff-dev, xaw3dg-dev, 
libpng12-dev, libjpeg62-dev, libm17n-dev, libotf-dev, libgpm-dev [!hurd-i386 
!kfreebsd-i386 !kfreebsd-amd64], libdbus-1-dev, autoconf, automake, 
autotools-dev, dpkg-dev ( 1.10.0), quilt (= 0.42-1), debhelper (= 4), 
libxaw7-dev, sharutils, imagemagick, libgtk2.0-dev, libgconf2-dev, 
libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
+Build-Depends: mailx, libncurses5-dev, texinfo, liblockfile-dev, librsvg2-dev, 
libgif-dev | libungif4-dev, libtiff4-dev | libtiff-dev, xaw3dg-dev, 
libpng12-dev, libjpeg62-dev, libm17n-dev, libotf-dev, libgpm-dev [!hurd-i386 
!kfreebsd-i386 !kfreebsd-amd64], libdbus-1-dev, autoconf, automake, 
autotools-dev, dpkg-dev ( 1.10.0), quilt (= 0.42-1~), debhelper (= 7), 
libxaw7-dev, sharutils, imagemagick, libgtk2.0-dev, libgconf2-dev, 
libasound2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
 Standards-Version: 3.7.2
+Homepage: http://www.gnu.org/software/emacs/
 
 Package: emacs
-Section: editors
-Priority: optional
 Architecture: all
-Depends: emacs23 | emacs23-lucid | emacs23-nox
+Depends: emacs23 | emacs23-lucid | emacs23-nox, ${misc:Depends}
 Provides: emacsen, editor, mail-reader, news-reader
 Description: The GNU Emacs editor (metapackage)
  GNU Emacs is the extensible self-documenting text editor.
@@ -17,10 +16,8 @@
  release.
 
 Package: emacs23-lucid
-Section: editors
-Priority: optional
 Architecture: any
-Depends: emacs23-bin-common (= ${binary:Version}), ${shlibs:Depends}
+Depends: emacs23-bin-common (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Provides: emacs23, emacsen, editor, info-browser, mail-reader, news-reader
 Suggests: emacs23-common-non-dfsg
 Conflicts: emacs23, emacs23-nox, emacs23-gtk
@@ -30,10 +27,8 @@
  This package contains a version of Emacs with a Lucid user interface.
 
 Package: emacs23-nox
-Section: editors
-Priority: optional
 Architecture: any
-Depends: emacs23-bin-common (= ${binary:Version}), ${shlibs:Depends}
+Depends: emacs23-bin-common (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Provides: emacs23, editor, emacsen, info-browser, mail-reader, news-reader
 Suggests: emacs23-common-non-dfsg
 Conflicts: emacs23, emacs23-lucid, emacs23-gtk
@@ -43,10 +38,8 @@
  This package contains a version of Emacs compiled without support for X.
 
 Package: emacs23
-Section: editors
-Priority: optional
 Architecture: any
-Depends: emacs23-bin-common (= ${binary:Version}), ${shlibs:Depends}
+Depends: emacs23-bin-common (= ${binary:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Provides: editor, emacsen, info-browser, mail-reader, news-reader, emacs23-gtk
 Suggests: emacs23-common-non-dfsg
 Conflicts: emacs23-lucid, emacs23-nox, emacs23-gtk
@@ -56,20 +49,16 @@
  This package contains a version of Emacs with a GTK+ user interface.
 
 Package: emacs23-bin-common
-Section: editors
-Priority: optional
 Architecture: any
-Depends: emacs23-common (= ${source:Version}), ${shlibs:Depends}
+Depends: emacs23-common (= ${source:Version}), ${shlibs:Depends}, 
${misc:Depends}
 Description: The GNU Emacs editor's shared, architecture dependent files
  GNU Emacs is the extensible self-documenting text editor.
  This package contains the architecture dependent infrastructure
  that's shared by emacs23, emacs23-lucid, and emacs23-nox.
 
 Package: emacs23-common
-Section: editors
-Priority: optional
 Architecture: all
-Depends: emacsen-common (= 1.4.10), dpkg (= 1.15.4) | install-info, 
${shlibs:Depends}
+Depends: emacsen-common (= 1.4.10), 

Bug#567885: ITP: ocaml-melt -- LaTeX with OCaml

2010-01-31 Thread Stephane Glondu
Package: wnpp
Severity: wishlist
Owner: Stéphane Glondu glo...@debian.org

* Package name: ocaml-melt
  Version : 1.2.0
  Upstream Author : Romain Bardou bar...@lri.fr
* URL : http://melt.forge.ocamlcore.org/
* License : BSD
  Programming Lang: OCaml
  Description : LaTeX with OCaml

 Melt is a set of libraries and tools which allows you to program
 LaTeX documents using OCaml. This combines the typesetting power of
 LaTeX with the programming power of OCaml. It can be combined with
 Mlpost to include figures.



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



Bug#567887: ITP: obrowser -- OCaml runtime written in Javascript

2010-01-31 Thread Stephane Glondu
Package: wnpp
Severity: wishlist
Owner: Stéphane Glondu glo...@debian.org

* Package name: obrowser
  Version : 1.1
  Upstream Author : Benjamin Canou benjamin.ca...@gmail.com
* URL : http://ocsigen.org/obrowser/
* License : LGPL
  Programming Lang: OCaml, Javascript
  Description : OCaml runtime written in Javascript

 O'Browser is an OCaml virtual machine written in Javascript.
 It runs bytecode executables produced by the regular bytecode
 compiler and gives the possibility to run OCaml programs directly in
 a web browser. You can use it with any Web server. It comes with a
 library to manipulate the DOM tree and widgets.

There is support for O'Browser in the last upstream release of Ocsigen
(version 1.3).



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



Bug#567886: ITP: furypuyo -- free clone of the Puyo Puyo game

2010-01-31 Thread Stephane Glondu
Package: wnpp
Severity: wishlist
Owner: Stéphane Glondu glo...@debian.org

* Package name: furypuyo
  Version : 0.5
  Upstream Author : Romain Bardou bar...@lri.fr
* URL : http://furypuyo.forge.ocamlcore.org/
* License : BSD
  Programming Lang: OCaml
  Description : free clone of the Puyo Puyo game

 Fury Puyo is a free clone of the Puyo Puyo game. It is an addictive
 Tetris-like where you combine colored blocks to build huge combos. It
 features single player and furious multiplayer on LAN or the Internet.
 Don't play too much during office hours!



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



Bug#549972: libsndfile1: trying to overwrite '/usr/share/man/man1/sndfile-jackplay.1.gz'

2009-10-06 Thread Stephane Glondu
Subject: libsndfile1: trying to overwrite 
'/usr/share/man/man1/sndfile-jackplay.1.gz'
Package: libsndfile1
Version: 1.0.20-1+b1
Justification: renders package unusable
Severity: grave

Hello,

Upgrading libsndfile1 gives:

Preparing to replace libsndfile1 1.0.20-1+b1 (using 
.../libsndfile1_1.0.20-2_amd64.deb) ...
Unpacking replacement libsndfile1 ...
dpkg: error processing /var/cache/apt/archives/libsndfile1_1.0.20-2_amd64.deb 
(--unpack):
 trying to overwrite '/usr/share/man/man1/sndfile-jackplay.1.gz', which is also 
in package libsndfile1-dev 0:1.0.20-2
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/libsndfile1_1.0.20-2_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of libsndfile1-dev:
 libsndfile1-dev depends on libsndfile1 (= 1.0.20-2); however:
  Version of libsndfile1 on system is 1.0.20-1+b1.
dpkg: error processing libsndfile1-dev (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libsndfile1-dev


Cheers,

-- 
Stéphane

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libsndfile1 depends on:
ii  libc6   2.9-27   GNU C Library: Shared libraries
ii  libflac81.2.1-2+b1   Free Lossless Audio Codec - runtim
ii  libogg0 1.1.4~dfsg-1 Ogg bitstream library
ii  libvorbis0a 1.2.3-2  The Vorbis General Audio Compressi
ii  libvorbisenc2   1.2.3-2  The Vorbis General Audio Compressi

libsndfile1 recommends no packages.

libsndfile1 suggests no packages.

-- no debconf information



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



Bug#543377: ITP: babeld -- a loop-free distance-vector routing protocol

2009-08-24 Thread Stephane Glondu
Package: wnpp
Severity: wishlist
Owner: Stephane Glondu st...@glondu.net

* Package name: babeld
  Version : 0.96
  Upstream Author : Juliusz Chroboczek j...@pps.jussieu.fr
* URL : http://www.pps.jussieu.fr/~jch/software/babel/
* License : MIT/X
  Programming Lang: C
  Description : a loop-free distance-vector routing protocol

 Babel is a distance-vector routing protocol for IPv6 and IPv4 with
 fast convergence properties. It was designed to be robust and
 efficient on both wireless mesh networks and classical wired networks.
 Babel has extremely modest memory and CPU requirements. Unlike most
 routing protocols, which route either IPv4 or IPv6 but not both at the
 same time, Babel is a hybrid IPv6 and IPv4 protocol: a single update
 packet can carry both IPv6 and IPv4 routes (this is similar to how
 multi-protocol BGP works). This makes Babel particularly efficient on
 dual (IPv6 and IPv4) networks. 



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



Bug#543378: ITP: ahcpd -- the Ad-Hoc Configuration Protocol

2009-08-24 Thread Stephane Glondu
Package: wnpp
Severity: wishlist
Owner: Stephane Glondu st...@glondu.net

* Package name: ahcpd
  Version : 0.50
  Upstream Author : Juliusz Chroboczek j...@pps.jussieu.fr
* URL : http://www.pps.jussieu.fr/~jch/software/ahcp/
* License : MIT/X
  Programming Lang: C
  Description : the Ad-Hoc Configuration Protocol

 AHCP is an autoconfiguration protocol for IPv6 and dual-stack
 IPv6/IPv4 networks designed to be used in place of router discovery
 and DHCP on networks where it is difficult or impossible to configure
 a server within every link-layer broadcast domain, for example mobile
 ad-hoc networks. AHCP will automatically configure the IPv6 prefix, an
 IPv4 address for every host, the routing protocol, the DNS server and
 the NTP server. It is currently able to configure hosts for static
 routing, for use of the OLSR protocol, or for use of the Babel
 protocol. AHCP is extensible, so adding support for other routing
 protocols should be easy.



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



Bug#542037: mdadm: Possible bad LSB header in initscript

2009-08-17 Thread Stephane Glondu
Package: mdadm
Version: 2.6.9-3
Severity: normal

Hello,

My / is inside an LVM which is itself inside an MD device. I've just
switched to insserv 1.12.0-10, and RAID arrays are stopped (or
let's say fail to be stopped) at the beginning of the shutdown
sequence. 

The attached patch makes mdadm-raid stop at the right time (... at least
on my system :).

Cheers,

-- 
Stephane

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mdadm depends on:
ii  debconf   1.5.27 Debian configuration management sy
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip
ii  udev  0.141-1/dev/ and hotplug management daemo

Versions of packages mdadm recommends:
ii  module-init-tools 3.9-2  tools for managing Linux kernel mo
ii  ssmtp [mail-transport-agent]  2.63-1 extremely simple MTA to get mail o

mdadm suggests no packages.

-- debconf information:
  mdadm/autostart: true
  mdadm/mail_to: root
  mdadm/initrdstart_msg_errmd:
* mdadm/initrdstart: all
  mdadm/initrdstart_msg_errconf:
  mdadm/initrdstart_notinconf: false
  mdadm/initrdstart_msg_errexist:
  mdadm/initrdstart_msg_intro:
  mdadm/autocheck: true
  mdadm/initrdstart_msg_errblock:
  mdadm/start_daemon: true
--- mdadm-2.6.9/debian/mdadm-raid   2009-08-17 15:00:17.0 +0200
+++ /etc/init.d/mdadm-raid  2009-08-17 14:54:10.0 +0200
@@ -11,7 +11,8 @@
 # Required-Start:mountkernfs
 # Should-Start:  udev devfsd
 # Required-Stop: mountkernfs
-# Should-Stop:   udev devfsd
+# Should-Stop:   udev devfsd kexec
+# X-Stop-After:  umountroot
 # Default-Start: S
 # Default-Stop:  0 6
 # Short-Description: MD array assembly


Bug#539199: edos-distcheck: significant regression in performances

2009-07-29 Thread Stephane Glondu
Package: edos-distcheck
Version: 1.4.2-4
Severity: important

Hello,

While playing with edos-debcheck, I've noticed a significant
regression in performances between the version currently in testing
(1.0-8) and the one in unstable (1.4.2-4). Running it on the same
machine, with the same input file, gives the following results:

 * with 1.0-8: 25,66s user 0,16s system 99% cpu 25,849 total
 * with 1.4.2-4: 6,88s user 0,11s system 99% cpu 7,003 total

Cheers,

-- 
Stephane


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#538310: Please also add a link to the pool directory on the PTS

2009-07-24 Thread Stephane Glondu
Package: qa.debian.org
Severity: wishlist

Hello,

It is useful to have a direct link on the PTS to the directory where
all binary packages are (the .deb files). For example, for the ocaml
source package, it would be:

  http://ftp.debian.org/debian/pool/main/o/ocaml/

This link was there on the previous pages, but has been dropped
recently. The link could be shown next to (or on) the versions box
header.


Thanks,

-- 
Stephane

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#536833: hevea: missing call to dh_installtex

2009-07-13 Thread Stephane Glondu
Package: hevea
Version: 1.10-8
Severity: important

Hello,

During the conversion to cdbs, the call to dh_installtex has been
dropped. Therefore, if hevea is installed alone (and its dependencies
were previously installed), its files (e.g. hevea.sty) are not visible
to tex. An explicit call to mktexlsr after the installation can be
used as a temporary workaround.

-- 
Stephane

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages hevea depends on:
ii  ghostscript8.64~dfsg-12  The GPL Ghostscript PostScript/PDF
ii  netpbm 2:10.0-12 Graphics conversion tools
ii  ocaml-base-nox [ocaml-base 3.11.1-2  Runtime system for OCaml bytecode 
ii  texlive-base   2007.dfsg.2-4 TeX Live: Essential programs and f

hevea recommends no packages.

Versions of packages hevea suggests:
pn  hevea-doc none (no description available)

-- no debconf information



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



Bug#535228: please handle kfreebsd-* architectures in wanna-build requests

2009-06-30 Thread Stephane Glondu
Package: buildd.debian.org
Severity: normal

Hello,

It seems that kfreebsd-* architectures currently do not appear in the
expansion of ALL in wanna-build [1] requests.

[1] http://release.debian.org/wanna-build.txt


Cheers,

-- 
Stephane


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#534691: RM: felix -- ROM; obsolete, buggy

2009-06-26 Thread Stephane Glondu
Package: ftp.debian.org
Severity: normal

Hello,

Following a recent discussion [1], I am requesting (on behalf of
Debian OCaml Maintainers team) the removal of felix from unstable. The
package has not been in testing since more than one year now, is not
in Lenny, and has low popcon. Since the last upstream release, the
project has been taken over by someone else and a new release (if any)
might be significantly different [2].

[1] http://lists.debian.org/debian-ocaml-maint/2009/04/msg00139.html
[2] http://lists.debian.org/debian-ocaml-maint/2009/04/msg00146.html


Cheers,

-- 
Stéphane



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



Bug#531771: xkb-data: level 3 switch not working anymore in gtk with level3(lwin_switch)

2009-06-13 Thread Stephane Glondu
Package: xkb-data

I've been experiencing similar problems since a recent upgrade of
xkb-data to 1.6-1:

 - level 3 characters do not work anymore in GTK applications when the
   option level3(lwin_switch) is set, but work in gnome-terminal or QT
   applications
 - they work if I disable the option level3(lwin_switch)
 - they work if I leave the option level3(lwin_switch) set, but
   downgrade xkb-data to 1.5-2

My output of setxkbmap -print is:

xkb_keymap {
xkb_keycodes  { include xfree86+aliases(azerty)   };
xkb_types { include complete  };
xkb_compat{ include complete  };
xkb_symbols   { include 
pc+fr(dvorak)+us:2+group(shifts_toggle)+level3(ralt_switch)+level3(lwin_switch)
   };
xkb_geometry  { include pc(pc105) };
};

I guess Nicolas would get rid of the problem after disabling
rwin_switch.

HTH,

-- 
Stephane

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information



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



Bug#531771: xkb-data: level 3 switch not working anymore in gtk with level3(lwin_switch)

2009-06-13 Thread Stephane Glondu
Stephane Glondu a écrit :
 I've been experiencing similar problems since a recent upgrade of
 xkb-data to 1.6-1:
 [...]
  - they work if I leave the option level3(lwin_switch) set, but
downgrade xkb-data to 1.5-2

Bisecting identifies the first bad commit as:

http://git.debian.org/?p=pkg-xorg/data/xkb-data.git;a=commit;h=5de02aa07a8d4bbe1957af3a38212c3507f2436f


Cheers,

-- 
Stéphane




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



Bug#532639: ITP: react -- functional reactive programming in OCaml

2009-06-10 Thread Stephane Glondu
Package: wnpp
Severity: wishlist
Owner: Stephane Glondu st...@glondu.net

* Package name: react
  Version : 0.9.0
  Upstream Author : Daniel C. Bünzli daniel.buen...@erratique.ch
* URL : http://erratique.ch/software/react
* License : BSD
  Programming Lang: OCaml
  Description : functional reactive programming in OCaml

 React is an OCaml module for functional reactive programming.
 It provides support to program with time varying values:
 applicative events and signals. React doesn't define any primitive
 event or signal, this lets the client chooses the concrete timeline.

This package will be a new dependency of lwt, and will be
collaboratively maintained at the Debian OCaml Maintainers team.



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



Bug#532701: dh_shlibdeps: please run dpkg-shlibdeps on OCaml's *.cmxs files, too

2009-06-10 Thread Stephane Glondu
Package: debhelper
Version: 7.2.14
Severity: normal
Tags: patch

Hello,

Attached is (yet another) patch concerning support of OCaml's *.cmxs
files, in dh_shlibdeps this time.

Cheers,

-- 
Stéphane

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debhelper depends on:
ii  binutils  2.19.1-1   The GNU assembler, linker and bina
ii  dpkg-dev  1.15.2 Debian package development tools
ii  file  5.03-1 Determines file type using magic
ii  html2text 1.3.2a-14  advanced HTML to text converter
ii  man-db2.5.5-2on-line manual pager
ii  perl  5.10.0-22  Larry Wall's Practical Extraction 
ii  po-debconf1.0.16 tool for managing templates file t

debhelper recommends no packages.

Versions of packages debhelper suggests:
ii  dh-make   0.48   tool that converts source archives

-- no debconf information
commit 484efea29ae0b15d900978066d76072aa5915de6
Author: Stephane Glondu st...@glondu.net
Date:   Wed Jun 10 21:50:40 2009 +0200

dh_shlibdeps: run dpkg-shlibdeps on OCaml's *.cmxs files

diff --git a/dh_shlibdeps b/dh_shlibdeps
index 7b974eb..3ab8981 100755
--- a/dh_shlibdeps
+++ b/dh_shlibdeps
@@ -121,7 +121,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
if (defined($dh{EXCLUDE_FIND})  $dh{EXCLUDE_FIND} ne '') {
$find_options=! \\( $dh{EXCLUDE_FIND} \\);
}
-   foreach my $file (split(/\n/,`find $tmp -type f \\( -perm +111 -or 
-name *.so* \\) $find_options -print`)) {
+   foreach my $file (split(/\n/,`find $tmp -type f \\( -perm +111 -or 
-name *.so* -or -name *.cmxs \\) $find_options -print`)) {
# Prune directories that contain separated debug symbols.
next if 
$file=~m!^\Q$tmp\E/usr/lib/debug/(lib|lib64|usr|bin|sbin|opt|dev|emul)/!;
# TODO this is slow, optimize. Ie, file can run once on


Bug#532444: FTBFS with dash

2009-06-09 Thread Stephane Glondu
Package: cowdancer
Version: 0.56+a1
Severity: normal
Tags: patch

Hello,

The cowdancer test suite uses set -o pipefail, which is not
available in dash, making it fail when /bin/sh is dash. I haven't
found an equivalent of this option in dash, but a very easy way to fix
this is to make the Makefile explicitly use bash, as the attached
patch suggests.

Cheers,

-- 
Stephane

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cowdancer depends on:
ii  cowbuilder0.56+a1pbuilder running on cowdancer
ii  libc6 2.9-12 GNU C Library: Shared libraries

cowdancer recommends no packages.

cowdancer suggests no packages.

-- no debconf information
commit 29e73641d0ab68bc64522aeda5ae3ab36a91ecc1
Author: Stephane Glondu st...@glondu.net
Date:   Tue Jun 9 13:59:08 2009 +0200

Makefile uses explicitly non-standard option pipefail, force use of bash

diff --git a/Makefile b/Makefile
index 8455f1c..9c8cfeb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+SHELL=/bin/bash
 BINARY=libcowdancer.so cow-shell cowbuilder qemubuilder cowdancer-ilistcreate \
cowdancer-ilistdump
 INSTALL_DIR=install -d -o root -g root -m 755


Bug#528367: check for dangling OCaml cmx/cmxa files

2009-05-12 Thread Stephane Glondu
Package: lintian
Version: 2.2.9
Severity: wishlist

Hello,

It would be nice to emit a Lintian error in the following circumstances:

 * a .cmxa file exists, but no .a (in the same directory, with the
   same basename) exists;

 * a .cmx file exists, but neither the matching .o exists, nor any .a
   file in the same directory containing the .o file exist.

This would prevent bugs such as #524017 and #527816.

It is trivial to implement in a shell script (using dpkg -x, find,
test -f and ar t), but I am really not familiar with Lintian
architecture and source code (any hints/pointers to similar checks are
welcome).

Cheers,

-- 
Stéphane

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
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 lintian depends on:
ii  binutils   2.19.1-1  The GNU assembler, linker and bina
ii  diffstat   1.46-1produces graph of changes introduc
ii  dpkg-dev   1.14.26   Debian package development tools
ii  file   5.00-1Determines file type using magic
ii  gettext0.17-6GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libipc-run-perl0.82-1Perl module for running processes
ii  libparse-debianchangel 1.1.1-2   parse Debian changelogs and output
ii  libtimedate-perl   1.1600-9  Time and date functions for Perl
ii  liburi-perl1.37+dfsg-1   Manipulates and accesses URI strin
ii  man-db 2.5.5-1   on-line manual pager
ii  perl [libdigest-sha-pe 5.10.0-19 Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
pn  libtext-template-perl none (no description available)
ii  man-db2.5.5-1on-line manual pager

-- no debconf information



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



Bug#528377: debian-control-has-unusual-field-spacing: allow \n just after :

2009-05-12 Thread Stephane Glondu
Package: lintian
Version: 2.2.9
Severity: wishlist
Tags: patch

Hello,

Everything is said in the subject and the patch.

Cheers,

-- 
Stéphane

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
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 lintian depends on:
ii  binutils   2.19.1-1  The GNU assembler, linker and bina
ii  diffstat   1.46-1produces graph of changes introduc
ii  dpkg-dev   1.14.26   Debian package development tools
ii  file   5.00-1Determines file type using magic
ii  gettext0.17-6GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libipc-run-perl0.82-1Perl module for running processes
ii  libparse-debianchangel 1.1.1-2   parse Debian changelogs and output
ii  libtimedate-perl   1.1600-9  Time and date functions for Perl
ii  liburi-perl1.37+dfsg-1   Manipulates and accesses URI strin
ii  man-db 2.5.5-1   on-line manual pager
ii  perl [libdigest-sha-pe 5.10.0-19 Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
pn  libtext-template-perl none (no description available)
ii  man-db2.5.5-1on-line manual pager

-- no debconf information
commit d4402ed8c2b2adc5605bf94ea1af85cbbec35868
Author: Stephane Glondu st...@glondu.net
Date:   Tue May 12 16:11:40 2009 +0200

Allow new lines right after : in control files

diff --git a/checks/control-file b/checks/control-file
index d0f9867..ff49d44 100644
--- a/checks/control-file
+++ b/checks/control-file
@@ -71,7 +71,7 @@ while (CONTROL) {
tag xs-vcs-header-in-debian-control, $field
if $known_source_fields{$base};
}
-   unless (/^\S+: \S/) {
+   unless (/^\S+:\n? \S/) {
tag 'debian-control-has-unusual-field-spacing', line 
$.;
}
}


Bug#528287: nvidia-kernel-legacy-173xx-source: fails to build modules against 2.6.29 linux-headers packages

2009-05-11 Thread Stephane Glondu
Package: nvidia-kernel-legacy-173xx-source
Version: 173.14.18-1
Severity: normal

Hello,

This bug is pretty much the same as #523024, but I submit another
report at the maintainer's request.

Compilation with module-assistant with a 2.6.29 kernel fails... Or
let's say doesn't do anything:

[...]
dh_prep
# Build the modules
/usr/bin/make -C . LINUXDIR=/lib/modules/2.6.29-1-amd64/build 
KVERREL=2.6.29-1-amd64
make[2]: Entering directory `/usr/src/modules/nvidia-kernel-legacy-173xx'
make[2]: Leaving directory `/usr/src/modules/nvidia-kernel-legacy-173xx'
# Install the modules
dh_installdirs
install -m 0644 /usr/src/modules/nvidia-kernel-legacy-173xx/debian/override 
/usr/src/modules/nvidia-kernel-legacy-173xx/debian/nvidia-kernel-legacy-173xx-2.6.29-1-amd64/usr/share/lintian/overrides/nvidia-kernel-legacy-173xx-2.6.29-1-amd64
install -m 0644 /usr/src/modules/nvidia-kernel-legacy-173xx/nvidia.ko 
/usr/src/modules/nvidia-kernel-legacy-173xx/debian/nvidia-kernel-legacy-173xx-2.6.29-1-amd64/lib/modules/2.6.29-1-amd64/nvidia/nvidia.ko
 ; \

install: cannot stat `/usr/src/modules/nvidia-kernel-legacy-173xx/nvidia.ko': 
No such file or directory
make[1]: *** [binary-modules] Error 1
make[1]: Leaving directory `/usr/src/modules/nvidia-kernel-legacy-173xx'
make: *** [kdist_build] Error 2
[...]

The call to make -C . LINUXDIR=... doesn't do anything.

I observe the same behaviour in a clean sid chroot, and in a clean
i386 sid chroot (with a 64-bit kernel).

Compiling using upstream's instructions works perfectly, though, and
the driver does work with it... I guess this is some packaging bug.


Cheers,

-- 
Stephane


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/4 CPU cores)
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 nvidia-kernel-legacy-173xx-source depends on:
ii  debhelper 7.2.8  helper programs for debian/rules
ii  dpatch2.0.31 patch maintenance system for Debia
ii  make  3.81-5 The GNU version of the make util
ii  sed   4.1.5-8The GNU sed stream editor

Versions of packages nvidia-kernel-legacy-173xx-source recommends:
ii  devscripts   2.10.48 scripts to make the life of a Debi
pn  kernel-package   none  (no description available)
ii  nvidia-glx-legacy-173xx  173.14.18-1 NVIDIA binary Xorg driver

nvidia-kernel-legacy-173xx-source suggests no packages.

-- no debconf information



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



Bug#527906: ITP: ocaml-text -- library for dealing with sequences of Unicode characters

2009-05-09 Thread Stephane Glondu
Package: wnpp
Severity: wishlist
Owner: Stephane Glondu st...@glondu.net


* Package name: ocaml-text
  Version : 0.2
  Upstream Author : Jeremie Dimino jere...@dimino.org
* URL : http://ocaml-text.forge.ocamlcore.org/
* License : BSD-C3
  Programming Lang: C, OCaml
  Description : library for dealing with sequences of Unicode characters

 OCaml-Text is an OCaml library for dealing with text, i.e. sequences
 of Unicode characters, in a convenient way. It supports:
  * easy encoding/decoding of text;
  * a lot of functions for manipulation of UTF-8 encoded strings;
  * locale-specific text functions (compare, upper, is_alpha, ...).
 .
 It is composed of only two modules:
  * Encoding for encoding/decoding text
  * Text for text manipulation
 .
 OCaml-Text is designed to be easy to use and interacts well with other
 projects.


This library is a new dependency of lwt and I intend to maintain it as
part of Debian OCaml Maintainers.



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



Bug#527906: ITP: ocaml-text -- library for dealing with sequences of Unicode characters

2009-05-09 Thread Stephane Glondu
Stefano Zacchiroli a écrit :
   Description : library for dealing with sequences of Unicode characters
 
 Please improve the long descriptions, some hints: [...]

What about:

 OCaml-Text is an OCaml library for dealing with text, i.e. sequences
 of Unicode characters, in a convenient way. It supports:
  * encoding/decoding of text;
  * functions for manipulation of UTF-8 encoded strings, such as
validation and most of the functions from List and String
modules of the OCaml standard library, adapted for UTF-8 strings;
  * locale-specific text functions (compare, upper, is_alpha, ...).
 .
 It is composed of two modules:
  * Encoding for encoding/decoding text
  * Text for text manipulation

  OCaml-Text is designed to be easy to use and interacts well with
  other projects.
 
 Is this line useful? interacts well with other projects sounds like
 marketing and nothing else ...

What's wrong with marketing? :-)


Thanks for your comments!

-- 
Stéphane






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



Bug#527264: qemu-system-arm: segfaults when launched with 256 MB of RAM

2009-05-06 Thread Stephane Glondu
Package: qemu
Version: 0.10.2-2
Severity: normal

I think the subject says pretty much everything...

Cheers,

-- 
Stephane

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
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 qemu depends on:
ii  bochsbios  2.3.7+20090416-1  BIOS for the Bochs emulator
ii  libasound2 1.0.19-1  shared library for ALSA applicatio
ii  libbluetooth2  3.36-1Library to use the BlueZ Linux Blu
ii  libbrlapi0.5   3.10~r3724-1.1braille display access via BRLTTY 
ii  libc6  2.9-4 GNU C Library: Shared libraries
ii  libesd00.2.41-3  Enlightened Sound Daemon - Shared 
ii  libgnutls262.6.4-2   the GNU TLS library - runtime libr
ii  libncurses55.7+20090404-1shared libraries for terminal hand
ii  libpulse0  0.9.14-2  PulseAudio client libraries
ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia Layer
ii  libvdeplug22.2.2-3   Virtual Distributed Ethernet - Plu
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  openbios-ppc   1.0-3 PowerPC Open Firmware
ii  openbios-sparc 1.0-1 SPARC Open Firmware
ii  openhackware   0.4.1-4   OpenFirmware emulator for PowerPC
ii  vgabios0.6c-1VGA BIOS software for the Bochs an
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages qemu recommends:
ii  debootstrap 1.0.10lenny1 Bootstrap a basic Debian system
ii  sharutils   1:4.6.3-1shar, unshar, uuencode, uudecode
pn  vde2none   (no description available)

Versions of packages qemu suggests:
ii  kqemu-source1.4.0~pre1-2 Source for the QEMU Accelerator mo
pn  samba   none   (no description available)
ii  sudo1.7.0-1  Provide limited super user privile

-- no debconf information



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



Bug#527270: Fix Debian spelling in description (as complained by Lintian)

2009-05-06 Thread Stephane Glondu
Package: debhelper
Version: 7.2.9
Severity: wishlist
Tags: patch

As said in the subject, patch attached.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
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 debhelper depends on:
ii  binutils  2.19.1-1   The GNU assembler, linker and bina
ii  dpkg-dev  1.14.26Debian package development tools
ii  file  5.00-1 Determines file type using magic
ii  html2text 1.3.2a-13  advanced HTML to text converter
ii  man-db2.5.5-1on-line manual pager
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 
ii  po-debconf1.0.16 tool for managing templates file t

debhelper recommends no packages.

Versions of packages debhelper suggests:
ii  dh-make   0.48   tool that converts source archives

-- no debconf information
commit 6bf79f8fdb8605886615975b561c764ca8ed28fb
Author: Stephane Glondu st...@glondu.net
Date:   Wed May 6 15:28:30 2009 +0200

Fix Debian spelling in description (Lintian)

diff --git a/debian/control b/debian/control
index 92a113a..0f8d667 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@ Suggests: dh-make
 Conflicts: dpkg-cross ( 1.18), python-support ( 0.5.3), python-central ( 
0.5.6)
 Description: helper programs for debian/rules
  A collection of programs that can be used in a debian/rules file to
- automate common tasks related to building debian packages. Programs
+ automate common tasks related to building Debian packages. Programs
  are included to install various files into your package, compress 
- files, fix file permissions, integrate your package with the debian 
- menu system, debconf, doc-base, etc. Most debian packages use debhelper
+ files, fix file permissions, integrate your package with the Debian 
+ menu system, debconf, doc-base, etc. Most Debian packages use debhelper
  as part of their build process.


Bug#527272: dh_strip: please strip also *.cmxs files

2009-05-06 Thread Stephane Glondu
Package: debhelper
Version: 7.2.9
Severity: normal
Tags: patch

As said in the subject, patch attached.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
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 debhelper depends on:
ii  binutils  2.19.1-1   The GNU assembler, linker and bina
ii  dpkg-dev  1.14.26Debian package development tools
ii  file  5.00-1 Determines file type using magic
ii  html2text 1.3.2a-13  advanced HTML to text converter
ii  man-db2.5.5-1on-line manual pager
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 
ii  po-debconf1.0.16 tool for managing templates file t

debhelper recommends no packages.

Versions of packages debhelper suggests:
ii  dh-make   0.48   tool that converts source archives

-- no debconf information
commit e22f3535990664f5a0246d23764684307b30b112
Author: Stephane Glondu st...@glondu.net
Date:   Wed May 6 15:23:29 2009 +0200

Strip also OCaml shared libraries

diff --git a/dh_strip b/dh_strip
index 2c667bb..cfa2665 100755
--- a/dh_strip
+++ b/dh_strip
@@ -115,7 +115,8 @@ sub testfile {
return if $fn=~m/debug\/.*\.so/;
 
# Does its filename look like a shared library?
-   if (m/.*\.so.*?/) {
+   # (*.cmxs are OCaml native code shared libraries)
+   if (m/.*\.(so.*?|cmxs$)/) {
# Ok, do the expensive test.
my $type=get_file_type($_);
if ($type=~m/.*ELF.*shared.*/) {


Bug#526899: randomly segfaults when changing tab

2009-05-04 Thread Stephane Glondu
Package: aptitude-gtk
Version: 0.5.2.1-1
Severity: normal

Hello,

The GTK version of aptitude randomly segfaults. I cannot find a
reliable way to reproduce this bug. It just happens sometimes when you
don't expect it (let's say according to Murphy's Law :), after a
moment (I would say at least one minute, and following many links from
Dependencies tab or Versions area) and it always happens when there
are several tabs open, and when clicking on one of them to give it the
focus.


Cheers,

-- 
Stephane


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
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 aptitude-gtk depends on:
ii  apt [libapt-pkg-libc6. 0.7.21Advanced front-end for dpkg
ii  apt-xapian-index   0.18  maintenance tools for a Xapian ind
ii  aptitude   0.5.2.1-1 terminal-based package manager (te
ii  libatk1.0-01.24.0-2  The ATK accessibility toolkit
ii  libc6  2.9-4 GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libcairomm-1.0-1   1.8.0-1   C++ wrappers for Cairo (shared lib
ii  libcwidget30.5.12-4  high-level terminal interface libr
ii  libept00.5.26+b1 High-level library for managing De
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.9-4   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.3-3 GCC support library
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglademm-2.4-1c2a2.6.7-1   C++ wrappers for libglade2 (shared
ii  libglib2.0-0   2.20.0-2  The GLib library of C routines
ii  libglibmm-2.4-1c2a 2.20.0-1  C++ wrapper for the GLib toolkit (
ii  libgtk2.0-02.16.1-2  The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a  1:2.16.0-2C++ wrappers for GTK+ 2.4 (shared 
ii  liblog4cxx10   0.10.0-1  A logging library for C++
ii  libncursesw5   5.7+20090404-1shared libraries for terminal hand
ii  libpango1.0-0  1.24.0-3+b1   Layout and rendering of internatio
ii  libpangomm-1.4-1   2.24.0-2  C++ Wrapper for pango (shared libr
ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for C++
ii  libstdc++6 4.3.3-3   The GNU Standard C++ Library v3
ii  libvte91:0.20.1-1Terminal emulator widget for GTK+ 
ii  libxapian151.0.10-2  Search engine library
ii  libxml22.7.3.dfsg-1  GNOME XML library
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages aptitude-gtk recommends:
ii  aptitude-doc-en [aptitude-doc 0.5.1-1English manual for aptitude, a ter
ii  aptitude-doc-fr [aptitude-doc 0.5.1-1French manual for aptitude, a term
ii  libparse-debianchangelog-perl 1.1.1-2parse Debian changelogs and output

Versions of packages aptitude-gtk suggests:
ii  debtags   1.7.9+b1   Enables support for package tags
ii  tasksel   2.78   Tool for selecting tasks for insta

-- no debconf information



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



Bug#523024: nvidia-kernel-legacy-173xx-source: kernel module still not compiles

2009-05-03 Thread Stephane Glondu
Package: nvidia-kernel-legacy-173xx-source
Version: 173.14.18-1
Severity: normal

Compilation with module-assistant with a 2.6.29 kernel fails... Or
let's say doesn't do anything:

[...]
dh_prep
# Build the modules
/usr/bin/make -C . LINUXDIR=/lib/modules/2.6.29-1-amd64/build 
KVERREL=2.6.29-1-amd64
make[2]: Entering directory `/usr/src/modules/nvidia-kernel-legacy-173xx'
make[2]: Leaving directory `/usr/src/modules/nvidia-kernel-legacy-173xx'
# Install the modules
dh_installdirs
install -m 0644 /usr/src/modules/nvidia-kernel-legacy-173xx/debian/override 
/usr/src/modules/nvidia-kernel-legacy-173xx/debian/nvidia-kernel-legacy-173xx-2.6.29-1-amd64/usr/share/lintian/overrides/nvidia-kernel-legacy-173xx-2.6.29-1-amd64
install -m 0644 /usr/src/modules/nvidia-kernel-legacy-173xx/nvidia.ko 
/usr/src/modules/nvidia-kernel-legacy-173xx/debian/nvidia-kernel-legacy-173xx-2.6.29-1-amd64/lib/modules/2.6.29-1-amd64/nvidia/nvidia.ko
 ; \

install: cannot stat `/usr/src/modules/nvidia-kernel-legacy-173xx/nvidia.ko': 
No such file or directory
make[1]: *** [binary-modules] Error 1
make[1]: Leaving directory `/usr/src/modules/nvidia-kernel-legacy-173xx'
make: *** [kdist_build] Error 2
[...]

The call to make -C . LINUXDIR=... doesn't do anything.

Compiling using upstream's instructions works perfectly, though, and
the driver does work with it... I guess this is some packaging bug.


Cheers,

-- 
Stephane

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/4 CPU cores)
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 nvidia-kernel-legacy-173xx-source depends on:
ii  debhelper 7.2.7  helper programs for debian/rules
ii  dpatch2.0.31 patch maintenance system for Debia
ii  make  3.81-5 The GNU version of the make util
ii  sed   4.1.5-8The GNU sed stream editor

Versions of packages nvidia-kernel-legacy-173xx-source recommends:
ii  devscripts   2.10.47 scripts to make the life of a Debi
pn  kernel-package   none  (no description available)
ii  nvidia-glx-legacy-173xx  173.14.18-1 NVIDIA binary Xorg driver

nvidia-kernel-legacy-173xx-source suggests no packages.

-- no debconf information



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



Bug#526832: qemu-system-arm: regression in disk emulation

2009-05-03 Thread Stephane Glondu
Package: qemu
Version: 0.10.2-2
Severity: important

Hello,

When using qemu-system-arm with qemubuilder, I keep getting the
following message in the guest system:

 lsi_scsi: error: Unimplemented message 0x0c

Besides, disk access is incredibly slow. Such problems didn't exist
with the version in Lenny (0.9.1-10). I've tried with Linux kernels
2.6.26-1-versatile and 2.6.29-1-versatile on the guest (I use the
regular Debian packages), with the same results.

Oddly enough, the debootsrap process always succeeds, but after
logging in, the above message pops up when e.g. upgrading the package
list or installing a new package. The only difference I can think of
between the two cases is that logging in with qemubuilder starts qemu
with two disks.


Cheers,

-- 
Stephane

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
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 qemu depends on:
ii  bochsbios  2.3.7-1   BIOS for the Bochs emulator
ii  libasound2 1.0.19-1  shared library for ALSA applicatio
ii  libbluetooth2  3.36-1Library to use the BlueZ Linux Blu
ii  libbrlapi0.5   3.10~r3724-1.1braille display access via BRLTTY 
ii  libc6  2.9-4 GNU C Library: Shared libraries
ii  libesd00.2.41-3  Enlightened Sound Daemon - Shared 
ii  libgnutls262.6.4-2   the GNU TLS library - runtime libr
ii  libncurses55.7+20090404-1shared libraries for terminal hand
ii  libpulse0  0.9.14-2  PulseAudio client libraries
ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia Layer
ii  libvdeplug22.2.2-3   Virtual Distributed Ethernet - Plu
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  openbios-ppc   1.0-3 PowerPC Open Firmware
ii  openbios-sparc 1.0-1 SPARC Open Firmware
ii  openhackware   0.4.1-4   OpenFirmware emulator for PowerPC
ii  vgabios0.6c-1VGA BIOS software for the Bochs an
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages qemu recommends:
ii  debootstrap 1.0.10lenny1 Bootstrap a basic Debian system
ii  sharutils   1:4.6.3-1shar, unshar, uuencode, uudecode
pn  vde2none   (no description available)

Versions of packages qemu suggests:
ii  kqemu-source1.4.0~pre1-2 Source for the QEMU Accelerator mo
pn  samba   none   (no description available)
ii  sudo1.7.0-1  Provide limited super user privile

-- no debconf information



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



Bug#526221: debhelper: Please fix permissions of OCaml native-code shared objects

2009-04-29 Thread Stephane Glondu
Package: debhelper
Version: 7.2.7
Severity: normal
Tags: patch

Hello,

OCaml native-code shared objects are generated the same way *.so files
are generated and suffer from the same issue of being executables.
However, running them results in a segfault.

It would be nice if dh_fixperms handled this the same way it does for
*.so files. Attached is a patch that does this.

Cheers,

-- 
Stephane


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/4 CPU cores)
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 debhelper depends on:
ii  binutils  2.19.1-1   The GNU assembler, linker and bina
ii  dpkg-dev  1.14.25Debian package development tools
ii  file  5.00-1 Determines file type using magic
ii  html2text 1.3.2a-13  advanced HTML to text converter
ii  man-db2.5.5-1on-line manual pager
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 
ii  po-debconf1.0.16 tool for managing templates file t

debhelper recommends no packages.

Versions of packages debhelper suggests:
ii  dh-make   0.48   tool that converts source archives

-- no debconf information
commit 82f67f7ff7f9cd112ef00abc92c38c46df3e84cd
Author: Stephane Glondu st...@glondu.net
Date:   Wed Apr 29 23:37:27 2009 +0200

Fix permissions of *.cmxs files

diff --git a/dh_fixperms b/dh_fixperms
index 1d4a33f..6fa5065 100755
--- a/dh_fixperms
+++ b/dh_fixperms
@@ -82,6 +82,11 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
# ..and desktop files ..
complex_doit(find $tmp/usr/share/applications -type f $find_options 
-print0,
2/dev/null | xargs -0r chmod 644);
+
+   # ..and OCaml native-code shared objects ..
+   complex_doit(find $tmp -perm -5 -type f,
+   \\( -name '*.cmxs' \\) $find_options -print0,
+   2/dev/null | xargs -0r chmod 644);

# .. and perl modules.
complex_doit(find $tmp/usr/lib/perl5 $tmp/usr/share/perl5 -type f,


Bug#525819: odd gtk warnings

2009-04-27 Thread Stephane Glondu
Package: aptitude
Version: 0.5.1-1
Severity: normal

When running aptitude --gui from a terminal in French locale, I
regularly get the following warning in the console:

(aptitude:18009): Gtk-WARNING **: Failed to set text from markup due to error 
parsing markup: Error on line 6 char 45: Odd character '@', expected a '' or 
'/' character to end the start tag of element 'bubulle', or optionally an 
attribute; perhaps you used an invalid character in an attribute name

The warnings seem to appear randomly, but here are some steps that can
lead to them:

 1. start aptitude --gui in a console
 2. search for aptitude
 3. double-click on aptitude
 4. click on version 0.4.11.11-1+b1 (the unstable version)
 5. click on the right triangle next to libept0
 6. click on the line that just appeared

After a few investigation, I've noticed that when running in Spanish
locale, the warning changed to:

(aptitude:19169): Gtk-WARNING **: Failed to set text from markup due to error 
parsing markup: Error on line 6 char 49: Odd character '@', expected a '' or 
'/' character to end the start tag of element 'jfs', or optionally an 
attribute; perhaps you used an invalid character in an attribute name

Grepping bubulle and jfs in aptitude sources leads to the
translators' email addresses. It seems that they are not properly
escaped when going through gtk internals...

-- Package-specific info:
aptitude 0.5.1 compilé le Jan 27 2009 07:18:55
Compilateur : g++ 4.3.3
Compilé avec :
  version d'APT : 4 6 0
  version de NCurses : 5.7
  version de libsigc++ : 2.0.18
  gestion d'Ept activée.

versions des bibliothèques :
  version de NCurses : ncurses 5.7.20090404
  version de cwidget : 0.5.12
  version d'APT : 4.6.0
linux-vdso.so.1 =  (0x7fffb8dfe000)
libapt-pkg-libc6.7-6.so.4.6 = /usr/lib/libapt-pkg-libc6.7-6.so.4.6 
(0x7fe9b07c9000)
libncursesw.so.5 = /lib/libncursesw.so.5 (0x7fe9b057e000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0x7fe9b0379000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x7fe9b00a6000)
libept.so.0 = /usr/lib/libept.so.0 (0x7fe9afe2d000)
libxapian.so.15 = /usr/lib/libxapian.so.15 (0x7fe9afac1000)
libz.so.1 = /usr/lib/libz.so.1 (0x7fe9af8aa000)
libglibmm-2.4.so.1 = /usr/lib/libglibmm-2.4.so.1 (0x7fe9af65)
libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 (0x7fe9af40b000)
libglib-2.0.so.0 = /usr/lib/libglib-2.0.so.0 (0x7fe9af147000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0x7fe9aef43000)
librt.so.1 = /lib/librt.so.1 (0x7fe9aed3b000)
libgtkmm-2.4.so.1 = /usr/lib/libgtkmm-2.4.so.1 (0x7fe9ae6fc000)
libgdkmm-2.4.so.1 = /usr/lib/libgdkmm-2.4.so.1 (0x7fe9ae4b)
libatkmm-1.6.so.1 = /usr/lib/libatkmm-1.6.so.1 (0x7fe9ae262000)
libgtk-x11-2.0.so.0 = /usr/lib/libgtk-x11-2.0.so.0 (0x7fe9adc67000)
libpangomm-1.4.so.1 = /usr/lib/libpangomm-1.4.so.1 (0x7fe9ada38000)
libcairomm-1.0.so.1 = /usr/lib/libcairomm-1.0.so.1 (0x7fe9ad817000)
libgdk-x11-2.0.so.0 = /usr/lib/libgdk-x11-2.0.so.0 (0x7fe9ad576000)
libatk-1.0.so.0 = /usr/lib/libatk-1.0.so.0 (0x7fe9ad355000)
libgdk_pixbuf-2.0.so.0 = /usr/lib/libgdk_pixbuf-2.0.so.0 
(0x7fe9ad13a000)
libpangocairo-1.0.so.0 = /usr/lib/libpangocairo-1.0.so.0 
(0x7fe9acf2e000)
libpango-1.0.so.0 = /usr/lib/libpango-1.0.so.0 (0x7fe9acce3000)
libcairo.so.2 = /usr/lib/libcairo.so.2 (0x7fe9aca61000)
libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 (0x7fe9ac85e000)
libdl.so.2 = /lib/libdl.so.2 (0x7fe9ac65a000)
libglademm-2.4.so.1 = /usr/lib/libglademm-2.4.so.1 (0x7fe9ac45)
libglade-2.0.so.0 = /usr/lib/libglade-2.0.so.0 (0x7fe9ac237000)
libxml2.so.2 = /usr/lib/libxml2.so.2 (0x7fe9abed9000)
libm.so.6 = /lib/libm.so.6 (0x7fe9abc56000)
libvte.so.9 = /usr/lib/libvte.so.9 (0x7fe9ab928000)
libpangoxft-1.0.so.0 = /usr/lib/libpangoxft-1.0.so.0 
(0x7fe9ab72)
libpangox-1.0.so.0 = /usr/lib/libpangox-1.0.so.0 (0x7fe9ab513000)
libX11.so.6 = /usr/lib/libX11.so.6 (0x7fe9ab1d8000)
libpangoft2-1.0.so.0 = /usr/lib/libpangoft2-1.0.so.0 
(0x7fe9aafaa000)
libXft.so.2 = /usr/lib/libXft.so.2 (0x7fe9aad96000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x7fe9aab0f000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x7fe9aa8de000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7fe9aa6c3000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x7fe9aa3b7000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0x7fe9aa1a)
libc.so.6 = /lib/libc.so.6 (0x7fe9a9e4d000)
libutil.so.1 = /lib/libutil.so.1 (0x7fe9a9c4a000)
libpcre.so.3 = /usr/lib/libpcre.so.3 (0x7fe9a9a1b000)

Bug#522371: gnuplot: FTBFS on armel, mipsel, sparc (due to missing dependency?)

2009-04-03 Thread Stephane Glondu
Package: gnuplot
Version: 4.2.4-6
Severity: serious
Justification: no longer builds from source

Hello,

The package gnuplot fails to build on many architectures [1]. For
example, on mipsel, it fails with:

 dvips -j0 ps_fontfile_doc
 /nonexistent/.dvipsrc: Permission denied
 /nonexistent/.dvipsrc: Permission denied
 This is dvips(k) 5.96.1 Copyright 2007 Radical Eye Software 
 (www.radicaleye.com)
 ' TeX output 2009.03.18:1041' - ps_fontfile_doc.ps
 dvips: ! Couldn't find header file cm-super-t1.enc.
 Note that an absolute path or a relative path with .. are denied in -R2 mode.
 make[1]: *** [ps_fontfile_doc.ps] Error 1
 make[1]: Leaving directory `/build/buildd/gnuplot-4.2.4/docs/psdoc'

[1] https://buildd.debian.org/~luk/status/package.php?suite=p=gnuplot

There are similar errors on armel and sparc.

The file cm-super-t1.enc is provided by the package cm-super-minimal,
and having it installed makes the build succeed (at least on armel).

I guess this build-dependency is missing, but I still wonder why build
succeeded on many other architectures.

Cheers,

-- 
Stephane

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28 (SMP w/4 CPU cores)
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 debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#508788: screenruler: Will not run

2009-03-25 Thread Stephane Glondu
Package: screenruler
Followup-For: Bug #508788

The problem now exists on my machine (I don't know exactly since
when), and also occurs in a clean testing chroot.

Cheers,

-- 
Stephane
-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
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 screenruler depends on:
ii  libcairo-ruby 1.5.1-1+lenny1 Cairo bindings for the Ruby langua
ii  libgconf2-ruby0.17.0~rc1-6   GConf 2 bindings for the Ruby lang
ii  libglade2-ruby0.17.0~rc1-6   Libglade 2 bindings for the Ruby l
ii  libgtk2-ruby  0.17.0~rc1-6   GTK+ bindings for the Ruby languag
ii  ruby  4.2An interpreter of object-oriented 

screenruler recommends no packages.

screenruler suggests no packages.

-- no debconf information



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



Bug#519867: sbuild: run edos-debcheck in case of build failure due to dependency installation

2009-03-15 Thread Stephane Glondu
Package: sbuild
Severity: wishlist

Hello,

It would be nice if edos-debcheck output was part of build logs in
case of failure to install dependencies.

Cheers,

-- 
Stephane


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28 (SMP w/4 CPU cores)
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 debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519627: haxe: FTBFS with OCaml 3.11.0

2009-03-13 Thread Stephane Glondu
Package: haxe
Version: 1:1.19-3
Severity: serious
Justification: no longer builds from source

Hello,

A binary NMU[1] has been recently requested for the OCaml 3.11.0
transition, and your package fails to build[2], most likely because of
some change in OCaml 3.11.0.

[1] http://lists.debian.org/debian-ocaml-maint/2009/03/msg00180.html
[2] https://buildd.debian.org/~luk/status/package.php?p=haxe

PS: you can join the OCaml team (pkg-ocaml-maint on alioth) and have
your package team-maintained, so that we are all notified of bugs, and
can help for OCaml-specific ones. Do you have a VCS somewhere for your
packaging?

Cheers,

-- 
Stephane

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28 (SMP w/4 CPU cores)
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 debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#519630: haxe: uses convenience copies of code

2009-03-13 Thread Stephane Glondu
Package: haxe
Version: 1:1.19-3
Severity: normal

haxe sources contain extlib and xml-light, which are also packaged
separately in Debian. The build logs[1] don't indicate that the Debian
versions are used. As per section 4.13 of Debian policy, the versions
from Debian packages should be used.

[1] https://buildd.debian.org/~luk/status/package.php?p=haxe

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28 (SMP w/4 CPU cores)
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 debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#516764: setting package to dh-ocaml, tagging 516764

2009-02-23 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.35lenny3
# via tagpending 
#
# dh-ocaml (0.4.1) UNRELEASED; urgency=low
#
#  * Add ocaml-pkg-update-uploaders (Closes: #516764) 

package dh-ocaml
tags 516764 + pending




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



Bug#516211: setting package to ocaml-compiler-libs ocaml-interp ocaml-native-compilers ocaml-mode ocaml-base camlp4-extra ocaml-nox ocaml camlp4 ocaml-source ocaml-base-nox ...

2009-02-19 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.35lenny3
# via tagpending 
#
# ocaml (3.11.0-4) UNRELEASED; urgency=low
#
#  * Add a script to handle native modules of standard library, and a
#README.source to document it (fixes FTBFS on sparc and powerpc, which
#are native, but do not provide .p.cmx files) (Closes: #516211)
#

package ocaml-compiler-libs ocaml-interp ocaml-native-compilers ocaml-mode 
ocaml-base camlp4-extra ocaml-nox ocaml camlp4 ocaml-source ocaml-base-nox
tags 516211 + pending




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



Bug#516211: setting package to ocaml-compiler-libs ocaml-interp ocaml-native-compilers ocaml-mode ocaml-base camlp4-extra ocaml-nox ocaml camlp4 ocaml-source ocaml-base-nox ...

2009-02-19 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.35lenny3
# via tagpending 
#
# ocaml (3.11.0-4) UNRELEASED; urgency=low
#
#  * Add a script to handle native modules of standard library, and a
#README.source to document it (fixes FTBFS on sparc and powerpc, which
#are native, but do not provide .p.cmx files) (Closes: #516211)
#

package ocaml-compiler-libs ocaml-interp ocaml-native-compilers ocaml-mode 
ocaml-base camlp4-extra ocaml-nox ocaml camlp4 ocaml-source ocaml-base-nox
tags 516211 + pending




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



Bug#515364: setting package to advi advi-examples, tagging 515364

2009-02-15 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.35lenny2
# via tagpending 
#
# advi (1.6.0-14) UNRELEASED; urgency=low
#
#  * Replace obsolete build-dep on x-dev (Closes: #515364) 

package advi advi-examples
tags 515364 + pending




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



Bug#515379: setting package to liblablgl-ocaml-dev liblablgl-ocaml lablgl, tagging 515379

2009-02-15 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.35lenny2
# via tagpending 
#
# lablgl (1.04-2) UNRELEASED; urgency=low
#
#  * Dependency on x-dev has been removed in a previous experimental upload
#(Closes: #515379)
#

package liblablgl-ocaml-dev liblablgl-ocaml lablgl
tags 515379 + pending




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



Bug#514714: segfaults when finding dependency chains

2009-02-10 Thread Stephane Glondu
Package: aptitude-gtk
Version: 0.5.1-1
Severity: important

Steps to reproduce:

 1. sudo aptitude --gui
 2. View - Find Dependency Chains
 3. Search for aptitude
 4. Click on aptitude in the results

100 % effective on my machine.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
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 aptitude-gtk depends on:
ii  apt [libapt-pkg-libc6. 0.7.20.1  Advanced front-end for dpkg
ii  apt-xapian-index   0.16  maintenance tools for a Xapian ind
ii  aptitude   0.5.1-1   terminal-based package manager (te
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector graphics libra
ii  libcairomm-1.0-1   1.6.4-1   C++ wrappers for Cairo (shared lib
ii  libcwidget30.5.12-4  high-level terminal interface libr
ii  libept00.5.26High-level library for managing De
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglademm-2.4-1c2a2.6.6-1   C++ wrappers for libglade2 (shared
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libglibmm-2.4-1c2a 2.16.4-1  C++ wrapper for the GLib toolkit (
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a  1:2.12.7-1C++ wrappers for GTK+ 2.4 (shared 
ii  libncursesw5   5.7+20081213-1shared libraries for terminal hand
ii  libpango1.0-0  1.20.5-3  Layout and rendering of internatio
ii  libsigc++-2.0-0c2a 2.0.18-2  type-safe Signal Framework for C++
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  libvte91:0.16.14-4   Terminal emulator widget for GTK+ 
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxapian151.0.7-4   Search engine library
ii  libxft22.1.12-3  FreeType-based font drawing librar
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages aptitude-gtk recommends:
ii  aptitude-doc-en [aptitude-doc 0.5.1-1English manual for aptitude, a ter
ii  aptitude-doc-fr [aptitude-doc 0.5.1-1French manual for aptitude, a term
ii  libparse-debianchangelog-perl 1.1.1-2parse Debian changelogs and output

Versions of packages aptitude-gtk suggests:
pn  debtags   none (no description available)
ii  tasksel   2.78   Tool for selecting tasks for insta

-- no debconf information



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



Bug#514111: cameleon: FTBFS with packages currently in experimental

2009-02-04 Thread Stephane Glondu
Package: cameleon
Version: FTBFS with packages currently in experimental
Severity: normal

With the packages currently in experimental, cameleon FTBFS. This
could be due either to ocaml 3.11.0 or the new lablgtk2 version (more
likely the last one).

Compilation stops with:

[... during ocamlc [...] -c cameleon/cam_doc_gui.ml ...]
File cameleon/cam_doc_gui.ml, line 900, characters 21-28:
Error: This pattern matches values of type 'a * 'b
   but is here used to match values of type
 Odoc_info.Type.variant_constructor list
make[2]: *** [cameleon/cam_doc_gui.cmo] Error 2
rm tmpl-engine/tmplLexer.ml tdl/tdl_filter_lexer.ml
make[2]: Leaving directory `/tmp/cameleon/cameleon-1.9.18.svn20070918/src'
make[1]: *** [src] Error 2
make[1]: Leaving directory `/tmp/cameleon/cameleon-1.9.18.svn20070918'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-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 debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#513972: ITP: mlpost -- Objective Caml interface to Metapost

2009-02-02 Thread Stephane Glondu
Package: wnpp
Severity: wishlist
Owner: Stephane Glondu st...@glondu.net

* Package name: mlpost
  Version : 0.5
  Upstream Author : Jean-Christophe Filliâtre (and others)
* URL : http://mlpost.lri.fr/
* License : LGPL + OCaml linking exception
  Programming Lang: OCaml
  Description : Objective Caml interface to Metapost

 Mlpost is an OCaml library for scientific drawing. It relies on
 Metapost, giving the possibility to include (La)TeX fragments.
 Mlpost users can use the full power of OCaml to generate their
 diagrams, including static typing and the possibility to use any
 OCaml library. Moreover, Mlpost promotes a declarative style quite
 different from existing tools.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (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



Bug#469460: ITP: ocamlduce -- OCaml extended with datatypes to manipulate XML documents

2009-01-16 Thread Stephane Glondu
owner 469460 !
thanks

The package will be maintained in the Debian OCaml Team. See also:

  http://lists.debian.org/debian-ocaml-maint/2009/01/msg00060.html

(and replies).


Cheers,

-- 
Stéphane



signature.asc
Description: OpenPGP digital signature


Bug#510919: setting package to omake, tagging 510919

2009-01-07 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.35lenny1
# via tagpending 
#
# omake (0.9.8.5-3-4) UNRELEASED; urgency=low
#
#  * Do not install ocamldep-omake, as it is useless (Closes: #510919) 

package omake
tags 510919 + pending




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



Bug#508468: ITP: ssreflect -- small scale reflection extension for the Coq proof assistant

2008-12-11 Thread Stephane Glondu
Package: wnpp
Severity: wishlist
Owner: Stephane Glondu [EMAIL PROTECTED]

* Package name: ssreflect
  Version : 1.1
  Upstream Author : Georges Gonthier (Microsoft Research - Inria Joint Centre)
* URL : http://www.msr-inria.inria.fr/Projects/math-components
* License : CeCILL-B
  Programming Lang: OCaml, Coq
  Description : small scale reflection extension library for the Coq proof 
assistant

 The name Ssreflect stands for small scale reflection, a style of
 proof that evolved from the computer-checked proof of the Four Colour
 Theorem and which leverages the higher-order nature of Coq's
 underlying logic to provide effective automation for many small,
 clerical proof steps. This is often accomplished by restating
 (reflecting) problems in a more concrete form, hence the name. For
 example, in the Ssreflect library arithmetic comparison is not an
 abstract predicate, but a function computing a boolean.
 .
 The Ssreflect distribution comprises two parts:
 * A new tactic language, which promotes more structured, concise and
   robust proof scripts, and is in fact independent from the reflection
   proof style. It is implemented as a linkable extension to the Coq
   system. 
 * A set of Coq libraries that provide core reflection-oriented
   theories for basic combinatorics (roughly: arithmetic, lists, and
   finite sets). 

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



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



Bug#507884: setting package to camlp5, tagging 507884

2008-12-05 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# camlp5 (5.10-1) experimental; urgency=low
#
#  * New upstream release, compatible with OCaml 3.11.0 (Closes: #507884)
#

package camlp5
tags 507884 + pending




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



Bug#506286: setting package to ocaml-compiler-libs ocaml-interp ocaml-native-compilers ocaml-mode ocaml-base camlp4-extra ocaml-nox ocaml camlp4 ocaml-source ocaml-base-nox ...

2008-12-01 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# ocaml (3.11.0~rc1-1) UNRELEASED; urgency=low
#
#  * New upstream release candidate:
#- manpages.dpatch, ocamldoc.dpatch removed (merged upstream)
#- for_pack_static.dpatch removed (obsolete)
#- call_ld_with_proper_flags.dpatch fixed (Closes: #506286)
#

package ocaml-compiler-libs ocaml-interp ocaml-native-compilers ocaml-mode 
ocaml-base camlp4-extra ocaml-nox ocaml camlp4 ocaml-source ocaml-base-nox
tags 506286 + pending




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



Bug#503091: qemubuilder hangs when child qemu segfaults

2008-10-22 Thread Stephane Glondu
Package: qemubuilder
Version: 0.48
Severity: normal

qemubuilder doesn't handle segfaulting child qemu properly. The
process stays in zombie state, and qemubuilder hangs. See also
#502414.

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

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

Versions of packages qemubuilder depends on:
ii  libc6 2.7-14 GNU C Library: Shared libraries
ii  pbuilder  0.181  personal package builder for Debia
ii  qemu  0.9.1-6fast processor emulator

qemubuilder recommends no packages.

qemubuilder suggests no packages.

-- no debconf information



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



Bug#500726: ITP: nurpawiki -- Wiki with integrated to-do list and scheduler

2008-09-30 Thread Stephane Glondu
Package: wnpp
Severity: wishlist
Owner: Stephane Glondu [EMAIL PROTECTED]

* Package name: nurpawiki
  Version : 1.2.1
  Upstream Author : Janne Hellsten [EMAIL PROTECTED]
* URL : http://code.google.com/p/nurpawiki/
* License : GPL-2+
  Programming Lang: OCaml + Javascript
  Description : Wiki with integrated to-do list and scheduler

 Nurpawiki is a personal information manager (PIM) application that
 combines a wiki, a to-do list and a simple scheduler to help you get
 organized. It aims to ease note taking and action planning. Actions
 (to-dos) are always associated with notes or plans (wiki pages).
 .
 Nurpawiki is available as an Eliom module for the Ocsigen web server,
 and uses PostgreSQL as backend.

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



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



Bug#500591: GC-unsafe operations in C stubs lead to random crashes

2008-09-29 Thread Stephane Glondu
Package: libssl-ocaml
Version: 0.4.2-3
Severity: serious

Some GC-unsafe operations in C stubs of ocaml-ssl make ocsigen
crash (usually segfault) on heavy HTTPS loads.

The bug is identified and will be fixed soon.

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

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

Versions of packages libssl-ocaml depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libssl0.9.8   0.9.8g-13  SSL shared libraries
ii  ocaml-base-nox [ocaml-base-no 3.10.2-3   Runtime system for OCaml bytecode 

libssl-ocaml recommends no packages.

libssl-ocaml suggests no packages.

-- no debconf information



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



Bug#500591: setting package to libssl-ocaml-dev libssl-ocaml ocaml-ssl, tagging 500591

2008-09-29 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# ocaml-ssl (0.4.2-4) unstable; urgency=low
#
#  * Fix GC-unsafe operations in C stubs (Closes: #500591)
#

package libssl-ocaml-dev libssl-ocaml ocaml-ssl
tags 500591 + pending




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



Bug#500036: policy: dynamically-loadable objects and META files should be allowed in non *-dev binary packages

2008-09-24 Thread Stephane Glondu
Package: dh-ocaml
Version: 0.1
Severity: wishlist

Hello,

We have already discussed this issue in the following thread:

  http://lists.debian.org/debian-ocaml-maint/2008/01/msg00150.html

No decision has been taken so far. I submit this wish here to keep
track of it. I give here a short summary.

I propose to allow in our policy dynamically-loadable objects such as
.cma or .cmo files in non *-dev binary packages. Currently, they are
allowed only in *-dev packages, but they might be needed at runtime
by programs using dynamic loading (Dynlink library), such as Ocsigen.

To the best of my knowledge, META files are the only information easily
exploitable at runtime to deal with dependencies between libraries
(and Ocsigen use them). Therefore, I also propose to put META files
in non *-dev binary packages, if .cma ones are.

Rationale: software using Dynlink must currently depend on *-dev packages,
meaning all *.mli, *.cmi and sometimes doc installed, which can be space
consuming (compared to just .cma/META files) and which users might not
need at all. Here are some statistics about disk usage of libraries that
have both kinds of binary packages (these are sizes of .deb files):

  http://lists.debian.org/debian-ocaml-maint/2008/01/msg00215.html

Currently, Dynlink is only available in bytecode, but the upcoming (3.11)
version of OCaml will provide a native version, with a new kind of
compiled object files: .cmxs (a kind of .so for OCaml code). Putting these
files into *-dev binary packages would be quite strange. And since the
bytecode counterparts of .cmxs are .cmo/.cma, it would also be strange to
put .cmxs in non *-dev and .cmo/.cma in *-dev.

Of course, META files explicitly refer to .cmx files, and one may argue
that they belong to *-dev packages because of this. First, notice that
META files are usually the same on all architectures, even non-native ones,
where .cmx don't exists. IMHO, Findlib is a good infrastructure for
handling OCaml libraries and their dependencies, even at runtime. Besides,
META files are ridiculously small, compared to what you would need to
install if they were in *-dev packages.

More pragmatically, since we will most likely have to handle generation
of .cmxs ourselves (i.e. in packaging process), I don't suggest to
massively and systematically move .cma/META files in all existing
packages, but rather do it in a as-needed basis (note that I used the
verb allow in this report). The policy should state the possibility,
though.

-- 
Stephane


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

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

dh-ocaml depends on no packages.

Versions of packages dh-ocaml recommends:
ii  ocaml-nox 3.10.2-3   ML language implementation with a 

dh-ocaml suggests no packages.

-- no debconf information



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



Bug#436684: setting package to coq-libs coqide coq, tagging 436684

2008-09-07 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# coq (8.2~beta4.svn20080907+dfsg-1) UNRELEASED; urgency=low
#
#  * [d8e4082] Use debhelper 7, simplify debian/rules (Closes: #436684) 

package coq-libs coqide coq
tags 436684 + pending




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



Bug#497411: openvpn: do no longer accept tls-verify command with arguments

2008-09-01 Thread Stephane Glondu
Package: openvpn
Version: 2.1~rc9-3
Severity: important

Since 2.1~rc9, it seems that the tls-verify option do no longer accept
commands with arguments. For exemple, using

  tls-verify /usr/share/openvpn/verify-cn toto

will try to execute the file /usr/share/openvpn/verify-cn toto
instead of just /usr/share/openvpn/verify-cn with toto as first
argument.

A workaround is to create an auxiliary shell script, but this is quite
annoying. Anyway, this new behaviour breaks existing configurations,
hence the important severity. The minimum would be to document this
new behaviour in NEWS.Debian.

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

Kernel: Linux 2.6.26-1-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 openvpn depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  liblzo2-2 2.03-1 data compression library
ii  libpam0g  1.0.1-4Pluggable Authentication Modules l
ii  libpkcs11-helper1 1.05-1 library that simplifies the intera
ii  libssl0.9.8   0.9.8g-13  SSL shared libraries
ii  openssl-blacklist 0.4.2  list of blacklisted OpenSSL RSA ke
ii  openvpn-blacklist 0.3list of blacklisted OpenVPN RSA sh

Versions of packages openvpn recommends:
ii  net-tools 1.60-19The NET-3 networking toolkit

Versions of packages openvpn suggests:
ii  openssl   0.9.8g-13  Secure Socket Layer (SSL) binary a
ii  resolvconf1.42   name server information handler

-- debconf information excluded



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



Bug#495431: Bogus missing-dep-for-interpreter errors with ocamlrun

2008-08-17 Thread Stephane Glondu
Package: lintian
Version: 1.24.3
Severity: normal
Tags: patch

Hi,

Lintian reports missing-dep-for-interpreter for many OCaml-related packages:

  http://lintian.debian.org/tags/missing-dep-for-interpreter.html

This is because packages that need ocamlrun usually depend on a
virtual package providing it (embedding the ABI version in its name).
I've thought of several ways to fix this:

 1. Take into account virtual packages in Dep::implies
 2. Allow usage of regular expressions for dependencies in %interpreters
 3. Add special case for ocamlrun before issuing missing-dep-for-interpreter

Attached is a patch implementing solution 3.


Cheers,

-- 
Stephane Glondu

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

Kernel: Linux 2.6.25-2-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lintian depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  diffstat1.45-2   produces graph of changes introduc
ii  dpkg-dev1.14.20  Debian package development tools
ii  file4.25-1   Determines file type using magic
ii  gettext 0.17-3   GNU Internationalization utilities
ii  intltool-debian 0.35.0+20060710.1Help i18n of RFC822 compliant conf
ii  libdigest-sha-perl  5.47-1   Perl extension for SHA-1/224/256/3
ii  libparse-debianchan 1.1.1-2  parse Debian changelogs and output
ii  libtimedate-perl1.1600-9 Time and date functions for Perl
ii  liburi-perl 1.35.dfsg.1-1Manipulates and accesses URI strin
ii  man-db  2.5.2-2  on-line manual pager
ii  perl [libdigest-sha 5.10.0-11.1  Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
pn  libtext-template-perl none (no description available)
ii  man-db2.5.2-2on-line manual pager

-- no debconf information
diff --git a/checks/scripts b/checks/scripts
index e54ec62..40238c9 100644
--- a/checks/scripts
+++ b/checks/scripts
@@ -336,6 +336,8 @@ for my $filename (sort keys %{$info-scripts}) {
 		# Initialization files for csh.
 	} elsif ($base eq 'fish'  $filename =~ m,^./etc/fish.d/,) {
 		# Initialization files for fish.
+	} elsif ($base eq 'ocamlrun'  Dep::unparse($deps{all}) =~ /\Wocaml(-base)?(-nox)?-\d\.[\d.]+/) {
+		# ABI-versioned virtual packages for ocaml
 	} else {
 		tag('missing-dep-for-interpreter', $base = $depends,
 		($filename));


Bug#495165: setting package to coq-libs coqide coq, tagging 495165

2008-08-15 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.35
# via tagpending 
#
# coq (8.2~beta4+dfsg-2) experimental; urgency=low
#
#  * [45cca7f] Add non-native-archs.dpatch; fixes FTBFS on non-native
#architectures (Closes: #495165)
#

package coq-libs coqide coq
tags 495165 + pending




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



Bug#494013: should recommend httpd-cgi instead of httpd

2008-08-06 Thread Stephane Glondu
Package: darcsweb
Severity: wishlist

darcsweb is a CGI script, therefore it should recommend httpd-cgi.


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

Kernel: Linux 2.6.25-2-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#492584: cwidget: Broken Vcs-Git field in debian/control

2008-07-27 Thread Stephane Glondu
Package: cwidget
Severity: normal
Tags: patch

The Vcs-Git field in debian/control is wrong, making impossible to use
debcheckout with cwidget. 

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

Kernel: Linux 2.6.24-1-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
diff --git a/debian/control b/debian/control
index 70b1b05..bafb6ff 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: cwidget
 Priority: extra
 Section: libs
 Homepage: http://cwidget.alioth.debian.org
-Vcs-Git: git://git.debian.org/cwidget/debian
+Vcs-Git: git://git.debian.org/git/cwidget/debian
 Vcs-Browser: http://git.debian.org/?p=cwidget/debian/.git;a=summary
 Maintainer: Daniel Burrows [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5.0.0), libsigc++-2.0-dev,
-- 
1.5.6


Bug#492549: setting package to mldonkey mldonkey-gui mldonkey-server, tagging 492549

2008-07-27 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.30
# via tagpending 
#
# mldonkey (2.9.5-2) UNRELEASED; urgency=low
#
#  * Added Finnish translation of the debconf templates (Closes: #492549) 

package mldonkey mldonkey-gui mldonkey-server
tags 492549 + pending




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



Bug#492542: FTBFS on hurd

2008-07-26 Thread Stephane Glondu
Package: util-linux
Version: 2.14~rc2-0
Severity: wishlist
Tags: patch

Hello,

Your package fails to build from source on hurd. Attached is a patch
which fixes the issue. There are changes in upstream sources, I will
forward them.

Cheers,

-- 
Stephane Glondu

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

Kernel: Linux 2.6.25-2-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u util-linux-2.14~rc2/debian/changelog 
util-linux-2.14~rc2/debian/changelog
--- util-linux-2.14~rc2/debian/changelog
+++ util-linux-2.14~rc2/debian/changelog
@@ -1,3 +1,10 @@
+util-linux (2.14~rc2-0+hurd.1) experimental; urgency=low
+
+  * Non-maintainer upload.
+  * Don't build ldattach and rdev on non-Linux.
+
+ -- Stephane Glondu [EMAIL PROTECTED]  Sun, 27 Jul 2008 02:27:47 +0200
+
 util-linux (2.14~rc2-0) experimental; urgency=low
 
   [Steve Grubb]
diff -u util-linux-2.14~rc2/debian/rules util-linux-2.14~rc2/debian/rules
--- util-linux-2.14~rc2/debian/rules
+++ util-linux-2.14~rc2/debian/rules
@@ -32,9 +32,9 @@
 version := $(shell sed -e '1{;s|^util-linux (\(.*\))\ .*|\1|;q;}' 
debian/changelog)
 Upstream := $(shell sed 's/^.*(\(.*\)-.*).*/\1/; q' debian/changelog)
 
-CONFOPTS= --enable-raw --enable-rdev --enable-partx --with-slang
+CONFOPTS= --enable-raw --enable-partx --with-slang
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-CONFOPTS += --with-selinux
+CONFOPTS += --enable-rdev --with-selinux
 endif
 ifneq ($(DISTRO),Debian)
 CONFOPTS += --with-fsprobe=volume_id 
@@ -88,10 +88,10 @@
dh_movefiles --sourcedir=debian/util-linux -i -s
#
# XXX - push things to where debian has always(?) had them...
-   mv debian/util-linux/usr/sbin/*part* debian/util-linux/usr/bin
+   -mv debian/util-linux/usr/sbin/*part* debian/util-linux/usr/bin
mv debian/util-linux/usr/bin/tailf debian/util-linux/bin
mv debian/util-linux/usr/bin/isosize debian/util-linux/sbin
-   mv debian/util-linux/usr/bin/cytune debian/util-linux/usr/sbin
+   -mv debian/util-linux/usr/bin/cytune debian/util-linux/usr/sbin
mv debian/util-linux/usr/share/man/man8/linux32.8 
debian/util-linux/usr/share/man/man1/linux32.1
mv debian/util-linux/usr/share/man/man8/linux64.8 
debian/util-linux/usr/share/man/man1/linux64.1
# the version in bsdmainutils seems newer.
reverted:
--- util-linux-2.14~rc2/debian/util-linux.conffiles
+++ util-linux-2.14~rc2.orig/debian/util-linux.conffiles
@@ -1 +0,0 @@
-/etc/init.d/hwclock.sh
only in patch2:
unchanged:
--- util-linux-2.14~rc2.orig/sys-utils/Makefile.am
+++ util-linux-2.14~rc2/sys-utils/Makefile.am
@@ -16,16 +16,19 @@
 sbin_PROGRAMS = ctrlaltdel
 endif
 
-usrsbinexec_PROGRAMS = ldattach readprofile
+usrsbinexec_PROGRAMS = readprofile
 if LINUX
-usrsbinexec_PROGRAMS += tunelp rtcwake
+usrsbinexec_PROGRAMS += ldattach tunelp rtcwake
 endif
 
 tunelp_SOURCES = tunelp.c lp.h
 
-dist_man_MANS = flock.1 readprofile.1 \
-   ctrlaltdel.8 cytune.8 dmesg.1 ipcrm.1 ipcs.1 ldattach.8 renice.1 \
-   setsid.1 tunelp.8 setarch.8 rtcwake.8
+dist_man_MANS = flock.1 readprofile.1 ctrlaltdel.8 dmesg.1 ipcrm.1 \
+   ipcs.1 ldattach.8 renice.1 setsid.1
+
+if LINUX
+dist_man_MANS += cytune.8 ldattach.8 tunelp.8 rtcwake.8 setarch.8
+endif
 
 info_TEXINFOS = ipc.texi
 


Bug#492034: setting package to libcamlpdf-ocaml-dev camlpdf, tagging 492034

2008-07-23 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.30
# via tagpending 
#
# camlpdf (0.3-3) UNRELEASED; urgency=low
#
#  * Fix FTBFS on non-native architectures (Closes: #492034) 

package libcamlpdf-ocaml-dev camlpdf
tags 492034 + pending




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



Bug#491440: lintian: Synchronize doc-base sections

2008-07-19 Thread Stephane Glondu
Package: lintian
Version: 1.24.1
Severity: wishlist

Hi,

It would be nice that lintian didn't complain about Programming/OCaml
unknown doc-base section. Please see:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472501

More precisely, data/doc-base/sections in lintian source package
should be synchronized with doc-base section.list file.

Thanks!


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

Kernel: Linux 2.6.24-1-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 lintian depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  diffstat1.45-2   produces graph of changes introduc
ii  dpkg-dev1.14.20  Debian package development tools
ii  file4.24-2   Determines file type using magic
ii  gettext 0.17-2   GNU Internationalization utilities
ii  intltool-debian 0.35.0+20060710.1Help i18n of RFC822 compliant conf
ii  libparse-debianchan 1.1.1-2  parse Debian changelogs and output
ii  libtimedate-perl1.1600-9 Time and date functions for Perl
ii  liburi-perl 1.35.dfsg.1-1Manipulates and accesses URI strin
ii  man-db  2.5.2-1  on-line manual pager
ii  perl [libdigest-sha 5.10.0-11Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information



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



Bug#489918: debhelper: dh_clean -k removes *-stamp files

2008-07-08 Thread Stephane Glondu
Package: debhelper
Version: 7.0.10
Severity: wishlist

With debhelper 7, dh_clean -k removes unconditionnaly *-stamp files.
This is annoying, since install might need those.

I know, dh_clean -k is deprecated in favour of dh_prep, but would it
be possible to have it not remove *-stamp files, or, probably better,
fail unconditionnally when debhelper compatibility level is = 7? 

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

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debhelper depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  dpkg-dev1.14.20  Debian package development tools
ii  file4.24-4   Determines file type using magic
ii  html2text   1.3.2a-3 An advanced HTML to text converter
ii  man-db  2.5.2-1  on-line manual pager
ii  perl5.10.0-11Larry Wall's Practical Extraction 
ii  po-debconf  1.0.15   manage translated Debconf template

debhelper recommends no packages.

-- no debconf information



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



Bug#485566: setting package to ocsigen-dev ocsigen-doc ocsigen, tagging 485566

2008-07-07 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.30
# via tagpending 
#
# ocsigen (1.1.0~rc1-1) UNRELEASED; urgency=low
#
#  * Do not ship files under /var/www (as complained by lintian)
#(Closes: #485566).
#

package ocsigen-dev ocsigen-doc ocsigen
tags 485566 + pending




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



Bug#487997: ITP: lwt -- Cooperative light-weight thread library for OCaml

2008-06-25 Thread Stephane Glondu
Package: wnpp
Severity: wishlist
Owner: Stephane Glondu [EMAIL PROTECTED]

* Package name: lwt
  Version : 1.1.0
  Upstream Author : Jerome Vouillon [EMAIL PROTECTED]
* URL : http://ocsigen.org/install/lwt
* License : LGPL + exceptions (OpenSSL, OCaml)
  Programming Lang: OCaml
  Description : Cooperative light-weight thread library for OCaml

Lwt is a library of cooperative threads implemented in monadic
style. With respect to preemptive threads, cooperative threads are
not using a scheduler to distribute processor time between
threads. Instead of this, each thread must tell the others that he
wants to let them work.

Previous versions of Lwt were shipped with Ocsigen (already packaged
in Debian). Lwt is now shipped separately upstream, and the next
release of Ocsigen will need this new version of Lwt.

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

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#440335: setting package to net-acct, tagging 440335

2008-06-21 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.29
#
# net-acct (0.71-8) UNRELEASED; urgency=low
#
#  * Fix incomplete sl2rbl output (Closes: #440335) 

package net-acct
tags 440335 + pending




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



Bug#486000: setting package to net-acct, tagging 486000, tagging 332495

2008-06-16 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.28
#
# net-acct (0.71-8) UNRELEASED; urgency=low
#
#  * New maintainer. (Closes: #486000: ITA: net-acct)
#  * Purging removes log files (Closes: #332495) 

package net-acct
tags 486000 + pending
tags 332495 + pending




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



Bug#486000: setting package to net-acct, tagging 486000, tagging 162665, tagging 332495

2008-06-16 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.28
#
# net-acct (0.71-8) UNRELEASED; urgency=low
#
#  * New maintainer. (Closes: #486000: ITA: net-acct)
#  * Purging removes log files (Closes: #332495)
#  * Don't compress perl modules in examples (Closes: #162665) 

package net-acct
tags 486000 + pending
tags 162665 + pending
tags 332495 + pending




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



Bug#437610: setting package to net-acct, tagging 437610

2008-06-16 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.29
#
# net-acct (0.71-8) UNRELEASED; urgency=low
#
#  * Fix handling nostrip build option (Closes: #437610)
#

package net-acct
tags 437610 + pending




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



Bug#484118: Rebuild ocsigen with ocaml-sqlite3 1.2.0

2008-06-02 Thread Stephane Glondu
Package: ocsigen
Severity: grave
Justification: renders package unusable

The new release of ocaml-sqlite3 invalidates the interfaces that are
used by ocsigen. Therefore, ocsigen must be rebuilt against this new
version. This will be done with a binNMU.

This bug is meant to prevent the rebuilt version from reaching testing
before the new version of ocsigen-sqlite3. 


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

Kernel: Linux 2.6.24-1-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 ocsigen depends on:
ii  adduser 3.107add and remove users and groups
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libcryptokit-ocaml-dev  1.3-8+b1 cryptographic algorithm library fo
ii  libgdbm31.8.3-3  GNU dbm database routines (runtime
ii  libncurses5 5.6+20080308-1   Shared libraries for terminal hand
ii  libpcre37.4-1+lenny1 Perl 5 Compatible Regular Expressi
ii  libsqlite3-ocaml-dev1.0.3-1+b1   Embeddable SQL Database for OCaml 
ii  libssl0.9.8 0.9.8g-10+lenny1 SSL shared libraries
ii  libzip-ocaml-dev1.03-6+b2ocaml compression libraries
ii  ocaml-findlib   1.2.1-4+b1   Management tool for OCaml programm
pn  ocaml-nox-3.10.1none   (no description available)
ii  psmisc  22.6-1   Utilities that use the proc filesy

ocsigen recommends no packages.



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



Bug#482448: setting package to pagodacf libcf-ocaml-dev libcf-ocaml, tagging 482448

2008-05-22 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.27
#
# pagodacf (0.9-2) UNRELEASED; urgency=low
#
#  * Fix FTBFS: The implementation cf_ip4_addr.ml does not match the
#interface cf_ip4_addr.cmi (Closes: #482448).
#

package pagodacf libcf-ocaml-dev libcf-ocaml
tags 482448 + pending




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



Bug#482281: camlidl: Package uninstallable: depends on outdated ocaml-nox (3.10.1)

2008-05-21 Thread Stephane Glondu

tag 482281 + pending
thanks

Christopher L Conway a écrit :

The package probably just needs to be rebuilt against the newer ocaml-nox.


This is already planned; see:

  http://wiki.debian.org/Teams/OCamlTaskForce/Transition3-10-2


Cheers,

--
Stéphane Glondu



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



Bug#479273: Accepted ocaml 3.10.2-3 (source all amd64)

2008-05-21 Thread Stephane Glondu
For followers of Bug#479273: the new version of ocaml (3.10.2-3) FTBFS 
on arm because of a segfault of docbook2html. See:


http://buildd.debian.org/fetch.cgi?pkg=ocaml;ver=3.10.2-3;arch=arm;stamp=1211241095


Sylvain Le Gall a écrit :

I am trying to rebuild it on agnesi.d.o. I hope there will be no
problem, so i could upload it when it will be done.


I've tried to rebuild it in an emulated arm, and I got the same segfault 
at the same point. While investigating, I found:


http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479273

After downgrading libosp5 to 1.5.2-3, the generation of the policy works 
fine.


I've launched a new building of ocaml in this qemu... wait for a few 
hours... (or try on a real machine)


Cheers,

--
Stéphane Glondu




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



Bug#481616: ITP: mumudvb -- Multicast a DVB transponder over multiple IP addresses

2008-05-17 Thread Stephane Glondu
Package: wnpp
Severity: wishlist
Owner: Stephane Glondu [EMAIL PROTECTED]

* Package name: mumudvb
  Version : 1.2.5
  Upstream Author : Brice Dubost [EMAIL PROTECTED]
* URL : http://mumudvb.braice.net
* License : GPL
  Programming Lang: C
  Description : Multicast a DVB transponder over multiple IP addresses

Mumudvb is a program who can redistribute stream from DVB on a
network, in multicast. It's main feature is to take a whole
transponder and put each channel on a different multicast IP. 

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

Kernel: Linux 2.6.24-1-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#477347: PTS: add OpenSearch plugin (with suggestions)

2008-05-06 Thread Stephane Glondu

reassign 477347 qa.debian.org
retitle 477347 PTS: add OpenSearch plugin (with suggestions)
tags 477347 = pts
thanks

Hello,

Ok, so maybe the PTS should provide an OpenSearch plugin? It would even 
be better to have an OpenSearch plugin with suggestions:


http://developer.mozilla.org/en/docs/Creating_OpenSearch_plugins_for_Firefox

I could even make this if someone is interested in integrating it.


Cheers,

--
Stéphane




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



Bug#477248: setting package to bibtex2html, tagging 477248

2008-04-22 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.25
#
# bibtex2html (1.91-2) UNRELEASED; urgency=low
#
#  * Fix bashism in debian/rules (Closes: #477248) 

package bibtex2html
tags 477248 + pending




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



Bug#477347: iceweasel: PTS Search plugin

2008-04-22 Thread Stephane Glondu
Package: iceweasel
Version: 2.0.0.12-1
Severity: wishlist

Hello,

I've made a search plugin for the PTS which might be useful to others.
Attached is the XML file.

Cheers,

-- 
Stéphane Glondu

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

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

Versions of packages iceweasel depends on:
ii  debianutils2.28.4Miscellaneous utilities specific t
ii  fontconfig 2.5.0-2   generic font configuration library
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.6.4-1+b1The Cairo 2D vector graphics libra
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.0-3 GCC support library
ii  libglib2.0-0   2.16.1-2  The GLib library of C routines
ii  libgtk2.0-02.12.9-2  The GTK+ graphical user interface 
ii  libhunspell-1.1-0  1.1.9-1   spell checker and morphological an
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libnspr4-0d4.7.0-2   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0~beta3-1Network Security Service libraries
ii  libpango1.0-0  1.20.2-2  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libstdc++6 4.3.0-3   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxinerama1   2:1.0.3-1 X11 Xinerama extension library
ii  libxp6 1:1.0.0.xsf1-1X Printing Extension (Xprint) clie
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  procps 1:3.2.7-8 /proc file system utilities
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

iceweasel recommends no packages.

-- no debconf information
SearchPlugin xmlns=http://www.mozilla.org/2006/browser/search/; 
xmlns:os=http://a9.com/-/spec/opensearch/1.1/;
os:ShortNamePTS Search/os:ShortName
os:DescriptionPerform a search for Debian packages in PTS/os:Description
os:InputEncodingutf-8/os:InputEncoding
os:Image width=16 
height=16data:image/x-icon;base64,iVBORw0KGgoNSUhEUgAAABAQCAYAAAFo9M/3BmJLR0QA/wD/AP+gvaeTCXBIWXMAAJnKAACZygHjkaQiB3RJTUUH1gsYEToVv17oJgAAAXpJREFUOMuN0s+LjWEUB/DPvabrR9EYpVFkoWbxFv+ADE2JxSkLUVLKQmo2FvYUKzulqVmQSMpSvck0Slmyms2xYMNCoiaFGsqPzfPk7XZv5rs57/e83+/3OefpASnuGY0UD3odch5fKtk3LF1IMVfJq1K3pZjq42mKY/jWaFelmBx35FoNT7E1xRr0S2Ox0W7CIWi0X7E3xUR1v+4knUxxdNQRcymmhvvdTWdwGyu41mg/d923Uix2+KMUlyrZmOJ0+d5dbyTFUhUc7zgHpW5J8aGu+acz04kU0/iB2SpYTnG4CJZxBhsa7dvukG/8DymejOr3hkR9XMVl/MISPmEHjhTZDdxstP8CivEgHuNco23HTDHAC+zB/ka72i//DuAOpqs5xWSKCyVcikGj/YlT+F7fZw3YhYdFUDGPu432d+GbS92OZ1U0Uer7YujiPq6keFcMMynOYqHRzo/a7/q4m143UsymeF6fzHrQGxO0ExfxEiuN9uO4gL9fqYR9Njj9WABJRU5ErkJggg==/os:Image
SearchFormhttp://packages.qa.debian.org//SearchForm
os:Url type=text/html method=GET 
template=http://packages.qa.debian.org/common/index.html?src={searchTerms};
/os:Url
/SearchPlugin

Bug#476247: ITP: biniax2 -- logic game with arcade and tactics modes

2008-04-16 Thread Stephane Glondu
Hi,

Actually, I've been interested in packaging biniax2 for a while. I've
been on contact with the author (Cc'ed) for license stuff (one month ago
or so, there was no visible license at all, and no .tar.gz for the
source).  With the last version, everything is under a modified zlib
license and a .tar.gz is provided upstream with source+data. I was just
making the ITP when I realized there was already one (I know, I should
have done the ITP much earlier... I was waiting to get a Debian-friendly
upstream archive before doing so).

What's your status on the package?

Cheers,

-- 
Stéphane Glondu





Bug#476440: setting package to libmlpcap-ocaml mlpcap libmlpcap-ocaml-dev, tagging 476440

2008-04-16 Thread Stephane Glondu
# Automatically generated email from bts, devscripts version 2.10.20
#
# mlpcap (0.9-12) UNRELEASED; urgency=low
#
#  * Added dependency to libffcall1-dev in libmlpcap-ocaml-dev
#(Closes: #476440)
#

package libmlpcap-ocaml mlpcap libmlpcap-ocaml-dev
tags 476440 + pending




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



Bug#476482: ITP: ocamlpam -- OCaml bindings for the PAM library

2008-04-16 Thread Stephane Glondu
Package: wnpp
Severity: wishlist
Owner: Stephane Glondu [EMAIL PROTECTED]

* Package name: ocamlpam
  Version : 1.0
  Upstream Author : Sharvil Nanavati [EMAIL PROTECTED]
* URL : http://sharvil.nanavati.net/projects/ocamlpam/
* License : MIT
  Programming Lang: C/OCaml
  Description : OCaml bindings for the PAM library

OCamlPAM is a wrapper for the Pluggable Authentication Modules (PAM)
library. PAM provides a flexible mechanism for authenticating users
via administrator-defined policies. PAM has modules for authenticating
via Unix passwd files, Kerberos, LDAP, etc. Additional modules for
custom authentication mechanisms can be created and deployed without
recompiling existing services based on PAM. Moreover, policies
defining the authentication requirements can be changed at runtime
without restarting running services.

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

Kernel: Linux 2.6.24-1-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#472994: lablgtk2: FTBFS on OCaml 3.10.2

2008-03-27 Thread Stephane Glondu
Package: lablgtk2
Severity: important
Justification: fails to build from source

The package lablgtk2 fails to build from source with ocaml 3.10.2.
Attached is a patch which fixes the problem.

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

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- lablgtk2-2.10.0.orig/src/gContainer.mli
+++ lablgtk2-2.10.0/src/gContainer.mli
@@ -92,8 +92,8 @@
 
 (** @gtkdoc gtk GtkContainer *)
 val pack_container :
-  create:([ Gtk.container] Gobject.param list - (#GObj.widget as 'a)) -
-  [ Gtk.container] Gobject.param list -
+  create:(([ Gtk.container] as 'b) Gobject.param list - (#GObj.widget as 
'a)) -
+  'b Gobject.param list -
   ?border_width:int -
   ?width:int -
   ?height:int - ?packing:(GObj.widget - unit) - ?show:bool - unit - 'a


Bug#469285: ocsigen-doc: not installable in unstable

2008-03-04 Thread Stephane Glondu

Michal Politowski a écrit :

ocsigen-doc depends on ocaml-nox-3.10.0 which is no longer available in
unstable, which renders the package uninstallable.


Concerning the dependency on ocaml-nox-3.10.0: indeed it is not really 
needed. It has actually been fixed for a while, but not uploaded since 
we are in a middle of a migration...


Concerning the non-installability of ocaml-nox-3.10.0: this is normal, 
since we are in a middle of a migration... Just add testing to your 
sources or wait for a while.


Cheers,

--
Stéphane




Bug#462291: ocamlnet: FTBFS on GNU/kFreeBSD

2008-01-23 Thread Stephane Glondu

Aurelien Jarno wrote:

ocamlnet fails to build on GNU/kFreeBSD as rpc-auth-local is not built
while this file is listed in libocamlnet-ocaml-dev.install. The small
patch below fixes the configure script to build rpc-auth-local on
GNU/kFreeBSD as it is something supported.


Actually, I had fixed the problem in the svn by making the configure 
script recognize GNU/kFreeBSD as FreeBSD, and since rpc-auth-local 
does not seem to be supported on FreeBSD, I just removed this module 
from the binary package.


(Just for curiosity) Could you explain why it is supported on 
GNU/kFreeBSD whereas it is not on FreeBSD? Does it depend on something 
on the glibc?


Unless otherwise instructed, I will undo my patch to use yours.

Cheers,

--
Stéphane




Bug#444650: can you test and verify with latest glibc (libc6) installed?

2008-01-14 Thread Stephane Glondu

Patrick Winnertz wrote:
can you verify this bug again with the newest glibc(libc6) installed on 
these servers?
This might be related to the problem described in #369536 or #401115. 
Hopefully this bug report is fixed with the update of libc6.


The bug still exists with libc6 2.3.6.ds1-13etch4.

Note: we do no longer use cfengine2 anymore. I've made the test with a 
freshly-installed cfengine2 (on the same computer).


--
Stéphane Glondu




Bug#450594: libcryptokit-ocaml-dev: depends on ocaml with X support

2007-11-08 Thread Stephane Glondu
Package: libcryptokit-ocaml-dev
Version: 1.3-6
Severity: important


This package depends on ocaml package, making it depend on
libx11. It is not installable in an environment where only ocaml-nox
is installed. Version 1.3-3 does not have this problem.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
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

Versions of packages libcryptokit-ocaml-dev depends on:
ii  libcryptokit-ocaml1.3-6  cryptographic algorithm library fo
pn  ocaml-nox-3.09.2  none (no description available)

libcryptokit-ocaml-dev recommends no packages.



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



Bug#444650: cfengine2: cfagent segfaults immediately after startup

2007-09-29 Thread Stephane Glondu
Package: cfengine2
Version: 2.1.20-1
Severity: grave
Justification: renders package unusable

Cfagent segfaults, when called locally or remotely via cfrun/cfservd,
just after reading the first line of cfagent.conf (according to
strace). This behaviour is observed on 3 servers under my
responsability, but not on 7 others which have the same configuration.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages cfengine2 depends on:
ii  debconf [debconf-2.0]  1.5.11Debian configuration management sy
ii  debianutils2.17  Miscellaneous utilities specific t
hi  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libdb4.2   4.2.52+dfsg-2 Berkeley v4.2 Database Libraries [
ii  libssl0.9.80.9.8c-4  SSL shared libraries
ii  perl   5.8.8-7   Larry Wall's Practical Extraction 

cfengine2 recommends no packages.

-- debconf information:
* cfengine2/run_cfservd: true
* cfengine2/run_cfenvd: false
* cfengine2/run_cfexecd: false



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