[Pkg-ocaml-maint-commits] r4015 - in /trunk/packages/ocaml-benchmark/trunk/debian: changelog control control.in

gildor at users.alioth.debian.org gildor at users.alioth.debian.org
Fri Jul 13 23:49:34 UTC 2007


Author: gildor
Date: Fri Jul 13 23:49:34 2007
New Revision: 4015

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4015
Log:
* Correct empty depends field

Modified:
    trunk/packages/ocaml-benchmark/trunk/debian/changelog
    trunk/packages/ocaml-benchmark/trunk/debian/control
    trunk/packages/ocaml-benchmark/trunk/debian/control.in

Modified: trunk/packages/ocaml-benchmark/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-benchmark/trunk/debian/changelog?rev=4015&op=diff
==============================================================================
--- trunk/packages/ocaml-benchmark/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-benchmark/trunk/debian/changelog Fri Jul 13 23:49:34 2007
@@ -1,3 +1,9 @@
+ocaml-benchmark (0.6-6) experimental; urgency=low
+
+  * Ooops, depends field is empty
+
+ -- Sylvain Le Gall <gildor at debian.org>  Sat, 14 Jul 2007 01:48:48 +0200
+
 ocaml-benchmark (0.6-5) experimental; urgency=low
 
   * Upgrade debian/watch version to 3,

Modified: trunk/packages/ocaml-benchmark/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-benchmark/trunk/debian/control?rev=4015&op=diff
==============================================================================
--- trunk/packages/ocaml-benchmark/trunk/debian/control (original)
+++ trunk/packages/ocaml-benchmark/trunk/debian/control Fri Jul 13 23:49:34 2007
@@ -10,7 +10,7 @@
 Package: libbenchmark-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends:
+Depends: ocaml-nox-${F:OCamlABI}
 Description: OCaml benchmarking library
  This library implements benchmarking functions for measuring the
  run-time of one or many functions using latency (multiple

Modified: trunk/packages/ocaml-benchmark/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-benchmark/trunk/debian/control.in?rev=4015&op=diff
==============================================================================
--- trunk/packages/ocaml-benchmark/trunk/debian/control.in (original)
+++ trunk/packages/ocaml-benchmark/trunk/debian/control.in Fri Jul 13 23:49:34 2007
@@ -10,7 +10,7 @@
 Package: libbenchmark-ocaml-dev
 Architecture: any
 Section: libdevel
-Depends:
+Depends: ocaml-nox-${F:OCamlABI}
 Description: OCaml benchmarking library
  This library implements benchmarking functions for measuring the
  run-time of one or many functions using latency (multiple




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