[Pkg-ocaml-maint-commits] [SCM] camlimages packaging branch, master, updated. debian/3.0.1-1-7-gfcecef1

Mehdi Dogguy dogguy at pps.jussieu.fr
Thu Jul 2 09:17:54 UTC 2009


The following commit has been merged in the master branch:
commit fcecef1e448ed5e1944f89cf11a816bda00d1e7a
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Thu Jul 2 10:55:41 2009 +0200

    Move doc from -dev to -doc

diff --git a/debian/changelog b/debian/changelog
index 6511d7c..e899983 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ camlimages (1:3.0.1-2) unstable; urgency=low
   * Add versioned dependencies to ocaml-findlib and lablgtk2 to ease
     OCaml 3.11.1 transition.
   * Bump standards to 3.8.2
+  * Move documentation from the -dev package to the -doc one.
 
  -- Mehdi Dogguy <dogguy at pps.jussieu.fr>  Tue, 23 Jun 2009 11:33:10 +0200
 
diff --git a/debian/rules b/debian/rules
index bc43c64..1df6c7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,4 +52,7 @@ install/libcamlimages-ocaml-dev::
 	 '$(DESTDIR)/$(OCAML_DLL_DIR)/'
 	chrpath -d $(DESTDIR)/$(OCAML_DLL_DIR)/*.so
 
-
+binary-install/libcamlimages-ocaml-doc:: binary-install/libcamlimages-ocaml-dev
+	$(RM) -r $(DESTDIR_DOC)/usr/share/doc/$(PACKAGE_DOC)/html
+	mv $(DESTDIR_DEV)/usr/share/doc/$(PACKAGE_DEV)/html $(DESTDIR_DOC)/usr/share/doc/$(PACKAGE_DOC)/
+	$(RM) -r $(DESTDIR_DEV)/usr/share/doc-base

-- 
camlimages packaging



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