The following commit has been merged in the master branch:
commit 038ff7e3eee96ef0bb3100c264284333ad6cf3bb
Author: Romain Beauxis <to...@rastageeks.org>
Date:   Mon Apr 15 21:56:55 2013 -0500

    Updated debian packaing.

diff --git a/debian/changelog b/debian/changelog
index a6afc8f..96c33e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ocaml-gavl (0.1.5-1) experimental; urgency=low
+
+  * New upstream release.
+  * Upload to experimental. 
+  * Bumped standards version to 3.9.4
+
+ -- Romain Beauxis <to...@rastageeks.org>  Mon, 15 Apr 2013 21:56:14 -0500
+
 ocaml-gavl (0.1.4-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/control b/debian/control
index e4f8a39..d2e8267 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Samuel Mimram <smim...@debian.org>, Romain Beauxis 
<toots@rastageeks.
 Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 
0.9), 
                libgavl-dev (>= 1.0.1), ocaml-findlib (>= 1.2.4),
                pkg-config
-Standards-Version: 3.9.2
+Standards-Version: 3.9.4
 Homepage: http://savonet.sourceforge.net/
 Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-gavl.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-gavl.git
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index aa86341..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,44 +0,0 @@
-Source: ocaml-gavl
-Section: ocaml
-Priority: optional
-Maintainer: Debian OCaml Maintainers <debian-ocaml-ma...@lists.debian.org>
-Uploaders: Samuel Mimram <smim...@debian.org>, Romain Beauxis 
<to...@rastageeks.org>
-Build-Depends: @cdbs@, 
-               libgavl-dev (>= 1.0.1), ocaml-findlib (>= 1.2.4),
-               pkg-config
-Standards-Version: 3.9.2
-Homepage: http://savonet.sourceforge.net/
-Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-gavl.git
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-gavl.git
-
-Package: libgavl-ocaml
-Architecture: any
-Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Provides: ${ocaml:Provides}
-Description: OCaml interface to the gavl library
- This package provides an interface to the gavl library for
- OCaml programmers.
- .
- Gavl handles all the details of audio and video formats like colorspaces,
- samplerates, multichannel configurations etc. It provides standardized
- definitions for those formats as well as container structures for carrying
- audio samples or video images inside an application.
- .
- This package contains only the shared runtime stub libraries.
-
-Package: libgavl-ocaml-dev
-Architecture: any
-Depends: ${ocaml:Depends}, libgavl-dev, 
-         libgavl-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
-Provides: ${ocaml:Provides}
-Description: OCaml interface to the gavl library
- This package provides an interface to the gavl library for
- OCaml programmers.
- .
- Gavl handles all the details of audio and video formats like colorspaces,
- samplerates, multichannel configurations etc. It provides standardized
- definitions for those formats as well as container structures for carrying
- audio samples or video images inside an application.
- .
- This package contains all the development stuff you need to develop
- OCaml programs which use ocaml-gavl.
diff --git a/debian/rules b/debian/rules
index 817dbef..ece1f47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,6 @@ 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
-
 DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where)
 DEB_CONFIGURE_SCRIPT  := ./configure
 DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) 
OCAMLFIND_LDCONF=ignore

-- 
ocaml-gavl packaging

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

Reply via email to