ocaml-cry (0.1.2-1) debian-dir only changes

Summary

 debian/changelog                   |   20 ++++++++++++++++++++
 debian/compat                      |    1 +
 debian/control                     |   24 ++++++++++++++++++++++++
 debian/control.in                  |   24 ++++++++++++++++++++++++
 debian/copyright                   |   15 +++++++++++++++
 debian/libcry-ocaml-dev.doc-base   |    9 +++++++++
 debian/libcry-ocaml-dev.docs       |    2 ++
 debian/libcry-ocaml-dev.install.in |    4 ++++
 debian/rules                       |   20 ++++++++++++++++++++
 debian/watch                       |    2 ++
 10 files changed, 121 insertions(+)

    
download this patch

Patch contents

--- ocaml-cry-0.1.2.orig/debian/control
+++ ocaml-cry-0.1.2/debian/control
@@ -0,0 +1,24 @@
+Source: ocaml-cry
+Section: ocaml
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
+Uploaders: Samuel Mimram <smimram@debian.org>, Romain Beauxis <toots@rastageeks.org>
+Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox (>= 3.11.2), dh-ocaml (>= 0.9), ocaml-findlib (>= 1.2.4)
+Standards-Version: 3.8.3
+Homepage: http://savonet.sourceforge.net/
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-cry.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-cry.git
+
+Package: libcry-ocaml-dev
+Architecture: any
+Depends: ${ocaml:Depends}, ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
+Description: MP3/Ogg Vorbis broadcast OCaml module
+ This OCaml module implements the protocols used to connect and 
+ send source data to icecast2 and shoutcast servers.
+ . 
+ It is a low-level implementation, so it only does the minimal 
+ source connection. In particular, it does not handle synchronisation. 
+ Hence, the task of sending audio data to the streaming server 
+ at real time rate is up to the programmer, contrary to the main 
+ implementation, libshout.
--- ocaml-cry-0.1.2.orig/debian/rules
+++ ocaml-cry-0.1.2/debian/rules
@@ -0,0 +1,20 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/ocaml.mk
+
+# In order to regenerate 'debian/control' :
+#   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
+# Then check manually if everything's ok
+
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-debugging
+DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
+DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
+
+build/libcry-ocaml-dev::
+	mkdir -p $(DESTDIR)
+	make doc
+
+clean::
+	rm -rf Makefile src/Makefile src/META doc config.log config.status examples/Makefile.connect
--- ocaml-cry-0.1.2.orig/debian/watch
+++ ocaml-cry-0.1.2/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/savonet/ocaml-cry-(.+)\.tar\.gz
--- ocaml-cry-0.1.2.orig/debian/changelog
+++ ocaml-cry-0.1.2/debian/changelog
@@ -0,0 +1,20 @@
+ocaml-cry (0.1.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Rebuild against ocaml 3.11.2.
+
+ -- Romain Beauxis <toots@rastageeks.org>  Mon, 08 Feb 2010 18:26:32 -0600
+
+ocaml-cry (0.1.1-1) unstable; urgency=low
+
+  * New upstream release. 
+
+ -- Romain Beauxis <toots@rastageeks.org>  Mon, 26 Oct 2009 19:51:05 -0500
+
+ocaml-cry (0.1.0-1) unstable; urgency=low
+
+  * Initial release.
+  Closes: #550803
+
+ -- Romain Beauxis <toots@rastageeks.org>  Mon, 12 Oct 2009 20:47:04 -0500
+
--- ocaml-cry-0.1.2.orig/debian/compat
+++ ocaml-cry-0.1.2/debian/compat
@@ -0,0 +1 @@
+7
--- ocaml-cry-0.1.2.orig/debian/libcry-ocaml-dev.install.in
+++ ocaml-cry-0.1.2/debian/libcry-ocaml-dev.install.in
@@ -0,0 +1,4 @@
+@OCamlStdlibDir@/cry/META
+@OCamlStdlibDir@/cry/*.cm*
+@OCamlStdlibDir@/cry/*.ml*
+OPT: @OCamlStdlibDir@/cry/*.a
--- ocaml-cry-0.1.2.orig/debian/libcry-ocaml-dev.docs
+++ ocaml-cry-0.1.2/debian/libcry-ocaml-dev.docs
@@ -0,0 +1,2 @@
+README
+doc/html
--- ocaml-cry-0.1.2.orig/debian/control.in
+++ ocaml-cry-0.1.2/debian/control.in
@@ -0,0 +1,24 @@
+Source: ocaml-cry
+Section: ocaml
+Priority: optional
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
+Uploaders: Samuel Mimram <smimram@debian.org>, Romain Beauxis <toots@rastageeks.org>
+Build-Depends: @cdbs@, ocaml-findlib (>= 1.2.4)
+Standards-Version: 3.8.3
+Homepage: http://savonet.sourceforge.net/
+Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-cry.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-cry.git
+
+Package: libcry-ocaml-dev
+Architecture: any
+Depends: ${ocaml:Depends}, ocaml-findlib, ${misc:Depends}
+Provides: ${ocaml:Provides}
+Description: MP3/Ogg Vorbis broadcast OCaml module
+ This OCaml module implements the protocols used to connect and 
+ send source data to icecast2 and shoutcast servers.
+ . 
+ It is a low-level implementation, so it only does the minimal 
+ source connection. In particular, it does not handle synchronisation. 
+ Hence, the task of sending audio data to the streaming server 
+ at real time rate is up to the programmer, contrary to the main 
+ implementation, libshout.
--- ocaml-cry-0.1.2.orig/debian/copyright
+++ ocaml-cry-0.1.2/debian/copyright
@@ -0,0 +1,15 @@
+This package was debianized by Romain Beauxis <toots@rastageeks.org> on
+Mon, 12 Oct 2009 20:36:57 -0500.
+
+It was downloaded from http://savonet.sourceforge.net/
+
+Upstream Author: Savonet Team <savonet-devl@lists.sourceforge.net> 
+
+Copyright: 2009 Savonet Team 
+
+ The ocaml-cry library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ (GPL) as published by the Free Software Foundation; either version
+ 2 of the License, or (at your option) any later version.
+
+The license text is contained in /usr/share/common-licenses/GPL-2.
--- ocaml-cry-0.1.2.orig/debian/libcry-ocaml-dev.doc-base
+++ ocaml-cry-0.1.2/debian/libcry-ocaml-dev.doc-base
@@ -0,0 +1,9 @@
+Document: libcry-ocaml-dev
+Title: OCaml Cry module documentation
+Author: Romain Beauxis
+Abstract: Documentation of the OCaml Cry module
+Section: Programming/OCaml
+
+Format: HTML
+Index: /usr/share/doc/libcry-ocaml-dev/html/index.html
+Files: /usr/share/doc/libcry-ocaml-dev/html/*