[Pkg-ocaml-maint-commits] [ocaml-visitors] 01/01: initial package

Ralf Treinen treinen at moszumanska.debian.org
Wed May 17 15:43:10 UTC 2017


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

treinen pushed a commit to branch master
in repository ocaml-visitors.

commit 319429d3da3f1d229a785bba96d151839e011911
Author: Ralf Treinen <treinen at irif.fr>
Date:   Wed May 17 15:25:53 2017 +0200

    initial package
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 33 +++++++++++++++++++++++++++++++++
 debian/copyright | 22 ++++++++++++++++++++++
 debian/rules     |  7 +++++++
 5 files changed, 68 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2b5e953
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ocaml-visitors (20170404.1) unstable; urgency=medium
+
+  * Initial upload (closes: #862775)
+
+ -- Ralf Treinen <treinen at debian.org>  Wed, 17 May 2017 15:22:56 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..175ebd9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: ocaml-visitors
+Section: ocaml
+Priority: extra
+Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
+Uploaders: Ralf Treinen <treinen at debian.org>,
+Build-Depends: debhelper (>= 10), dh-ocaml (>= 0.9~),
+ ocaml-nox,
+Build-Depends-Indep: 
+ texlive-latex-base
+Standards-Version: 3.9.8
+Homepage: https://gitlab.inria.fr/fpottier/visitors
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ocaml-maint/packages/ocaml-visitors.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/ocaml-visitors.git
+
+Package: libvisitors-ocaml-dev
+Architecture: any
+Depends: ${misc:Depends}, ${ocaml:Depends}, ${shlibs:Depends}
+Provides: ${ocaml:Provides}
+Description: OCaml syntax extension for object-oriented visitors
+ Visitors is a syntax extension for the OCaml programming language. It
+ allows you to annotate your type definitions, such that a visitor class
+ will be automatically generated. This visitor class contains methods
+ for the traversal of your data structure, like iter, map, fold, etc. It
+ is then easy to override these methods for your needs. This is very
+ convenient when programming with complex algebraic data structures.
+
+Package: libvisitors-ocaml-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Description: Documentation of the visitors syntax extension for OCaml 
+
+ 
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..776c6f0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: visitors
+Upstream-Contact: François Pottier <Francois.Pottier at inria.fr>
+Source: https://gitlab.inria.fr/fpottier/visitors.git
+
+Files: *
+Copyright: © 2016, 2017 INRIA
+License: LGPL-2.1
+Comment:
+ the copyright holder has been confirmed in a personal mail by the author.
+
+Files: debian/*
+Copyright: © 2017 Ralf Treinen <treinen at debian.org>
+License: LGPL-2.1
+
+License: LGPL-2.1
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License version 2.1 as published by the Free Software Foundation.
+ .
+ On Debian systems, the complete text of the latest GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..effed76
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with ocaml
+
+override_dh_auto_test:
+	# do nothing

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



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