[Pkg-ocaml-maint-commits] r2526 - trunk/packages/felix/debian

Mike Furr mfurr at costa.debian.org
Wed Jan 18 18:56:36 UTC 2006


Author: mfurr
Date: 2006-01-18 18:56:35 +0000 (Wed, 18 Jan 2006)
New Revision: 2526

Added:
   trunk/packages/felix/debian/control.in
Removed:
   trunk/packages/felix/debian/control
Log:
use the .in version.


Deleted: trunk/packages/felix/debian/control
===================================================================
--- trunk/packages/felix/debian/control	2006-01-18 18:55:03 UTC (rev 2525)
+++ trunk/packages/felix/debian/control	2006-01-18 18:56:35 UTC (rev 2526)
@@ -1,17 +0,0 @@
-Source: felix
-Section: devel
-Priority: optional
-Maintainer: Mike Furr <mfurr at debian.org>
-Build-Depends: debhelper (>= 4.0.0), python (>=2.0), ocaml-nox (>= 3.09.1),, ocaml-best-compilers, gnuplot (>=4.0), man2html (>=1.5), sed (>=4.1), dpatch
-Standards-Version: 3.6.1
-
-Package: felix
-Section: devel
-Priority: optional
-Architecture: any
-Depends: ${shlibs:Depends}, g++, ocaml-nox-${F:OCamlABI}
-Description: high performance programming language translator and tools
- A new high performance language with
- support for functional programming, ultra-lightweight
- user space threads, and C/C++ interoperability.
-

Added: trunk/packages/felix/debian/control.in
===================================================================
--- trunk/packages/felix/debian/control.in	2006-01-18 18:55:03 UTC (rev 2525)
+++ trunk/packages/felix/debian/control.in	2006-01-18 18:56:35 UTC (rev 2526)
@@ -0,0 +1,17 @@
+Source: felix
+Section: devel
+Priority: optional
+Maintainer: Mike Furr <mfurr at debian.org>
+Build-Depends: debhelper (>= 4.0.0), python (>=2.0), ocaml-nox (>= #OCamlABI#),, ocaml-best-compilers, gnuplot (>=4.0), man2html (>=1.5), sed (>=4.1), dpatch
+Standards-Version: 3.6.1
+
+Package: felix
+Section: devel
+Priority: optional
+Architecture: any
+Depends: ${shlibs:Depends}, g++, ocaml-nox-${F:OCamlABI}
+Description: high performance programming language translator and tools
+ A new high performance language with
+ support for functional programming, ultra-lightweight
+ user space threads, and C/C++ interoperability.
+




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