[Pkg-ocaml-maint-commits] r1798 - in trunk/packages/demexp/trunk/debian: . patches

Thomas Petazzoni tpetazzo-guest at costa.debian.org
Thu Sep 29 20:26:39 UTC 2005


Author: tpetazzo-guest
Date: 2005-09-29 20:26:38 +0000 (Thu, 29 Sep 2005)
New Revision: 1798

Added:
   trunk/packages/demexp/trunk/debian/patches/default-participant-base-fix.dpatch
Modified:
   trunk/packages/demexp/trunk/debian/changelog
   trunk/packages/demexp/trunk/debian/patches/00list
Log:
New dpatch to fix the participant base bug

Modified: trunk/packages/demexp/trunk/debian/changelog
===================================================================
--- trunk/packages/demexp/trunk/debian/changelog	2005-09-28 22:55:53 UTC (rev 1797)
+++ trunk/packages/demexp/trunk/debian/changelog	2005-09-29 20:26:38 UTC (rev 1798)
@@ -1,3 +1,10 @@
+demexp (0.6.2-1) unstable; urgency=low
+
+  * Update to upstream version 0.6.2:
+    - fix a bug concerning classification.
+
+ -- Thomas Petazzoni <thomas.petazzoni at enix.org>  Wed, 14 Sep 2005 22:42:01 +0200
+
 demexp (0.6.1-1) unstable; urgency=low
 
   * Update to upstream version 0.6.1:

Modified: trunk/packages/demexp/trunk/debian/patches/00list
===================================================================
--- trunk/packages/demexp/trunk/debian/patches/00list	2005-09-28 22:55:53 UTC (rev 1797)
+++ trunk/packages/demexp/trunk/debian/patches/00list	2005-09-29 20:26:38 UTC (rev 1798)
@@ -1 +1,2 @@
 makefile
+default-participant-base-fix

Added: trunk/packages/demexp/trunk/debian/patches/default-participant-base-fix.dpatch
===================================================================
--- trunk/packages/demexp/trunk/debian/patches/default-participant-base-fix.dpatch	2005-09-28 22:55:53 UTC (rev 1797)
+++ trunk/packages/demexp/trunk/debian/patches/default-participant-base-fix.dpatch	2005-09-29 20:26:38 UTC (rev 1798)
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## default-participant-base-fix.dpatch by  <thomas at crazy.kos.nx>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad trunk~/srv/io.ml.nw trunk/srv/io.ml.nw
+--- trunk~/srv/io.ml.nw	2005-09-14 22:03:29.000000000 +0200
++++ trunk/srv/io.ml.nw	2005-09-29 22:25:30.000000000 +0200
+@@ -101,7 +101,9 @@
+     Posbase.of_cduce_xml xml_content.Xml.questions;
+ 
+     log " done."
+-   ) else
++   ) else (
+     log " File \"%s\" does not exists. Don't load bases." filename;
++    Participants.initialize_default_participant_base ()
++  ) ;
+   flush_all ()
+ @ 


Property changes on: trunk/packages/demexp/trunk/debian/patches/default-participant-base-fix.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-ocaml-maint-commits mailing list