[Pkg-ocaml-maint-commits] [SCM] ocaml-cry packaging branch, master, updated. upstream/0.1.0-1-g8b5926e

Romain Beauxis toots at rastageeks.org
Tue Oct 13 01:55:17 UTC 2009


The following commit has been merged in the master branch:
commit 8b5926e7a04367a1349df2299561f5c12484d34c
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Mon Oct 12 20:55:53 2009 -0500

    Initial packaging

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d768151
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+ocaml-cry (0.1.0-1) unstable; urgency=low
+
+  * Initial release.
+  Closes: #550803
+
+ -- Romain Beauxis <toots at rastageeks.org>  Mon, 12 Oct 2009 20:47:04 -0500
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a4196cc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: ocaml-cry
+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.53), debhelper (>= 7.0.1), ocaml-nox, 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.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..423c47f
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,24 @@
+Source: ocaml-cry
+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@, 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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..efd418a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+This package was debianized by Romain Beauxis <toots at 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 at 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.
diff --git a/debian/libcry-ocaml-dev.doc-base b/debian/libcry-ocaml-dev.doc-base
new file mode 100644
index 0000000..6ac7883
--- /dev/null
+++ b/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/*
diff --git a/debian/libcry-ocaml-dev.docs b/debian/libcry-ocaml-dev.docs
new file mode 100644
index 0000000..cecaa8e
--- /dev/null
+++ b/debian/libcry-ocaml-dev.docs
@@ -0,0 +1,2 @@
+README
+doc/html
diff --git a/debian/libcry-ocaml-dev.install.in b/debian/libcry-ocaml-dev.install.in
new file mode 100644
index 0000000..35ad8a7
--- /dev/null
+++ b/debian/libcry-ocaml-dev.install.in
@@ -0,0 +1,4 @@
+ at OCamlStdlibDir@/cry/META
+ at OCamlStdlibDir@/cry/*.cm*
+ at OCamlStdlibDir@/cry/*.ml*
+OPT: @OCamlStdlibDir@/cry/*.a
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d9702c4
--- /dev/null
+++ b/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
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..288b305
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/savonet/ocaml-cry-(.+)\.tar\.gz

-- 
ocaml-cry packaging



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