[Pkg-ocaml-maint-commits] [SCM] ocaml-theora packaging branch, master, updated. debian/0.3.0-2-4-g8206c4a

Romain Beauxis toots at rastageeks.org
Thu May 9 00:32:37 UTC 2013


The following commit has been merged in the master branch:
commit 8206c4a1cf0b696204b589a7dac434062ac88f57
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Wed May 8 19:29:54 2013 -0500

    Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index d6b9872..386bfe3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ocaml-theora (0.3.0-3) unstable; urgency=low
+
+  * Upload to unstable.
+  * Force build-dep on ocaml-ogg >= 0.4.5 
+
+ -- Romain Beauxis <toots at rastageeks.org>  Wed, 08 May 2013 19:29:07 -0500
+
 ocaml-theora (0.3.0-2) experimental; urgency=low
 
   * Upload to experimental to rebuild against
diff --git a/debian/control b/debian/control
index 659f8d5..06e72e4 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  ocaml-nox,
  dh-ocaml (>= 0.9), 
  libtheora-dev (>= 1.1), 
- libogg-ocaml-dev (>= 0.4.4),
+ libogg-ocaml-dev (>= 0.4.5),
  ocaml-findlib (>= 1.2.4), 
  pkg-config
 Standards-Version: 3.9.4
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index c2720a3..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,43 +0,0 @@
-Source: ocaml-theora
-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@, 
- libtheora-dev (>= 1.1), 
- libogg-ocaml-dev (>= 0.4.2),
- 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-theora.git
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-theora.git
-
-Package: libtheora-ocaml
-Architecture: any
-Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Provides: ${ocaml:Provides}
-Description: OCaml interface to the theora library
- This package provides an interface to the theora library for 
- OCaml programmers.
- .
- Theora is a fully open, non-proprietary, patent-and-royalty-free,
- general-purpose compressed video format.
- .
- This package contains only the shared runtime stub libraries.
-
-Package: libtheora-ocaml-dev
-Architecture: any
-Depends: ${ocaml:Depends}, libtheora-dev, libogg-ocaml-dev (>= 0.3.0-1),
-         libtheora-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
-Provides: ${ocaml:Provides}
-Description: OCaml interface to the theora library
- This package provides an interface to the theora library for
- OCaml programmers.
- .
- Theora is a fully open, non-proprietary, patent-and-royalty-free,
- general-purpose compressed video format.
- .
- This package contains all the development stuff you need to develop
- OCaml programs which use ocaml-theora.
diff --git a/debian/rules b/debian/rules
index 092ca6a..6fe617a 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
-
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-debugging
 DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where)
 DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore

-- 
ocaml-theora packaging



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