[Pkg-ocaml-maint-commits] [SCM] ocaml-duppy packaging branch, master, updated. debian/0.3.0-1-3-g7651b8b

Romain Beauxis toots at rastageeks.org
Wed Oct 14 22:51:22 UTC 2009


The following commit has been merged in the master branch:
commit 7651b8b63e6519682e8fa45ea691e3b0ae7551d9
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Wed Oct 14 17:54:15 2009 -0500

    Prepared new upstream release

diff --git a/debian/changelog b/debian/changelog
index d353bd0..d9fee59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ocaml-duppy (0.3.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bumped standards version to 3.8.3
+  * Use new automatic dependency system. 
+  * Added doc-base registration.
+
+ -- Romain Beauxis <toots at rastageeks.org>  Wed, 14 Oct 2009 17:41:30 -0500
+
 ocaml-duppy (0.3.0-1) unstable; urgency=low
 
   * New Upstream Version
diff --git a/debian/control b/debian/control
index 4bf743a..208aa1f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,17 @@ Section: ocaml
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.org>
-Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 7.0.1), ocaml-nox, 
-               dh-ocaml, ocaml-findlib (>= 1.2.4), libpcre-ocaml-dev (>= 5.15.1)
-Standards-Version: 3.8.2.0
+Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 0.9), 
+               dh-ocaml, ocaml-findlib (>= 1.2.4), libpcre-ocaml-dev (>= 6.0.1-2)
+Standards-Version: 3.8.3
 Homepage: http://savonet.sourceforge.net/
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-duppy.git
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-duppy.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-duppy.git
 
 Package: libduppy-ocaml-dev
 Architecture: any
-Section: ocaml
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libpcre-ocaml-dev, ${misc:Depends}
+Depends: ${ocaml:Depends}, ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: Advanced scheduler for OCaml
  Duppy is an event scheduler written for OCaml. It allows the user
  to execute tasks according to some events on unix sockets, or 
diff --git a/debian/control.in b/debian/control.in
index a4efe4c..3eca63c 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -4,16 +4,16 @@ Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.org>
 Build-Depends: @cdbs@, 
-               dh-ocaml, ocaml-findlib (>= 1.2.4), libpcre-ocaml-dev (>= 5.15.1)
-Standards-Version: 3.8.2.0
+               dh-ocaml, ocaml-findlib (>= 1.2.4), libpcre-ocaml-dev (>= 6.0.1-2)
+Standards-Version: 3.8.3
 Homepage: http://savonet.sourceforge.net/
-Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-duppy.git
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-duppy.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-duppy.git
 
 Package: libduppy-ocaml-dev
 Architecture: any
-Section: ocaml
-Depends: ocaml-nox-${F:OCamlABI}, ocaml-findlib, libpcre-ocaml-dev, ${misc:Depends}
+Depends: ${ocaml:Depends}, ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: Advanced scheduler for OCaml
  Duppy is an event scheduler written for OCaml. It allows the user
  to execute tasks according to some events on unix sockets, or 
diff --git a/debian/copyright b/debian/copyright
index 42ed4c8..69c6c18 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ It was downloaded from <http://savonet.sourceforge.net/>
 
 Upstream Author: The Savonet Team <savonet-users at lists.sourceforge.net>
 
-Copyright: Copyright (C) 2008 The Savonet Team
+Copyright: Copyright © 2008 The Savonet Team
 
 License:
 
@@ -16,7 +16,7 @@ License:
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
-The Debian packaging is (C) 2008, Romain Beauxis <toots at rastageeks.org> and
-is licensed under the GPL.
+The Debian packaging is © 2008, Romain Beauxis <toots at rastageeks.org> and
+is licensed under the GPL-2.
diff --git a/debian/libduppy-ocaml-dev.doc-base b/debian/libduppy-ocaml-dev.doc-base
new file mode 100644
index 0000000..c41e594
--- /dev/null
+++ b/debian/libduppy-ocaml-dev.doc-base
@@ -0,0 +1,9 @@
+Document: libduppy-ocaml-dev
+Title: OCaml Duppy module documentation
+Author: Romain Beauxis
+Abstract: Documentation of the OCaml Duppy module
+Section: Programming/OCaml
+
+Format: HTML
+Index: /usr/share/doc/libduppy-ocaml-dev/html/index.html
+Files: /usr/share/doc/libduppy-ocaml-dev/html/*

-- 
ocaml-duppy packaging



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