[Pkg-ocaml-maint-commits] [SCM] ocaml-ogg packaging branch, master, updated. debian/0.3.0-1-7-ge1f5682

Romain Beauxis toots at rastageeks.org
Mon Oct 12 09:57:50 UTC 2009


The following commit has been merged in the master branch:
commit e1f56829cc4770a70a140889f01c71f7737583e0
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Mon Oct 12 04:59:10 2009 -0500

    Prepared new upstream release

diff --git a/debian/changelog b/debian/changelog
index c08bc02..ae4fced 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ocaml-ogg (0.3.1-1) unstable; urgency=low
+
+  * New upstream release 
+  * Bumped standards version to 3.8.3
+  * Use new automatic dependency system
+  * Change section to ocaml
+  * Clean generated files in debian/rules clean
+
+ -- Romain Beauxis <toots at rastageeks.org>  Mon, 12 Oct 2009 04:46:08 -0500
+
 ocaml-ogg (0.3.0-1) unstable; urgency=low
 
   * New Upstream Version.
diff --git a/debian/control b/debian/control
index a236381..d3045ba 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,18 @@
 Source: ocaml-ogg
-Section: devel
+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), ocaml-nox (>= 3.11), debhelper (>= 7), libogg-dev, ocaml-findlib (>= 1.2.4), pkg-config, dh-ocaml
-Standards-Version: 3.8.0
+Build-Depends: cdbs, cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 0.9), debhelper, libogg-dev, ocaml-findlib (>= 1.2.4), pkg-config
+Standards-Version: 3.8.3
 Homepage: http://savonet.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-ogg.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-ogg.git
 
 Package: libogg-ocaml
 Architecture: any
-Section: libs
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for the Ogg bitstream library
  Libogg is a library for manipulating ogg bitstreams. It handles
  both making ogg bitstreams and getting packets from ogg bitstreams.
@@ -21,8 +21,8 @@ Description: OCaml bindings for the Ogg bitstream library
 
 Package: libogg-ocaml-dev
 Architecture: any
-Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, libogg-dev, libogg-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Depends: ${ocaml:Depends}, libogg-dev, libogg-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for the Ogg bitstream library
  Libogg is a library for manipulating ogg bitstreams. It handles
  both making ogg bitstreams and getting packets from ogg bitstreams.
diff --git a/debian/control.in b/debian/control.in
index 723e15b..dc7eadd 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,18 +1,18 @@
 Source: ocaml-ogg
-Section: devel
+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@, debhelper (>= 7), libogg-dev, ocaml-findlib (>= 1.2.4), pkg-config, dh-ocaml
-Standards-Version: 3.8.0
+Build-Depends: @cdbs@, debhelper, libogg-dev, ocaml-findlib (>= 1.2.4), pkg-config
+Standards-Version: 3.8.3
 Homepage: http://savonet.sourceforge.net/
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml-ogg.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-ogg.git
 
 Package: libogg-ocaml
 Architecture: any
-Section: libs
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for the Ogg bitstream library
  Libogg is a library for manipulating ogg bitstreams. It handles
  both making ogg bitstreams and getting packets from ogg bitstreams.
@@ -21,8 +21,8 @@ Description: OCaml bindings for the Ogg bitstream library
 
 Package: libogg-ocaml-dev
 Architecture: any
-Section: libdevel
-Depends: ocaml-nox-${F:OCamlABI}, libogg-dev, libogg-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Depends: ${ocaml:Depends}, libogg-dev, libogg-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
 Description: OCaml bindings for the Ogg bitstream library
  Libogg is a library for manipulating ogg bitstreams. It handles
  both making ogg bitstreams and getting packets from ogg bitstreams.
diff --git a/debian/copyright b/debian/copyright
index 066aac7..e742999 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ It was downloaded from <http://savonet.sourceforge.net/>
 
 Upstream Author: Samuel Mimram <samuel.mimram at ens-lyon.org>
 
-Copyright: Copyright (C) 2007 Samuel Mimram
+Copyright: Copyright © 2007 Samuel Mimram
 
 License:
 
@@ -31,7 +31,7 @@ the executable file might be covered by the GNU Library General Public License.
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
-The Debian packaging is (C) 2007, Samuel Mimram <smimram at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is © 2007, Samuel Mimram <smimram at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/libogg-ocaml-dev.doc-base b/debian/libogg-ocaml-dev.doc-base
new file mode 100644
index 0000000..83534a6
--- /dev/null
+++ b/debian/libogg-ocaml-dev.doc-base
@@ -0,0 +1,9 @@
+Document: libogg-ocaml-dev
+Title: OCaml Ogg module documentation
+Author: Samuel Mimram
+Abstract: Documentation of the OCaml Ogg module
+Section: Programming/OCaml
+
+Format: HTML
+Index: /usr/share/doc/libogg-ocaml-dev/html/index.html
+Files: /usr/share/doc/libogg-ocaml-dev/html/*
diff --git a/debian/rules b/debian/rules
index 3200775..445cc2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,6 @@ DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF
 build/libogg-ocaml-dev::
 	mkdir -p $(DESTDIR)
 	make doc
+
+clean::
+	rm -rf Makefile src/Makefile src/META doc config.log config.status

-- 
ocaml-ogg packaging



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