Please unblock ocaml-ssl/0.4.2-4 and binNMU ocsigen/1.1.0-1

2008-10-07 Thread Stéphane Glondu
Hi,

Please unblock ocaml-ssl/0.4.2-4. It closes a serious bug.

Relevant changelog entry:

 * Fix GC-unsafe operations in C stubs (Closes: #500591)

The ocsigen package was affected by this bug. Please schedule a binNMU
for it on all architectures:

ocsigen_1.1.0-1, Rebuild against ocaml-ssl/0.4.2-4, 1, alpha amd64 arm
armel hppa i386 ia64 m68k mips mipsel powerpc s390 sparc
ocsigen dep-wait ocaml-ssl (= 0.4.2-4)


Thanks,

-- 
Stéphane Glondu



signature.asc
Description: OpenPGP digital signature


Re: Please unblock ocaml-ssl/0.4.2-4 and binNMU ocsigen/1.1.0-1

2008-10-07 Thread Julien Cristau
On Tue, Oct  7, 2008 at 10:15:53 +0200, Stéphane Glondu wrote:

 ocsigen_1.1.0-1, Rebuild against ocaml-ssl/0.4.2-4, 1, alpha amd64 arm
 armel hppa i386 ia64 m68k mips mipsel powerpc s390 sparc
 ocsigen dep-wait ocaml-ssl (= 0.4.2-4)
 
the dep-wait needs to be set on libssl-ocaml-dev (ocaml-ssl is the
source package).

Cheers,
Julien


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



facile_1.1-6.2_amd64.changes ACCEPTED

2008-10-07 Thread Debian Installer

Accepted:
facile_1.1-6.2.diff.gz
  to pool/main/f/facile/facile_1.1-6.2.diff.gz
facile_1.1-6.2.dsc
  to pool/main/f/facile/facile_1.1-6.2.dsc
libfacile-ocaml-dev_1.1-6.2_amd64.deb
  to pool/main/f/facile/libfacile-ocaml-dev_1.1-6.2_amd64.deb


Override entries for your package:
facile_1.1-6.2.dsc - source libdevel
libfacile-ocaml-dev_1.1-6.2_amd64.deb - optional libdevel

Announcing to [EMAIL PROTECTED]
Closing bugs: 446804 500830 


Thank you for your contribution to Debian.


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



Processing of facile_1.1-6.2_amd64.changes

2008-10-07 Thread Archive Administrator
facile_1.1-6.2_amd64.changes uploaded successfully to localhost
along with the files:
  facile_1.1-6.2.dsc
  facile_1.1-6.2.diff.gz
  libfacile-ocaml-dev_1.1-6.2_amd64.deb

Greetings,

Your Debian queue daemon


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



Bug#500830: marked as done (Misc packaging fixes)

2008-10-07 Thread Debian Bug Tracking System

Your message dated Tue, 07 Oct 2008 09:17:08 +
with message-id [EMAIL PROTECTED]
and subject line Bug#500830: fixed in facile 1.1-6.2
has caused the Debian Bug report #500830,
regarding Misc packaging fixes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
500830: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500830
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: facile
Version: 1.1-6.1
Severity: normal
Tags: patch

Hi there,

 I had a look at the facile source package today, and noticed some odd
 things in the packaging; I've cleaned it up a little in the attached
 debdiff.  (I'm filing this at normal severity because of the copyright
 issues.)

 Changelog:
  * Only compute OCAML_ABI once by using := instead of =.
  * Don't overwrite DEB_DH_GENCONTROL_ARGS and use -u instead of -- to pass
args to dpkg-gencontrol in a safer manner.
  * Include dpatch.mk instead of calling dpatch manually; NB: this will cause
the patches to be applied before running configure which is more useful,
but doesn't change anything with the current patches; bump up cdbs bdep to
= 0.4.21.
  * Use the makefile.mk cdbs class instead of the autotools one.
- Move the configure flag to a new custom common-configure-impl /
  config_Makefile rule.
- Drop --disable-maintainer-mode exclusion hack.
- Don't call make clean in clean; cdbs does that for us.
- Set DEB_MAKE_INSTALL_TARGET to install.
  * Drop redundant setting of FACILEDIR with the echo config_Makefile
construct; the configure flag works fine.
  * Replace debian/libfacile-ocaml-dev.dirs.in template and logic with
DEB_INSTALL_DIRS_ALL; fixes lack of cleanup of
debian/libfacile-ocaml-dev.dirs.
  * Set OCAMLC OCAMLMLI via DEB_MAKE_INVOKE instead of DEB_MAKE_BUILD_TARGET;
this sets the same environment for all make runs.
  * Add year 2004 to copyright.
  * Point at common-licenses for the full text of the LGPL and include the
full licensing header.
  * Depend on ${misc:Depends} as recommended in debhelper 5.

 If you're happy with the changes, I can NMU this debdiff at your
 earliest convenience; woudln't hurt for lenny, but could as well be
 experimental or sit in usntable.

   Cheers,
-- 
Loïc Minier
diff -u facile-1.1/debian/rules facile-1.1/debian/rules
--- facile-1.1/debian/rules
+++ facile-1.1/debian/rules
@@ -3,20 +3,20 @@
-include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/class/makefile.mk
 
-DEB_CONFIGURE_NORMAL_ARGS = --faciledir debian/libfacile-ocaml-dev/`ocamlc 
-where`/facile
-DEB_MAKE_BUILD_TARGET=OCAMLC=ocamlc -g OCAMLMLI=ocamlc
-exclude=--disable-maintainer-mode
-DEB_CONFIGURE_INVOKE:=$(filter-out $(exclude),$(DEB_CONFIGURE_INVOKE))
-OCAMLABI = ${shell ocamlc -version}
-DEB_DH_GENCONTROL_ARGS=-- -VF:OCamlABI=$(OCAMLABI)
+OCAMLABI := $(shell ocamlc -version)
+FACILEDIR := $(shell ocamlc -where)/facile
+DEB_INSTALL_DIRS_ALL += $(FACILEDIR)
+DEB_DH_GENCONTROL_ARGS += -u-VF:OCamlABI=$(OCAMLABI)
+DEB_MAKE_INVOKE += OCAMLC=ocamlc -g OCAMLMLI=ocamlc
+DEB_MAKE_INSTALL_TARGET := install
+
+common-configure-arch common-configure-indep:: common-configure-impl
+common-configure-impl:: config_Makefile
+config_Makefile:
+   ./configure --faciledir debian/libfacile-ocaml-dev/$(FACILEDIR)
 
-common-configure-arch::  
-   echo FACILEDIR=debian/libfacile-ocaml-dev/`ocamlc -where`/facile 
config_Makefile
-   sed -e 's%#OcamlABI#%$(OCAMLABI)%' debian/libfacile-ocaml-dev.dirs.in 
debian/libfacile-ocaml-dev.dirs
-   dpatch apply-all
-   
 clean::
-   make clean
+   # not cleaned upstream
rm -f config_Makefile
-   dpatch deapply-all
-   rm -rf debian/patched
+
diff -u facile-1.1/debian/changelog facile-1.1/debian/changelog
--- facile-1.1/debian/changelog
+++ facile-1.1/debian/changelog
@@ -1,3 +1,32 @@
+facile (1.1-6.2) UNRELEASED; urgency=low
+
+  * Only compute OCAML_ABI once by using := instead of =.
+  * Don't overwrite DEB_DH_GENCONTROL_ARGS and use -u instead of -- to pass
+args to dpkg-gencontrol in a safer manner.
+  * Include dpatch.mk instead of calling dpatch manually; NB: this will cause
+the patches to be applied before running configure which is more useful,
+but doesn't change anything with the current patches; bump up cdbs bdep to
+= 0.4.21.
+  * Use the makefile.mk cdbs class instead of the autotools one.
+- Move the configure flag to a new custom common-configure-impl /
+  config_Makefile rule.
+- Drop 

Bug#446804: marked as done (libfacile-ocaml-dev: please provide the examples directory)

2008-10-07 Thread Debian Bug Tracking System

Your message dated Tue, 07 Oct 2008 09:17:08 +
with message-id [EMAIL PROTECTED]
and subject line Bug#446804: fixed in facile 1.1-6.2
has caused the Debian Bug report #446804,
regarding libfacile-ocaml-dev: please provide the examples directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
446804: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446804
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: libfacile-ocaml-dev
Version: 1.1-5
Severity: wishlist


The documentation
(http://www.recherche.enac.fr/opti/facile/doc/manual002.html) and the
shipped README refer to an examples, in a directory of the same name.
It would be useful if it were in the Debian package, since it seems
not to be available online except for downloading the whole source.

The examples seemed like an easy way to figure out how to use the
system.

If documentation is inappropriate for the core package, maybe a
separate -doc package would be an alternative.  Of course, it would be
nice to avoid proliferating packages too!  But if there were a
separate packageee, you could even provide the manual.

Thanks.

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

Kernel: Linux 2.6.18-5-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libfacile-ocaml-dev depends on:
ii  ocaml-nox [ocaml-nox-3.09.2]  3.09.2-9   ML language implementation with a 

libfacile-ocaml-dev recommends no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: facile
Source-Version: 1.1-6.2

We believe that the bug you reported is fixed in the latest version of
facile, which is due to be installed in the Debian FTP archive:

facile_1.1-6.2.diff.gz
  to pool/main/f/facile/facile_1.1-6.2.diff.gz
facile_1.1-6.2.dsc
  to pool/main/f/facile/facile_1.1-6.2.dsc
libfacile-ocaml-dev_1.1-6.2_amd64.deb
  to pool/main/f/facile/libfacile-ocaml-dev_1.1-6.2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Loic Minier [EMAIL PROTECTED] (supplier of updated facile package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 02 Oct 2008 12:37:48 +0200
Source: facile
Binary: libfacile-ocaml-dev
Architecture: source amd64
Version: 1.1-6.2
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-maint@lists.debian.org
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 libfacile-ocaml-dev - functional constraint library implemented in objective 
caml
Closes: 446804 500830
Changes: 
 facile (1.1-6.2) unstable; urgency=low
 .
   [ Stefano Zacchiroli ]
   * fix vcs-svn field to point just above the debian/ dir
 .
   [ Loic Minier ]
   * Non-maintainer upload to fix misc packaging bugs; closes: #500830.
   * Only compute OCAML_ABI once by using := instead of =.
   * Don't overwrite DEB_DH_GENCONTROL_ARGS and use -u instead of -- to pass
 args to dpkg-gencontrol in a safer manner.
   * Include dpatch.mk instead of calling dpatch manually; NB: this will cause
 the patches to be applied before running configure which is more useful,
 but doesn't change anything with the current patches; bump up cdbs bdep to
 = 0.4.21.
   * Use the makefile.mk cdbs class instead of the autotools one.
 - Move the configure flag to a new custom common-configure-impl /
   config_Makefile rule.
 - Drop --disable-maintainer-mode exclusion hack.
 - Don't call make clean in clean; cdbs does that for us.
 - Set DEB_MAKE_INSTALL_TARGET to install.
   * Drop redundant setting of FACILEDIR with the echo config_Makefile
 construct; the configure flag works fine.
   * Replace debian/libfacile-ocaml-dev.dirs.in template and logic with
 DEB_INSTALL_DIRS_ALL; fixes lack of cleanup of
 debian/libfacile-ocaml-dev.dirs.
   * Set OCAMLC OCAMLMLI via DEB_MAKE_INVOKE instead of DEB_MAKE_BUILD_TARGET;
 this sets the same environment for all make runs.
   * Add year 2004 to copyright.
   * Point at common-licenses for the 

Bug#446804: closed by Loic Minier [EMAIL PROTECTED] (Bug#446804: fixed in facile 1.1-6.2)

2008-10-07 Thread Ross Boylan
Should the bug be closed?  The changelog doesn't mention anything about
fixing it, as far as I can see.
Ross
On Tue, 2008-10-07 at 09:57 +, Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the libfacile-ocaml-dev package:
 
 #446804: libfacile-ocaml-dev: please provide the examples directory
 
 It has been closed by Loic Minier [EMAIL PROTECTED].
 
 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Loic Minier [EMAIL 
 PROTECTED] by
 replying to this email.
 
 
 email message attachment
   Forwarded Message 
  From: Loic Minier [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: Bug#446804: fixed in facile 1.1-6.2
  Date: Tue, 07 Oct 2008 09:17:08 +
  
  Source: facile
  Source-Version: 1.1-6.2
  
  We believe that the bug you reported is fixed in the latest version of
  facile, which is due to be installed in the Debian FTP archive:
  
  facile_1.1-6.2.diff.gz
to pool/main/f/facile/facile_1.1-6.2.diff.gz
  facile_1.1-6.2.dsc
to pool/main/f/facile/facile_1.1-6.2.dsc
  libfacile-ocaml-dev_1.1-6.2_amd64.deb
to pool/main/f/facile/libfacile-ocaml-dev_1.1-6.2_amd64.deb
  
  
  
  A summary of the changes between this version and the previous one is
  attached.
  
  Thank you for reporting the bug, which will now be closed.  If you
  have further comments please address them to [EMAIL PROTECTED],
  and the maintainer will reopen the bug report if appropriate.
  
  Debian distribution maintenance software
  pp.
  Loic Minier [EMAIL PROTECTED] (supplier of updated facile package)
  
  (This message was generated automatically at their request; if you
  believe that there is a problem with it please contact the archive
  administrators by mailing [EMAIL PROTECTED])
  
  
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  Format: 1.8
  Date: Thu, 02 Oct 2008 12:37:48 +0200
  Source: facile
  Binary: libfacile-ocaml-dev
  Architecture: source amd64
  Version: 1.1-6.2
  Distribution: unstable
  Urgency: low
  Maintainer: Debian OCaml Maintainers debian-ocaml-maint@lists.debian.org
  Changed-By: Loic Minier [EMAIL PROTECTED]
  Description: 
   libfacile-ocaml-dev - functional constraint library implemented in 
  objective caml
  Closes: 446804 500830
  Changes: 
   facile (1.1-6.2) unstable; urgency=low
   .
 [ Stefano Zacchiroli ]
 * fix vcs-svn field to point just above the debian/ dir
   .
 [ Loic Minier ]
 * Non-maintainer upload to fix misc packaging bugs; closes: #500830.
 * Only compute OCAML_ABI once by using := instead of =.
 * Don't overwrite DEB_DH_GENCONTROL_ARGS and use -u instead of -- to pass
   args to dpkg-gencontrol in a safer manner.
 * Include dpatch.mk instead of calling dpatch manually; NB: this will 
  cause
   the patches to be applied before running configure which is more 
  useful,
   but doesn't change anything with the current patches; bump up cdbs 
  bdep to
   = 0.4.21.
 * Use the makefile.mk cdbs class instead of the autotools one.
   - Move the configure flag to a new custom common-configure-impl /
 config_Makefile rule.
   - Drop --disable-maintainer-mode exclusion hack.
   - Don't call make clean in clean; cdbs does that for us.
   - Set DEB_MAKE_INSTALL_TARGET to install.
 * Drop redundant setting of FACILEDIR with the echo config_Makefile
   construct; the configure flag works fine.
 * Replace debian/libfacile-ocaml-dev.dirs.in template and logic with
   DEB_INSTALL_DIRS_ALL; fixes lack of cleanup of
   debian/libfacile-ocaml-dev.dirs.
 * Set OCAMLC OCAMLMLI via DEB_MAKE_INVOKE instead of 
  DEB_MAKE_BUILD_TARGET;
   this sets the same environment for all make runs.
 * Add year 2004 to copyright.
 * Point at common-licenses for the full text of the LGPL and include the
   full licensing header.
 * Depend on ${misc:Depends} as recommended in debhelper 5.
 * Set DEB_MAKE_CHECK_TARGET to check to run the testsuite during package
   build.
 * Use Vcs-* headers instead of XS-Vcs-*.
 * Bump up Standards-Version to 3.8.0.
 * Provide examples/*.ml and examples/*.dat as examples; closes: #446804.
  Checksums-Sha1: 
   8a66bef60e06acde66055836eb893cc5bad61d0a 1217 facile_1.1-6.2.dsc
   05503dd4f632044fd93758f9abd6788e13cb6b64 4166 facile_1.1-6.2.diff.gz
   39f299787142f79359e00c50a78a4f82991b6f3b 682734 
  libfacile-ocaml-dev_1.1-6.2_amd64.deb
  Checksums-Sha256: 
   1fca18902a22a7311b23bc98c83507b49a6e221e213dc0308fde7b857b332994 1217 
  facile_1.1-6.2.dsc
   0dc22cb044957d0066a3d769cb2aa059643abb0aa4a4bf1a174e25113fc121c0 4166 
  facile_1.1-6.2.diff.gz
   c856a8d22af6dd7cb1ac9105a2cfbd09d6e7226f90ec0871fae5ff9d1521aa15 682734 
  libfacile-ocaml-dev_1.1-6.2_amd64.deb
  Files: 
   

Bug#500961: marked as done (please prioritize texlive over obsolete tetex)

2008-10-07 Thread Debian Bug Tracking System

Your message dated Tue, 07 Oct 2008 19:32:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#499326: fixed in ocamlweb 1.37-9
has caused the Debian Bug report #499326,
regarding please prioritize texlive over obsolete tetex
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
499326: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499326
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: ocamlweb
Version: 1.37-8

Installing ocaml-core on a system with no TeX installed pulls in half
the universe.  Installing ocaml-core on a system with a TeX
installation works better.

ocaml-core depends on ocamlweb, and ocamlweb has

Depends: tetex-extra | texlive-latex-extra, ocaml-base-nox-3.10.2

tetex-extra is an obsolete compatibility package, which pulls in half
the universe.  Installing texlive-latex-extra first partly works
around this issue.

I believe that there are at least two bugs here:

1. The Depends is ordered wrongly; it should say

Depends: texlive-latex-extra | tetex-extra

2. There's no reason it should be Depends, Recommends should be
   enough.

I'm also filing a bug about ocaml-core.

Juliusz




pgpuQxRjLsqAw.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: ocamlweb
Source-Version: 1.37-9

We believe that the bug you reported is fixed in the latest version of
ocamlweb, which is due to be installed in the Debian FTP archive:

ocamlweb_1.37-9.diff.gz
  to pool/main/o/ocamlweb/ocamlweb_1.37-9.diff.gz
ocamlweb_1.37-9.dsc
  to pool/main/o/ocamlweb/ocamlweb_1.37-9.dsc
ocamlweb_1.37-9_all.deb
  to pool/main/o/ocamlweb/ocamlweb_1.37-9_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ralf Treinen [EMAIL PROTECTED] (supplier of updated ocamlweb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Oct 2008 21:02:24 +0200
Source: ocamlweb
Binary: ocamlweb
Architecture: source all
Version: 1.37-9
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-maint@lists.debian.org
Changed-By: Ralf Treinen [EMAIL PROTECTED]
Description: 
 ocamlweb   - Literate programming tool for Objective Caml
Closes: 499326 500961
Changes: 
 ocamlweb (1.37-9) unstable; urgency=low
 .
   * Inverse order of alternative dependencies texlive-latex-extra |
 tetex-extra, downgrade to Recommends (closes: Bug#499326, Bug#500961).
   * Standards-Version 3.8.0 (no change).
   * Document patch 01manpage-doc.
   * Use dh_installtex instead of hand-rolled post{inst,rm}, add
 build-dependency tex-common for that.
Checksums-Sha1: 
 6c00e660a44eac070a14bdfe20fd8f643235c4f9 1491 ocamlweb_1.37-9.dsc
 af561be846f4ed2bb795a70335e8daeff2d0ea96 7222 ocamlweb_1.37-9.diff.gz
 72f7213e97b0bf6541ec86914d3ac70c18cf4a3b 106266 ocamlweb_1.37-9_all.deb
Checksums-Sha256: 
 674e75302c9d6642b51a0474390de3931f37965b0ff6346286e2c7b5d6ca2572 1491 
ocamlweb_1.37-9.dsc
 3642d61c0322f2176400f1a71605af8257aafe8a3646722daf603b3a1ea13529 7222 
ocamlweb_1.37-9.diff.gz
 5e25019cf4889465e7825fbabb6aeae03ef7830e5915e58a55643033c8e7f09a 106266 
ocamlweb_1.37-9_all.deb
Files: 
 6fd4ec56755d64bf5222597a1d61da9c 1491 devel optional ocamlweb_1.37-9.dsc
 43798489fbabde5a6ee7da8be3dc8cf3 7222 devel optional ocamlweb_1.37-9.diff.gz
 a0fdd005778c1ea7fc39f6e2c9240f73 106266 devel optional ocamlweb_1.37-9_all.deb

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

iD8DBQFI67aOtzWmSeC6BMERAgfOAKDtszd3SSOf3OIYdqIj3u+K4jx7awCgkW3D
zVffLd3VnJYdbMeDFLgT4gU=
=2mM4
-END PGP SIGNATURE-


---End Message---


Bug#499326: marked as done (ocamlweb: insane/obsolete dependencies)

2008-10-07 Thread Debian Bug Tracking System

Your message dated Tue, 07 Oct 2008 19:32:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#499326: fixed in ocamlweb 1.37-9
has caused the Debian Bug report #499326,
regarding ocamlweb: insane/obsolete dependencies
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
499326: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499326
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: ocamlweb
Version: 1.37-8
Severity: normal

ocamlweb pulls in tetex-extra, which depends on texlive-lang-*.  Please
update the dependencies to a reasonable level (maybe simply removing the
tetex-extra alternative would be enough, I haven't tried).

Thanks!
Julien


---End Message---
---BeginMessage---
Source: ocamlweb
Source-Version: 1.37-9

We believe that the bug you reported is fixed in the latest version of
ocamlweb, which is due to be installed in the Debian FTP archive:

ocamlweb_1.37-9.diff.gz
  to pool/main/o/ocamlweb/ocamlweb_1.37-9.diff.gz
ocamlweb_1.37-9.dsc
  to pool/main/o/ocamlweb/ocamlweb_1.37-9.dsc
ocamlweb_1.37-9_all.deb
  to pool/main/o/ocamlweb/ocamlweb_1.37-9_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ralf Treinen [EMAIL PROTECTED] (supplier of updated ocamlweb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Oct 2008 21:02:24 +0200
Source: ocamlweb
Binary: ocamlweb
Architecture: source all
Version: 1.37-9
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-maint@lists.debian.org
Changed-By: Ralf Treinen [EMAIL PROTECTED]
Description: 
 ocamlweb   - Literate programming tool for Objective Caml
Closes: 499326 500961
Changes: 
 ocamlweb (1.37-9) unstable; urgency=low
 .
   * Inverse order of alternative dependencies texlive-latex-extra |
 tetex-extra, downgrade to Recommends (closes: Bug#499326, Bug#500961).
   * Standards-Version 3.8.0 (no change).
   * Document patch 01manpage-doc.
   * Use dh_installtex instead of hand-rolled post{inst,rm}, add
 build-dependency tex-common for that.
Checksums-Sha1: 
 6c00e660a44eac070a14bdfe20fd8f643235c4f9 1491 ocamlweb_1.37-9.dsc
 af561be846f4ed2bb795a70335e8daeff2d0ea96 7222 ocamlweb_1.37-9.diff.gz
 72f7213e97b0bf6541ec86914d3ac70c18cf4a3b 106266 ocamlweb_1.37-9_all.deb
Checksums-Sha256: 
 674e75302c9d6642b51a0474390de3931f37965b0ff6346286e2c7b5d6ca2572 1491 
ocamlweb_1.37-9.dsc
 3642d61c0322f2176400f1a71605af8257aafe8a3646722daf603b3a1ea13529 7222 
ocamlweb_1.37-9.diff.gz
 5e25019cf4889465e7825fbabb6aeae03ef7830e5915e58a55643033c8e7f09a 106266 
ocamlweb_1.37-9_all.deb
Files: 
 6fd4ec56755d64bf5222597a1d61da9c 1491 devel optional ocamlweb_1.37-9.dsc
 43798489fbabde5a6ee7da8be3dc8cf3 7222 devel optional ocamlweb_1.37-9.diff.gz
 a0fdd005778c1ea7fc39f6e2c9240f73 106266 devel optional ocamlweb_1.37-9_all.deb

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

iD8DBQFI67aOtzWmSeC6BMERAgfOAKDtszd3SSOf3OIYdqIj3u+K4jx7awCgkW3D
zVffLd3VnJYdbMeDFLgT4gU=
=2mM4
-END PGP SIGNATURE-


---End Message---


Bug#500961: marked as done (please prioritize texlive over obsolete tetex)

2008-10-07 Thread Debian Bug Tracking System

Your message dated Tue, 07 Oct 2008 19:32:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#500961: fixed in ocamlweb 1.37-9
has caused the Debian Bug report #500961,
regarding please prioritize texlive over obsolete tetex
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
500961: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500961
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: ocamlweb
Version: 1.37-8

Installing ocaml-core on a system with no TeX installed pulls in half
the universe.  Installing ocaml-core on a system with a TeX
installation works better.

ocaml-core depends on ocamlweb, and ocamlweb has

Depends: tetex-extra | texlive-latex-extra, ocaml-base-nox-3.10.2

tetex-extra is an obsolete compatibility package, which pulls in half
the universe.  Installing texlive-latex-extra first partly works
around this issue.

I believe that there are at least two bugs here:

1. The Depends is ordered wrongly; it should say

Depends: texlive-latex-extra | tetex-extra

2. There's no reason it should be Depends, Recommends should be
   enough.

I'm also filing a bug about ocaml-core.

Juliusz




pgph0rqOSZqOS.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: ocamlweb
Source-Version: 1.37-9

We believe that the bug you reported is fixed in the latest version of
ocamlweb, which is due to be installed in the Debian FTP archive:

ocamlweb_1.37-9.diff.gz
  to pool/main/o/ocamlweb/ocamlweb_1.37-9.diff.gz
ocamlweb_1.37-9.dsc
  to pool/main/o/ocamlweb/ocamlweb_1.37-9.dsc
ocamlweb_1.37-9_all.deb
  to pool/main/o/ocamlweb/ocamlweb_1.37-9_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ralf Treinen [EMAIL PROTECTED] (supplier of updated ocamlweb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Oct 2008 21:02:24 +0200
Source: ocamlweb
Binary: ocamlweb
Architecture: source all
Version: 1.37-9
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-maint@lists.debian.org
Changed-By: Ralf Treinen [EMAIL PROTECTED]
Description: 
 ocamlweb   - Literate programming tool for Objective Caml
Closes: 499326 500961
Changes: 
 ocamlweb (1.37-9) unstable; urgency=low
 .
   * Inverse order of alternative dependencies texlive-latex-extra |
 tetex-extra, downgrade to Recommends (closes: Bug#499326, Bug#500961).
   * Standards-Version 3.8.0 (no change).
   * Document patch 01manpage-doc.
   * Use dh_installtex instead of hand-rolled post{inst,rm}, add
 build-dependency tex-common for that.
Checksums-Sha1: 
 6c00e660a44eac070a14bdfe20fd8f643235c4f9 1491 ocamlweb_1.37-9.dsc
 af561be846f4ed2bb795a70335e8daeff2d0ea96 7222 ocamlweb_1.37-9.diff.gz
 72f7213e97b0bf6541ec86914d3ac70c18cf4a3b 106266 ocamlweb_1.37-9_all.deb
Checksums-Sha256: 
 674e75302c9d6642b51a0474390de3931f37965b0ff6346286e2c7b5d6ca2572 1491 
ocamlweb_1.37-9.dsc
 3642d61c0322f2176400f1a71605af8257aafe8a3646722daf603b3a1ea13529 7222 
ocamlweb_1.37-9.diff.gz
 5e25019cf4889465e7825fbabb6aeae03ef7830e5915e58a55643033c8e7f09a 106266 
ocamlweb_1.37-9_all.deb
Files: 
 6fd4ec56755d64bf5222597a1d61da9c 1491 devel optional ocamlweb_1.37-9.dsc
 43798489fbabde5a6ee7da8be3dc8cf3 7222 devel optional ocamlweb_1.37-9.diff.gz
 a0fdd005778c1ea7fc39f6e2c9240f73 106266 devel optional ocamlweb_1.37-9_all.deb

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

iD8DBQFI67aOtzWmSeC6BMERAgfOAKDtszd3SSOf3OIYdqIj3u+K4jx7awCgkW3D
zVffLd3VnJYdbMeDFLgT4gU=
=2mM4
-END PGP SIGNATURE-


---End Message---


Bug#499326: marked as done (ocamlweb: insane/obsolete dependencies)

2008-10-07 Thread Debian Bug Tracking System

Your message dated Tue, 07 Oct 2008 19:32:03 +
with message-id [EMAIL PROTECTED]
and subject line Bug#500961: fixed in ocamlweb 1.37-9
has caused the Debian Bug report #500961,
regarding ocamlweb: insane/obsolete dependencies
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
500961: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500961
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: ocamlweb
Version: 1.37-8
Severity: normal

ocamlweb pulls in tetex-extra, which depends on texlive-lang-*.  Please
update the dependencies to a reasonable level (maybe simply removing the
tetex-extra alternative would be enough, I haven't tried).

Thanks!
Julien


---End Message---
---BeginMessage---
Source: ocamlweb
Source-Version: 1.37-9

We believe that the bug you reported is fixed in the latest version of
ocamlweb, which is due to be installed in the Debian FTP archive:

ocamlweb_1.37-9.diff.gz
  to pool/main/o/ocamlweb/ocamlweb_1.37-9.diff.gz
ocamlweb_1.37-9.dsc
  to pool/main/o/ocamlweb/ocamlweb_1.37-9.dsc
ocamlweb_1.37-9_all.deb
  to pool/main/o/ocamlweb/ocamlweb_1.37-9_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ralf Treinen [EMAIL PROTECTED] (supplier of updated ocamlweb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Oct 2008 21:02:24 +0200
Source: ocamlweb
Binary: ocamlweb
Architecture: source all
Version: 1.37-9
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-maint@lists.debian.org
Changed-By: Ralf Treinen [EMAIL PROTECTED]
Description: 
 ocamlweb   - Literate programming tool for Objective Caml
Closes: 499326 500961
Changes: 
 ocamlweb (1.37-9) unstable; urgency=low
 .
   * Inverse order of alternative dependencies texlive-latex-extra |
 tetex-extra, downgrade to Recommends (closes: Bug#499326, Bug#500961).
   * Standards-Version 3.8.0 (no change).
   * Document patch 01manpage-doc.
   * Use dh_installtex instead of hand-rolled post{inst,rm}, add
 build-dependency tex-common for that.
Checksums-Sha1: 
 6c00e660a44eac070a14bdfe20fd8f643235c4f9 1491 ocamlweb_1.37-9.dsc
 af561be846f4ed2bb795a70335e8daeff2d0ea96 7222 ocamlweb_1.37-9.diff.gz
 72f7213e97b0bf6541ec86914d3ac70c18cf4a3b 106266 ocamlweb_1.37-9_all.deb
Checksums-Sha256: 
 674e75302c9d6642b51a0474390de3931f37965b0ff6346286e2c7b5d6ca2572 1491 
ocamlweb_1.37-9.dsc
 3642d61c0322f2176400f1a71605af8257aafe8a3646722daf603b3a1ea13529 7222 
ocamlweb_1.37-9.diff.gz
 5e25019cf4889465e7825fbabb6aeae03ef7830e5915e58a55643033c8e7f09a 106266 
ocamlweb_1.37-9_all.deb
Files: 
 6fd4ec56755d64bf5222597a1d61da9c 1491 devel optional ocamlweb_1.37-9.dsc
 43798489fbabde5a6ee7da8be3dc8cf3 7222 devel optional ocamlweb_1.37-9.diff.gz
 a0fdd005778c1ea7fc39f6e2c9240f73 106266 devel optional ocamlweb_1.37-9_all.deb

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

iD8DBQFI67aOtzWmSeC6BMERAgfOAKDtszd3SSOf3OIYdqIj3u+K4jx7awCgkW3D
zVffLd3VnJYdbMeDFLgT4gU=
=2mM4
-END PGP SIGNATURE-


---End Message---


Accepted ocamlweb 1.37-9 (source all)

2008-10-07 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 07 Oct 2008 21:02:24 +0200
Source: ocamlweb
Binary: ocamlweb
Architecture: source all
Version: 1.37-9
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-maint@lists.debian.org
Changed-By: Ralf Treinen [EMAIL PROTECTED]
Description: 
 ocamlweb   - Literate programming tool for Objective Caml
Closes: 499326 500961
Changes: 
 ocamlweb (1.37-9) unstable; urgency=low
 .
   * Inverse order of alternative dependencies texlive-latex-extra |
 tetex-extra, downgrade to Recommends (closes: Bug#499326, Bug#500961).
   * Standards-Version 3.8.0 (no change).
   * Document patch 01manpage-doc.
   * Use dh_installtex instead of hand-rolled post{inst,rm}, add
 build-dependency tex-common for that.
Checksums-Sha1: 
 6c00e660a44eac070a14bdfe20fd8f643235c4f9 1491 ocamlweb_1.37-9.dsc
 af561be846f4ed2bb795a70335e8daeff2d0ea96 7222 ocamlweb_1.37-9.diff.gz
 72f7213e97b0bf6541ec86914d3ac70c18cf4a3b 106266 ocamlweb_1.37-9_all.deb
Checksums-Sha256: 
 674e75302c9d6642b51a0474390de3931f37965b0ff6346286e2c7b5d6ca2572 1491 
ocamlweb_1.37-9.dsc
 3642d61c0322f2176400f1a71605af8257aafe8a3646722daf603b3a1ea13529 7222 
ocamlweb_1.37-9.diff.gz
 5e25019cf4889465e7825fbabb6aeae03ef7830e5915e58a55643033c8e7f09a 106266 
ocamlweb_1.37-9_all.deb
Files: 
 6fd4ec56755d64bf5222597a1d61da9c 1491 devel optional ocamlweb_1.37-9.dsc
 43798489fbabde5a6ee7da8be3dc8cf3 7222 devel optional ocamlweb_1.37-9.diff.gz
 a0fdd005778c1ea7fc39f6e2c9240f73 106266 devel optional ocamlweb_1.37-9_all.deb

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

iD8DBQFI67aOtzWmSeC6BMERAgfOAKDtszd3SSOf3OIYdqIj3u+K4jx7awCgkW3D
zVffLd3VnJYdbMeDFLgT4gU=
=2mM4
-END PGP SIGNATURE-


Accepted:
ocamlweb_1.37-9.diff.gz
  to pool/main/o/ocamlweb/ocamlweb_1.37-9.diff.gz
ocamlweb_1.37-9.dsc
  to pool/main/o/ocamlweb/ocamlweb_1.37-9.dsc
ocamlweb_1.37-9_all.deb
  to pool/main/o/ocamlweb/ocamlweb_1.37-9_all.deb




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



Re: Please unblock ocaml-ssl/0.4.2-4 and binNMU ocsigen/1.1.0-1

2008-10-07 Thread Adeodato Simó
* Stéphane Glondu [Tue, 07 Oct 2008 10:15:53 +0200]:

 Hi,

 Please unblock ocaml-ssl/0.4.2-4. It closes a serious bug.

 Relevant changelog entry:

  * Fix GC-unsafe operations in C stubs (Closes: #500591)

Unblocked.

 The ocsigen package was affected by this bug. Please schedule a binNMU
 for it on all architectures:

 ocsigen_1.1.0-1, Rebuild against ocaml-ssl/0.4.2-4, 1, alpha amd64 arm
 armel hppa i386 ia64 m68k mips mipsel powerpc s390 sparc
 ocsigen dep-wait ocaml-ssl (= 0.4.2-4)

Scheduled.


* Julien Cristau [Tue, 07 Oct 2008 14:50:21 +0200]:

 the dep-wait needs to be set on libssl-ocaml-dev (ocaml-ssl is the
 source package).

Thanks.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
  Listening to: Chavela Vargas - Luz de luna


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