[Pkg-ocaml-maint-commits] [cmdliner] 01/01: add documentation, fix dh_missing dependency and invocation

Hendrik Tews hendrik-guest at moszumanska.debian.org
Fri Aug 18 21:23:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

hendrik-guest pushed a commit to branch master
in repository cmdliner.

commit 30051d3394cc2be4accba97bab0f9bebcecfa483
Author: Hendrik Tews <hendrik at askra.de>
Date:   Mon Aug 14 22:04:17 2017 +0200

    add documentation, fix dh_missing dependency and invocation
---
 debian/README.Debian                  | 10 ----------
 debian/changelog                      |  9 +++++++++
 debian/control                        |  2 +-
 debian/libcmdliner-ocaml-dev.ocamldoc |  1 +
 debian/rules                          |  3 +++
 5 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index c8ea067..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,10 +0,0 @@
-For documentation, please visit
-http://erratique.ch/software/cmdliner/doc/Cmdliner
-
-Upstream does not distribute the documentation in html format any
-more. The documentation could be build with topkg-care, but this is
-not yet packaged for Debian but even it were, it would introduce a
-circular build dependency. Maybe we have a separate documentation
-package for cmdliner at some day...
-
- -- Hendrik Tews <hendrik at askra.de>, Fri, 11 Aug 2017 22:54:05 +0200
diff --git a/debian/changelog b/debian/changelog
index cd64079..6b371dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+cmdliner (1.0.2-2) unstable; urgency=medium
+
+  * fix dh_missing dependency and invocation
+  * generate documentation with dh_ocamldoc, the command line switches in
+    libcmdliner-ocaml-dev.ocamldoc have been copied from a run of ``topkg doc''
+  * remove README.Debian again
+
+ -- Hendrik Tews <hendrik at askra.de>  Fri, 18 Aug 2017 23:17:08 +0200
+
 cmdliner (1.0.2-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 33c316d..3dfe16f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders:
  Mehdi Dogguy <mehdi at debian.org>,
  Hendrik Tews <hendrik at askra.de>
 Build-Depends:
- debhelper (>= 10),
+ debhelper (>= 10.3),
  ocaml-nox,
  ocaml-findlib (>= 1.2.4),
  ocamlbuild,
diff --git a/debian/libcmdliner-ocaml-dev.ocamldoc b/debian/libcmdliner-ocaml-dev.ocamldoc
new file mode 100644
index 0000000..cdd34fb
--- /dev/null
+++ b/debian/libcmdliner-ocaml-dev.ocamldoc
@@ -0,0 +1 @@
+-colorize-code -charset utf-8 -package bytes -package result
diff --git a/debian/rules b/debian/rules
index e569cfb..0bb5dd6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,7 @@ override_dh_auto_install:
 .PHONY: override_dh_install
 override_dh_install:
 	dh_install --exclude=opam
+
+.PHONY: override_dh_missing
+override_dh_missing:
 	dh_missing --fail-missing

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/cmdliner.git



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