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

Steffen Joeris white-guest at costa.debian.org
Fri Nov 11 14:54:47 UTC 2005


Author: white-guest
Date: 2005-11-11 14:54:47 +0000 (Fri, 11 Nov 2005)
New Revision: 1992

Added:
   trunk/packages/facile/trunk/debian/control.in
Modified:
   trunk/packages/facile/trunk/debian/control
   trunk/packages/facile/trunk/debian/rules
Log:
try to follow no-change policy with control.in


Modified: trunk/packages/facile/trunk/debian/control
===================================================================
--- trunk/packages/facile/trunk/debian/control	2005-11-11 13:11:20 UTC (rev 1991)
+++ trunk/packages/facile/trunk/debian/control	2005-11-11 14:54:47 UTC (rev 1992)
@@ -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, dpatch
+Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.0), ocaml-nox (>= 3.09.0), dpatch
 Standards-Version: 3.6.2
 Section: libdevel
 

Added: trunk/packages/facile/trunk/debian/control.in
===================================================================
--- trunk/packages/facile/trunk/debian/control.in	2005-11-11 13:11:20 UTC (rev 1991)
+++ trunk/packages/facile/trunk/debian/control.in	2005-11-11 14:54:47 UTC (rev 1992)
@@ -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

Modified: trunk/packages/facile/trunk/debian/rules
===================================================================
--- trunk/packages/facile/trunk/debian/rules	2005-11-11 13:11:20 UTC (rev 1991)
+++ trunk/packages/facile/trunk/debian/rules	2005-11-11 14:54:47 UTC (rev 1992)
@@ -10,10 +10,13 @@
 OCAMLABI = ${shell ocamlc -version}
 DEB_DH_GENCONTROL_ARGS=-- -VF:OCamlABI="$(OCAMLABI)"
 
-debian/libfacile-ocaml-dev.dirs: 
+debian/control::
 	sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
 
-common-configure-arch:: debian/libfacile-ocaml-dev.dirs
+debian/libfacile-ocaml-dev.dirs:
+	sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
+
+common-configure-arch::  
 	echo FACILEDIR=debian/libfacile-ocaml-dev/`ocamlc -where`/facile >config_Makefile
 	dpatch apply-all
 	




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