[Pkg-ocaml-maint-commits] [SCM] ocaml-faad packaging branch, master, updated. upstream/0.1.3-5-g91a9755

Romain Beauxis (none) toots at leroy.
Sun Feb 13 00:47:44 UTC 2011


The following commit has been merged in the master branch:
commit 96fd4f28f01af2c51c29c60c650be4d7d92457e0
Author: Romain Beauxis <toots at leroy.(none)>
Date:   Sat Feb 12 18:42:48 2011 -0600

    Prepared 0.2.0..

diff --git a/debian/changelog b/debian/changelog
index ad6e677..f68434f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ocaml-faad (0.1.3-1) unstable; urgency=low
+ocaml-faad (0.2.0-1) unstable; urgency=low
 
   * Initial upload to unstable (Closes: #476296)
 
- -- Romain Beauxis <toots at rastageeks.org>  Fri, 30 Oct 2009 10:58:08 -0500
+ -- Romain Beauxis <toots at rastageeks.org>  Sat, 12 Feb 2011 18:20:50 -0600
diff --git a/debian/control b/debian/control
index 00b7f94..b74d55d 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.8.3
+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
diff --git a/debian/control.in b/debian/control.in
index a11cbd1..d76ce3e 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,7 +6,7 @@ Uploaders: Samuel Mimram <smimram at debian.org>, Romain Beauxis <toots at rastageeks.
 Build-Depends: @cdbs@, 
                libfaad-dev, ocaml-findlib (>= 1.2.4), 
                pkg-config
-Standards-Version: 3.8.3
+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
diff --git a/debian/rules b/debian/rules
index 7d65126..dcc83d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ include /usr/share/cdbs/1/rules/ocaml.mk
 # Then check manually if everything's ok
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-debugging
+DEB_CONFIGURE_SCRIPT  := ./configure
 DESTDIR = $(CURDIR)/debian/tmp/$(OCAML_STDLIB_DIR)
 DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
 
@@ -17,4 +18,4 @@ build/libfaad-ocaml-dev::
 	make doc
 
 clean::
-	rm -rf Makefile src/Makefile src/META doc config.log config.status
+	rm -rf config.h Makefile src/Makefile src/META doc config.log config.status
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
ocaml-faad packaging



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