[Pkg-ocaml-maint-commits] [SCM] ocaml-mm packaging branch, master, updated. debian/0.2.0-1-5-g474576d

Romain Beauxis toots at rastageeks.org
Tue Apr 16 03:01:49 UTC 2013


The following commit has been merged in the master branch:
commit 474576deb9cd304a20ce6d439c99b8f8d692ac0b
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Mon Apr 15 21:58:32 2013 -0500

    Updated packaging

diff --git a/debian/changelog b/debian/changelog
index d904203..683794e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ocaml-mm (0.2.1-1) experimental; urgency=low
+
+  * New upstream release.
+  * Upload to experimental.
+  * Bumped standards version to 3.9.4
+
+ -- Romain Beauxis <toots at rastageeks.org>  Mon, 15 Apr 2013 21:57:47 -0500
+
 ocaml-mm (0.2.0-1) unstable; urgency=low
 
   * New upstream release. 
diff --git a/debian/control b/debian/control
index a13c3e8..9e1ec85 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: cdbs (>= 0.4.85~),
  ocaml-nox,
  dh-ocaml (>= 0.9), 
  ocaml-findlib (>= 1.2.4)
-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-mm.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-mm.git
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 5241e7d..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,35 +0,0 @@
-Source: ocaml-mm
-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.9.2
-Homepage: http://savonet.sourceforge.net/
-Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-mm.git
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-mm.git
-
-Package: libmm-ocaml
-Architecture: any
-Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Provides: ${ocaml:Provides}
-Description: OCaml multimedia library -- runtime files
- OCaml-mm is a toolkit for audio and video processing
- in OCaml. It provides a standard interface and various
- usual manipulations on audio data, images and video data.
- .
- This package contains only the shared runtime stub libraries.
-
-Package: libmm-ocaml-dev
-Architecture: any
-Depends: ${ocaml:Depends}, 
-         libmm-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
-Provides: ${ocaml:Provides}
-Description: OCaml multimedia library -- developpement files
- OCaml-mm is a toolkit for audio and video processing
- in OCaml. It provides a standard interface and various
- usual manipulations on audio data, images and video data. 
- .
- This package contains all the development stuff you need to develop
- OCaml programs which use ocaml-mm.
diff --git a/debian/rules b/debian/rules
index 0afe57f..1ac373d 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
 DEB_CONFIGURE_SCRIPT  := ./configure
 DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)

-- 
ocaml-mm packaging



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