[Pkg-ocaml-maint-commits] [SCM] ocaml-batteries packaging branch, master, updated. upstream/0.20081011-33-ga5adbbf

Stefano Zacchiroli zack at upsilon.cc
Mon Oct 13 20:30:00 UTC 2008


The following commit has been merged in the master branch:
commit a5adbbf70fe0917427cc54593a589b3f12fe0a72
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Mon Oct 13 22:28:24 2008 +0200

    debian/control: fix sections: -dev in libdevel, -doc in doc

diff --git a/debian/changelog b/debian/changelog
index 88c98b9..e9d1c88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ocaml-batteries (0.20081011-2) UNRELEASED; urgency=low
 
   * debian/control: correct spelling of "metapackage"
+  * debian/control: fix sections: -dev in libdevel, -doc in doc
   * debian/rules: avoid shipping .svn/ dirs within the doc
 
  -- Stefano Zacchiroli <zack at debian.org>  Mon, 13 Oct 2008 22:11:31 +0200
diff --git a/debian/control b/debian/control
index 22ca4d8..56083e6 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-batteries.g
 Homepage: http://batteries.forge.ocamlcore.org
 
 Package: libbatteries-ocaml-dev
-Section: devel
+Section: libdevel
 Architecture: any
 Depends:
  ocaml-nox-${F:OCamlABI},
@@ -52,7 +52,7 @@ Description: Batteries included: OCaml development platform - development files
  you can develop OCaml programs built on top of batteries included.
 
 Package: libbatteries-ocaml-doc
-Section: devel
+Section: doc
 Architecture: all
 Depends:
  ocaml-nox-${F:OCamlABI},

-- 
ocaml-batteries packaging



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