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

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


Author: zack
Date: Sat Jul 19 19:54:59 2008
New Revision: 5862

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5862
Log:
* 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)

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=5862&op=diff
==============================================================================
--- trunk/packages/galax/trunk/debian/changelog (original)
+++ trunk/packages/galax/trunk/debian/changelog Sat Jul 19 19:54:59 2008
@@ -1,3 +1,11 @@
+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)
+
+ -- Stefano Zacchiroli <zack at debian.org>  Sat, 19 Jul 2008 21:52:00 +0200
+
 galax (1.1-3) unstable; urgency=low
 
   * debian/rules: remove .depend files created during clean, as they cause

Modified: trunk/packages/galax/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/galax/trunk/debian/control?rev=5862&op=diff
==============================================================================
--- trunk/packages/galax/trunk/debian/control (original)
+++ trunk/packages/galax/trunk/debian/control Sat Jul 19 19:54:59 2008
@@ -2,15 +2,24 @@
 Section: text
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack at debian.org>
-Build-Depends: cdbs, debhelper (>= 6), dpatch, ocaml-nox (>= 3.10.1), camlp4, libpcre-ocaml-dev, libocamlnet-ocaml-dev, libpxp-ocaml-dev, libcamomile-ocaml-dev, hevea, texlive-latex-base, texlive-latex-extra
-Standards-Version: 3.7.3
+Build-Depends: cdbs, debhelper (>= 6),
+ dpatch,
+ ocaml-nox (>= 3.10.1), camlp4,
+ libpcre-ocaml-dev,
+ libocamlnet-ocaml-dev,
+ libpxp-ocaml-dev,
+ libcamomile-ocaml-dev,
+ hevea,
+ texlive-latex-base, texlive-latex-extra
+Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/galax/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/galax/trunk/
 Homepage: http://www.galaxquery.org
 
 Package: galax
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${F:OCamlInterp}
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ ${F:OCamlInterp}
 Description: XQuery implementation with static typing - command line front-ends
  Galax is an implementation of XQuery, the W3C XML Query Language.
  .
@@ -30,7 +39,8 @@
 
 Package: galax-extra
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${F:OCamlInterp}
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ ${F:OCamlInterp}
 Recommends: galax
 Description: XQuery implementation with static typing - utilities
  Galax is an implementation of XQuery, the W3C XML Query Language.
@@ -54,7 +64,8 @@
 Package: galaxd
 Section: net
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${F:OCamlInterp}
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ ${F:OCamlInterp}
 Suggests: galax
 Description: XQuery implementation with static typing - network servers
  Galax is an implementation of XQuery, the W3C XML Query Language.
@@ -77,7 +88,12 @@
 Package: libgalax-ocaml-dev
 Section: libdevel
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libpcre-ocaml-dev, libocamlnet-ocaml-dev, libpxp-ocaml-dev, libcamomile-ocaml-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: ocaml-nox-${F:OCamlABI},
+ libpcre-ocaml-dev,
+ libocamlnet-ocaml-dev,
+ libpxp-ocaml-dev,
+ libcamomile-ocaml-dev,
+ ${shlibs:Depends}, ${misc:Depends}
 Description: XQuery implementation with static typing - OCaml libraries
  Galax is an implementation of XQuery, the W3C XML Query Language.
  .
@@ -98,7 +114,8 @@
 Package: galax-doc
 Section: doc
 Architecture: all
-Suggests: galax, libgalax-ocaml-dev
+Suggests: galax,
+ libgalax-ocaml-dev
 Description: XQuery implementation with static typing - documentation
  Galax is an implementation of XQuery, the W3C XML Query Language.
  .




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