[Pkg-ocaml-maint-commits] [SCM] ocaml-faad packaging branch, master, updated. debian/0.3.0-1-4-g545b886
Romain Beauxis
toots at rastageeks.org
Tue Apr 16 02:55:47 UTC 2013
The following commit has been merged in the master branch:
commit 545b88628ee8ffc778a66fa245ae62a5e49bb0a9
Author: Romain Beauxis <toots at rastageeks.org>
Date: Mon Apr 15 21:54:09 2013 -0500
Updated debian packaging.
diff --git a/debian/changelog b/debian/changelog
index 6cceb3e..e0eeeaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ocaml-faad (0.3.2-1) experimental; urgency=low
+
+ * New upstream release.
+ * Upload to experimental.
+ * Bumpted standards version to 3.9.4
+
+ -- Romain Beauxis <toots at rastageeks.org> Mon, 15 Apr 2013 21:53:10 -0500
+
ocaml-faad (0.3.0-1) unstable; urgency=low
* Updload final 0.3.0 upstream release to unstable.
diff --git a/debian/control b/debian/control
index b74d55d..24a7ea5 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.
Build-Depends: cdbs (>= 0.4.53), debhelper (>= 7.0.1), ocaml-nox, dh-ocaml (>= 0.9),
libfaad-dev, ocaml-findlib (>= 1.2.4),
pkg-config
-Standards-Version: 3.9.1
+Standards-Version: 3.9.4
Homepage: http://savonet.sourceforge.net/
Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-faad.git
Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-faad.git
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index d76ce3e..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,42 +0,0 @@
-Source: ocaml-faad
-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@,
- libfaad-dev, ocaml-findlib (>= 1.2.4),
- pkg-config
-Standards-Version: 3.9.1
-Homepage: http://savonet.sourceforge.net/
-Vcs-Git: git://git.debian.org/pkg-ocaml-maint/packages/ocaml-faad.git
-Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml-faad.git
-
-Package: libfaad-ocaml
-Architecture: any
-Depends: ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Provides: ${ocaml:Provides}
-Description: OCaml interface to the faad library -- runtime files
- This package provides an interface to the faad library for
- OCaml programmers.
- .
- FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly
- decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC
- files.
- .
- This package contains only the shared runtime stub libraries.
-
-Package: libfaad-ocaml-dev
-Architecture: any
-Depends: ${ocaml:Depends}, libfaad-dev,
- libfaad-ocaml (= ${binary:Version}), ocaml-findlib, ${misc:Depends}
-Provides: ${ocaml:Provides}
-Description: OCaml interface to the faad library -- developpement files
- This package provides an interface to the faad library for
- OCaml programmers.
- .
- FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly
- decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC
- files.
- .
- This package contains all the development stuff you need to develop
- OCaml programs which use ocaml-faad.
diff --git a/debian/rules b/debian/rules
index 4ad10ec..5942a88 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-faad packaging
More information about the Pkg-ocaml-maint-commits
mailing list