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

Steffen Joeris white-guest at costa.debian.org
Thu Nov 17 22:35:52 UTC 2005


Author: white-guest
Date: 2005-11-17 22:35:52 +0000 (Thu, 17 Nov 2005)
New Revision: 2070

Removed:
   trunk/packages/facile/trunk/debian/control.in
Modified:
   trunk/packages/facile/trunk/debian/rules
Log:
CDBS SUCKS, sorry to all


Deleted: trunk/packages/facile/trunk/debian/control.in
===================================================================
--- trunk/packages/facile/trunk/debian/control.in	2005-11-17 21:14:27 UTC (rev 2069)
+++ trunk/packages/facile/trunk/debian/control.in	2005-11-17 22:35:52 UTC (rev 2070)
@@ -1,30 +0,0 @@
-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-17 21:14:27 UTC (rev 2069)
+++ trunk/packages/facile/trunk/debian/rules	2005-11-17 22:35:52 UTC (rev 2070)
@@ -10,9 +10,6 @@
 OCAMLABI = ${shell ocamlc -version}
 DEB_DH_GENCONTROL_ARGS=-- -VF:OCamlABI="$(OCAMLABI)"
 
-debian/control::
-	sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
-
 debian/libfacile-ocaml-dev.dirs:
 	sed -e 's%#OcamlABI#%$(OCAMLABI)%' $@.in >$@
 




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