[Pkg-ocaml-maint-commits] r6052 - in /trunk/packages/xml-light/trunk/debian: changelog control control.in

toots at users.alioth.debian.org toots at users.alioth.debian.org
Tue Dec 2 18:36:36 UTC 2008


Author: toots
Date: Tue Dec  2 18:36:35 2008
New Revision: 6052

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=6052
Log:
Prepared upload to experimental

Modified:
    trunk/packages/xml-light/trunk/debian/changelog
    trunk/packages/xml-light/trunk/debian/control
    trunk/packages/xml-light/trunk/debian/control.in

Modified: trunk/packages/xml-light/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/xml-light/trunk/debian/changelog?rev=6052&op=diff
==============================================================================
--- trunk/packages/xml-light/trunk/debian/changelog (original)
+++ trunk/packages/xml-light/trunk/debian/changelog Tue Dec  2 18:36:35 2008
@@ -1,12 +1,15 @@
-xml-light (2.2-9) UNRELEASED; urgency=low
-
-  [ Sylvain Le Gall ]
-  * NOT RELEASED YET
+xml-light (2.2-9) experimental; urgency=low
 
   [ Stefano Zacchiroli ]
   * fix vcs-svn field to point just above the debian/ dir
 
- -- Sylvain Le Gall <gildor at debian.org>  Tue, 04 Sep 2007 01:29:48 +0200
+  [ Romain Beauxis ]
+  * Prepared upload to experimental against ocaml 3.11.
+  * Versioned ocaml related build-dep to avoid confusion.
+  * Added build-dep on dh-ocaml.
+  * Bumped standards version (no change needed). 
+
+ -- Romain Beauxis <toots at rastageeks.org>  Tue, 02 Dec 2008 19:28:59 +0100
 
 xml-light (2.2-8) unstable; urgency=low
 

Modified: trunk/packages/xml-light/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/xml-light/trunk/debian/control?rev=6052&op=diff
==============================================================================
--- trunk/packages/xml-light/trunk/debian/control (original)
+++ trunk/packages/xml-light/trunk/debian/control Tue Dec  2 18:36:35 2008
@@ -2,14 +2,14 @@
 Section: libdevel
 Priority: optional
 Maintainer: Sylvain Le Gall <gildor at debian.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.10.0-8)
-Standards-Version: 3.7.2
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), dpatch, ocaml-nox (>= 3.11.0~beta1-1), dh-ocaml
+Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/xml-light/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/xml-light/trunk/
 
 Package: libxml-light-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}
+Depends: ocaml-nox-${F:OCamlABI}, ${misc:Depends}
 Description: mininal XML parser and printer for OCaml
  This is a XML parser and printer, designed to help parsing basic XML document
  into OCaml data structures and printing it back to a XML document.

Modified: trunk/packages/xml-light/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/xml-light/trunk/debian/control.in?rev=6052&op=diff
==============================================================================
--- trunk/packages/xml-light/trunk/debian/control.in (original)
+++ trunk/packages/xml-light/trunk/debian/control.in Tue Dec  2 18:36:35 2008
@@ -2,14 +2,14 @@
 Section: libdevel
 Priority: optional
 Maintainer: Sylvain Le Gall <gildor at debian.org>
-Build-Depends: @cdbs@
-Standards-Version: 3.7.2
+Build-Depends: @cdbs@, dh-ocaml
+Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/xml-light/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/xml-light/trunk/
 
 Package: libxml-light-ocaml-dev
 Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}
+Depends: ocaml-nox-${F:OCamlABI}, ${misc:Depends}
 Description: mininal XML parser and printer for OCaml
  This is a XML parser and printer, designed to help parsing basic XML document
  into OCaml data structures and printing it back to a XML document.




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