Author: toots
Date: Tue May  6 14:59:45 2008
New Revision: 5596

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5596
Log:
Prepared 0.1.3-1

Added:
    trunk/packages/ocaml-soundtouch/tarballs/ocaml-soundtouch_0.1.3.orig.tar.gz 
  (with props)
    trunk/packages/ocaml-soundtouch/trunk/debian/control
    trunk/packages/ocaml-soundtouch/trunk/debian/control.in
      - copied, changed from r5513, 
trunk/packages/ocaml-soundtouch/trunk/debian/control
Removed:
    trunk/packages/ocaml-soundtouch/tarballs/ocaml-soundtouch_0.1.2.orig.tar.gz
Modified:
    trunk/packages/ocaml-soundtouch/trunk/debian/changelog
    trunk/packages/ocaml-soundtouch/trunk/debian/rules

Added: 
trunk/packages/ocaml-soundtouch/tarballs/ocaml-soundtouch_0.1.3.orig.tar.gz
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/tarballs/ocaml-soundtouch_0.1.3.orig.tar.gz?rev=5596&op=file
==============================================================================
Binary file - no diff available.

Propchange: 
trunk/packages/ocaml-soundtouch/tarballs/ocaml-soundtouch_0.1.3.orig.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: trunk/packages/ocaml-soundtouch/trunk/debian/changelog
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/trunk/debian/changelog?rev=5596&op=diff
==============================================================================
--- trunk/packages/ocaml-soundtouch/trunk/debian/changelog (original)
+++ trunk/packages/ocaml-soundtouch/trunk/debian/changelog Tue May  6 14:59:45 
2008
@@ -1,3 +1,10 @@
+ocaml-soundtouch (0.1.3-1) unstable; urgency=low
+
+  * New upstream release
+  * Switched to cdbs
+
+ -- Romain Beauxis <[EMAIL PROTECTED]>  Tue, 06 May 2008 16:46:44 +0200
+
 ocaml-soundtouch (0.1.2-1) unstable; urgency=low
 
   [ Stefano Zacchiroli ]

Added: trunk/packages/ocaml-soundtouch/trunk/debian/control
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/trunk/debian/control?rev=5596&op=file
==============================================================================
--- trunk/packages/ocaml-soundtouch/trunk/debian/control (added)
+++ trunk/packages/ocaml-soundtouch/trunk/debian/control Tue May  6 14:59:45 
2008
@@ -1,0 +1,33 @@
+Source: ocaml-soundtouch
+Section: devel
+Priority: optional
+Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]>
+Uploaders: Samuel Mimram <[EMAIL PROTECTED]>, Romain Beauxis <[EMAIL 
PROTECTED]>
+Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), ocaml-nox, 
libsoundtouch1-dev, ocaml-findlib, pkg-config
+Standards-Version: 3.7.3
+Homepage: http://savonet.sourceforge.net/
+Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/trunk
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/trunk/
+
+Package: libsoundtouch-ocaml
+Architecture: any
+Section: libs
+Depends: ocaml-base-nox-${F:OCamlABI}, ${shlibs:Depends}
+Description: OCaml bindings for the sound stretching library
+ Libsoundtouch is a library that can be used to change pitch and time
+ of soundfiles independently. This package provides OCaml interface to
+ the C library.
+ .
+ This package contains only the shared runtime stub libraries.
+
+Package: libsoundtouch-ocaml-dev
+Architecture: any
+Section: libdevel
+Depends: ocaml-nox-${F:OCamlABI}, libsoundtouch1-dev, libsoundtouch-ocaml (= 
${binary:Version}), ocaml-findlib
+Description: OCaml bindings for the sound stretching library
+ Libsoundtouch is a library that can be used to change pitch and time
+ of soundfiles independently. This package provides OCaml interface to
+ the C library.
+ .
+ This package contains all the development stuff you need to develop
+ OCaml programs which use soundtouch.

Copied: trunk/packages/ocaml-soundtouch/trunk/debian/control.in (from r5513, 
trunk/packages/ocaml-soundtouch/trunk/debian/control)
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/trunk/debian/control.in?rev=5596&op=diff
==============================================================================
--- trunk/packages/ocaml-soundtouch/trunk/debian/control (original)
+++ trunk/packages/ocaml-soundtouch/trunk/debian/control.in Tue May  6 14:59:45 
2008
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <[EMAIL PROTECTED]>
 Uploaders: Samuel Mimram <[EMAIL PROTECTED]>, Romain Beauxis <[EMAIL 
PROTECTED]>
-Build-Depends: debhelper (>= 5.0.0), libsoundtouch1-dev, ocaml-nox (>= 3.10), 
ocaml-findlib, pkg-config
+Build-Depends: @cdbs@, libsoundtouch1-dev, ocaml-findlib, pkg-config
 Standards-Version: 3.7.3
 Homepage: http://savonet.sourceforge.net/
 Vcs-Svn: 
svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/trunk

Modified: trunk/packages/ocaml-soundtouch/trunk/debian/rules
URL: 
http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml-soundtouch/trunk/debian/rules?rev=5596&op=diff
==============================================================================
--- trunk/packages/ocaml-soundtouch/trunk/debian/rules (original)
+++ trunk/packages/ocaml-soundtouch/trunk/debian/rules Tue May  6 14:59:45 2008
@@ -1,70 +1,18 @@
 #!/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)
+DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) 
OCAMLFIND_LDCONF=ignore
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+DEB_DH_INSTALL_ARGS :=  --list-missing
 
-CFLAGS = -O2 -g -fPIC
+build/libsoundtouch-ocaml-dev::
+       mkdir -p $(DESTDIR)
 
-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)"
-
-       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
-
-       mkdir -p $(DESTDIR)
-       $(MAKE) install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
-
-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


_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to