[Pkg-ocaml-maint-commits] r2441 - trunk/packages/facile/trunk/debian

Steffen Joeris white-guest at costa.debian.org
Sun Jan 8 17:54:44 UTC 2006


Author: white-guest
Date: 2006-01-08 17:54:44 +0000 (Sun, 08 Jan 2006)
New Revision: 2441

Added:
   trunk/packages/facile/trunk/debian/control.in
Modified:
   trunk/packages/facile/trunk/debian/changelog
   trunk/packages/facile/trunk/debian/control
Log:
* add control.in which is called by hand
* bump ocaml version to 3.09.1
* add changelog entry


Modified: trunk/packages/facile/trunk/debian/changelog
===================================================================
--- trunk/packages/facile/trunk/debian/changelog	2006-01-08 17:54:03 UTC (rev 2440)
+++ trunk/packages/facile/trunk/debian/changelog	2006-01-08 17:54:44 UTC (rev 2441)
@@ -1,3 +1,11 @@
+facile (1.1-3) unstable; urgency=low
+
+  * Rebuild with OCaml 3.09.1
+  * Add control.in which is only called manually 
+    with a special rule and not during the build
+
+ -- Steffen Joeris <steffen.joeris at skolelinux.de>  Sun,  8 Jan 2006 18:51:12 +0100
+
 facile (1.1-2) unstable; urgency=low
 
   * Adapt patch to upstream Makefile to not try to build the native library

Modified: trunk/packages/facile/trunk/debian/control
===================================================================
--- trunk/packages/facile/trunk/debian/control	2006-01-08 17:54:03 UTC (rev 2440)
+++ trunk/packages/facile/trunk/debian/control	2006-01-08 17:54:44 UTC (rev 2441)
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Steffen Joeris <steffen.joeris at skolelinux.de>
-Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.0), ocaml-nox (>= 3.09.0), dpatch
+Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.0), ocaml-nox (>= 3.09.1), dpatch
 Standards-Version: 3.6.2
 Section: libdevel
 

Added: trunk/packages/facile/trunk/debian/control.in
===================================================================
--- trunk/packages/facile/trunk/debian/control.in	2006-01-08 17:54:03 UTC (rev 2440)
+++ trunk/packages/facile/trunk/debian/control.in	2006-01-08 17:54:44 UTC (rev 2441)
@@ -0,0 +1,30 @@
+Source: facile
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Steffen Joeris <steffen.joeris at skolelinux.de>
+Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.0), ocaml-nox (>= #OcamlABI#), dpatch
+Standards-Version: 3.6.2
+Section: libdevel
+
+Package: libfacile-ocaml-dev
+Section: libdevel
+Architecture: any
+Depends: ocaml-nox-${F:OCamlABI} 
+Description: functional constraint library implemented in objective caml
+ FaCiLe is a constraint programming library over integer finite domain
+ written in Objective Caml. It offers all usual facilities to create
+ and manipulate finite domain variables, arithmetic expressions and
+ constraints (possibly non-linear), built-in global constraints and
+ search goals. FaCiLe allows as well to build easily user-defined
+ constraints and goals (including recursive ones), making pervasive use
+ of OCaml higher-order functionals to provide a simple and flexible
+ interface for the user. As FaCiLe is an OCaml library and not "yet
+ another language", the user benefits from type inference and strong
+ typing discipline, high level of abstraction, modules and objects
+ system, as well as native code compilation efficiency, garbage
+ collection and replay debugger, all features of OCaml (among many
+ others) that allow to prototype and experiment quickly: modeling, data
+ processing and interface are implemented with the same powerful and
+ efficient language.
+ .
+ Web site: http://www.recherche.enac.fr/opti/facile




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