[Pkg-ocaml-maint-commits] r6086 - in /trunk/packages/ocaml-shout/trunk/debian: changelog control control.in libshout-ocaml-dev.install.in libshout-ocaml.install.in rules
toots at users.alioth.debian.org
toots at users.alioth.debian.org
Sat Dec 13 22:59:53 UTC 2008
Author: toots
Date: Sat Dec 13 22:59:53 2008
New Revision: 6086
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=6086
Log:
Prepared next upload..
Added:
trunk/packages/ocaml-shout/trunk/debian/control
trunk/packages/ocaml-shout/trunk/debian/control.in (contents, props changed)
- copied, changed from r6084, trunk/packages/ocaml-shout/trunk/debian/control
Modified:
trunk/packages/ocaml-shout/trunk/debian/changelog
trunk/packages/ocaml-shout/trunk/debian/libshout-ocaml-dev.install.in
trunk/packages/ocaml-shout/trunk/debian/libshout-ocaml.install.in
trunk/packages/ocaml-shout/trunk/debian/rules
Modified: trunk/packages/ocaml-shout/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-shout/trunk/debian/changelog?rev=6086&op=diff
==============================================================================
--- trunk/packages/ocaml-shout/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-shout/trunk/debian/changelog Sat Dec 13 22:59:53 2008
@@ -1,3 +1,13 @@
+ocaml-shout (0.2.6-2) experimental; urgency=low
+
+ * New upload to experimental to build against ocaml 3.11.
+ * Versioned ocaml-related build-dep to avoid confusion.
+ * Switched to cdbs
+ * Added dh-ocaml to build-deps.
+ * Updated standards to 3.8.0.
+
+ -- Romain Beauxis <toots at rastageeks.org> Sat, 13 Dec 2008 23:52:43 +0100
+
ocaml-shout (0.2.6-1) unstable; urgency=low
[ Julien Cristau ]
Added: trunk/packages/ocaml-shout/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-shout/trunk/debian/control?rev=6086&op=file
==============================================================================
--- trunk/packages/ocaml-shout/trunk/debian/control (added)
+++ trunk/packages/ocaml-shout/trunk/debian/control Sat Dec 13 22:59:53 2008
@@ -1,0 +1,36 @@
+Source: ocaml-shout
+Section: devel
+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 (>= 4.2.0), ocaml-nox (>= 3.11.0-1), libshout3-dev, ocaml-findlib (>= 1.2.3), pkg-config, dh-ocaml
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-shout
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-shout/trunk/
+
+Package: libshout-ocaml
+Section: libs
+Architecture: any
+Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
+Description: OCaml bindings for the shout library
+ This OCaml library interfaces the shout C library which can be used for
+ communicating with and sending data to Icecast and Icecast 2 streaming
+ audio servers (they currently support Ogg Vorbis and MP3 audio streams).
+ It handles the socket connection, the timing of the data transmission,
+ and prevents bad data from getting to the server.
+ .
+ This package contains only the shared runtime stub libraries.
+
+Package: libshout-ocaml-dev
+Section: libdevel
+Architecture: any
+Depends: ocaml-nox-${F:OCamlABI}, libshout3-dev, libshout-ocaml (= ${binary:Version}), ${misc:Depends}
+Description: OCaml bindings for the shout library
+ This OCaml library interfaces the shout C library which can be used for
+ communicating with and sending data to Icecast and Icecast 2 streaming
+ audio servers (they currently support Ogg Vorbis and MP3 audio streams).
+ It handles the socket connection, the timing of the data transmission,
+ and prevents bad data from getting to the server.
+ .
+ This package contains all the development stuff you need to use ocaml-shout
+ in your programs.
Copied: trunk/packages/ocaml-shout/trunk/debian/control.in (from r6084, trunk/packages/ocaml-shout/trunk/debian/control)
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-shout/trunk/debian/control.in?rev=6086&op=diff
==============================================================================
--- trunk/packages/ocaml-shout/trunk/debian/control (original)
+++ trunk/packages/ocaml-shout/trunk/debian/control.in Sat Dec 13 22:59:53 2008
@@ -3,15 +3,15 @@
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: debhelper (>> 4.0.0), dpkg-dev (>= 1.13.19), libshout3-dev, ocaml-nox (>= 3.10), ocaml-findlib
-Standards-Version: 3.7.3
+Build-Depends: @cdbs@, libshout3-dev, ocaml-findlib, pkg-config, dh-ocaml
+Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-shout
Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-shout/trunk/
Package: libshout-ocaml
Section: libs
Architecture: any
-Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
+Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}, ${misc:Depends}
Description: OCaml bindings for the shout library
This OCaml library interfaces the shout C library which can be used for
communicating with and sending data to Icecast and Icecast 2 streaming
@@ -24,7 +24,7 @@
Package: libshout-ocaml-dev
Section: libdevel
Architecture: any
-Depends: ocaml-nox-${F:OCamlABI}, libshout3-dev, libshout-ocaml (= ${binary:Version})
+Depends: ocaml-nox-${F:OCamlABI}, libshout3-dev, libshout-ocaml (= ${binary:Version}), ${misc:Depends}
Description: OCaml bindings for the shout library
This OCaml library interfaces the shout C library which can be used for
communicating with and sending data to Icecast and Icecast 2 streaming
Propchange: trunk/packages/ocaml-shout/trunk/debian/control.in
------------------------------------------------------------------------------
svn:mergeinfo =
Modified: trunk/packages/ocaml-shout/trunk/debian/libshout-ocaml-dev.install.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-shout/trunk/debian/libshout-ocaml-dev.install.in?rev=6086&op=diff
==============================================================================
--- trunk/packages/ocaml-shout/trunk/debian/libshout-ocaml-dev.install.in (original)
+++ trunk/packages/ocaml-shout/trunk/debian/libshout-ocaml-dev.install.in Sat Dec 13 22:59:53 2008
@@ -1,4 +1,4 @@
-usr/lib/ocaml/@OCamlABI@/shout/META
-usr/lib/ocaml/@OCamlABI@/shout/*.a
-usr/lib/ocaml/@OCamlABI@/shout/*.cm*
-usr/lib/ocaml/@OCamlABI@/shout/*.ml*
+debian/tmp/usr/lib/ocaml/@OCamlABI@/shout/META
+debian/tmp/usr/lib/ocaml/@OCamlABI@/shout/*.a
+debian/tmp/usr/lib/ocaml/@OCamlABI@/shout/*.cm*
+debian/tmp/usr/lib/ocaml/@OCamlABI@/shout/*.ml*
Modified: trunk/packages/ocaml-shout/trunk/debian/libshout-ocaml.install.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-shout/trunk/debian/libshout-ocaml.install.in?rev=6086&op=diff
==============================================================================
--- trunk/packages/ocaml-shout/trunk/debian/libshout-ocaml.install.in (original)
+++ trunk/packages/ocaml-shout/trunk/debian/libshout-ocaml.install.in Sat Dec 13 22:59:53 2008
@@ -1,1 +1,1 @@
-usr/lib/ocaml/@OCamlABI@/shout/dllshout_stubs.so usr/lib/ocaml/@OCamlABI@/stublibs/
+debian/tmp/usr/lib/ocaml/@OCamlABI@/shout/dllshout_stubs.so usr/lib/ocaml/@OCamlABI@/stublibs/
Modified: trunk/packages/ocaml-shout/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-shout/trunk/debian/rules?rev=6086&op=diff
==============================================================================
--- trunk/packages/ocaml-shout/trunk/debian/rules (original)
+++ trunk/packages/ocaml-shout/trunk/debian/rules Sat Dec 13 22:59:53 2008
@@ -1,72 +1,16 @@
#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/class/ocaml.mk
-OCAMLABI := $(shell ocamlc -version)
-OFILES := $(patsubst %.in,%,$(wildcard debian/*.in))
+# In order to regenerate 'debian/control' :
+# DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
+# Then check manually if everything's ok
-DESTDIR = $(CURDIR)/debian/tmp/$(shell ocamlc -where)
+DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where)
+DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
-CFLAGS = -O2 -g -fPIC
-
-ocamlinit:
- for f in $(OFILES); do sed -e 's/@OCamlABI@/$(OCAMLABI)/g' $$f.in > $$f; done
-
-config.status: configure
- dh_testdir
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
-
-build: ocamlinit build-stamp
-build-stamp: config.status
- dh_testdir
-
- $(MAKE) CFLAGS="$(CFLAGS)"
- if [ -x /usr/bin/ocamlopt ]; then $(MAKE) CFLAGS="$(CFLAGS)" opt; fi
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- [ ! -f Makefile ] || $(MAKE) distclean
- rm -f config.log config.status
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
+build/libshout-ocaml-dev::
mkdir -p $(DESTDIR)
- $(MAKE) install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
- $(MAKE) doc
-
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs CHANGES
- dh_installdocs
- dh_installexamples
- dh_install --sourcedir=debian/tmp --list-missing
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- dh_makeshlibs
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol -- -VF:OCamlABI="$(OCAMLABI)"
- dh_md5sums
- dh_builddeb
-
-binary-indep:
-
-binary: binary-arch
-.PHONY: build clean binary-indep binary-arch binary install ocamlinit
+ make doc
More information about the Pkg-ocaml-maint-commits
mailing list