--- camlidl-doc-1.04.orig/debian/camlidl-doc.install +++ camlidl-doc-1.04/debian/camlidl-doc.install @@ -0,0 +1,3 @@ +*.pdf /usr/share/doc/camlidl/ +*.ps.gz /usr/share/doc/camlidl/ +htmlman/* /usr/share/doc/camlidl/html/ --- camlidl-doc-1.04.orig/debian/svn-deblayout +++ camlidl-doc-1.04/debian/svn-deblayout @@ -0,0 +1 @@ +tagsUrl=svn+ssh://svn.debian.org/svn/pkg-ocaml-maint/tags/packages/camlidl-doc --- camlidl-doc-1.04.orig/debian/rules +++ camlidl-doc-1.04/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +include /usr/share/cdbs/1/rules/debhelper.mk +DEB_COMPRESS_EXCLUDE := .pdf --- camlidl-doc-1.04.orig/debian/copyright +++ camlidl-doc-1.04/debian/copyright @@ -0,0 +1,150 @@ +This package was debianized by Stefano Zacchiroli on +Fri, 07 Mar 2003 16:24:34 +0100. + +It was downloaded from: + ftp://ftp.inria.fr/lang/caml-light/bazar-ocaml/ + +Author: + Xavier Leroy , projet Cristal, INRIA Rocquencourt + +Copyright: + + All files marked "Copyright Institut National de Recherche en + Informatique et en Automatique" in the "compiler" directory + are distributed under the terms of the Q Public License version 1.0. + (Attached below). + + All other files marked "Copyright Institut National de Recherche en + Informatique et en Automatique" are distributed under the terms of the + GNU Library General Public License. + For these files the following applies: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + + You should have received a copy of the GNU Library General Public + License along with this library; if not, write to the Free + Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301 USA + + On Debian GNU/Linux systems, the complete text of the GNU Library General + Public License can be found in `/usr/share/common-licenses/LGPL'. + The GNU Library General Public Licenses in + /usr/share/common-licenses were taken from ftp.gnu.org and are + copyrighted by the Free Software Foundation, Inc. + +---------------------------------------------------------------------- + + THE Q PUBLIC LICENSE version 1.0 + + Copyright (C) 1999 Troll Tech AS, Norway. + Everyone is permitted to copy and + distribute this license document. + +The intent of this license is to establish freedom to share and change +the software regulated by this license under the open source model. + +This license applies to any software containing a notice placed by the +copyright holder saying that it may be distributed under the terms of +the Q Public License version 1.0. Such software is herein referred to +as the Software. This license covers modification and distribution of +the Software, use of third-party application programs based on the +Software, and development of free software which uses the Software. + + Granted Rights + +1. You are granted the non-exclusive rights set forth in this license +provided you agree to and comply with any and all conditions in this +license. Whole or partial distribution of the Software, or software +items that link with the Software, in any form signifies acceptance of +this license. + +2. You may copy and distribute the Software in unmodified form +provided that the entire package, including - but not restricted to - +copyright, trademark notices and disclaimers, as released by the +initial developer of the Software, is distributed. + +3. You may make modifications to the Software and distribute your +modifications, in a form that is separate from the Software, such as +patches. The following restrictions apply to modifications: + + a. Modifications must not alter or remove any copyright notices + in the Software. + + b. When modifications to the Software are released under this + license, a non-exclusive royalty-free right is granted to the + initial developer of the Software to distribute your + modification in future versions of the Software provided such + versions remain available under these terms in addition to any + other license(s) of the initial developer. + +4. You may distribute machine-executable forms of the Software or +machine-executable forms of modified versions of the Software, +provided that you meet these restrictions: + + a. You must include this license document in the distribution. + + b. You must ensure that all recipients of the machine-executable + forms are also able to receive the complete machine-readable + source code to the distributed Software, including all + modifications, without any charge beyond the costs of data + transfer, and place prominent notices in the distribution + explaining this. + + c. You must ensure that all modifications included in the + machine-executable forms are available under the terms of this + license. + +5. You may use the original or modified versions of the Software to +compile, link and run application programs legally developed by you or +by others. + +6. You may develop application programs, reusable components and other +software items that link with the original or modified versions of the +Software. These items, when distributed, are subject to the following +requirements: + + a. You must ensure that all recipients of machine-executable + forms of these items are also able to receive and use the + complete machine-readable source code to the items without any + charge beyond the costs of data transfer. + + b. You must explicitly license all recipients of your items to + use and re-distribute original and modified versions of the + items in both machine-executable and source code forms. The + recipients must be able to do so without any charges whatsoever, + and they must be able to re-distribute to anyone they choose. + + c. If the items are not available to the general public, and the + initial developer of the Software requests a copy of the items, + then you must supply one. + + Limitations of Liability + +In no event shall the initial developers or copyright holders be +liable for any damages whatsoever, including - but not restricted to - +lost revenue or profits or other direct, indirect, special, incidental +or consequential damages, even if they have been advised of the +possibility of such damages, except to the extent invariable law, if +any, provides otherwise. + + No Warranty + +The Software and this license document are provided AS IS with NO +WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. + + Choice of Law + +This license is governed by the Laws of France. Disputes shall be +settled by the Court of Versailles. + +---------------------------------------------------------------------- + --- camlidl-doc-1.04.orig/debian/camlidl-doc.dirs +++ camlidl-doc-1.04/debian/camlidl-doc.dirs @@ -0,0 +1,2 @@ +usr/share/doc/camlidl +usr/share/doc/camlidl/html --- camlidl-doc-1.04.orig/debian/changelog +++ camlidl-doc-1.04/debian/changelog @@ -0,0 +1,49 @@ +camlidl-doc (1.04-4) unstable; urgency=low + + [ Stefano Zacchiroli ] + * remove myself from Uploaders + * debian/control + - bump Standards-Versions to 3.9.2 + - add misc ${misc:Depends} + + [ Ralf Treinen ] + * Changed doc-base section to Programming/OCaml + + -- Stefano Zacchiroli Sat, 08 Oct 2011 16:55:23 +0200 + +camlidl-doc (1.04-3) unstable; urgency=low + + * update standards-version, no changed needed + * setting me as an uploader, d-o-m as the maintainer + * convert the package to a non-native Debian package + + -- Stefano Zacchiroli Fri, 28 Dec 2007 19:34:29 +0100 + +camlidl-doc (1.04-2) unstable; urgency=low + + * debian/rules + - moved debhelper compatibility level to debian/compat and bumped it to 5 + - switched to cdbs, as a side effect this also adds the binary-arch target + required per policy 4.9 (closes: #395582) + - avoid compressing the PDF version of the documentation + * debian/control + - bumped standards-version to 3.7.2 + - added build deps on cdbs + - changed debhelper and cdbs to be build-dep (rather than build-dep-indep) + * debian/copyright + - updated FSF address + * debian/* + - brought packaging up to date wrt current standards (e.g. use .dirs files + for creating directories, .install files for installing stuff in the + right place, ...) + * debian/camlidl-doc.doc-base + - fixed path reference to the PDF documentation, previous path was wrong + + -- Stefano Zacchiroli Sun, 5 Nov 2006 16:11:59 +0100 + +camlidl-doc (1.04-1) unstable; urgency=low + + * First release (documentation for camlidl) + * Included doc-base description (Closes: Bug#174532) + + -- Stefano Zacchiroli Fri, 7 Mar 2003 15:52:43 +0100 --- camlidl-doc-1.04.orig/debian/camlidl-doc.doc-base +++ camlidl-doc-1.04/debian/camlidl-doc.doc-base @@ -0,0 +1,18 @@ +Document: camlidl-manual +Title: CamlIDL Manual +Author: Xavier Leroy +Abstract: This manual describes how to use CamlIDL + to interface Caml with C using IDL description of + the C functions to be made available in Caml. +Section: Programming/OCaml + +Format: postscript +Files: /usr/share/doc/camlidl/camlidl-1.04.doc.ps.gz + +Format: PDF +Files: /usr/share/doc/camlidl/camlidl-1.04.doc.pdf + +Format: HTML +Index: /usr/share/doc/camlidl/html/index.html +Files: /usr/share/doc/camlidl/html/* + --- camlidl-doc-1.04.orig/debian/compat +++ camlidl-doc-1.04/debian/compat @@ -0,0 +1 @@ +5 --- camlidl-doc-1.04.orig/debian/dirs +++ camlidl-doc-1.04/debian/dirs @@ -0,0 +1,2 @@ +usr/share/doc/camlidl +usr/share/doc/camlidl/html --- camlidl-doc-1.04.orig/debian/control +++ camlidl-doc-1.04/debian/control @@ -0,0 +1,25 @@ +Source: camlidl-doc +Section: doc +Priority: optional +Maintainer: Debian OCaml Maintainers +Build-Depends: debhelper (>> 5.0.0), cdbs +Standards-Version: 3.9.2 +Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/camlidl-doc/trunk +Vcs-Browser: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/camlidl-doc/trunk/ + +Package: camlidl-doc +Section: doc +Depends: ${misc:Depends} +Replaces: camlidl (<< 1.04) +Architecture: all +Description: Documentation for CamlIDL in PS, PDF and HTML formats + CamlIDL generates stub code for interfacing Caml with C from an IDL + description of the C functions. Thus, CamlIDL automates the most + tedious task in interfacing C libraries with Caml programs. + . + It can also be used to interface Caml programs with other languages, as + long as those languages have a well-defined C interface. + . + This package contains the CamlIDL documentation in PostScript, PDF and + HTML formats. +