[Pkg-ocaml-maint-commits] [SCM] ocamlgraph packaging branch, master, updated. debian/1.0-1
Sylvain Le Gall
gildor at debian.org
Fri Mar 20 11:45:17 UTC 2009
The following commit has been merged in the master branch:
commit c7dc02c45a3c9b8dcd6b97f071abc06b713dd47a
Author: Sylvain Le Gall <gildor at debian.org>
Date: Fri Mar 20 12:38:38 2009 +0100
New upstream release and prepare OCaml 3.11 transition
* New upstream release:
* Don't ship viewgraph which is segfaulting
* Update 01_makefile.dpatch
* Don't use upstream documentation, since there is a bug in viewgraph
that prevent generating it
* Upgrade Standards-Version to 3.8.0 (debian/README.source)
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..62605d2
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,5 @@
+This package use dpatch for patching the source.
+
+Please consider reading dpatch manpage to patch the source.
+
+ -- Sylvain Le Gall <gildor at debian.org> Sun, 22 Jun 2008 23:26:52 +0200
diff --git a/debian/changelog b/debian/changelog
index 1510358..b5dac35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
-ocamlgraph (1.0-1) UNRELEASED; urgency=low
+ocamlgraph (1.0-1) unstable; urgency=low
[ Sylvain Le Gall ]
- * New upstream release
+ * New upstream release:
+ * Don't ship viewgraph which is segfaulting
+ * Update 01_makefile.dpatch
+ * Don't use upstream documentation, since there is a bug in viewgraph
+ that prevent generating it
* Update copyright file to something more compliant with
http://wiki.debian.org/Proposals/CopyrightFormat
* Add build-dependency on dh-ocaml
@@ -14,6 +18,9 @@ ocamlgraph (1.0-1) UNRELEASED; urgency=low
* bump debhelper compatibility level to 7
* debian/rules: use ocaml.mk as a CDBS "rules" snippet
+ [ Sylvain Le Gall ]
+ * Upgrade Standards-Version to 3.8.0 (debian/README.source)
+
-- Stefano Zacchiroli <zack at debian.org> Fri, 06 Mar 2009 11:45:37 +0100
ocamlgraph (0.99c-1) unstable; urgency=low
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..91411b8
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,3 @@
+debian/xml-man/en/ocamlgraph-editor.1
+view_graph/.depend
+view_graph/viewGraph.annot
diff --git a/debian/control b/debian/control
index bbb719e..e76c2b2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
Uploaders: Sylvain Le Gall <gildor at debian.org>, Stefano Zacchiroli <zack at debian.org>
Build-Depends:
cdbs,
- dh-ocaml,
+ dh-ocaml (>= 0.4.1),
debhelper (>= 7),
dpatch,
ocaml-nox (>= 3.10.0-9),
ocamlweb,
ocaml-findlib (>= 1.1.2pl1-4),
- liblablgtk2-ocaml-dev,
+ liblablgtk2-ocaml-dev (>= ,
liblablgtk2-gnome-ocaml-dev,
docbook-xml (>= 4.4),
docbook-xsl,
diff --git a/debian/copyright b/debian/copyright
index 343fe60..b1b5be6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,6 +12,9 @@ Copyright: © 2004-2008 Sylvain Conchon <Sylvain.Conchon at lri.fr>
© 2004-2008 Julien Signoles <Julien.Signoles at lri.fr>
License: LGPL-2
+OCamlGraph is distributed under the terms of the LGPL licence, which can be
+found in the /usr/share/common-licenses/LGPL-2 file on debian systems.
+
Files: debian/*
Copyright: © 2004-2008 Sylvain Le Gall <gildor at debian.org>
© 2008 Stefano Zacchiroli <zack at debian.org>
diff --git a/debian/libocamlgraph-ocaml-dev.install b/debian/libocamlgraph-ocaml-dev.install
index 3068119..9fb2e17 100644
--- a/debian/libocamlgraph-ocaml-dev.install
+++ b/debian/libocamlgraph-ocaml-dev.install
@@ -1 +1,2 @@
-doc/* /usr/share/doc/libocamlgraph-ocaml-dev/html/api
+#TODO: reactivate when doc/intro.txt will be back
+#doc/* /usr/share/doc/libocamlgraph-ocaml-dev/html/api
diff --git a/debian/ocamlgraph-editor.install b/debian/ocamlgraph-editor.install
deleted file mode 100644
index b264588..0000000
--- a/debian/ocamlgraph-editor.install
+++ /dev/null
@@ -1 +0,0 @@
-editor/ocamlgraph-editor usr/bin/
diff --git a/debian/ocamlgraph-editor.links b/debian/ocamlgraph-editor.links
new file mode 100644
index 0000000..b95cd88
--- /dev/null
+++ b/debian/ocamlgraph-editor.links
@@ -0,0 +1,5 @@
+usr/share/man/man1/ocamlgraph-editor.1.gz usr/share/man/man1/ocamlgraph-editor.byte.1.gz
+usr/share/man/man1/ocamlgraph-editor.1.gz usr/share/man/man1/ocamlgraph-editor.opt.1.gz
+#TODO: reactivate when ocamlgraph will be ready
+#usr/share/man/man1/ocamlgraph-viewer.1.gz usr/share/man/man1/ocamlgraph-viewer.byte.1.gz
+#usr/share/man/man1/ocamlgraph-viewer.1.gz usr/share/man/man1/ocamlgraph-viewer.opt.1.gz
diff --git a/debian/patches/00list b/debian/patches/00list
index ea7ca84..e9bae84 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1,3 +1,2 @@
01_makefile.dpatch
-02_editor_naming.dpatch
03_hide_b0rken_icon.dpatch
diff --git a/debian/patches/01_makefile.dpatch b/debian/patches/01_makefile.dpatch
index dcc89f7..bff757e 100755
--- a/debian/patches/01_makefile.dpatch
+++ b/debian/patches/01_makefile.dpatch
@@ -2,51 +2,92 @@
## 01_makefile.dpatch by Stefano Zacchiroli <zack at debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
-## DP: ship .mli files and make ocamlfind install target choose the "best"
-## compiled objects (avoid trying to install native code objects on bytecode
-## only architectures)
+## DP: make ocamlfind install target choose the "best"
@DPATCH@
-diff -urNad trunk~/Makefile.in trunk/Makefile.in
---- trunk~/Makefile.in 2008-04-03 17:16:32.000000000 +0200
-+++ trunk/Makefile.in 2008-06-20 14:07:10.000000000 +0200
-@@ -207,16 +207,28 @@
+diff -urNad ocamlgraph~/Makefile.in ocamlgraph/Makefile.in
+--- ocamlgraph~/Makefile.in 2009-03-20 11:30:31.000000000 +0100
++++ ocamlgraph/Makefile.in 2009-03-20 11:30:55.000000000 +0100
+@@ -143,8 +143,10 @@
- install-byte:
- cp -f graph.cmo graph.cmi $(CMA) "$(OCAMLLIB)"
-+ cp -f $(MLI) "$(OCAMLLIB)"
+ viewer: $(VIEWER_DIR)/viewgraph.byte $(VIEWER_DIR)/viewgraph.$(OCAMLBEST)
- install-opt: install-byte
- cp -f graph$(LIBEXT) graph.cmx $(CMXA) "$(OCAMLLIB)"
+-VIEWER_CMO=viewGraph viewGraph_select
++ifeq (@LABLGNOMECANVAS@,yes)
++VIEWER_CMO=viewGraph viewGraph_select viewGraph_test
+ VIEWER_CMO:=$(patsubst %,$(VIEWER_DIR)/%.cmo, $(VIEWER_CMO))
++endif
+ VIEWER_CMX=$(VIEWER_CMO:.cmo=.cmx)
+ VIEWER_CMI=$(VIEWER_CMO:.cmo=.cmi)
+
+@@ -240,44 +242,43 @@
+
+ DESTDIR =
+
+-install: install-$(OCAMLBEST) install-byte
+-ifeq (@LABLGNOMECANVAS@,yes)
+-ifeq ($(OCAMLBEST),byte)
+- cp -f $(BINDIR)/graph-editor.byte $(BINDIR)/graph-editor$(EXE)
+- cp -f $(BINDIR)/graph-viewer.byte $(BINDIR)/graph-viewer$(EXE)
+-else
+- cp -f $(BINDIR)/graph-editor.opt $(BINDIR)/graph-editor$(EXE)
+- cp -f $(BINDIR)/graph-viewer.opt $(BINDIR)/graph-viewer$(EXE)
+-endif
+-endif
+-
+-install-byte:
+- cp -f graph.cmo graph.cmi $(CMA) "$(DESTDIR)$(OCAMLLIB)"
+-ifeq (@LABLGNOMECANVAS@,yes)
+- cp -f $(ED_DIR)/editor.byte $(BINDIR)/graph-editor.byte
+- cp -f $(VIEWER_CMO) "$(DESTDIR)$(OCAMLLIB)"
+- cp -f $(VIEWER_DIR)/viewgraph.byte $(BINDIR)/graph-viewer.byte
+-endif
+-
+-install-opt: install-byte
+- cp -f graph$(LIBEXT) graph.cmx $(CMXA) "$(DESTDIR)$(OCAMLLIB)"
+-ifeq (@LABLGNOMECANVAS@,yes)
+- cp -f $(ED_DIR)/editor.opt $(BINDIR)/graph-editor.opt
+- cp -f $(VIEWER_CMX) "$(DESTDIR)$(OCAMLLIB)"
+- cp -f $(VIEWER_DIR)/viewgraph.opt $(BINDIR)/graph-viewer.opt
+-endif
++install: install-bin
++ cp -f graph.cmo graph.cmi $(CMA) $(VIEWER_CMO) "$(DESTDIR)$(OCAMLLIB)"
++ifeq ($(OCAMLBEST),opt)
++ cp -f graph$(LIBEXT) graph.cmx $(CMXA) $(VIEWER_CMX) "$(DESTDIR)$(OCAMLLIB)"
++endif
-install-findlib: META
-+install-findlib: install-findlib-$(OCAMLBEST)
-+
-+install-findlib-opt: META
ifdef OCAMLFIND
-- $(OCAMLFIND) install ocamlgraph META *.mli \
-- graph$(LIBEXT) graph.cmx graph.cmo graph.cmi $(CMA) $(CMXA)
-+ mkdir -p $(DESTDIR)
-+ $(OCAMLFIND) install $(if $(DESTDIR),-destdir $(DESTDIR)) \
-+ ocamlgraph META $(MLI) graph.a graph.cmx graph.cmo graph.cmi $(CMA) $(CMXA)
++install-findlib: META install-bin
++ifeq ($(OCAMLBEST),opt)
+ $(OCAMLFIND) install ocamlgraph META $(SRCDIR)/*.mli \
+ graph$(LIBEXT) graph.cmx graph.cmo graph.cmi $(CMA) $(CMXA) \
+ $(VIEWER_CMX) $(VIEWER_CMO)
++else
++ $(OCAMLFIND) install ocamlgraph META $(SRCDIR)/*.mli \
++ graph.cmo graph.cmi $(CMA) \
++ $(VIEWER_CMO)
++endif
endif
-+install-findlib-byte: META
-+ifdef OCAMLFIND
-+ mkdir -p $(DESTDIR)
-+ $(OCAMLFIND) install $(if $(DESTDIR),-destdir $(DESTDIR)) \
-+ ocamlgraph META $(MLI) graph.cmi graph.cmo $(CMA)
+ META: META.in Makefile
+ sed -e s/VERSION/$(VERSION)/ -e s/CMA/$(CMA)/ -e s/CMXA/$(CMXA)/ \
+ $@.in > $@
+
++install-bin:
++ifeq (@LABLGNOMECANVAS@,yes)
++ cp -f $(ED_DIR)/editor.byte $(BINDIR)/ocamlgraph-editor.byte
++ cp -f $(VIEWER_DIR)/viewgraph.byte $(BINDIR)/ocamlgraph-viewer.byte
++ cp -f $(BINDIR)/ocamlgraph-editor.byte $(BINDIR)/ocamlgraph-editor$(EXE)
++ cp -f $(BINDIR)/ocamlgraph-viewer.byte $(BINDIR)/ocamlgraph-viewer$(EXE)
++ifeq ($(OCAMLBEST),opt)
++ cp -f $(ED_DIR)/editor.opt $(BINDIR)/ocamlgraph-editor.opt
++ cp -f $(VIEWER_DIR)/viewgraph.opt $(BINDIR)/ocamlgraph-viewer.opt
++ cp -f $(BINDIR)/ocamlgraph-editor.opt $(BINDIR)/ocamlgraph-editor$(EXE)
++ cp -f $(BINDIR)/ocamlgraph-viewer.opt $(BINDIR)/ocamlgraph-viewer$(EXE)
++endif
+endif
-+
+
# documentation
###############
-@@ -226,6 +238,7 @@
- NODOC := $(patsubst %, $(SRCDIR)/%.cmo, $(NODOC))
- DOC_CMO = $(filter-out $(NODOC) $(LIB), $(CMO))
- DOC_SRC = $(CMI:.cmi=.mli) $(DOC_CMO:.cmo=.mli) $(DOC_CMO:.cmo=.ml)
-+MLI = $(filter %.mli, $(DOC_SRC))
-
- .PHONY: doc
- doc: $(DOC_CMO)
diff --git a/debian/patches/02_editor_naming.dpatch b/debian/patches/02_editor_naming.dpatch
deleted file mode 100755
index 3515700..0000000
--- a/debian/patches/02_editor_naming.dpatch
+++ /dev/null
@@ -1,53 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_editor_naming.dpatch by Stefano Zacchiroli <zack at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: rename the best built editor to "ocamlgraph-editor"
-
- at DPATCH@
-diff -urNad trunk~/Makefile.in trunk/Makefile.in
---- trunk~/Makefile.in 2008-06-20 17:15:32.000000000 +0200
-+++ trunk/Makefile.in 2008-06-20 17:15:38.000000000 +0200
-@@ -203,7 +203,15 @@
- # installation
- ##############
-
--install: install-$(OCAMLBEST) install-byte
-+install: install-$(OCAMLBEST) install-byte best-editor-name
-+best-editor-name:
-+ if [ -f editor/editor.opt ] ; then \
-+ cp editor/editor.opt editor/ocamlgraph-editor ; \
-+ elif [ -f editor/editor.byte ] ; then \
-+ cp editor/editor.byte editor/ocamlgraph-editor ; \
-+ else \
-+ false ; \
-+ fi
-
- install-byte:
- cp -f graph.cmo graph.cmi $(CMA) "$(OCAMLLIB)"
-@@ -212,7 +220,7 @@
- install-opt: install-byte
- cp -f graph$(LIBEXT) graph.cmx $(CMXA) "$(OCAMLLIB)"
-
--install-findlib: install-findlib-$(OCAMLBEST)
-+install-findlib: install-findlib-$(OCAMLBEST) best-editor-name
-
- install-findlib-opt: META
- ifdef OCAMLFIND
-@@ -381,6 +389,7 @@
- rm -f graph.*a graph$(LIBEXT) bin/$(NAME).byte bin/$(NAME).opt
- rm -f *.haux *.aux *.log $(NAME).tex $(NAME).dvi $(DOCFILES)
- rm -f $(EXAMPLESBIN)
-+ $(MAKE) -C editor/ clean
-
- dist-clean distclean:: clean
- rm -f Makefile config.cache config.log config.status *.byte *.opt
-diff -urNad trunk~/editor/Makefile trunk/editor/Makefile
---- trunk~/editor/Makefile 2008-04-03 17:16:32.000000000 +0200
-+++ trunk/editor/Makefile 2008-06-20 17:15:33.000000000 +0200
-@@ -29,3 +29,5 @@
- clean:
- rm -f *.opt
- rm -f *.cm[iox]
-+ rm -f *.byte
-+ rm -f ocamlgraph-editor
diff --git a/debian/rules b/debian/rules
index 4df93ab..f2c0376 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ clean::
-cp '$(CURDIR)/src/dot_parser.mli' '$(CURDIR)/src/dot_parser.mli.old'
-cp '$(CURDIR)/src/version.ml' '$(CURDIR)/src/version.ml.old'
-cp '$(CURDIR)/src/gml.ml' '$(CURDIR)/src/gml.ml.old'
+ -cp '$(CURDIR)/src/path.mlocamlwizard_tmp_file.annot' '$(CURDIR)/src/path.mlocamlwizard_tmp_file.annot.old'
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
@@ -32,14 +33,23 @@ include $(CURDIR)/debian/mk/docbook-manpage.mk
DEV_PKG = libocamlgraph-ocaml-dev
DEB_MAKE_CLEAN_TARGET = distclean
-DEB_MAKE_BUILD_TARGET = all doc editor
-DEB_MAKE_INSTALL_TARGET = install-findlib DESTDIR="$(CURDIR)/debian/$(DEV_PKG)/$(OCAML_STDLIB_DIR)"
-OCAML_OCAMLDOC_PACKAGES_DOCBASE = $(DEV_PKG)
+DEB_MAKE_BUILD_TARGET = all
+# TODO: reactivate when it doc/intro.txt will be back
+#DEB_MAKE_BUILD_TARGET += doc
+DEB_MAKE_INSTALL_TARGET = install-findlib \
+ prefix="$(CURDIR)/debian/ocamlgraph-editor/usr" \
+ OCAMLFIND_DESTDIR="$(CURDIR)/debian/$(DEV_PKG)/$(OCAML_STDLIB_DIR)"
+# TODO: reactive when doc/intro.txt will be back
+#OCAML_OCAMLDOC_PACKAGES_DOCBASE = $(DEV_PKG)
+OCAML_OCAMLDOC_PACKAGES = $(DEV_PKG)
+OCAML_OCAMLDOC_FLAGS += -I $(CURDIR)/src
+
+DEB_STRIP_EXCLUDE += usr/bin/ocamlgraph-editor.byte usr/bin/ocamlgraph-viewer.byte
ifeq ($(OCAML_HAVE_OCAMLOPT),no)
-DEB_STRIP_EXCLUDE += usr/bin
-DEB_DH_GENCONTROL_ARGS += -VF:OCamlInterp="ocaml-base-nox-$(OCAML_ABI), liblablgtk2-ocaml, liblablgtk2-gnome-ocaml"
+DEB_STRIP_EXCLUDE += usr/bin/ocamlgraph-editor usr/bin/ocamlgraph-viewer
endif
+DEB_DH_GENCONTROL_ARGS += -VF:OCamlInterp="ocaml-base-nox-$(OCAML_ABI), liblablgtk2-ocaml, liblablgtk2-gnome-ocaml"
PO4A_SOURCES := $(CURDIR)/debian/xml-man/po4a/po4a.cfg
@@ -48,32 +58,23 @@ DOCBOOK_MANPAGE_SOURCES := $(CURDIR)/debian/xml-man/en/ocamlgraph-editor.xml
DOCBOOK_MANPAGE_EXTRA_SOURCES := $(CURDIR)/debian/xml-man/en/license.xml \
$(CURDIR)/debian/xml-man/en/refentryinfo.xml
-clean::
- -$(RM) -r '$(CURDIR)/doc'
- -$(RM) $(CURDIR)/*.byte
- -$(RM) $(CURDIR)/*.opt
- -$(RM) '$(CURDIR)/debian/$(DEV_PKG).dirs'
- -$(RM) '$(CURDIR)/debian/$(DEV_PKG).doc-base.ocamldoc-apiref'
- -$(RM) '$(CURDIR)/debian/xml-man/en/ocamlgraph-editor.1'
- -$(RM) '$(CURDIR)/graph.o'
- -$(RM) '$(CURDIR)/graph.cmi'
- -$(RM) '$(CURDIR)/graph.cmo'
- -$(RM) '$(CURDIR)/graph.cmx'
- -$(RM) '$(CURDIR)/editor/editor.byte'
- -$(RM) '$(CURDIR)/editor/editor.opt'
- -$(RM) '$(CURDIR)/editor/ocamlgraph-editor'
+# TODO: remove when ocamlgraph-editor will work
+install/ocamlgraph-editor::
+ -$(RM) '$(CURDIR)/debian/ocamlgraph-editor/usr/bin/ocamlgraph-viewer.byte'
+ -$(RM) '$(CURDIR)/debian/ocamlgraph-editor/usr/bin/ocamlgraph-viewer.opt'
+ -$(RM) '$(CURDIR)/debian/ocamlgraph-editor/usr/bin/ocamlgraph-viewer'
+clean::
# Restore file deleted; to be removed when upstream will correct this
- # Additional file to remove of archive :
- # - .depend
- # - src/version.ml
-cp '$(CURDIR)/src/dot_parser.ml.old' '$(CURDIR)/src/dot_parser.ml'
-cp '$(CURDIR)/src/dot_lexer.ml.old' '$(CURDIR)/src/dot_lexer.ml'
-cp '$(CURDIR)/src/dot_parser.mli.old' '$(CURDIR)/src/dot_parser.mli'
-cp '$(CURDIR)/src/version.ml.old' '$(CURDIR)/src/version.ml'
-cp '$(CURDIR)/src/gml.ml.old' '$(CURDIR)/src/gml.ml'
+ -cp '$(CURDIR)/src/path.mlocamlwizard_tmp_file.annot.old' '$(CURDIR)/src/path.mlocamlwizard_tmp_file.annot'
-$(RM) '$(CURDIR)/src/dot_parser.ml.old'
-$(RM) '$(CURDIR)/src/dot_lexer.ml.old'
-$(RM) '$(CURDIR)/src/dot_parser.mli.old'
-$(RM) '$(CURDIR)/src/version.ml.old'
-$(RM) '$(CURDIR)/src/gml.ml.old'
+ -$(RM) '$(CURDIR)/src/path.mlocamlwizard_tmp_file.annot.old'
diff --git a/debian/xml-man/po4a/po/ocamlgraph-man.pot b/debian/xml-man/po4a/po/ocamlgraph-man.pot
new file mode 100644
index 0000000..21e8146
--- /dev/null
+++ b/debian/xml-man/po4a/po/ocamlgraph-man.pot
@@ -0,0 +1,159 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"POT-Creation-Date: 2009-03-20 12:25+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: ENCODING"
+
+#. type: Content of the debian entity
+#: debian/xml-man/en/ocamlgraph-editor.xml:4 debian/xml-man/en/license.xml:4
+msgid "Debian GNU/Linux"
+msgstr ""
+
+#. type: Content of the dhprg entity
+#: debian/xml-man/en/ocamlgraph-editor.xml:5
+msgid "<command>ocamlgraph-editor</command>"
+msgstr ""
+
+#. type: Content of: <refentry><refmeta><refentrytitle>
+#: debian/xml-man/en/ocamlgraph-editor.xml:37
+msgid "OCAMLGRAPH-EDITOR"
+msgstr ""
+
+#. type: Content of: <refentry><refmeta><manvolnum>
+#: debian/xml-man/en/ocamlgraph-editor.xml:38
+msgid "1"
+msgstr ""
+
+#. type: Content of: <refentry><refnamediv><refname>
+#: debian/xml-man/en/ocamlgraph-editor.xml:42
+msgid "ocamlgraph-editor"
+msgstr ""
+
+#. type: Content of: <refentry><refnamediv><refpurpose>
+#: debian/xml-man/en/ocamlgraph-editor.xml:44
+msgid "GTK-based graph editor based on hyperbolic geometry."
+msgstr ""
+
+#. type: Content of: <refentry><refsynopsisdiv><cmdsynopsis>
+#: debian/xml-man/en/ocamlgraph-editor.xml:49
+msgid ""
+"&dhprg; <arg>-dfs</arg> <arg>-bfs</arg> <arg>-rr "
+"<replaceable>refresh-rate</replaceable></arg> <arg>-aa</arg> <group> "
+"<arg>-help</arg> <arg>--help</arg> </group> "
+"<arg><replaceable>graph-file</replaceable></arg>"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><title>
+#: debian/xml-man/en/ocamlgraph-editor.xml:63
+msgid "DESCRIPTION"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: debian/xml-man/en/ocamlgraph-editor.xml:65
+msgid "This manual page documents briefly the &dhprg; command."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: debian/xml-man/en/ocamlgraph-editor.xml:67
+msgid ""
+"This manual page was written for the &debian; distribution because the "
+"original program does not have a manual page."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><para>
+#: debian/xml-man/en/ocamlgraph-editor.xml:70
+msgid "&dhprg; is an OCaml and GTK based graph editor based on hyperbolic geometry."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
+#: debian/xml-man/en/ocamlgraph-editor.xml:74
+msgid "<option>-dfs</option>"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: debian/xml-man/en/ocamlgraph-editor.xml:76
+msgid "DFS drawing strategy."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
+#: debian/xml-man/en/ocamlgraph-editor.xml:80
+msgid "<option>-bfs</option>"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: debian/xml-man/en/ocamlgraph-editor.xml:82
+msgid "BFS drawing strategy."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
+#: debian/xml-man/en/ocamlgraph-editor.xml:86
+msgid "<option>-rr <replaceable>refresh-rate</replaceable></option>"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: debian/xml-man/en/ocamlgraph-editor.xml:88
+msgid "Set the refresh rate, must be greater than 0."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
+#: debian/xml-man/en/ocamlgraph-editor.xml:92
+msgid "<option>-aa</option>"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: debian/xml-man/en/ocamlgraph-editor.xml:94
+msgid "Turn off anti-aliased mode."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
+#: debian/xml-man/en/ocamlgraph-editor.xml:98
+msgid "<option><replaceable>graph-file</replaceable></option>"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: debian/xml-man/en/ocamlgraph-editor.xml:100
+msgid "Files to edit."
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
+#: debian/xml-man/en/ocamlgraph-editor.xml:104
+msgid "<option>-help</option>"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><term>
+#: debian/xml-man/en/ocamlgraph-editor.xml:105
+msgid "<option>--help</option>"
+msgstr ""
+
+#. type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><para>
+#: debian/xml-man/en/ocamlgraph-editor.xml:107
+msgid "Display an help message."
+msgstr ""
+
+#. type: Content of: <refsect1><title>
+#: debian/xml-man/en/license.xml:32
+msgid "LICENSE"
+msgstr ""
+
+#. type: Content of: <refsect1><para>
+#: debian/xml-man/en/license.xml:35
+msgid ""
+"This manual page was written by <personname> <firstname>Sylvain</firstname> "
+"<surname>Le Gall</surname> </personname> <email>gildor at debian.org</email> "
+"for the &debian; system (but may be used by others). Permission is granted "
+"to copy, distribute and/or modify this document under the terms of the "
+"<acronym>GNU</acronym> Lesser General Public License, Version 2.1 or any "
+"later version published by the Free Software Foundation; considering as "
+"source code all the file that enable the production of this manpage."
+msgstr ""
diff --git a/debian/xml-man/po4a/po4a.cfg b/debian/xml-man/po4a/po4a.cfg
index 60c424b..9217d69 100644
--- a/debian/xml-man/po4a/po4a.cfg
+++ b/debian/xml-man/po4a/po4a.cfg
@@ -1,4 +1,4 @@
-[po4a_paths] debian/xml-man/po4a/po/ocamlgaph-man.pot
+[po4a_paths] debian/xml-man/po4a/po/ocamlgraph-man.pot
[type: docbook] debian/xml-man/en/ocamlgraph-editor.xml
--
ocamlgraph packaging
More information about the Pkg-ocaml-maint-commits
mailing list