[Pkg-ocaml-maint-commits] [SCM] ocaml-fileutils packaging branch, master, updated. debian/0.4.4-1-6-gf1f1124

Hendrik Tews hendrik at askra.de
Mon Jun 3 13:19:55 UTC 2013


The following commit has been merged in the master branch:
commit f1f112499fc67b9a2664dc8d171061ca70344cd7
Author: Hendrik Tews <hendrik at askra.de>
Date:   Mon Jun 3 15:11:53 2013 +0200

    adapt packaging to new version

diff --git a/debian/changelog b/debian/changelog
index 8c1baf4..eebecfc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-ocaml-fileutils (0.4.4-2) unstable; urgency=low
+ocaml-fileutils (0.4.5-1) unstable; urgency=low
 
   * silent lintian canonical vcs info
+  * new upstream version (fixes BSD build error)
+  * remove html doc renaming
+  * use dh_ocamldoc again
+  * add lintian override for non-existing spelling error
 
- -- Hendrik Tews <hendrik at askra.de>  Fri, 31 May 2013 23:02:36 +0200
+ -- Hendrik Tews <hendrik at askra.de>  Mon, 03 Jun 2013 12:10:54 +0200
 
 ocaml-fileutils (0.4.4-1) unstable; urgency=low
 
diff --git a/debian/libfileutils-ocaml-dev.doc-base b/debian/libfileutils-ocaml-dev.doc-base
deleted file mode 100644
index 1a63642..0000000
--- a/debian/libfileutils-ocaml-dev.doc-base
+++ /dev/null
@@ -1,8 +0,0 @@
-Document: libfileutils-ocaml-dev-ocamldoc-api-reference
-Title: libfileutils-ocaml-dev OCamldoc API Reference
-Abstract: API reference manual for libfileutils-ocaml-dev (generated via OCamldoc)
-Section: Programming/OCaml
-
-Format: HTML
-Index: /usr/share/doc/libfileutils-ocaml-dev/html/api/index.html
-Files: /usr/share/doc/libfileutils-ocaml-dev/html/api/*
diff --git a/debian/libfileutils-ocaml-dev.lintian-overrides b/debian/libfileutils-ocaml-dev.lintian-overrides
new file mode 100644
index 0000000..220cb05
--- /dev/null
+++ b/debian/libfileutils-ocaml-dev.lintian-overrides
@@ -0,0 +1,2 @@
+# ``teh'' appears in the binary, but not in the source
+libfileutils-ocaml-dev [amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 powerpc sparc] binary: spelling-error-in-binary
diff --git a/debian/libfileutils-ocaml-dev.ocamldoc b/debian/libfileutils-ocaml-dev.ocamldoc
new file mode 100644
index 0000000..6b5948a
--- /dev/null
+++ b/debian/libfileutils-ocaml-dev.ocamldoc
@@ -0,0 +1 @@
+-d html/api --doc-base-generate
diff --git a/debian/rules b/debian/rules
index 067796d..7832bee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,8 +29,6 @@ override_dh_auto_build:
 .PHONY: override_dh_auto_install
 override_dh_auto_install:
 	ocaml setup.ml -install
-	mv $(DESTDIR)/usr/share/doc/libfileutils-ocaml-dev/html/api-fileutils \
-		$(DESTDIR)/usr/share/doc/libfileutils-ocaml-dev/html/api
 
 .PHONY: override_dh_auto_clean
 override_dh_auto_clean:

-- 
ocaml-fileutils packaging



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