[Pkg-ocaml-maint-commits] r5180 - in /trunk/packages/galax/trunk/debian: control rules

zack at users.alioth.debian.org zack at users.alioth.debian.org
Sun Feb 17 16:03:11 UTC 2008


Author: zack
Date: Sun Feb 17 16:03:11 2008
New Revision: 5180

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5180
Log:
fix deps, account for non-native archs which will need ocamlrun

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

Modified: trunk/packages/galax/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/galax/trunk/debian/control?rev=5180&op=diff
==============================================================================
--- trunk/packages/galax/trunk/debian/control (original)
+++ trunk/packages/galax/trunk/debian/control Sun Feb 17 16:03:11 2008
@@ -10,7 +10,7 @@
 
 Package: galax
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml-interp:Depends}
 Description: XQuery implementation with static typing - command line front-ends
  Galax is an implementation of XQuery, the W3C XML Query Language.
  .
@@ -30,7 +30,7 @@
 
 Package: galax-extra
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml-interp:Depends}
 Recommends: galax
 Description: XQuery implementation with static typing - utilities
  Galax is an implementation of XQuery, the W3C XML Query Language.
@@ -53,7 +53,7 @@
 
 Package: galaxd
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml-interp:Depends}
 Suggests: galax
 Description: XQuery implementation with static typing - network servers
  Galax is an implementation of XQuery, the W3C XML Query Language.
@@ -96,7 +96,7 @@
 Package: galax-doc
 Section: doc
 Architecture: all
-Suggests: galax
+Suggests: galax, libgalax-ocaml-dev
 Description: XQuery implementation with static typing - documentation
  Galax is an implementation of XQuery, the W3C XML Query Language.
  .

Modified: trunk/packages/galax/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/galax/trunk/debian/rules?rev=5180&op=diff
==============================================================================
--- trunk/packages/galax/trunk/debian/rules (original)
+++ trunk/packages/galax/trunk/debian/rules Sun Feb 17 16:03:11 2008
@@ -16,6 +16,7 @@
 DEB_DH_INSTALL_ARGS += -XCVS
 ifneq ($(OCAML_HAVE_OCAMLOPT),yes)
 DEB_STRIP_EXCLUDE += usr/bin
+DEB_DH_GENCONTROL_ARGS += -Vocaml-interp:Depends=ocaml-base-nox-$(OCAMLABI)
 endif
 
 # configuration flags (incrementally defined)




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