[Pkg-ocaml-maint-commits] [SCM] ocaml-gavl packaging branch, master, updated. debian/0.1.3-2-5-gfc56db8

Romain Beauxis toots at rastageeks.org
Thu May 12 21:29:45 UTC 2011


The following commit has been merged in the master branch:
commit fc56db8e836615b6be856fc2849eb7aa720bc915
Author: Romain Beauxis <toots at rastageeks.org>
Date:   Thu May 12 16:29:21 2011 -0500

    Prepared ocaml-gavl for upload..

diff --git a/debian/changelog b/debian/changelog
index 6955e73..a6afc8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ocaml-gavl (0.1.4-1) unstable; urgency=low
+
+  * New upstream version.
+  * Bumped standard version to 3.9.2 
+  * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Romain Beauxis <toots at rastageeks.org>  Thu, 12 May 2011 16:21:19 -0500
+
 ocaml-gavl (0.1.3-2) unstable; urgency=low
 
   * Upload to unstable. 
diff --git a/debian/control b/debian/control
index 1858dab..e4f8a39 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), 
                libgavl-dev (>= 1.0.1), ocaml-findlib (>= 1.2.4),
                pkg-config
-Standards-Version: 3.9.1
+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
diff --git a/debian/control.in b/debian/control.in
index 456ab69..aa86341 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@, 
                libgavl-dev (>= 1.0.1), ocaml-findlib (>= 1.2.4),
                pkg-config
-Standards-Version: 3.9.1
+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
diff --git a/debian/libgavl-ocaml-dev.doc-base b/debian/libgavl-ocaml-dev.doc-base
new file mode 100644
index 0000000..a0af45c
--- /dev/null
+++ b/debian/libgavl-ocaml-dev.doc-base
@@ -0,0 +1,9 @@
+Document: libgavl-ocaml-dev
+Title: OCaml Gavl module documentation
+Author: The Savonet Team
+Abstract: Documentation of the Gavl module
+Section: Programming/OCaml
+
+Format: HTML
+Index: /usr/share/doc/libgavl-ocaml-dev/html/index.html
+Files: /usr/share/doc/libgavl-ocaml-dev/html/*
diff --git a/debian/rules b/debian/rules
index 40f66ee..817dbef 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
 
 DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where)
+DEB_CONFIGURE_SCRIPT  := ./configure
 DEB_MAKE_INSTALL_TARGET := install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 DEB_DH_INSTALL_ARGS :=  --list-missing
@@ -18,4 +19,5 @@ build/libgavl-ocaml-dev::
 	make doc
 
 clean::
-	rm -rf Makefile src/Makefile src/META doc config.log config.status
+	rm -rf Makefile src/Makefile src/META doc config.log config.status \
+	       .pc config.h 
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-gavl packaging



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