[Pkg-ocaml-maint-commits] r5863 - in /trunk/packages/galax/trunk/debian: changelog control

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sat Jul 19 19:59:33 UTC 2008


Author: zack
Date: Sat Jul 19 19:59:33 2008
New Revision: 5863

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5863
Log:
* debian/control
  - add missing dependency on libcamomile-ocaml-data (Closes: #487482)
  - reformat dependency fields to be on multiple lines (as it is more
    diff-friendly)

Modified:
    trunk/packages/galax/trunk/debian/changelog
    trunk/packages/galax/trunk/debian/control

Modified: trunk/packages/galax/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/galax/trunk/debian/changelog?rev=5863&op=diff
==============================================================================
--- trunk/packages/galax/trunk/debian/changelog (original)
+++ trunk/packages/galax/trunk/debian/changelog Sat Jul 19 19:59:33 2008
@@ -1,8 +1,10 @@
 galax (1.1-4) unstable; urgency=medium
 
   * bump Standards-Version to 3.8.0 (no changes needed)
-  * debian/control: reformat dependency fields to be on multiple lines (as it
-    is more diff-friendly)
+  * debian/control
+    - add missing dependency on libcamomile-ocaml-data (Closes: #487482)
+    - reformat dependency fields to be on multiple lines (as it is more
+      diff-friendly)
 
  -- Stefano Zacchiroli <zack at debian.org>  Sat, 19 Jul 2008 21:52:00 +0200
 

Modified: trunk/packages/galax/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/galax/trunk/debian/control?rev=5863&op=diff
==============================================================================
--- trunk/packages/galax/trunk/debian/control (original)
+++ trunk/packages/galax/trunk/debian/control Sat Jul 19 19:59:33 2008
@@ -19,7 +19,8 @@
 Package: galax
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
- ${F:OCamlInterp}
+ ${F:OCamlInterp},
+ libcamomile-ocaml-data
 Description: XQuery implementation with static typing - command line front-ends
  Galax is an implementation of XQuery, the W3C XML Query Language.
  .
@@ -40,7 +41,8 @@
 Package: galax-extra
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
- ${F:OCamlInterp}
+ ${F:OCamlInterp},
+ libcamomile-ocaml-data
 Recommends: galax
 Description: XQuery implementation with static typing - utilities
  Galax is an implementation of XQuery, the W3C XML Query Language.
@@ -65,7 +67,8 @@
 Section: net
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
- ${F:OCamlInterp}
+ ${F:OCamlInterp},
+ libcamomile-ocaml-data
 Suggests: galax
 Description: XQuery implementation with static typing - network servers
  Galax is an implementation of XQuery, the W3C XML Query Language.




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